0aee7e22e0e6013df0681e3cd4c1b6ea9fa8b03b
[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         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 30  # NDRPDR sel x710
301         - 31  # NDRPDR sel x710
302         - 32  # NDRPDR sel x710
303
304     plot-dpdk-hdrh-lat-3n-skx:
305       csit-dpdk-perf-verify-2001-3n-skx:
306         - 29  # NDRPDR sel xxv710
307
308     # 2n-skx
309
310     plot-vpp-throughput-lat-tsa-2n-skx:
311       # TODO: Add the data
312       csit-vpp-perf-verify-2001-2n-skx:
313         - 92  # NDRPDR sel
314         - 93  # NDRPDR sel
315         - 94  # NDRPDR sel
316         - 95  # NDRPDR sel
317         - 96  # NDRPDR sel
318         - 97  # NDRPDR sel
319         - 98  # NDRPDR sel
320         - 99  # NDRPDR sel
321         - 100 # NDRPDR sel
322
323     plot-vpp-hdrh-lat-2n-skx:
324       csit-vpp-perf-verify-2001-2n-skx:
325         - 92  # NDRPDR sel
326
327     plot-vpp-http-server-performance:
328       csit-vpp-perf-verify-2001-2n-clx:
329         - 80  # TCP
330         - 82  # TCP
331         - 83  # TCP
332         - 85  # TCP
333         - 86  # TCP
334         - 87  # TCP
335         - 88  # TCP
336         - 89  # TCP
337         - 90  # TCP
338         - 91  # TCP
339
340     plot-vpp-soak-2n-skx:
341       # TODO: Replace the data
342       # csit-vpp-perf-verify-2001-2n-skx:
343       csit-vpp-perf-verify-1908-2n-skx:
344         - 83  # SOAK
345         - 86  # SOAK
346
347     plot-vpp-nfv-2n-skx-ndrpdr:
348       # TODO: Replace the data
349       csit-vpp-perf-verify-2001-2n-skx:
350         - 30  # NFV
351         - 31  # NFV
352
353     plot-vpp-nfv-2n-skx-mrr:
354       # TODO: Replace the data
355       # csit-vpp-perf-verify-2001-2n-skx:
356       csit-vpp-perf-verify-1908-2n-skx:
357         - 71  # NFV MRR
358
359     plot-vpp-nfv-reconf-2n-skx:
360       # TODO: Replace the data
361       # csit-vpp-perf-verify-2001-2n-skx:
362       csit-vpp-perf-verify-1908-2n-skx:
363         - 113 # NFV reconf sel
364         - 114 # NFV reconf sel
365         - 115 # NFV reconf sel
366
367     plot-dpdk-throughput-latency-2n-skx:
368       csit-dpdk-perf-verify-2001-2n-skx:
369         - 35  # NDRPDR sel xxv710
370         - 36  # NDRPDR sel xxv710
371         - 37  # NDRPDR sel xxv710
372         - 41  # NDRPDR sel xxv710
373         - 42  # NDRPDR sel xxv710
374         - 43  # NDRPDR sel xxv710
375         - 46  # NDRPDR sel xxv710
376         - 47  # NDRPDR sel xxv710
377         - 38  # NDRPDR sel x710
378         - 39  # NDRPDR sel x710
379         - 40  # NDRPDR sel x710
380         - 44  # NDRPDR sel x710
381         - 45  # NDRPDR sel x710
382         - 48  # NDRPDR sel x710
383         - 49  # NDRPDR sel x710
384         - 50  # NDRPDR sel x710
385
386     plot-dpdk-hdrh-lat-2n-skx:
387       csit-dpdk-perf-verify-2001-2n-skx:
388         - 35  # NDRPDR sel xxv710
389
390     # 2n-clx
391
392     plot-vpp-throughput-lat-tsa-2n-clx:
393       csit-vpp-perf-verify-2001-2n-clx:
394         - 28  # NDRPDR sel
395         - 29  # NDRPDR sel
396         - 32  # NDRPDR sel
397         - 40  # NDRPDR sel
398         - 43  # NDRPDR sel
399         - 44  # NDRPDR sel
400         - 45  # NDRPDR sel
401         - 47  # NDRPDR sel
402         - 48  # NDRPDR sel
403         - 49  # NDRPDR sel
404
405     plot-vpp-hdrh-lat-2n-clx:
406       csit-vpp-perf-verify-2001-2n-clx:
407         - 28  # NDRPDR sel
408
409     plot-vpp-nfv-2n-clx-ndrpdr:
410       csit-vpp-perf-verify-2001-2n-clx:
411         - 28  # NDRPDR sel
412         - 29  # NDRPDR sel
413         - 32  # NDRPDR sel
414         - 40  # NDRPDR sel
415         - 43  # NDRPDR sel
416         - 44  # NDRPDR sel
417         - 45  # NDRPDR sel
418         - 47  # NDRPDR sel
419         - 48  # NDRPDR sel
420         - 49  # NDRPDR sel
421
422     plot-vpp-nfv-2n-clx-mrr:
423       csit-vpp-perf-verify-2001-2n-clx:
424         - 39  # MRR
425
426     plot-vpp-nfv-reconf-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 68  # Reconf
429         - 69  # Reconf
430         - 70  # Reconf
431         - 71  # Reconf
432         - 72  # Reconf
433         - 73  # Reconf
434         - 74  # Reconf
435         - 75  # Reconf
436         - 76  # Reconf
437         - 77  # Reconf
438
439     plot-vpp-soak-2n-clx:
440       csit-vpp-perf-verify-2001-2n-clx:
441         - 93  # Soak
442         - 94  # Soak
443
444     plot-dpdk-throughput-latency-2n-clx:
445       csit-dpdk-perf-verify-2001-2n-clx:
446         - 15  # NDRPDR sel
447         - 16  # NDRPDR sel
448         - 17  # NDRPDR sel
449         - 18  # NDRPDR sel
450         - 19  # NDRPDR sel
451         - 20  # NDRPDR sel
452         - 21  # NDRPDR sel
453         - 22  # NDRPDR sel
454         - 23  # NDRPDR sel
455         - 24  # NDRPDR sel
456         - 25  # NDRPDR sel
457         - 26  # NDRPDR sel
458         - 27  # NDRPDR sel
459         - 28  # NDRPDR sel
460         - 29  # NDRPDR sel
461         - 30  # NDRPDR sel
462         - 31  # NDRPDR sel
463         - 32  # NDRPDR sel
464         - 33  # NDRPDR sel
465         - 34  # NDRPDR sel
466
467
468     plot-dpdk-hdrh-lat-2n-clx:
469       csit-dpdk-perf-verify-2001-2n-clx:
470         - 15  # NDRPDR sel
471
472     # 3n-tsh
473
474     plot-vpp-throughput-lat-tsa-3n-tsh:
475       csit-vpp-perf-verify-2001-3n-tsh:
476         - 3   # NDRPDR sel
477         - 4   # NDRPDR sel
478         - 7   # NDRPDR sel
479         - 8   # NDRPDR sel
480         - 10  # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 13  # NDRPDR sel
483         - 14  # NDRPDR sel
484         - 15  # NDRPDR sel
485         - 21  # NDRPDR sel
486
487     plot-vpp-hdrh-lat-3n-tsh:
488       csit-vpp-perf-verify-2001-3n-tsh:
489         - 10  # NDRPDR sel
490
491     plot-dpdk-throughput-latency-3n-tsh:
492       csit-dpdk-perf-verify-2001-3n-tsh:
493         - 3   # NDRPDR sel
494         - 4   # NDRPDR sel
495         - 5   # NDRPDR sel
496         - 9   # NDRPDR sel
497         - 10  # NDRPDR sel
498         - 11  # NDRPDR sel
499         - 12  # NDRPDR sel
500         - 14  # NDRPDR sel
501         - 15  # NDRPDR sel
502         - 18  # NDRPDR sel
503
504     plot-dpdk-hdrh-lat-3n-tsh:
505       csit-dpdk-perf-verify-2001-3n-tsh:
506         - 3   # NDRPDR sel
507
508     # 3n-dnv
509
510     plot-vpp-throughput-lat-tsa-3n-dnv:
511       csit-vpp-perf-verify-2001-3n-dnv:
512         - 5   # NDRPDR sel
513         - 6   # NDRPDR sel
514         - 7   # NDRPDR sel
515         - 8   # NDRPDR sel
516         - 9   # NDRPDR sel
517         - 10  # NDRPDR sel
518         - 12  # NDRPDR sel
519         - 16  # NDRPDR sel
520         - 17  # NDRPDR sel
521         - 18  # NDRPDR sel
522
523     plot-dpdk-throughput-latency-3n-dnv:
524       csit-dpdk-perf-verify-2001-3n-dnv:
525         - 12  # NDRPDR sel
526         - 13  # NDRPDR sel
527         - 14  # NDRPDR sel
528         - 15  # NDRPDR sel
529         - 16  # NDRPDR sel
530         - 17  # NDRPDR sel
531         - 18  # NDRPDR sel
532         - 19  # NDRPDR sel
533         - 20  # NDRPDR sel
534         - 22  # NDRPDR sel
535
536     # 2n-dnv
537
538     plot-vpp-throughput-lat-tsa-2n-dnv:
539       csit-vpp-perf-verify-2001-2n-dnv:
540         - 4   # NDRPDR sel
541         - 5   # NDRPDR sel
542         - 6   # NDRPDR sel
543         - 7   # NDRPDR sel
544         - 8   # NDRPDR sel
545         - 9   # NDRPDR sel
546         - 10  # NDRPDR sel
547         - 11  # NDRPDR sel
548         - 13  # NDRPDR sel
549         - 16  # NDRPDR sel
550
551     plot-dpdk-throughput-latency-2n-dnv:
552       csit-dpdk-perf-verify-2001-2n-dnv:
553         - 9   # NDRPDR sel
554         - 10  # NDRPDR sel
555         - 11  # NDRPDR sel
556         - 12  # NDRPDR sel
557         - 13  # NDRPDR sel
558         - 14  # NDRPDR sel
559         - 15  # NDRPDR sel
560         - 16  # NDRPDR sel
561         - 17  # NDRPDR sel
562         - 18  # NDRPDR sel
563
564     ###########################################################################
565     # Simple tables (only one data set):
566
567     # NIC Comparisons
568
569     vpp-nic-comparison-3n-skx:
570       # TODO: Add the data
571       csit-vpp-perf-verify-2001-3n-skx:
572         - 45  # NDRPDR sel
573         - 46  # NDRPDR sel
574         - 47  # NDRPDR sel
575         - 48  # NDRPDR sel
576
577     vpp-nic-comparison-2n-skx:
578       # TODO: Add the data
579       csit-vpp-perf-verify-2001-2n-skx:
580         - 92  # NDRPDR sel
581         - 93  # NDRPDR sel
582         - 94  # NDRPDR sel
583         - 95  # NDRPDR sel
584         - 96  # NDRPDR sel
585         - 97  # NDRPDR sel
586         - 98  # NDRPDR sel
587         - 99  # NDRPDR sel
588         - 100 # NDRPDR sel
589
590     vpp-nic-comparison-3n-skx-mrr:
591       csit-vpp-perf-verify-2001-3n-skx:
592         - 50  # MRR sel
593
594     vpp-nic-comparison-2n-skx-mrr:
595       csit-vpp-perf-verify-2001-2n-skx:
596         - 101 # MRR sel
597
598     # Results
599
600     vpp-perf-results-3n-hsw:
601       csit-vpp-perf-verify-2001-3n-hsw:
602         - 18  # NDRPDR full
603         - 20  # NDRPDR full
604         - 28  # NDRPDR full
605         - 35  # NDRPDR full
606         - 42  # NDRPDR full
607         - 46  # NDRPDR full
608         - 47  # NDRPDR full
609         - 48  # NDRPDR full
610         - 49  # NDRPDR full
611         - 50  # NDRPDR full
612         - 51  # NDRPDR full
613         - 52  # NDRPDR full
614         - 53  # NDRPDR full
615         - 54  # NDRPDR full
616         - 55  # NDRPDR full
617         - 56  # NDRPDR full
618         - 57  # NDRPDR full
619         - 58  # NDRPDR full
620         - 59  # NDRPDR full
621         - 61  # NDRPDR full
622         - 62  # NDRPDR full
623         - 63  # NDRPDR full
624         - 64  # NDRPDR full
625         - 65  # NDRPDR full
626         - 67  # NDRPDR full
627         - 70  # NDRPDR full
628         - 72  # NDRPDR full
629         - 73  # NDRPDR full
630         - 76  # NDRPDR full
631         - 77  # NDRPDR full
632         - 78  # NDRPDR full
633         - 79  # NDRPDR full
634         - 81  # NDRPDR full
635         - 82  # NDRPDR full
636         - 84  # NDRPDR full
637         - 85  # NDRPDR full
638
639     vpp-perf-results-3n-skx:
640       # TODO: Replace
641       csit-vpp-perf-verify-2001-3n-skx:
642         - 47  # NDRPDR sel
643
644     vpp-perf-results-2n-skx:
645       csit-vpp-perf-verify-2001-2n-skx:
646         # TODO: Replace
647         - 92  # NDRPDR sel
648
649     vpp-perf-results-2n-clx:
650       csit-vpp-perf-verify-2001-2n-clx:
651         - 53  # NDRPDR full
652         - 54  # NDRPDR full
653         - 55  # NDRPDR full
654         - 56  # NDRPDR full
655         - 57  # NDRPDR full
656         - 58  # NDRPDR full
657         - 59  # NDRPDR full
658         - 60  # NDRPDR full
659         - 61  # NDRPDR full
660         - 62  # NDRPDR full
661         - 63  # NDRPDR full
662         - 64  # NDRPDR full
663         - 65  # NDRPDR full
664         - 66  # NDRPDR full
665         - 67  # NDRPDR full
666
667     vpp-perf-results-3n-tsh:
668       csit-vpp-perf-verify-2001-3n-tsh:
669         - 10  # NDRPDR sel
670
671     vpp-perf-results-3n-dnv:
672       csit-vpp-perf-verify-2001-3n-dnv:
673         - 19  # NDRPDR full
674         - 20  # NDRPDR full
675         - 21  # NDRPDR full
676         - 22  # NDRPDR full
677         - 23  # NDRPDR full
678         - 24  # NDRPDR full
679         - 25  # NDRPDR full
680         - 26  # NDRPDR full
681         - 37  # NDRPDR full
682         - 38  # NDRPDR full
683         - 39  # NDRPDR full
684
685     vpp-perf-results-2n-dnv:
686       csit-vpp-perf-verify-2001-2n-dnv:
687         - 21  # NDRPDR full
688         - 22  # NDRPDR full
689         - 25  # NDRPDR full
690         - 26  # NDRPDR full
691         - 27  # NDRPDR full
692         - 28  # NDRPDR full
693
694     vpp-mrr-results-3n-hsw:
695       csit-vpp-perf-verify-2001-3n-hsw:
696         - 17  # MRR sel
697
698     vpp-mrr-results-3n-skx:
699       csit-vpp-perf-verify-2001-3n-skx:
700         - 50  # MRR sel
701
702     vpp-mrr-results-2n-skx:
703       csit-vpp-perf-verify-2001-2n-skx:
704         - 101 # MRR sel
705
706     vpp-mrr-results-2n-clx:
707       csit-vpp-perf-verify-2001-2n-clx:
708         - 39  # MRR
709
710     vpp-mrr-results-3n-tsh:
711       csit-vpp-perf-verify-2001-3n-tsh:
712         - 9   # MRR sel
713
714     vpp-mrr-results-3n-dnv:
715       csit-vpp-perf-verify-2001-3n-dnv:
716         - 11  # MRR sel
717
718     vpp-mrr-results-2n-dnv:
719       csit-vpp-perf-verify-2001-2n-dnv:
720         - 12  # MRR sel
721
722     vpp-device-results-ubuntu:
723       csit-vpp-device-2001-ubuntu1804-1n-skx:
724         - 57
725
726     dpdk-perf-results-3n-hsw:
727       csit-dpdk-perf-verify-2001-3n-hsw:
728         - 25  # NDRPDR full
729         - 26  # NDRPDR full
730
731     dpdk-perf-results-3n-skx:
732       csit-dpdk-perf-verify-2001-3n-skx:
733         - 29  # NDRPDR sel xxv710
734         - 30  # NDRPDR sel x710
735
736     dpdk-perf-results-2n-skx:
737       csit-dpdk-perf-verify-2001-2n-skx:
738         - 35  # NDRPDR sel xxv710
739         - 38  # NDRPDR sel x710
740
741     dpdk-perf-results-2n-clx:
742       csit-dpdk-perf-verify-2001-2n-clx:
743         - 15  # NDRPDR sel
744         - 34  # NDRPDR sel
745
746     dpdk-perf-results-2n-dnv:
747       csit-dpdk-perf-verify-2001-2n-dnv:
748         - 16  # NDRPDR sel
749
750     dpdk-perf-results-3n-dnv:
751       csit-dpdk-perf-verify-2001-3n-dnv:
752         - 12  # NDRPDR sel
753
754     dpdk-perf-results-3n-tsh:
755       csit-dpdk-perf-verify-2001-3n-tsh:
756         - 3   # NDRPDR sel
757
758 ###########################################################################
759     # Tables (more than one data set)
760
761     # Performance changes
762
763     vpp-performance-changes-3n-hsw-h1:
764       csit-vpp-perf-verify-1904-3n-hsw:
765         - 11  # NDRPDR sel
766         - 12  # NDRPDR sel
767         - 20  # NDRPDR sel
768         - 21  # NDRPDR sel
769         - 23  # NDRPDR sel
770         - 24  # NDRPDR sel
771         - 25  # NDRPDR sel
772         - 26  # NDRPDR sel
773         - 29  # NDRPDR sel
774         - 30  # NDRPDR sel
775     vpp-performance-changes-3n-hsw-ref:
776       csit-vpp-perf-verify-1908-3n-hsw:
777         - 12  # NDRPDR sel
778         - 13  # NDRPDR sel
779         - 14  # NDRPDR sel
780         - 15  # NDRPDR sel
781         - 16  # NDRPDR sel
782         - 17  # NDRPDR sel
783         - 18  # NDRPDR sel
784         - 19  # NDRPDR sel
785         - 20  # NDRPDR sel
786         - 21  # NDRPDR sel
787     vpp-performance-changes-3n-hsw-cmp:
788       csit-vpp-perf-verify-2001-3n-hsw:
789         - 21  # NDRPDR sel
790         - 22  # NDRPDR sel
791         - 23  # NDRPDR sel
792         - 24  # NDRPDR sel
793         - 25  # NDRPDR sel
794         - 29  # NDRPDR sel
795         - 30  # NDRPDR sel
796         - 31  # NDRPDR sel
797         - 32  # NDRPDR sel
798         - 34  # NDRPDR sel
799     vpp-performance-changes-3n-hsw:
800       - "vpp-performance-changes-3n-hsw-h1"
801       - "vpp-performance-changes-3n-hsw-ref"
802       - "vpp-performance-changes-3n-hsw-cmp"
803
804     vpp-performance-changes-3n-skx-h1:
805       csit-vpp-perf-verify-1904-3n-skx:
806         - 8   # NDRPDR sel
807         - 9   # NDRPDR sel
808         - 10  # NDRPDR sel
809         - 11  # NDRPDR sel
810         - 12  # NDRPDR sel
811         - 14  # NDRPDR sel
812         - 16  # NDRPDR sel
813         - 21  # NDRPDR sel
814         - 23  # NDRPDR sel
815         - 25  # NDRPDR sel
816     vpp-performance-changes-3n-skx-ref:
817       csit-vpp-perf-verify-1908-3n-skx:
818         - 14  # NDRPDR sel
819         - 16  # NDRPDR sel
820         - 19  # NDRPDR sel
821         - 20  # NDRPDR sel
822         - 22  # NDRPDR sel
823         - 23  # NDRPDR sel
824         - 24  # NDRPDR sel
825         - 25  # NDRPDR sel
826         - 26  # NDRPDR sel
827         - 29  # NDRPDR sel
828     vpp-performance-changes-3n-skx-cmp:
829       # TODO: Add the data
830       csit-vpp-perf-verify-2001-3n-skx:
831         - 45  # NDRPDR sel
832         - 46  # NDRPDR sel
833         - 47  # NDRPDR sel
834         - 48  # NDRPDR sel
835     vpp-performance-changes-3n-skx:
836       - "vpp-performance-changes-3n-skx-h1"
837       - "vpp-performance-changes-3n-skx-ref"
838       - "vpp-performance-changes-3n-skx-cmp"
839
840     vpp-performance-changes-2n-skx-h1:
841       csit-vpp-perf-verify-1904-2n-skx:
842         - 12  # NDRPDR sel
843         - 14  # NDRPDR sel
844         - 16  # NDRPDR sel
845         - 17  # NDRPDR sel
846         - 18  # NDRPDR sel
847         - 21  # NDRPDR sel
848         - 27  # NDRPDR sel
849         - 30  # NDRPDR sel
850         - 31  # NDRPDR sel
851         - 32  # NDRPDR sel
852     vpp-performance-changes-2n-skx-ref:
853       csit-vpp-perf-verify-1908-2n-skx:
854         - 26  # NDRPDR sel
855         - 27  # NDRPDR sel
856         - 34  # NDRPDR sel
857         - 35  # NDRPDR sel
858         - 36  # NDRPDR sel
859         - 42  # NDRPDR sel
860         - 43  # NDRPDR sel
861         - 44  # NDRPDR sel
862         - 45  # NDRPDR sel
863         - 46  # NDRPDR sel
864     vpp-performance-changes-2n-skx-cmp:
865       # TODO: Add the data
866       csit-vpp-perf-verify-2001-2n-skx:
867         - 92  # NDRPDR sel
868         - 93  # NDRPDR sel
869         - 94  # NDRPDR sel
870         - 95  # NDRPDR sel
871         - 96  # NDRPDR sel
872         - 97  # NDRPDR sel
873         - 98  # NDRPDR sel
874         - 99  # NDRPDR sel
875         - 100 # NDRPDR sel
876     vpp-performance-changes-2n-skx:
877       - "vpp-performance-changes-2n-skx-h1"
878       - "vpp-performance-changes-2n-skx-ref"
879       - "vpp-performance-changes-2n-skx-cmp"
880
881     vpp-performance-changes-nfv-2n-skx-ref:
882       csit-vpp-perf-verify-1908-2n-skx:
883         - 22  # NFV
884         - 31  # NFV
885         - 32  # NFV
886     vpp-performance-changes-nfv-2n-skx-cmp:
887       # TODO: Add the data
888       csit-vpp-perf-verify-2001-2n-skx:
889         - 30  # NFV
890         - 31  # NFV
891     vpp-performance-changes-nfv-2n-skx:
892       - "vpp-performance-changes-nfv-2n-skx-ref"
893       - "vpp-performance-changes-nfv-2n-skx-cmp"
894
895     vpp-performance-changes-2n-dnv-ref:
896       csit-vpp-perf-verify-1908-2n-dnv:
897         - 1   # NDRPDR sel
898         - 2   # NDRPDR sel
899         - 3   # NDRPDR sel
900         - 4   # NDRPDR sel
901         - 5   # NDRPDR sel
902         - 6   # NDRPDR sel
903         - 7   # NDRPDR sel
904         - 8   # NDRPDR sel
905         - 9   # NDRPDR sel
906         - 10  # NDRPDR sel
907     vpp-performance-changes-2n-dnv-cmp:
908       csit-vpp-perf-verify-2001-2n-dnv:
909         - 4   # NDRPDR sel
910         - 5   # NDRPDR sel
911         - 6   # NDRPDR sel
912         - 7   # NDRPDR sel
913         - 8   # NDRPDR sel
914         - 9   # NDRPDR sel
915         - 10  # NDRPDR sel
916         - 11  # NDRPDR sel
917         - 13  # NDRPDR sel
918         - 16  # NDRPDR sel
919     vpp-performance-changes-2n-dnv:
920       - "vpp-performance-changes-2n-dnv-ref"
921       - "vpp-performance-changes-2n-dnv-cmp"
922
923     vpp-performance-changes-3n-dnv-ref:
924       csit-vpp-perf-verify-1908-3n-dnv:
925         - 6   # NDRPDR sel
926         - 7   # NDRPDR sel
927         - 8   # NDRPDR sel
928         - 9   # NDRPDR sel
929         - 10  # NDRPDR sel
930         - 12  # NDRPDR sel
931         - 13  # NDRPDR sel
932         - 14  # NDRPDR sel
933         - 15  # NDRPDR sel
934         - 16  # NDRPDR sel
935     vpp-performance-changes-3n-dnv-cmp:
936       csit-vpp-perf-verify-2001-3n-dnv:
937         - 5   # NDRPDR sel
938         - 6   # NDRPDR sel
939         - 7   # NDRPDR sel
940         - 8   # NDRPDR sel
941         - 9   # NDRPDR sel
942         - 10  # NDRPDR sel
943         - 12  # NDRPDR sel
944         - 16  # NDRPDR sel
945         - 17  # NDRPDR sel
946         - 18  # NDRPDR sel
947     vpp-performance-changes-3n-dnv:
948       - "vpp-performance-changes-3n-dnv-ref"
949       - "vpp-performance-changes-3n-dnv-cmp"
950
951     vpp-performance-changes-3n-tsh-ref:
952       csit-vpp-perf-verify-1908-3n-tsh:
953         - 7   # NDRPDR sel
954         - 8   # NDRPDR sel
955         - 9   # NDRPDR sel
956         - 10  # NDRPDR sel
957         - 11  # NDRPDR sel
958         - 12  # NDRPDR sel
959         - 13  # NDRPDR sel
960         - 14  # NDRPDR sel
961         - 15  # NDRPDR sel
962         - 16  # NDRPDR sel
963     vpp-performance-changes-3n-tsh-cmp:
964       csit-vpp-perf-verify-2001-3n-tsh:
965         - 3   # NDRPDR sel
966         - 4   # NDRPDR sel
967         - 7   # NDRPDR sel
968         - 8   # NDRPDR sel
969         - 10  # NDRPDR sel
970         - 12  # NDRPDR sel
971         - 13  # NDRPDR sel
972         - 14  # NDRPDR sel
973         - 15  # NDRPDR sel
974         - 21  # NDRPDR sel
975     vpp-performance-changes-3n-tsh:
976       - "vpp-performance-changes-3n-tsh-ref"
977       - "vpp-performance-changes-3n-tsh-cmp"
978
979     vpp-soak-vs-ndr-2n-skx-ref:
980       csit-vpp-perf-verify-2001-2n-skx:
981         - 92  # NDRPDR sel
982         - 93  # NDRPDR sel
983         - 94  # NDRPDR sel
984         - 95  # NDRPDR sel
985         - 96  # NDRPDR sel
986         - 97  # NDRPDR sel
987         - 98  # NDRPDR sel
988         - 99  # NDRPDR sel
989         - 100 # NDRPDR sel
990     vpp-soak-vs-ndr-2n-skx-cmp:
991       # TODO: Replace
992       # csit-vpp-perf-verify-2001-2n-skx:
993       csit-vpp-perf-verify-1908-2n-skx:
994         - 83  # SOAK
995         - 86  # SOAK
996     vpp-soak-vs-ndr-2n-skx:
997       csit-vpp-perf-verify-2001-2n-skx:
998         - 92  # NDRPDR sel
999         - 93  # NDRPDR sel
1000         - 94  # NDRPDR sel
1001         - 95  # NDRPDR sel
1002         - 96  # NDRPDR sel
1003         - 97  # NDRPDR sel
1004         - 98  # NDRPDR sel
1005         - 99  # NDRPDR sel
1006         - 100 # NDRPDR sel
1007         - 83  # SOAK
1008         - 86  # SOAK
1009
1010     vpp-soak-vs-ndr-2n-clx-ref:
1011       csit-vpp-perf-verify-2001-2n-clx:
1012         - 28  # NDRPDR sel
1013         - 29  # NDRPDR sel
1014         - 32  # NDRPDR sel
1015         - 40  # NDRPDR sel
1016         - 43  # NDRPDR sel
1017         - 44  # NDRPDR sel
1018         - 45  # NDRPDR sel
1019         - 47  # NDRPDR sel
1020         - 48  # NDRPDR sel
1021         - 49  # NDRPDR sel
1022     vpp-soak-vs-ndr-2n-clx-cmp:
1023       csit-vpp-perf-verify-2001-2n-clx:
1024         - 93  # SOAK
1025         - 94  # Soak
1026     vpp-soak-vs-ndr-2n-clx:
1027       csit-vpp-perf-verify-2001-2n-clx:
1028         - 28  # NDRPDR sel
1029         - 29  # NDRPDR sel
1030         - 32  # NDRPDR sel
1031         - 40  # NDRPDR sel
1032         - 43  # NDRPDR sel
1033         - 44  # NDRPDR sel
1034         - 45  # NDRPDR sel
1035         - 47  # NDRPDR sel
1036         - 48  # NDRPDR sel
1037         - 49  # NDRPDR sel
1038         - 93  # SOAK
1039         - 94  # Soak
1040
1041     vpp-performance-changes-3n-hsw-mrr-h1:
1042       csit-vpp-perf-verify-1904-3n-hsw:
1043         - 9   # MRR sel
1044     vpp-performance-changes-3n-hsw-mrr-ref:
1045       csit-vpp-perf-verify-1908-3n-hsw:
1046         - 39  # MRR sel
1047     vpp-performance-changes-3n-hsw-mrr-cmp:
1048       csit-vpp-perf-verify-2001-3n-hsw:
1049         - 17  # MRR sel
1050     vpp-performance-changes-3n-hsw-mrr:
1051       - "vpp-performance-changes-3n-hsw-mrr-h1"
1052       - "vpp-performance-changes-3n-hsw-mrr-ref"
1053       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1054
1055     vpp-performance-changes-3n-skx-mrr-h1:
1056       csit-vpp-perf-verify-1904-3n-skx:
1057         - 7   # MRR sel
1058     vpp-performance-changes-3n-skx-mrr-ref:
1059       csit-vpp-perf-verify-1908-3n-skx:
1060         - 36  # MRR sel
1061     vpp-performance-changes-3n-skx-mrr-cmp:
1062       csit-vpp-perf-verify-2001-3n-skx:
1063         - 50  # MRR sel
1064     vpp-performance-changes-3n-skx-mrr:
1065       - "vpp-performance-changes-3n-skx-mrr-h1"
1066       - "vpp-performance-changes-3n-skx-mrr-ref"
1067       - "vpp-performance-changes-3n-skx-mrr-cmp"
1068
1069     vpp-performance-changes-2n-skx-mrr-h1:
1070       csit-vpp-perf-verify-1904-2n-skx:
1071         - 11  # MRR sel
1072     vpp-performance-changes-2n-skx-mrr-ref:
1073       csit-vpp-perf-verify-1908-2n-skx:
1074         - 69  # MRR sel
1075     vpp-performance-changes-2n-skx-mrr-cmp:
1076       csit-vpp-perf-verify-2001-2n-skx:
1077         - 101 # MRR sel
1078     vpp-performance-changes-2n-skx-mrr:
1079       - "vpp-performance-changes-2n-skx-mrr-h1"
1080       - "vpp-performance-changes-2n-skx-mrr-ref"
1081       - "vpp-performance-changes-2n-skx-mrr-cmp"
1082
1083     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1084       csit-vpp-perf-verify-1908-2n-skx:
1085         - 71  # NFV MRR
1086     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1087       # TODO: Replace
1088       # csit-vpp-perf-verify-2001-2n-skx:
1089       csit-vpp-perf-verify-1908-2n-skx:
1090         - 71  # NFV MRR
1091     vpp-performance-changes-nfv-2n-skx-mrr:
1092       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1093       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1094
1095     vpp-performance-changes-2n-dnv-mrr-ref:
1096       csit-vpp-perf-verify-1908-2n-dnv:
1097         - 11  # MRR sel
1098     vpp-performance-changes-2n-dnv-mrr-cmp:
1099       csit-vpp-perf-verify-2001-2n-dnv:
1100         - 12  # MRR sel
1101     vpp-performance-changes-2n-dnv-mrr:
1102       - "vpp-performance-changes-2n-dnv-mrr-ref"
1103       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1104
1105     vpp-performance-changes-3n-dnv-mrr-ref:
1106       csit-vpp-perf-verify-1908-3n-dnv:
1107         - 17  # MRR sel
1108     vpp-performance-changes-3n-dnv-mrr-cmp:
1109       csit-vpp-perf-verify-2001-3n-dnv:
1110         - 11  # MRR sel
1111     vpp-performance-changes-3n-dnv-mrr:
1112       - "vpp-performance-changes-3n-dnv-mrr-ref"
1113       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1114
1115     vpp-performance-changes-3n-tsh-mrr-ref:
1116       csit-vpp-perf-verify-1908-3n-tsh:
1117         - 17  # MRR sel
1118     vpp-performance-changes-3n-tsh-mrr-cmp:
1119       csit-vpp-perf-verify-2001-3n-tsh:
1120         - 9   # MRR sel
1121     vpp-performance-changes-3n-tsh-mrr:
1122       - "vpp-performance-changes-3n-tsh-mrr-ref"
1123       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1124
1125     dpdk-performance-changes-3n-hsw-h1:
1126       csit-dpdk-perf-verify-1904-3n-hsw:
1127         - 2   # NDRPDR sel
1128         - 3   # NDRPDR sel
1129         - 5   # NDRPDR sel
1130         - 6   # NDRPDR sel
1131         - 13  # NDRPDR sel
1132         - 14  # NDRPDR sel
1133         - 15  # NDRPDR sel
1134         - 18  # NDRPDR sel
1135         - 19  # NDRPDR sel
1136         - 20  # NDRPDR sel
1137     dpdk-performance-changes-3n-hsw-ref:
1138       csit-dpdk-perf-verify-1908-3n-hsw:
1139         - 2   # NDRPDR sel
1140         - 3   # NDRPDR sel
1141         - 4   # NDRPDR sel
1142         - 5   # NDRPDR sel
1143         - 6   # NDRPDR sel
1144         - 7   # NDRPDR sel
1145         - 8   # NDRPDR sel
1146         - 9   # NDRPDR sel
1147         - 10  # NDRPDR sel
1148         - 11  # NDRPDR sel
1149     dpdk-performance-changes-3n-hsw-cmp:
1150       csit-dpdk-perf-verify-2001-3n-hsw:
1151 #        - 4   # NDRPDR sel
1152 #        - 5   # NDRPDR sel
1153 #        - 6   # NDRPDR sel
1154 #        - 7   # NDRPDR sel
1155 #        - 8   # NDRPDR sel
1156 #        - 9   # NDRPDR sel
1157 #        - 10  # NDRPDR sel
1158 #        - 11  # NDRPDR sel
1159 #        - 12  # NDRPDR sel
1160 #        - 13  # NDRPDR sel
1161         - 15  # NDRPDR sel
1162         - 16  # NDRPDR sel
1163         - 17  # NDRPDR sel
1164         - 18  # NDRPDR sel
1165         - 19  # NDRPDR sel
1166         - 20  # NDRPDR sel
1167         - 21  # NDRPDR sel
1168         - 22  # NDRPDR sel
1169         - 23  # NDRPDR sel
1170         - 24  # NDRPDR sel
1171     dpdk-performance-changes-3n-hsw:
1172       - "dpdk-performance-changes-3n-hsw-h1"
1173       - "dpdk-performance-changes-3n-hsw-ref"
1174       - "dpdk-performance-changes-3n-hsw-cmp"
1175
1176     dpdk-performance-changes-3n-skx-h1:
1177       csit-dpdk-perf-verify-1904-3n-skx:
1178         - 2   # NDRPDR sel
1179         - 3   # NDRPDR sel
1180         - 4   # NDRPDR sel
1181         - 5   # NDRPDR sel
1182         - 6   # NDRPDR sel
1183         - 7   # NDRPDR sel
1184         - 11  # NDRPDR sel
1185         - 12  # NDRPDR sel
1186         - 13  # NDRPDR sel
1187         - 14  # NDRPDR sel
1188     dpdk-performance-changes-3n-skx-ref:
1189       csit-dpdk-perf-verify-1908-3n-skx:
1190         - 3   # NDRPDR sel
1191         - 4   # NDRPDR sel
1192         - 5   # NDRPDR sel
1193         - 6   # NDRPDR sel
1194         - 7   # NDRPDR sel
1195         - 8   # NDRPDR sel
1196         - 9   # NDRPDR sel
1197         - 10  # NDRPDR sel
1198         - 11  # NDRPDR sel
1199         - 12  # NDRPDR sel
1200     dpdk-performance-changes-3n-skx-cmp:
1201       csit-dpdk-perf-verify-2001-3n-skx:
1202         - 29  # NDRPDR sel xxv710
1203         - 33  # NDRPDR sel xxv710
1204         - 34  # NDRPDR sel xxv710
1205         - 30  # NDRPDR sel x710
1206         - 31  # NDRPDR sel x710
1207         - 32  # NDRPDR sel x710
1208     dpdk-performance-changes-3n-skx:
1209       - "dpdk-performance-changes-3n-skx-h1"
1210       - "dpdk-performance-changes-3n-skx-ref"
1211       - "dpdk-performance-changes-3n-skx-cmp"
1212
1213     dpdk-performance-changes-2n-skx-h1:
1214       csit-dpdk-perf-verify-1904-2n-skx:
1215         - 2   # NDRPDR sel
1216         - 3   # NDRPDR sel
1217         - 4   # NDRPDR sel
1218         - 5   # NDRPDR sel
1219         - 7   # NDRPDR sel
1220         - 8   # NDRPDR sel
1221         - 9   # NDRPDR sel
1222         - 10  # NDRPDR sel
1223         - 11  # NDRPDR sel
1224         - 12  # NDRPDR sel
1225     dpdk-performance-changes-2n-skx-ref:
1226       csit-dpdk-perf-verify-1908-2n-skx:
1227         - 2   # NDRPDR sel
1228         - 3   # NDRPDR sel
1229         - 4   # NDRPDR sel
1230         - 5   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235         - 11  # NDRPDR sel
1236         - 12  # NDRPDR sel
1237     dpdk-performance-changes-2n-skx-cmp:
1238       csit-dpdk-perf-verify-2001-2n-skx:
1239         - 35  # NDRPDR sel xxv710
1240         - 36  # NDRPDR sel xxv710
1241         - 37  # NDRPDR sel xxv710
1242         - 41  # NDRPDR sel xxv710
1243         - 42  # NDRPDR sel xxv710
1244         - 43  # NDRPDR sel xxv710
1245         - 46  # NDRPDR sel xxv710
1246         - 47  # NDRPDR sel xxv710
1247         - 38  # NDRPDR sel x710
1248         - 39  # NDRPDR sel x710
1249         - 40  # NDRPDR sel x710
1250         - 44  # NDRPDR sel x710
1251         - 45  # NDRPDR sel x710
1252         - 48  # NDRPDR sel x710
1253         - 49  # NDRPDR sel x710
1254         - 50  # NDRPDR sel x710
1255     dpdk-performance-changes-2n-skx:
1256       - "dpdk-performance-changes-2n-skx-h1"
1257       - "dpdk-performance-changes-2n-skx-ref"
1258       - "dpdk-performance-changes-2n-skx-cmp"
1259
1260     # Compare testbeds
1261
1262     vpp-compare-testbeds-ref:
1263       csit-vpp-perf-verify-2001-3n-hsw:
1264         - 21  # NDRPDR sel
1265         - 22  # NDRPDR sel
1266         - 23  # NDRPDR sel
1267         - 24  # NDRPDR sel
1268         - 25  # NDRPDR sel
1269         - 29  # NDRPDR sel
1270         - 30  # NDRPDR sel
1271         - 31  # NDRPDR sel
1272         - 32  # NDRPDR sel
1273         - 34  # NDRPDR sel
1274     vpp-compare-testbeds-cmp:
1275       # TODO: Add the data
1276       csit-vpp-perf-verify-2001-3n-skx:
1277         - 45  # NDRPDR sel
1278         - 46  # NDRPDR sel
1279         - 47  # NDRPDR sel
1280         - 48  # NDRPDR sel
1281     vpp-compare-testbeds:
1282       - "vpp-compare-testbeds-ref"
1283       - "vpp-compare-testbeds-cmp"
1284
1285     vpp-compare-testbeds-skx-clx-ref:
1286       # TODO: Add the data
1287       csit-vpp-perf-verify-2001-2n-skx:
1288         - 92  # NDRPDR sel
1289         - 93  # NDRPDR sel
1290         - 94  # NDRPDR sel
1291         - 95  # NDRPDR sel
1292         - 96  # NDRPDR sel
1293         - 97  # NDRPDR sel
1294         - 98  # NDRPDR sel
1295         - 99  # NDRPDR sel
1296         - 100 # NDRPDR sel
1297     vpp-compare-testbeds-skx-clx-cmp:
1298       csit-vpp-perf-verify-2001-2n-clx:
1299         - 28  # NDRPDR sel
1300         - 29  # NDRPDR sel
1301         - 32  # NDRPDR sel
1302         - 40  # NDRPDR sel
1303         - 43  # NDRPDR sel
1304         - 44  # NDRPDR sel
1305         - 45  # NDRPDR sel
1306         - 47  # NDRPDR sel
1307         - 48  # NDRPDR sel
1308         - 49  # NDRPDR sel
1309     vpp-compare-testbeds-skx-clx:
1310       - "vpp-compare-testbeds-skx-clx-ref"
1311       - "vpp-compare-testbeds-skx-clx-cmp"
1312
1313     vpp-compare-testbeds-hsw-clx-ref:
1314       csit-vpp-perf-verify-2001-3n-hsw:
1315         - 21  # NDRPDR sel
1316         - 22  # NDRPDR sel
1317         - 23  # NDRPDR sel
1318         - 24  # NDRPDR sel
1319         - 25  # NDRPDR sel
1320         - 29  # NDRPDR sel
1321         - 30  # NDRPDR sel
1322         - 31  # NDRPDR sel
1323         - 32  # NDRPDR sel
1324         - 34  # NDRPDR sel
1325     vpp-compare-testbeds-hsw-clx-cmp:
1326       csit-vpp-perf-verify-2001-2n-clx:
1327         - 28  # NDRPDR sel
1328         - 29  # NDRPDR sel
1329         - 32  # NDRPDR sel
1330         - 40  # NDRPDR sel
1331         - 43  # NDRPDR sel
1332         - 44  # NDRPDR sel
1333         - 45  # NDRPDR sel
1334         - 47  # NDRPDR sel
1335         - 48  # NDRPDR sel
1336         - 49  # NDRPDR sel
1337     vpp-compare-testbeds-hsw-clx:
1338       - "vpp-compare-testbeds-hsw-clx-ref"
1339       - "vpp-compare-testbeds-hsw-clx-cmp"
1340
1341     vpp-compare-testbeds-mrr-ref:
1342       csit-vpp-perf-verify-2001-3n-hsw:
1343         - 17  # MRR sel
1344     vpp-compare-testbeds-mrr-cmp:
1345       csit-vpp-perf-verify-2001-3n-skx:
1346         - 50  # MRR sel
1347     vpp-compare-testbeds-mrr:
1348       - "vpp-compare-testbeds-mrr-ref"
1349       - "vpp-compare-testbeds-mrr-cmp"
1350
1351     vpp-compare-testbeds-mrr-skx-clx-ref:
1352       csit-vpp-perf-verify-2001-2n-skx:
1353         - 101 # MRR sel
1354     vpp-compare-testbeds-mrr-skx-clx-cmp:
1355       csit-vpp-perf-verify-2001-2n-clx:
1356         - 39  # MRR
1357     vpp-compare-testbeds-mrr-skx-clx:
1358       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1359       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1360
1361     vpp-compare-testbeds-mrr-hsw-clx-ref:
1362       csit-vpp-perf-verify-2001-3n-hsw:
1363         - 17  # MRR sel
1364     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1365       csit-vpp-perf-verify-2001-2n-clx:
1366         - 39  # MRR
1367     vpp-compare-testbeds-mrr-hsw-clx:
1368       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1369       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1370
1371     dpdk-compare-testbeds-ref:
1372       csit-dpdk-perf-verify-2001-3n-hsw:
1373         - 4   # NDRPDR sel
1374         - 5   # NDRPDR sel
1375         - 6   # NDRPDR sel
1376         - 7   # NDRPDR sel
1377         - 8   # NDRPDR sel
1378         - 9   # NDRPDR sel
1379         - 10  # NDRPDR sel
1380         - 11  # NDRPDR sel
1381         - 12  # NDRPDR sel
1382         - 13  # NDRPDR sel
1383         - 15  # NDRPDR sel
1384         - 16  # NDRPDR sel
1385         - 17  # NDRPDR sel
1386         - 18  # NDRPDR sel
1387         - 19  # NDRPDR sel
1388         - 20  # NDRPDR sel
1389         - 21  # NDRPDR sel
1390         - 22  # NDRPDR sel
1391         - 23  # NDRPDR sel
1392         - 24  # NDRPDR sel
1393     dpdk-compare-testbeds-cmp:
1394       csit-dpdk-perf-verify-2001-3n-skx:
1395         - 29  # NDRPDR sel xxv710
1396         - 33  # NDRPDR sel xxv710
1397         - 34  # NDRPDR sel xxv710
1398         - 30  # NDRPDR sel x710
1399         - 31  # NDRPDR sel x710
1400         - 32  # NDRPDR sel x710
1401     dpdk-compare-testbeds:
1402       - "dpdk-compare-testbeds-ref"
1403       - "dpdk-compare-testbeds-cmp"
1404
1405     dpdk-compare-testbeds-skx-clx-ref:
1406       csit-dpdk-perf-verify-2001-2n-skx:
1407         - 35  # NDRPDR sel xxv710
1408         - 36  # NDRPDR sel xxv710
1409         - 37  # NDRPDR sel xxv710
1410         - 41  # NDRPDR sel xxv710
1411         - 42  # NDRPDR sel xxv710
1412         - 43  # NDRPDR sel xxv710
1413         - 46  # NDRPDR sel xxv710
1414         - 47  # NDRPDR sel xxv710
1415         - 38  # NDRPDR sel x710
1416         - 39  # NDRPDR sel x710
1417         - 40  # NDRPDR sel x710
1418         - 44  # NDRPDR sel x710
1419         - 45  # NDRPDR sel x710
1420         - 48  # NDRPDR sel x710
1421         - 49  # NDRPDR sel x710
1422         - 50  # NDRPDR sel x710
1423     dpdk-compare-testbeds-skx-clx-cmp:
1424       csit-dpdk-perf-verify-2001-2n-clx:
1425         - 15  # NDRPDR sel
1426         - 16  # NDRPDR sel
1427         - 17  # NDRPDR sel
1428         - 18  # NDRPDR sel
1429         - 19  # NDRPDR sel
1430         - 20  # NDRPDR sel
1431         - 21  # NDRPDR sel
1432         - 22  # NDRPDR sel
1433         - 23  # NDRPDR sel
1434         - 24  # NDRPDR sel
1435         - 25  # NDRPDR sel
1436         - 26  # NDRPDR sel
1437         - 27  # NDRPDR sel
1438         - 28  # NDRPDR sel
1439         - 29  # NDRPDR sel
1440         - 30  # NDRPDR sel
1441         - 31  # NDRPDR sel
1442         - 32  # NDRPDR sel
1443         - 33  # NDRPDR sel
1444         - 34  # NDRPDR sel
1445
1446     dpdk-compare-testbeds-skx-clx:
1447       - "dpdk-compare-testbeds-skx-clx-ref"
1448       - "dpdk-compare-testbeds-skx-clx-cmp"
1449
1450     # Compare topologies
1451
1452     vpp-compare-topologies-ref:
1453       # TODO: Add the data
1454       csit-vpp-perf-verify-2001-3n-skx:
1455         - 45  # NDRPDR sel
1456         - 46  # NDRPDR sel
1457         - 47  # NDRPDR sel
1458         - 48  # NDRPDR sel
1459     vpp-compare-topologies-cmp:
1460       # TODO: Add the data
1461       csit-vpp-perf-verify-2001-2n-skx:
1462         - 92  # NDRPDR sel
1463         - 93  # NDRPDR sel
1464         - 94  # NDRPDR sel
1465         - 95  # NDRPDR sel
1466         - 96  # NDRPDR sel
1467         - 97  # NDRPDR sel
1468         - 98  # NDRPDR sel
1469         - 99  # NDRPDR sel
1470         - 100 # NDRPDR sel
1471     vpp-compare-topologies:
1472       - "vpp-compare-topologies-ref"
1473       - "vpp-compare-topologies-cmp"
1474
1475     vpp-compare-topologies-mrr-ref:
1476       csit-vpp-perf-verify-2001-3n-skx:
1477         - 50  # MRR sel
1478     vpp-compare-topologies-mrr-cmp:
1479       csit-vpp-perf-verify-2001-2n-skx:
1480         - 101 # MRR sel
1481     vpp-compare-topologies-mrr:
1482       - "vpp-compare-topologies-mrr-ref"
1483       - "vpp-compare-topologies-mrr-cmp"
1484
1485     dpdk-compare-topologies-ref:
1486       csit-dpdk-perf-verify-2001-3n-skx:
1487         - 29  # NDRPDR sel xxv710
1488         - 33  # NDRPDR sel xxv710
1489         - 34  # NDRPDR sel xxv710
1490         - 30  # NDRPDR sel x710
1491         - 31  # NDRPDR sel x710
1492         - 32  # NDRPDR sel x710
1493     dpdk-compare-topologies-cmp:
1494       csit-dpdk-perf-verify-2001-2n-skx:
1495         - 35  # NDRPDR sel xxv710
1496         - 36  # NDRPDR sel xxv710
1497         - 37  # NDRPDR sel xxv710
1498         - 41  # NDRPDR sel xxv710
1499         - 42  # NDRPDR sel xxv710
1500         - 43  # NDRPDR sel xxv710
1501         - 46  # NDRPDR sel xxv710
1502         - 47  # NDRPDR sel xxv710
1503         - 38  # NDRPDR sel x710
1504         - 39  # NDRPDR sel x710
1505         - 40  # NDRPDR sel x710
1506         - 44  # NDRPDR sel x710
1507         - 45  # NDRPDR sel x710
1508         - 48  # NDRPDR sel x710
1509         - 49  # NDRPDR sel x710
1510         - 50  # NDRPDR sel x710
1511     dpdk-compare-topologies:
1512       - "dpdk-compare-topologies-ref"
1513       - "dpdk-compare-topologies-cmp"
1514
1515   plot-layouts:
1516
1517     plot-soak-throughput:
1518       titlefont:
1519         size: 18
1520       xaxis:
1521         title: "<b>Test Cases [Index]</b>"
1522         titlefont:
1523           size: 16
1524         autorange: True
1525         fixedrange: False
1526         gridcolor: "rgb(230, 230, 230)"
1527         linecolor: "rgb(220, 220, 220)"
1528         linewidth: 1
1529         showgrid: True
1530         showline: True
1531         showticklabels: True
1532         tickcolor: "rgb(220, 220, 220)"
1533         tickmode: "linear"
1534         tickfont:
1535           size: 16
1536         zeroline: False
1537       yaxis:
1538         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1539         titlefont:
1540           size: 16
1541         gridcolor: "rgb(230, 230, 230)"
1542         hoverformat: ".4r"
1543         tickformat: ".3r"
1544         linecolor: "rgb(220, 220, 220)"
1545         linewidth: 1
1546         showgrid: True
1547         showline: True
1548         showticklabels: True
1549         tickcolor: "rgb(220, 220, 220)"
1550         tickfont:
1551           size: 16
1552         zeroline: False
1553         range: [0,50]
1554       autosize: False
1555       margin:
1556         t: 50
1557         b: 0
1558         l: 80
1559         r: 20
1560       showlegend: True
1561       legend:
1562         orientation: "h"
1563         font:
1564           size: 16
1565       width: 700
1566       height: 900
1567       paper_bgcolor: "#fff"
1568       plot_bgcolor: "#fff"
1569       hoverlabel:
1570         namelength: -1
1571
1572     plot-service-density:
1573       titlefont:
1574         size: 18
1575       xaxis:
1576         side: "top"
1577         autorange: True
1578         fixedrange: False
1579         showgrid: False
1580         showline: False
1581         showticklabels: False
1582         ticks: ""
1583         ticklen: 0
1584         tickwidth: 0
1585         zeroline: False
1586       yaxis:
1587         autorange: "reversed"
1588         showgrid: False
1589         showline: False
1590         showticklabels: False
1591         ticks: ""
1592         ticklen: 0
1593         tickwidth: 0
1594         zeroline: False
1595       showlegend: False
1596       paper_bgcolor: "#fff"
1597       plot_bgcolor: "#fff"
1598       width: 700
1599       height: 700
1600       hoverlabel:
1601         namelength: -1
1602
1603     plot-cps:
1604       titlefont:
1605         size: 18
1606       xaxis:
1607         title: "<b>Test Cases [Index]</b>"
1608         titlefont:
1609           size: 16
1610         autorange: True
1611         fixedrange: False
1612         gridcolor: "rgb(230, 230, 230)"
1613         linecolor: "rgb(220, 220, 220)"
1614         linewidth: 1
1615         showgrid: True
1616         showline: True
1617         showticklabels: True
1618         tickcolor: "rgb(220, 220, 220)"
1619         tickmode: "linear"
1620         tickfont:
1621           size: 16
1622         zeroline: False
1623       yaxis:
1624         title: "<b>Connections Per Second [cps]</b>"
1625         titlefont:
1626           size: 16
1627         gridcolor: "rgb(230, 230, 230)"
1628         hoverformat: ".4s"
1629         linecolor: "rgb(220, 220, 220)"
1630         linewidth: 1
1631         rangemode: "tozero"
1632         showgrid: True
1633         showline: True
1634         showticklabels: True
1635         tickcolor: "rgb(220, 220, 220)"
1636         tickformat: ".3s"
1637         tickfont:
1638           size: 16
1639         zeroline: False
1640       boxmode: "group"
1641       boxgroupgap: 0.5
1642       autosize: False
1643       margin:
1644         t: 50
1645         b: 20
1646         l: 80
1647         r: 20
1648       showlegend: True
1649       legend:
1650         orientation: "h"
1651         font:
1652           size: 16
1653       width: 700
1654       height: 800
1655       paper_bgcolor: "#fff"
1656       plot_bgcolor: "#fff"
1657       hoverlabel:
1658         namelength: -1
1659
1660     plot-rps:
1661       titlefont:
1662         size: 18
1663       xaxis:
1664         title: "<b>Test Cases [Index]</b>"
1665         titlefont:
1666           size: 16
1667         autorange: True
1668         fixedrange: False
1669         gridcolor: "rgb(230, 230, 230)"
1670         linecolor: "rgb(220, 220, 220)"
1671         linewidth: 1
1672         showgrid: True
1673         showline: True
1674         showticklabels: True
1675         tickcolor: "rgb(220, 220, 220)"
1676         tickmode: "linear"
1677         tickfont:
1678           size: 16
1679         zeroline: False
1680       yaxis:
1681         title: "<b>Requests Per Second [rps]</b>"
1682         titlefont:
1683           size: 16
1684         gridcolor: "rgb(230, 230, 230)"
1685         hoverformat: ".4s"
1686         linecolor: "rgb(220, 220, 220)"
1687         linewidth: 1
1688         rangemode: "tozero"
1689         showgrid: True
1690         showline: True
1691         showticklabels: True
1692         tickcolor: "rgb(230, 230, 230)"
1693         tickformat: ".3s"
1694         tickfont:
1695           size: 16
1696         zeroline: False
1697       boxmode: "group"
1698       boxgroupgap: 0.5
1699       autosize: False
1700       margin:
1701         t: 50
1702         b: 20
1703         l: 80
1704         r: 20
1705       showlegend: True
1706       legend:
1707         orientation: "h"
1708         font:
1709           size: 16
1710       width: 700
1711       height: 800
1712       paper_bgcolor: "#fff"
1713       plot_bgcolor: "#fff"
1714       hoverlabel:
1715         namelength: -1
1716
1717     plot-hoststack:
1718       titlefont:
1719         size: 16
1720       xaxis:
1721         title: "<b>Test Cases [Index]</b>"
1722         titlefont:
1723           size: 14
1724         autorange: True
1725         fixedrange: False
1726         gridcolor: "rgb(230, 230, 230)"
1727         linecolor: "rgb(220, 220, 220)"
1728         linewidth: 1
1729         showgrid: True
1730         showline: True
1731         showticklabels: True
1732         tickcolor: "rgb(220, 220, 220)"
1733         tickmode: "linear"
1734         tickfont:
1735           size: 14
1736         zeroline: False
1737       yaxis:
1738         title: "<b>Bandwidth [Gbps]</b>"
1739         titlefont:
1740           size: 14
1741         gridcolor: "rgb(230, 230, 230)"
1742         hoverformat: ".4s"
1743         linecolor: "rgb(220, 220, 220)"
1744         linewidth: 1
1745         rangemode: "tozero"
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(230, 230, 230)"
1750         tickformat: ".3s"
1751         tickfont:
1752           size: 14
1753         zeroline: False
1754       boxmode: "group"
1755       boxgroupgap: 0.5
1756       autosize: False
1757       margin:
1758         t: 50
1759         b: 20
1760         l: 80
1761         r: 20
1762       showlegend: True
1763       legend:
1764         orientation: "h"
1765         font:
1766           size: 14
1767       width: 700
1768       height: 800
1769       paper_bgcolor: "#fff"
1770       plot_bgcolor: "#fff"
1771       hoverlabel:
1772         namelength: -1
1773
1774     plot-throughput:
1775       titlefont:
1776         size: 18
1777       xaxis:
1778         title: "<b>Test Cases [Index]</b>"
1779         titlefont:
1780           size: 16
1781         autorange: True
1782         fixedrange: False
1783         gridcolor: "rgb(230, 230, 230)"
1784         linecolor: "rgb(220, 220, 220)"
1785         linewidth: 1
1786         showgrid: True
1787         showline: True
1788         showticklabels: True
1789         tickcolor: "rgb(220, 220, 220)"
1790         tickmode: "linear"
1791         tickfont:
1792           size: 16
1793         zeroline: False
1794       yaxis:
1795         title: "<b>Packet Throughput [Mpps]</b>"
1796         titlefont:
1797           size: 16
1798         gridcolor: "rgb(230, 230, 230)"
1799         hoverformat: ".4r"
1800         tickformat: ".3r"
1801         linecolor: "rgb(220, 220, 220)"
1802         linewidth: 1
1803         showgrid: True
1804         showline: True
1805         showticklabels: True
1806         tickcolor: "rgb(220, 220, 220)"
1807         tickfont:
1808           size: 16
1809         zeroline: False
1810         range: [0,50]
1811       autosize: False
1812       margin:
1813         t: 50
1814         b: 0
1815         l: 80
1816         r: 20
1817       showlegend: True
1818       legend:
1819         orientation: "h"
1820         font:
1821           size: 16
1822       width: 700
1823       height: 900
1824       paper_bgcolor: "#fff"
1825       plot_bgcolor: "#fff"
1826       hoverlabel:
1827         namelength: -1
1828
1829     plot-throughput-speedup-analysis:
1830       titlefont:
1831         size: 18
1832       xaxis:
1833         title: "<b>Number of Cores [Qty]</b>"
1834         titlefont:
1835           size: 16
1836         autorange: True
1837         fixedrange: False
1838         gridcolor: "rgb(230, 230, 230)"
1839         linecolor: "rgb(220, 220, 220)"
1840         linewidth: 1
1841         showgrid: True
1842         showline: True
1843         showticklabels: True
1844         tickcolor: "rgb(238, 238, 238)"
1845         tickmode: "linear"
1846         tickfont:
1847           size: 16
1848         zeroline: False
1849       yaxis:
1850         title: "<b>Packet Throughput [Mpps]</b>"
1851         titlefont:
1852           size: 16
1853         type: "linear"
1854         gridcolor: "rgb(230, 230, 230)"
1855         hoverformat: ".4s"
1856         linecolor: "rgb(220, 220, 220)"
1857         linewidth: 1
1858         showgrid: True
1859         showline: True
1860         showticklabels: True
1861         tickcolor: "rgb(220, 220, 220)"
1862         tickformat: ".4s"
1863         tickfont:
1864           size: 16
1865         zeroline: True
1866         rangemode: "tozero"
1867         range: [0,100]
1868       legend:
1869         orientation: "h"
1870         font:
1871           size: 16
1872         xanchor: "left"
1873         yanchor: "top"
1874         x: 0
1875         y: -0.2
1876         bgcolor: "rgba(255, 255, 255, 0)"
1877         bordercolor: "rgba(255, 255, 255, 0)"
1878         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1879       autosize: False
1880       margin:
1881           't': 50
1882           'b': 150
1883           'l': 85
1884           'r': 10
1885       showlegend: True
1886       width: 700
1887       height: 700
1888       paper_bgcolor: "#fff"
1889       plot_bgcolor: "#fff"
1890       hoverlabel:
1891         namelength: -1
1892       annotations: [
1893         {
1894           text: "_ _          __          ...",
1895           align: "left",
1896           showarrow: False,
1897           xref: "paper",
1898           yref: "paper",
1899           xanchor: "left",
1900           yanchor: "top",
1901           x: 0,
1902           y: -0.13,
1903           font: {
1904             family: "Consolas, Courier New",
1905             size: 15
1906           },
1907         },
1908         {
1909           text: "    Perfect     Measured     Limit",
1910           align: "left",
1911           showarrow: False,
1912           xref: "paper",
1913           yref: "paper",
1914           xanchor: "left",
1915           yanchor: "top",
1916           x: 0,
1917           y: -0.15,
1918           font: {
1919             family: "Consolas, Courier New",
1920             size: 15
1921           },
1922         },
1923       ]
1924
1925     plot-latency:
1926       titlefont:
1927         size: 18
1928       xaxis:
1929         title: "<b>Direction</b>"
1930         titlefont:
1931           size: 16
1932         autorange: True
1933         fixedrange: False
1934         gridcolor: "rgb(230, 230, 230)"
1935         linecolor: "rgb(220, 220, 220)"
1936         linewidth: 1
1937         showgrid: True
1938         showline: True
1939         showticklabels: False
1940         tickcolor: "rgb(220, 220, 220)"
1941         tickmode: "linear"
1942         tickfont:
1943           size: 16
1944         zeroline: False
1945       yaxis:
1946         title: "<b>Packet Latency [uSec]</b>"
1947         titlefont:
1948           size: 16
1949         type: "linear"
1950         gridcolor: "rgb(230, 230, 230)"
1951         hoverformat: ".4s"
1952         linecolor: "rgb(220, 220, 220)"
1953         linewidth: 1
1954         showgrid: True
1955         showline: True
1956         showticklabels: True
1957         tickcolor: "rgb(220, 220, 220)"
1958         tickformat: ".4s"
1959         tickfont:
1960           size: 16
1961         zeroline: True
1962         rangemode: "tozero"
1963       legend:
1964         orientation: "h"
1965         font:
1966           size: 16
1967         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1968       autosize: False
1969       margin:
1970           't': 50
1971           'b': 150
1972           'l': 80
1973           'r': 10
1974       showlegend: True
1975       width: 700
1976       height: 700
1977       paper_bgcolor: "#fff"
1978       plot_bgcolor: "#fff"
1979       hoverlabel:
1980         namelength: -1
1981
1982     plot-hdrh-latency:
1983       title:
1984         text: ""
1985         xanchor: "center"
1986         x: 0.5
1987         font:
1988           size: 16
1989       width: 700
1990       plot_bgcolor: "white"
1991       annotations:
1992         - font:
1993             size: 14
1994           showarrow: False
1995           text: "<b>Packet Latency [uSec]</b>"
1996           x: 1
1997           xanchor: "right"
1998           xref: "paper"
1999           y: -0.045
2000           yanchor: "top"
2001           yref: "paper"
2002         - font:
2003             size: 14
2004           showarrow: False
2005           text: "<b>Probability [%]</b>"
2006           textangle: 270
2007           x: -0.06
2008           xanchor: "center"
2009           xref: "paper"
2010           y: 0.5
2011           yanchor: "middle"
2012           yref: "paper"
2013         - font:
2014             size: 14
2015           showarrow: False
2016           text: "<b>Direction: E-W</b>"
2017           x: 0.24
2018           xanchor: "center"
2019           xref: "paper"
2020           y: 1.05
2021           yanchor: "bottom"
2022           yref: "paper"
2023         - font:
2024             size: 14
2025           showarrow: False
2026           text: "<b>Direction: W-E</b>"
2027           x: 0.74
2028           xanchor: "center"
2029           xref: "paper"
2030           y: 1.05
2031           yanchor: "bottom"
2032           yref: "paper"
2033
2034     plot-hdrh-latency-percentile:
2035       title:
2036         text: ""
2037         xanchor: "center"
2038         x: 0.5
2039         font:
2040           size: 18
2041       xaxis:
2042         type: "log"
2043         title: "<b>Percentile [%]</b>"
2044         titlefont:
2045           size: 16
2046         autorange: True
2047         fixedrange: False
2048         gridcolor: "rgb(230, 230, 230)"
2049         linecolor: "rgb(220, 220, 220)"
2050         linewidth: 1
2051         showgrid: True
2052         showline: True
2053         showticklabels: True
2054         tickcolor: "rgb(220, 220, 220)"
2055         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2056         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2057         tickfont:
2058           size: 16
2059       yaxis:
2060         title: "<b>Packet Latency [uSec]</b>"
2061         titlefont:
2062           size: 16
2063         gridcolor: "rgb(230, 230, 230)"
2064         linecolor: "rgb(220, 220, 220)"
2065         linewidth: 1
2066         showgrid: True
2067         showline: True
2068         showticklabels: True
2069         tickcolor: "rgb(220, 220, 220)"
2070         tickfont:
2071           size: 16
2072       autosize: False
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.15
2083         bgcolor: "rgba(255, 255, 255, 0)"
2084         bordercolor: "rgba(255, 255, 255, 0)"
2085       width: 700
2086       height: 700
2087       paper_bgcolor: "white"
2088       plot_bgcolor: "white"
2089
2090     plot-hdrh-latency-by-percentile:
2091       title:
2092         text: "<b>Latency by Percentile Distribution</b>"
2093         xanchor: "center"
2094         x: 0.5
2095         font:
2096           size: 18
2097       showlegend: True
2098       legend:
2099         traceorder: "normal"
2100         orientation: "h"
2101         font:
2102           size: 16
2103         xanchor: "left"
2104         yanchor: "top"
2105         x: 0
2106         y: -0.2
2107         bgcolor: "rgba(255, 255, 255, 0)"
2108         bordercolor: "rgba(255, 255, 255, 0)"
2109       xaxis:
2110         type: "linear"
2111         title: "<b>Percentile [%]</b>"
2112         titlefont:
2113           size: 14
2114         autorange: False
2115         fixedrange: False
2116         range: [0, 100]
2117         gridcolor: "rgb(230, 230, 230)"
2118         linecolor: "rgb(220, 220, 220)"
2119         linewidth: 1
2120         showgrid: True
2121         showline: True
2122         showticklabels: True
2123         tickcolor: "rgb(220, 220, 220)"
2124         tickvals: [0, 25, 50, 75, 100]
2125         ticktext: [0, 25, 50, 75, 100]
2126         tickfont:
2127           size: 14
2128       yaxis:
2129         title: "<b>One-Way Latency per Direction [uSec]</b>"
2130         titlefont:
2131           size: 14
2132         gridcolor: "rgb(230, 230, 230)"
2133         linecolor: "rgb(220, 220, 220)"
2134         linewidth: 1
2135         showgrid: True
2136         showline: True
2137         showticklabels: True
2138         tickcolor: "rgb(220, 220, 220)"
2139         tickfont:
2140           size: 14
2141       width: 700
2142       height: 700
2143       paper_bgcolor: "white"
2144       plot_bgcolor: "white"
2145
2146 - type: "static"
2147   src-path: "{DIR[RST]}"
2148   dst-path: "{DIR[WORKING,SRC]}"
2149
2150 - type: "input"
2151   general:
2152     file-name: "output_info.xml.gz"
2153     file-format: ".gz"
2154     arch-file-format:
2155       - ".gz"
2156       - ".zip"
2157     download-path: "{job}/{build}/archives/{filename}"
2158     extract: "output.xml"
2159
2160     zip-file-name: "robot-plugin.zip"
2161     zip-file-format: ".zip"
2162     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2163     zip-extract: "robot-plugin/output.xml"
2164
2165   builds:
2166
2167     csit-vpp-perf-verify-1904-3n-hsw:
2168       - 9   # MRR sel
2169       - 11  # NDRPDR sel
2170       - 12  # NDRPDR sel
2171       - 20  # NDRPDR sel
2172       - 21  # NDRPDR sel
2173       - 23  # NDRPDR sel
2174       - 24  # NDRPDR sel
2175       - 25  # NDRPDR sel
2176       - 26  # NDRPDR sel
2177       - 29  # NDRPDR sel
2178       - 30  # NDRPDR sel
2179     csit-vpp-perf-verify-1908-3n-hsw:
2180       - 12  # NDRPDR sel
2181       - 13  # NDRPDR sel
2182       - 14  # NDRPDR sel
2183       - 15  # NDRPDR sel
2184       - 16  # NDRPDR sel
2185       - 17  # NDRPDR sel
2186       - 18  # NDRPDR sel
2187       - 19  # NDRPDR sel
2188       - 20  # NDRPDR sel
2189       - 21  # NDRPDR sel
2190       - 48  # NDRPDR sel vhost
2191       - 49  # NDRPDR sel vhost
2192       - 52  # NDRPDR sel vhost
2193       - 53  # NDRPDR sel vhost
2194       - 54  # NDRPDR sel vhost
2195       - 55  # NDRPDR sel vhost
2196       - 56  # NDRPDR sel vhost
2197       - 57  # NDRPDR sel vhost
2198       - 58  # NDRPDR sel vhost
2199       - 59  # NDRPDR sel vhost
2200       - 39  # MRR sel
2201     csit-vpp-perf-verify-2001-3n-hsw:
2202       - 21  # NDRPDR sel
2203       - 22  # NDRPDR sel
2204       - 23  # NDRPDR sel
2205       - 24  # NDRPDR sel
2206       - 25  # NDRPDR sel
2207       - 29  # NDRPDR sel
2208       - 30  # NDRPDR sel
2209       - 31  # NDRPDR sel
2210       - 32  # NDRPDR sel
2211       - 34  # NDRPDR sel
2212       - 17  # MRR sel
2213       - 18  # NDRPDR full
2214       - 20  # NDRPDR full
2215       - 28  # NDRPDR full
2216       - 35  # NDRPDR full
2217       - 42  # NDRPDR full
2218       - 46  # NDRPDR full
2219       - 47  # NDRPDR full
2220       - 48  # NDRPDR full
2221       - 49  # NDRPDR full
2222       - 50  # NDRPDR full
2223       - 51  # NDRPDR full
2224       - 52  # NDRPDR full
2225       - 53  # NDRPDR full
2226       - 54  # NDRPDR full
2227       - 55  # NDRPDR full
2228       - 56  # NDRPDR full
2229       - 57  # NDRPDR full
2230       - 58  # NDRPDR full
2231       - 59  # NDRPDR full
2232       - 61  # NDRPDR full
2233       - 62  # NDRPDR full
2234       - 63  # NDRPDR full
2235       - 64  # NDRPDR full
2236       - 65  # NDRPDR full
2237       - 67  # NDRPDR full
2238       - 70  # NDRPDR full
2239       - 72  # NDRPDR full
2240       - 73  # NDRPDR full
2241       - 76  # NDRPDR full
2242       - 77  # NDRPDR full
2243       - 78  # NDRPDR full
2244       - 79  # NDRPDR full
2245       - 81  # NDRPDR full
2246       - 82  # NDRPDR full
2247       - 84  # NDRPDR full
2248       - 85  # NDRPDR full
2249       - 87  # hoststack
2250       - 88  # hoststack
2251       - 89  # hoststack
2252       - 90  # hoststack
2253       - 91  # hoststack
2254       - 92  # hoststack
2255       - 93  # hoststack
2256       - 94  # hoststack
2257       - 95  # hoststack
2258       - 96  # hoststack
2259
2260     csit-vpp-perf-verify-1904-3n-skx:
2261       - 7   # MRR sel
2262       - 8   # NDRPDR sel
2263       - 9   # NDRPDR sel
2264       - 10  # NDRPDR sel
2265       - 11  # NDRPDR sel
2266       - 12  # NDRPDR sel
2267       - 14  # NDRPDR sel
2268       - 16  # NDRPDR sel
2269       - 21  # NDRPDR sel
2270       - 23  # NDRPDR sel
2271       - 25  # NDRPDR sel
2272     csit-vpp-perf-verify-1908-3n-skx:
2273       - 14  # NDRPDR sel
2274       - 16  # NDRPDR sel
2275       - 19  # NDRPDR sel
2276       - 20  # NDRPDR sel
2277       - 22  # NDRPDR sel
2278       - 23  # NDRPDR sel
2279       - 24  # NDRPDR sel
2280       - 25  # NDRPDR sel
2281       - 26  # NDRPDR sel
2282       - 29  # NDRPDR sel
2283       - 52  # NDRPDR sel vhost
2284       - 53  # NDRPDR sel vhost
2285       - 55  # NDRPDR sel vhost
2286       - 61  # NDRPDR sel vhost
2287       - 62  # NDRPDR sel vhost
2288       - 63  # NDRPDR sel vhost
2289       - 64  # NDRPDR sel vhost
2290       - 65  # NDRPDR sel vhost
2291       - 66  # NDRPDR sel vhost
2292       - 67  # NDRPDR sel vhost
2293       - 36  # MRR sel
2294     csit-vpp-perf-verify-2001-3n-skx:
2295       - 45  # NDRPDR sel
2296       - 46  # NDRPDR sel
2297       - 47  # NDRPDR sel
2298       - 48  # NDRPDR sel
2299       - 50  # MRR sel
2300
2301     csit-vpp-perf-verify-1904-2n-skx:
2302       - 11  # MRR sel
2303       - 12  # NDRPDR sel
2304       - 14  # NDRPDR sel
2305       - 16  # NDRPDR sel
2306       - 17  # NDRPDR sel
2307       - 18  # NDRPDR sel
2308       - 21  # NDRPDR sel
2309       - 27  # NDRPDR sel
2310       - 30  # NDRPDR sel
2311       - 31  # NDRPDR sel
2312       - 32  # NDRPDR sel
2313     csit-vpp-perf-verify-1908-2n-skx:
2314       - 26  # NDRPDR sel
2315       - 27  # NDRPDR sel
2316       - 34  # NDRPDR sel
2317       - 35  # NDRPDR sel
2318       - 36  # NDRPDR sel
2319       - 42  # NDRPDR sel
2320       - 43  # NDRPDR sel
2321       - 44  # NDRPDR sel
2322       - 45  # NDRPDR sel
2323       - 46  # NDRPDR sel
2324       - 88  # NDRPDR sel vhost
2325       - 89  # NDRPDR sel vhost
2326       - 91  # NDRPDR sel vhost
2327       - 92  # NDRPDR sel vhost
2328       - 93  # NDRPDR sel vhost
2329       - 94  # NDRPDR sel vhost
2330       - 95  # NDRPDR sel vhost
2331       - 96  # NDRPDR sel vhost
2332       - 97  # NDRPDR sel vhost
2333       - 98  # NDRPDR sel vhost
2334       - 69  # MRR sel
2335       - 22  # NFV
2336       - 31  # NFV
2337       - 32  # NFV
2338       - 71  # NFV MRR
2339       - 113 # NFV reconf sel - to be removed
2340       - 114 # NFV reconf sel - to be removed
2341       - 115 # NFV reconf sel - to be removed
2342     csit-vpp-perf-verify-2001-2n-skx:
2343       - 92  # NDRPDR sel
2344       - 93  # NDRPDR sel
2345       - 94  # NDRPDR sel
2346       - 95  # NDRPDR sel
2347       - 96  # NDRPDR sel
2348       - 97  # NDRPDR sel
2349       - 98  # NDRPDR sel
2350       - 99  # NDRPDR sel
2351       - 100 # NDRPDR sel
2352       - 101 # MRR sel
2353
2354     csit-vpp-perf-verify-2001-2n-clx:
2355       - 28  # NDRPDR sel
2356       - 29  # NDRPDR sel
2357       - 32  # NDRPDR sel
2358       - 40  # NDRPDR sel
2359       - 43  # NDRPDR sel
2360       - 44  # NDRPDR sel
2361       - 45  # NDRPDR sel
2362       - 47  # NDRPDR sel
2363       - 48  # NDRPDR sel
2364       - 49  # NDRPDR sel
2365       - 39  # MRR
2366       - 53  # NDRPDR full
2367       - 54  # NDRPDR full
2368       - 55  # NDRPDR full
2369       - 56  # NDRPDR full
2370       - 57  # NDRPDR full
2371       - 58  # NDRPDR full
2372       - 59  # NDRPDR full
2373       - 60  # NDRPDR full
2374       - 61  # NDRPDR full
2375       - 62  # NDRPDR full
2376       - 63  # NDRPDR full
2377       - 64  # NDRPDR full
2378       - 65  # NDRPDR full
2379       - 66  # NDRPDR full
2380       - 67  # NDRPDR full
2381       - 68  # Reconf
2382       - 69  # Reconf
2383       - 70  # Reconf
2384       - 71  # Reconf
2385       - 72  # Reconf
2386       - 73  # Reconf
2387       - 74  # Reconf
2388       - 75  # Reconf
2389       - 76  # Reconf
2390       - 77  # Reconf
2391       - 80  # TCP
2392       - 82  # TCP
2393       - 83  # TCP
2394       - 85  # TCP
2395       - 86  # TCP
2396       - 87  # TCP
2397       - 88  # TCP
2398       - 89  # TCP
2399       - 90  # TCP
2400       - 91  # TCP
2401       - 93  # Soak
2402       - 94  # Soak
2403
2404     csit-vpp-perf-verify-1908-3n-tsh:
2405       - 7   # NDRPDR sel
2406       - 8   # NDRPDR sel
2407       - 9   # NDRPDR sel
2408       - 10  # NDRPDR sel
2409       - 11  # NDRPDR sel
2410       - 12  # NDRPDR sel
2411       - 13  # NDRPDR sel
2412       - 14  # NDRPDR sel
2413       - 15  # NDRPDR sel
2414       - 16  # NDRPDR sel
2415       - 17  # MRR sel
2416     csit-vpp-perf-verify-2001-3n-tsh:
2417       - 3   # NDRPDR sel
2418       - 4   # NDRPDR sel
2419       - 7   # NDRPDR sel
2420       - 8   # NDRPDR sel
2421       - 10  # NDRPDR sel
2422       - 12  # NDRPDR sel
2423       - 13  # NDRPDR sel
2424       - 14  # NDRPDR sel
2425       - 15  # NDRPDR sel
2426       - 21  # NDRPDR sel
2427       - 9   # MRR sel
2428
2429     csit-vpp-perf-verify-1908-3n-dnv:
2430       - 6   # NDRPDR sel
2431       - 7   # NDRPDR sel
2432       - 8   # NDRPDR sel
2433       - 9   # NDRPDR sel
2434       - 10  # NDRPDR sel
2435       - 12  # NDRPDR sel
2436       - 13  # NDRPDR sel
2437       - 14  # NDRPDR sel
2438       - 15  # NDRPDR sel
2439       - 16  # NDRPDR sel
2440       - 17  # MRR sel
2441     csit-vpp-perf-verify-2001-3n-dnv:
2442       - 5   # NDRPDR sel
2443       - 6   # NDRPDR sel
2444       - 7   # NDRPDR sel
2445       - 8   # NDRPDR sel
2446       - 9   # NDRPDR sel
2447       - 10  # NDRPDR sel
2448       - 12  # NDRPDR sel
2449       - 16  # NDRPDR sel
2450       - 17  # NDRPDR sel
2451       - 18  # NDRPDR sel
2452       - 11  # MRR sel
2453       - 19  # NDRPDR full
2454       - 20  # NDRPDR full
2455       - 21  # NDRPDR full
2456       - 22  # NDRPDR full
2457       - 23  # NDRPDR full
2458       - 24  # NDRPDR full
2459       - 25  # NDRPDR full
2460       - 26  # NDRPDR full
2461       - 37  # NDRPDR full
2462       - 38  # NDRPDR full
2463       - 39  # NDRPDR full
2464
2465     csit-vpp-perf-verify-1908-2n-dnv:
2466       - 1   # NDRPDR sel
2467       - 2   # NDRPDR sel
2468       - 3   # NDRPDR sel
2469       - 4   # NDRPDR sel
2470       - 5   # NDRPDR sel
2471       - 6   # NDRPDR sel
2472       - 7   # NDRPDR sel
2473       - 8   # NDRPDR sel
2474       - 9   # NDRPDR sel
2475       - 10  # NDRPDR sel
2476       - 11  # MRR sel
2477     csit-vpp-perf-verify-2001-2n-dnv:
2478       - 4   # NDRPDR sel
2479       - 5   # NDRPDR sel
2480       - 6   # NDRPDR sel
2481       - 7   # NDRPDR sel
2482       - 8   # NDRPDR sel
2483       - 9   # NDRPDR sel
2484       - 10  # NDRPDR sel
2485       - 11  # NDRPDR sel
2486       - 13  # NDRPDR sel
2487       - 16  # NDRPDR sel
2488       - 12  # MRR sel
2489       - 21  # NDRPDR full
2490       - 22  # NDRPDR full
2491       - 25  # NDRPDR full
2492       - 26  # NDRPDR full
2493       - 27  # NDRPDR full
2494       - 28  # NDRPDR full
2495
2496     csit-dpdk-perf-verify-1904-3n-hsw:
2497       - 2   # NDRPDR sel
2498       - 3   # NDRPDR sel
2499       - 5   # NDRPDR sel
2500       - 6   # NDRPDR sel
2501       - 13  # NDRPDR sel
2502       - 14  # NDRPDR sel
2503       - 15  # NDRPDR sel
2504       - 18  # NDRPDR sel
2505       - 19  # NDRPDR sel
2506       - 20  # NDRPDR sel
2507     csit-dpdk-perf-verify-1908-3n-hsw:
2508       - 2   # NDRPDR sel
2509       - 3   # NDRPDR sel
2510       - 4   # NDRPDR sel
2511       - 5   # NDRPDR sel
2512       - 6   # NDRPDR sel
2513       - 7   # NDRPDR sel
2514       - 8   # NDRPDR sel
2515       - 9   # NDRPDR sel
2516       - 10  # NDRPDR sel
2517       - 11  # NDRPDR sel
2518     csit-dpdk-perf-verify-2001-3n-hsw:
2519       - 4   # NDRPDR sel
2520       - 5   # NDRPDR sel
2521       - 6   # NDRPDR sel
2522       - 7   # NDRPDR sel
2523       - 8   # NDRPDR sel
2524       - 9   # NDRPDR sel
2525       - 10  # NDRPDR sel
2526       - 11  # NDRPDR sel
2527       - 12  # NDRPDR sel
2528       - 13  # NDRPDR sel
2529       - 15  # NDRPDR sel
2530       - 16  # NDRPDR sel
2531       - 17  # NDRPDR sel
2532       - 18  # NDRPDR sel
2533       - 19  # NDRPDR sel
2534       - 20  # NDRPDR sel
2535       - 21  # NDRPDR sel
2536       - 22  # NDRPDR sel
2537       - 23  # NDRPDR sel
2538       - 24  # NDRPDR sel
2539       - 25  # NDRPDR full
2540       - 26  # NDRPDR full
2541
2542     csit-dpdk-perf-verify-1904-3n-skx:
2543       - 2   # NDRPDR sel
2544       - 3   # NDRPDR sel
2545       - 4   # NDRPDR sel
2546       - 5   # NDRPDR sel
2547       - 6   # NDRPDR sel
2548       - 7   # NDRPDR sel
2549       - 11  # NDRPDR sel
2550       - 12  # NDRPDR sel
2551       - 13  # NDRPDR sel
2552       - 14  # NDRPDR sel
2553     csit-dpdk-perf-verify-1908-3n-skx:
2554       - 3   # NDRPDR sel
2555       - 4   # NDRPDR sel
2556       - 5   # NDRPDR sel
2557       - 6   # NDRPDR sel
2558       - 7   # NDRPDR sel
2559       - 8   # NDRPDR sel
2560       - 9   # NDRPDR sel
2561       - 10  # NDRPDR sel
2562       - 11  # NDRPDR sel
2563       - 12  # NDRPDR sel
2564     csit-dpdk-perf-verify-2001-3n-skx:
2565       - 29  # NDRPDR sel xxv710
2566       - 33  # NDRPDR sel xxv710
2567       - 34  # NDRPDR sel xxv710
2568       - 30  # NDRPDR sel x710
2569       - 31  # NDRPDR sel x710
2570       - 32  # NDRPDR sel x710
2571
2572     csit-dpdk-perf-verify-1904-2n-skx:
2573       - 2   # NDRPDR sel
2574       - 3   # NDRPDR sel
2575       - 4   # NDRPDR sel
2576       - 5   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 11  # NDRPDR sel
2582       - 12  # NDRPDR sel
2583     csit-dpdk-perf-verify-1908-2n-skx:
2584       - 2   # NDRPDR sel
2585       - 3   # NDRPDR sel
2586       - 4   # NDRPDR sel
2587       - 5   # NDRPDR sel
2588       - 7   # NDRPDR sel
2589       - 8   # NDRPDR sel
2590       - 9   # NDRPDR sel
2591       - 10  # NDRPDR sel
2592       - 11  # NDRPDR sel
2593       - 12  # NDRPDR sel
2594     csit-dpdk-perf-verify-2001-2n-skx:
2595       - 35  # NDRPDR sel xxv710
2596       - 36  # NDRPDR sel xxv710
2597       - 37  # NDRPDR sel xxv710
2598       - 41  # NDRPDR sel xxv710
2599       - 42  # NDRPDR sel xxv710
2600       - 43  # NDRPDR sel xxv710
2601       - 46  # NDRPDR sel xxv710
2602       - 47  # NDRPDR sel xxv710
2603       - 38  # NDRPDR sel x710
2604       - 39  # NDRPDR sel x710
2605       - 40  # NDRPDR sel x710
2606       - 44  # NDRPDR sel x710
2607       - 45  # NDRPDR sel x710
2608       - 48  # NDRPDR sel x710
2609       - 49  # NDRPDR sel x710
2610       - 50  # NDRPDR sel x710
2611
2612
2613     csit-dpdk-perf-verify-2001-2n-clx:
2614       - 15  # NDRPDR sel
2615       - 16  # NDRPDR sel
2616       - 17  # NDRPDR sel
2617       - 18  # NDRPDR sel
2618       - 19  # NDRPDR sel
2619       - 20  # NDRPDR sel
2620       - 21  # NDRPDR sel
2621       - 22  # NDRPDR sel
2622       - 23  # NDRPDR sel
2623       - 24  # NDRPDR sel
2624       - 25  # NDRPDR sel
2625       - 26  # NDRPDR sel
2626       - 27  # NDRPDR sel
2627       - 28  # NDRPDR sel
2628       - 29  # NDRPDR sel
2629       - 30  # NDRPDR sel
2630       - 31  # NDRPDR sel
2631       - 32  # NDRPDR sel
2632       - 33  # NDRPDR sel
2633       - 34  # NDRPDR sel
2634
2635     csit-dpdk-perf-verify-2001-2n-dnv:
2636       - 9   # NDRPDR sel
2637       - 10  # NDRPDR sel
2638       - 11  # NDRPDR sel
2639       - 12  # NDRPDR sel
2640       - 13  # NDRPDR sel
2641       - 14  # NDRPDR sel
2642       - 15  # NDRPDR sel
2643       - 16  # NDRPDR sel
2644       - 17  # NDRPDR sel
2645       - 18  # NDRPDR sel
2646
2647     csit-dpdk-perf-verify-2001-3n-dnv:
2648       - 12  # NDRPDR sel
2649       - 13  # NDRPDR sel
2650       - 14  # NDRPDR sel
2651       - 15  # NDRPDR sel
2652       - 16  # NDRPDR sel
2653       - 17  # NDRPDR sel
2654       - 18  # NDRPDR sel
2655       - 19  # NDRPDR sel
2656       - 20  # NDRPDR sel
2657       - 22  # NDRPDR sel
2658
2659     csit-dpdk-perf-verify-2001-3n-tsh:
2660       - 3   # NDRPDR sel
2661       - 4   # NDRPDR sel
2662       - 5   # NDRPDR sel
2663       - 9   # NDRPDR sel
2664       - 10  # NDRPDR sel
2665       - 11  # NDRPDR sel
2666       - 12  # NDRPDR sel
2667       - 14  # NDRPDR sel
2668       - 15  # NDRPDR sel
2669       - 18  # NDRPDR sel
2670
2671     csit-vpp-device-2001-ubuntu1804-1n-skx:
2672       - 57
2673
2674 - type: "output"
2675   output: "report"
2676   format:
2677     html:
2678     - full
2679 #    pdf:
2680 #    - minimal
2681
2682 ################################################################################
2683 ###                               T A B L E S                                ###
2684 ################################################################################
2685
2686 ## VPP Soak vs NDR - 2n-skx
2687 #- type: "table"
2688 #  title: "VPP Soak vs NDR 2n-skx"
2689 #  algorithm: "table_soak_vs_ndr"
2690 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2691 #  reference:
2692 #    title: "NDR"
2693 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2694 #  compare:
2695 #    title: "Soak"
2696 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2697 #  data: "vpp-soak-vs-ndr-2n-skx"
2698 #  include-tests: "NDR"
2699 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2700 #  parameters:
2701 #    - "throughput"
2702 #    - "name"
2703 #    - "parent"
2704
2705 # VPP Soak vs NDR - 2n-clx
2706 - type: "table"
2707   title: "VPP Soak vs NDR 2n-clx"
2708   algorithm: "table_soak_vs_ndr"
2709   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2710   reference:
2711     title: "NDR"
2712     data: "vpp-soak-vs-ndr-2n-clx-ref"
2713   compare:
2714     title: "Soak"
2715     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2716   data: "vpp-soak-vs-ndr-2n-clx"
2717   include-tests: "NDR"
2718   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2719   parameters:
2720     - "throughput"
2721     - "name"
2722     - "parent"
2723
2724 ################################################################################
2725
2726 # VPP Compare NICs 3n-skx 2t1c ndr
2727 - type: "table"
2728   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2729   algorithm: "table_nics_comparison"
2730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2731   reference:
2732     title: "x710"
2733     nic: "NIC_Intel-X710"
2734   compare:
2735     title: "xxv710"
2736     nic: "NIC_Intel-XXV710"
2737   data: "vpp-nic-comparison-3n-skx"
2738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2739   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2740   parameters:
2741   - "name"
2742   - "parent"
2743   - "throughput"
2744   - "tags"
2745
2746 # VPP Compare NICs 3n-skx 4t2c ndr
2747 - type: "table"
2748   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2749   algorithm: "table_nics_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2751   reference:
2752     title: "x710"
2753     nic: "NIC_Intel-X710"
2754   compare:
2755     title: "xxv710"
2756     nic: "NIC_Intel-XXV710"
2757   data: "vpp-nic-comparison-3n-skx"
2758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2759   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2760   parameters:
2761   - "name"
2762   - "parent"
2763   - "throughput"
2764   - "tags"
2765
2766 # VPP Compare NICs 3n-skx 2t1c pdr
2767 - type: "table"
2768   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2769   algorithm: "table_nics_comparison"
2770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2771   reference:
2772     title: "x710"
2773     nic: "NIC_Intel-X710"
2774   compare:
2775     title: "xxv710"
2776     nic: "NIC_Intel-XXV710"
2777   data: "vpp-nic-comparison-3n-skx"
2778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2779   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2780   parameters:
2781   - "name"
2782   - "parent"
2783   - "throughput"
2784   - "tags"
2785
2786  # VPP Compare NICs 3n-skx 4t2c pdr
2787 - type: "table"
2788   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2789   algorithm: "table_nics_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2791   reference:
2792     title: "x710"
2793     nic: "NIC_Intel-X710"
2794   compare:
2795     title: "xxv710"
2796     nic: "NIC_Intel-XXV710"
2797   data: "vpp-nic-comparison-3n-skx"
2798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2799   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2800   parameters:
2801   - "name"
2802   - "parent"
2803   - "throughput"
2804   - "tags"
2805
2806 # VPP Compare NICs 3n-skx 2t1c mrr
2807 - type: "table"
2808   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2809   algorithm: "table_nics_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2811   reference:
2812     title: "x710"
2813     nic: "NIC_Intel-X710"
2814   compare:
2815     title: "xxv710"
2816     nic: "NIC_Intel-XXV710"
2817   data: "vpp-nic-comparison-3n-skx-mrr"
2818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2819   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2820   parameters:
2821   - "name"
2822   - "parent"
2823   - "result"
2824   - "tags"
2825
2826 # VPP Compare NICs 3n-skx 4t2c mrr
2827 - type: "table"
2828   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2829   algorithm: "table_nics_comparison"
2830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2831   reference:
2832     title: "x710"
2833     nic: "NIC_Intel-X710"
2834   compare:
2835     title: "xxv710"
2836     nic: "NIC_Intel-XXV710"
2837   data: "vpp-nic-comparison-3n-skx-mrr"
2838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2839   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "result"
2844   - "tags"
2845
2846  # VPP Compare NICs 3n-skx 8t4c mrr
2847 - type: "table"
2848   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2849   algorithm: "table_nics_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2851   reference:
2852     title: "x710"
2853     nic: "NIC_Intel-X710"
2854   compare:
2855     title: "xxv710"
2856     nic: "NIC_Intel-XXV710"
2857   data: "vpp-nic-comparison-3n-skx-mrr"
2858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2859   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2860   parameters:
2861   - "name"
2862   - "parent"
2863   - "result"
2864   - "tags"
2865
2866 # VPP Compare NICs 2n-skx 2t1c ndr
2867 - type: "table"
2868   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2869   algorithm: "table_nics_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2871   reference:
2872     title: "x710"
2873     nic: "NIC_Intel-X710"
2874   compare:
2875     title: "xxv710"
2876     nic: "NIC_Intel-XXV710"
2877   data: "vpp-nic-comparison-2n-skx"
2878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2879   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "throughput"
2884   - "tags"
2885
2886 # VPP Compare NICs 2n-skx 4t2c ndr
2887 - type: "table"
2888   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2889   algorithm: "table_nics_comparison"
2890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2891   reference:
2892     title: "x710"
2893     nic: "NIC_Intel-X710"
2894   compare:
2895     title: "xxv710"
2896     nic: "NIC_Intel-XXV710"
2897   data: "vpp-nic-comparison-2n-skx"
2898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2899   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2900   parameters:
2901   - "name"
2902   - "parent"
2903   - "throughput"
2904   - "tags"
2905
2906  # VPP Compare NICs 2n-skx 2t1c pdr
2907 - type: "table"
2908   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2909   algorithm: "table_nics_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2911   reference:
2912     title: "x710"
2913     nic: "NIC_Intel-X710"
2914   compare:
2915     title: "xxv710"
2916     nic: "NIC_Intel-XXV710"
2917   data: "vpp-nic-comparison-2n-skx"
2918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2919   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2920   parameters:
2921   - "name"
2922   - "parent"
2923   - "throughput"
2924   - "tags"
2925
2926 # VPP Compare NICs 2n-skx 4t2c pdr
2927 - type: "table"
2928   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2929   algorithm: "table_nics_comparison"
2930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2931   reference:
2932     title: "x710"
2933     nic: "NIC_Intel-X710"
2934   compare:
2935     title: "xxv710"
2936     nic: "NIC_Intel-XXV710"
2937   data: "vpp-nic-comparison-2n-skx"
2938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2939   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2940   parameters:
2941   - "name"
2942   - "parent"
2943   - "throughput"
2944   - "tags"
2945
2946 # VPP Compare NICs 2n-skx 2t1c mrr
2947 - type: "table"
2948   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2949   algorithm: "table_nics_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2951   reference:
2952     title: "x710"
2953     nic: "NIC_Intel-X710"
2954   compare:
2955     title: "xxv710"
2956     nic: "NIC_Intel-XXV710"
2957   data: "vpp-nic-comparison-2n-skx-mrr"
2958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2959   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2960   parameters:
2961   - "name"
2962   - "parent"
2963   - "result"
2964   - "tags"
2965
2966 # VPP Compare NICs 2n-skx 4t2c mrr
2967 - type: "table"
2968   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2969   algorithm: "table_nics_comparison"
2970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2971   reference:
2972     title: "x710"
2973     nic: "NIC_Intel-X710"
2974   compare:
2975     title: "xxv710"
2976     nic: "NIC_Intel-XXV710"
2977   data: "vpp-nic-comparison-2n-skx-mrr"
2978   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2979   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2980   parameters:
2981   - "name"
2982   - "parent"
2983   - "result"
2984   - "tags"
2985
2986 # VPP Compare NICs 2n-skx 8t4c mrr
2987 - type: "table"
2988   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2989   algorithm: "table_nics_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2991   reference:
2992     title: "x710"
2993     nic: "NIC_Intel-X710"
2994   compare:
2995     title: "xxv710"
2996     nic: "NIC_Intel-XXV710"
2997   data: "vpp-nic-comparison-2n-skx-mrr"
2998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2999   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "result"
3004   - "tags"
3005
3006 ################################################################################
3007 # VPP
3008
3009 # VPP Performance Changes 3n-hsw 1t1c pdr
3010 - type: "table"
3011   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3012   algorithm: "table_perf_comparison"
3013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3014   history:
3015     - title: "rls1904"
3016       data: "vpp-performance-changes-3n-hsw-h1"
3017   reference:
3018     title: "rls1908"
3019     data: "vpp-performance-changes-3n-hsw-ref"
3020     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3021   compare:
3022     title: "rls2001"
3023     data: "vpp-performance-changes-3n-hsw-cmp"
3024   data: "vpp-performance-changes-3n-hsw"
3025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3026   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3027   parameters:
3028   - "name"
3029   - "parent"
3030   - "throughput"
3031
3032 # VPP Performance Changes 3n-hsw 2t2c pdr
3033 - type: "table"
3034   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3035   algorithm: "table_perf_comparison"
3036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3037   history:
3038     - title: "rls1904"
3039       data: "vpp-performance-changes-3n-hsw-h1"
3040   reference:
3041     title: "rls1908"
3042     data: "vpp-performance-changes-3n-hsw-ref"
3043     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3044   compare:
3045     title: "rls2001"
3046     data: "vpp-performance-changes-3n-hsw-cmp"
3047   data: "vpp-performance-changes-3n-hsw"
3048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3049   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3050   parameters:
3051   - "name"
3052   - "parent"
3053   - "throughput"
3054
3055 # VPP Performance Changes 3n-hsw 1t1c ndr
3056 - type: "table"
3057   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3058   algorithm: "table_perf_comparison"
3059   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3060   history:
3061     - title: "rls1904"
3062       data: "vpp-performance-changes-3n-hsw-h1"
3063   reference:
3064     title: "rls1908"
3065     data: "vpp-performance-changes-3n-hsw-ref"
3066     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3067   compare:
3068     title: "rls2001"
3069     data: "vpp-performance-changes-3n-hsw-cmp"
3070   data: "vpp-performance-changes-3n-hsw"
3071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3072   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3073   parameters:
3074   - "name"
3075   - "parent"
3076   - "throughput"
3077
3078 # VPP Performance Changes 3n-hsw 2t2c ndr
3079 - type: "table"
3080   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3081   algorithm: "table_perf_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3083   history:
3084     - title: "rls1904"
3085       data: "vpp-performance-changes-3n-hsw-h1"
3086   reference:
3087     title: "rls1908"
3088     data: "vpp-performance-changes-3n-hsw-ref"
3089     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3090   compare:
3091     title: "rls2001"
3092     data: "vpp-performance-changes-3n-hsw-cmp"
3093   data: "vpp-performance-changes-3n-hsw"
3094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3095   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3096   parameters:
3097   - "name"
3098   - "parent"
3099   - "throughput"
3100
3101 # VPP Performance Changes 3n-skx 2t1c pdr
3102 - type: "table"
3103   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3104   algorithm: "table_perf_comparison_nic"
3105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3106   history:
3107     - title: "rls1904 x710"
3108       data: "vpp-performance-changes-3n-skx-h1"
3109       nic: "NIC_Intel-X710"
3110   reference:
3111     title: "rls1908 xxv710"
3112     data: "vpp-performance-changes-3n-skx-ref"
3113     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3114     nic: "NIC_Intel-XXV710"
3115   compare:
3116     title: "rls2001 xxv710"
3117     data: "vpp-performance-changes-3n-skx-cmp"
3118     nic: "NIC_Intel-XXV710"
3119   data: "vpp-performance-changes-3n-skx"
3120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3121   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3122   parameters:
3123   - "name"
3124   - "parent"
3125   - "throughput"
3126   - "tags"
3127
3128 # VPP Performance Changes 3n-skx 4t2c pdr
3129 - type: "table"
3130   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3131   algorithm: "table_perf_comparison_nic"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3133   history:
3134     - title: "rls1904 x710"
3135       data: "vpp-performance-changes-3n-skx-h1"
3136       nic: "NIC_Intel-X710"
3137   reference:
3138     title: "rls1908 xxv710"
3139     data: "vpp-performance-changes-3n-skx-ref"
3140     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3141     nic: "NIC_Intel-XXV710"
3142   compare:
3143     title: "rls2001 xxv710"
3144     data: "vpp-performance-changes-3n-skx-cmp"
3145     nic: "NIC_Intel-XXV710"
3146   data: "vpp-performance-changes-3n-skx"
3147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3148   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "throughput"
3153   - "tags"
3154
3155 # VPP Performance Changes 3n-skx 2t1c ndr
3156 - type: "table"
3157   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3158   algorithm: "table_perf_comparison_nic"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3160   history:
3161     - title: "rls1904 x710"
3162       data: "vpp-performance-changes-3n-skx-h1"
3163       nic: "NIC_Intel-X710"
3164   reference:
3165     title: "rls1908 xxv710"
3166     data: "vpp-performance-changes-3n-skx-ref"
3167     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3168     nic: "NIC_Intel-XXV710"
3169   compare:
3170     title: "rls2001 xxv710"
3171     data: "vpp-performance-changes-3n-skx-cmp"
3172     nic: "NIC_Intel-XXV710"
3173   data: "vpp-performance-changes-3n-skx"
3174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3175   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3176   parameters:
3177   - "name"
3178   - "parent"
3179   - "throughput"
3180   - "tags"
3181
3182 # VPP Performance Changes 3n-skx 4t2c ndr
3183 - type: "table"
3184   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3185   algorithm: "table_perf_comparison_nic"
3186   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3187   history:
3188     - title: "rls1904 x710"
3189       data: "vpp-performance-changes-3n-skx-h1"
3190       nic: "NIC_Intel-X710"
3191   reference:
3192     title: "rls1908 xxv710"
3193     data: "vpp-performance-changes-3n-skx-ref"
3194     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3195     nic: "NIC_Intel-XXV710"
3196   compare:
3197     title: "rls2001 xxv710"
3198     data: "vpp-performance-changes-3n-skx-cmp"
3199     nic: "NIC_Intel-XXV710"
3200   data: "vpp-performance-changes-3n-skx"
3201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3202   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3203   parameters:
3204   - "name"
3205   - "parent"
3206   - "throughput"
3207   - "tags"
3208
3209 # VPP Performance Changes 2n-skx 2t1c pdr
3210 - type: "table"
3211   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3212   algorithm: "table_perf_comparison_nic"
3213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3214   history:
3215     - title: "rls1904 x710"
3216       data: "vpp-performance-changes-2n-skx-h1"
3217       nic: "NIC_Intel-X710"
3218   reference:
3219     title: "rls1908 xxv710"
3220     data: "vpp-performance-changes-2n-skx-ref"
3221     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3222     nic: "NIC_Intel-XXV710"
3223   compare:
3224     title: "rls2001 xxv710"
3225     data: "vpp-performance-changes-2n-skx-cmp"
3226     nic: "NIC_Intel-XXV710"
3227   data: "vpp-performance-changes-2n-skx"
3228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3230   parameters:
3231   - "name"
3232   - "parent"
3233   - "throughput"
3234   - "tags"
3235
3236 # VPP Performance Changes 2n-skx 4t2c pdr
3237 - type: "table"
3238   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3239   algorithm: "table_perf_comparison_nic"
3240   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3241   history:
3242     - title: "rls1904 x710"
3243       data: "vpp-performance-changes-2n-skx-h1"
3244       nic: "NIC_Intel-X710"
3245   reference:
3246     title: "rls1908 xxv710"
3247     data: "vpp-performance-changes-2n-skx-ref"
3248     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3249     nic: "NIC_Intel-XXV710"
3250   compare:
3251     title: "rls2001 xxv710"
3252     data: "vpp-performance-changes-2n-skx-cmp"
3253     nic: "NIC_Intel-XXV710"
3254   data: "vpp-performance-changes-2n-skx"
3255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "throughput"
3261   - "tags"
3262
3263 # VPP Performance Changes 2n-skx 2t1c ndr
3264 - type: "table"
3265   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3266   algorithm: "table_perf_comparison_nic"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3268   history:
3269     - title: "rls1904 x710"
3270       data: "vpp-performance-changes-2n-skx-h1"
3271       nic: "NIC_Intel-X710"
3272   reference:
3273     title: "rls1908 xxv710"
3274     data: "vpp-performance-changes-2n-skx-ref"
3275     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3276     nic: "NIC_Intel-XXV710"
3277   compare:
3278     title: "rls2001 xxv710"
3279     data: "vpp-performance-changes-2n-skx-cmp"
3280     nic: "NIC_Intel-XXV710"
3281   data: "vpp-performance-changes-2n-skx"
3282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3283   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "throughput"
3288   - "tags"
3289
3290 # VPP Performance Changes 2n-skx 4t2c ndr
3291 - type: "table"
3292   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3293   algorithm: "table_perf_comparison_nic"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3295   history:
3296     - title: "rls1904 x710"
3297       data: "vpp-performance-changes-2n-skx-h1"
3298       nic: "NIC_Intel-X710"
3299   reference:
3300     title: "rls1908 xxv710"
3301     data: "vpp-performance-changes-2n-skx-ref"
3302     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3303     nic: "NIC_Intel-XXV710"
3304   compare:
3305     title: "rls2001 xxv710"
3306     data: "vpp-performance-changes-2n-skx-cmp"
3307     nic: "NIC_Intel-XXV710"
3308   data: "vpp-performance-changes-2n-skx"
3309   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3310   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3311   parameters:
3312   - "name"
3313   - "parent"
3314   - "throughput"
3315   - "tags"
3316
3317 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3318 #- type: "table"
3319 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3320 #  algorithm: "table_perf_comparison"
3321 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3322 #  reference:
3323 #    title: "rls1908"
3324 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3325 #  compare:
3326 #    title: "rls2001"
3327 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3328 #  data: "vpp-performance-changes-nfv-2n-skx"
3329 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3330 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3331 #  parameters:
3332 #  - "name"
3333 #  - "parent"
3334 #  - "throughput"
3335 #  - "tags"
3336 #
3337 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3338 #- type: "table"
3339 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3340 #  algorithm: "table_perf_comparison"
3341 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3342 #  reference:
3343 #    title: "rls1908"
3344 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3345 #  compare:
3346 #    title: "rls2001"
3347 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3348 #  data: "vpp-performance-changes-nfv-2n-skx"
3349 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3350 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3351 #  parameters:
3352 #  - "name"
3353 #  - "parent"
3354 #  - "throughput"
3355 #  - "tags"
3356 #
3357 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3358 #- type: "table"
3359 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3360 #  algorithm: "table_perf_comparison"
3361 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3362 #  reference:
3363 #    title: "rls1908"
3364 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3365 #  compare:
3366 #    title: "rls2001"
3367 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3368 #  data: "vpp-performance-changes-nfv-2n-skx"
3369 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3370 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3371 #  parameters:
3372 #  - "name"
3373 #  - "parent"
3374 #  - "throughput"
3375 #  - "tags"
3376 #
3377 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3378 #- type: "table"
3379 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3380 #  algorithm: "table_perf_comparison"
3381 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3382 #  reference:
3383 #    title: "rls1908"
3384 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3385 #  compare:
3386 #    title: "rls2001"
3387 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3388 #  data: "vpp-performance-changes-nfv-2n-skx"
3389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3390 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3391 #  parameters:
3392 #  - "name"
3393 #  - "parent"
3394 #  - "throughput"
3395 #  - "tags"
3396
3397 # VPP Performance Changes 2n-dnv 1t1c pdr
3398 - type: "table"
3399   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3400   algorithm: "table_perf_comparison"
3401   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3402   reference:
3403     title: "rls1908"
3404     data: "vpp-performance-changes-2n-dnv-ref"
3405   compare:
3406     title: "rls2001"
3407     data: "vpp-performance-changes-2n-dnv-cmp"
3408   data: "vpp-performance-changes-2n-dnv"
3409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3410   filter: "'1T1C'"
3411   parameters:
3412   - "name"
3413   - "parent"
3414   - "throughput"
3415   - "tags"
3416
3417 # VPP Performance Changes 2n-dnv 2t2c pdr
3418 - type: "table"
3419   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3420   algorithm: "table_perf_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3422   reference:
3423     title: "rls1908"
3424     data: "vpp-performance-changes-2n-dnv-ref"
3425   compare:
3426     title: "rls2001"
3427     data: "vpp-performance-changes-2n-dnv-cmp"
3428   data: "vpp-performance-changes-2n-dnv"
3429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3430   filter: "'2T2C'"
3431   parameters:
3432   - "name"
3433   - "parent"
3434   - "throughput"
3435   - "tags"
3436
3437 # VPP Performance Changes 2n-dnv 1t1c ndr
3438 - type: "table"
3439   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3440   algorithm: "table_perf_comparison"
3441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3442   reference:
3443     title: "rls1908"
3444     data: "vpp-performance-changes-2n-dnv-ref"
3445   compare:
3446     title: "rls2001"
3447     data: "vpp-performance-changes-2n-dnv-cmp"
3448   data: "vpp-performance-changes-2n-dnv"
3449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3450   filter: "'1T1C'"
3451   parameters:
3452   - "name"
3453   - "parent"
3454   - "throughput"
3455   - "tags"
3456
3457 # VPP Performance Changes 2n-dnv 2t2c ndr
3458 - type: "table"
3459   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3460   algorithm: "table_perf_comparison"
3461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3462   reference:
3463     title: "rls1908 "
3464     data: "vpp-performance-changes-2n-dnv-ref"
3465   compare:
3466     title: "rls2001"
3467     data: "vpp-performance-changes-2n-dnv-cmp"
3468   data: "vpp-performance-changes-2n-dnv"
3469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3470   filter: "'2T2C'"
3471   parameters:
3472   - "name"
3473   - "parent"
3474   - "throughput"
3475   - "tags"
3476
3477 # VPP Performance Changes 3n-dnv 1t1c pdr
3478 - type: "table"
3479   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3480   algorithm: "table_perf_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3482   reference:
3483     title: "rls1908"
3484     data: "vpp-performance-changes-3n-dnv-ref"
3485   compare:
3486     title: "rls2001"
3487     data: "vpp-performance-changes-3n-dnv-cmp"
3488   data: "vpp-performance-changes-3n-dnv"
3489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'1T1C'"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "throughput"
3495   - "tags"
3496
3497 # VPP Performance Changes 3n-dnv 2t2c pdr
3498 - type: "table"
3499   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3500   algorithm: "table_perf_comparison"
3501   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3502   reference:
3503     title: "rls1908"
3504     data: "vpp-performance-changes-3n-dnv-ref"
3505   compare:
3506     title: "rls2001"
3507     data: "vpp-performance-changes-3n-dnv-cmp"
3508   data: "vpp-performance-changes-3n-dnv"
3509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T2C'"
3511   parameters:
3512   - "name"
3513   - "parent"
3514   - "throughput"
3515   - "tags"
3516
3517 # VPP Performance Changes 3n-dnv 1t1c ndr
3518 - type: "table"
3519   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3520   algorithm: "table_perf_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3522   reference:
3523     title: "rls1908"
3524     data: "vpp-performance-changes-3n-dnv-ref"
3525   compare:
3526     title: "rls2001"
3527     data: "vpp-performance-changes-3n-dnv-cmp"
3528   data: "vpp-performance-changes-3n-dnv"
3529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'1T1C'"
3531   parameters:
3532   - "name"
3533   - "parent"
3534   - "throughput"
3535   - "tags"
3536
3537 # VPP Performance Changes 3n-dnv 2t2c ndr
3538 - type: "table"
3539   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3540   algorithm: "table_perf_comparison"
3541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3542   reference:
3543     title: "rls1908"
3544     data: "vpp-performance-changes-3n-dnv-ref"
3545   compare:
3546     title: "rls2001"
3547     data: "vpp-performance-changes-3n-dnv-cmp"
3548   data: "vpp-performance-changes-3n-dnv"
3549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555   - "tags"
3556
3557 # VPP Performance Changes 3n-tsh 1t1c pdr
3558 - type: "table"
3559   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3560   algorithm: "table_perf_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3562   reference:
3563     title: "rls1908"
3564     data: "vpp-performance-changes-3n-tsh-ref"
3565   compare:
3566     title: "rls2001"
3567     data: "vpp-performance-changes-3n-tsh-cmp"
3568   data: "vpp-performance-changes-3n-tsh"
3569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3570   filter: "'1T1C'"
3571   parameters:
3572   - "name"
3573   - "parent"
3574   - "throughput"
3575   - "tags"
3576
3577 # VPP Performance Changes 3n-tsh 2t2c pdr
3578 - type: "table"
3579   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3580   algorithm: "table_perf_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3582   reference:
3583     title: "rls1908"
3584     data: "vpp-performance-changes-3n-tsh-ref"
3585   compare:
3586     title: "rls2001"
3587     data: "vpp-performance-changes-3n-tsh-cmp"
3588   data: "vpp-performance-changes-3n-tsh"
3589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3590   filter: "'2T2C'"
3591   parameters:
3592   - "name"
3593   - "parent"
3594   - "throughput"
3595   - "tags"
3596
3597 # VPP Performance Changes 3n-tsh 1t1c ndr
3598 - type: "table"
3599   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3600   algorithm: "table_perf_comparison"
3601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3602   reference:
3603     title: "rls1908"
3604     data: "vpp-performance-changes-3n-tsh-ref"
3605   compare:
3606     title: "rls2001"
3607     data: "vpp-performance-changes-3n-tsh-cmp"
3608   data: "vpp-performance-changes-3n-tsh"
3609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'1T1C'"
3611   parameters:
3612   - "name"
3613   - "parent"
3614   - "throughput"
3615   - "tags"
3616
3617 # VPP Performance Changes 3n-tsh 2t2c ndr
3618 - type: "table"
3619   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3620   algorithm: "table_perf_comparison"
3621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3622   reference:
3623     title: "rls1908"
3624     data: "vpp-performance-changes-3n-tsh-ref"
3625   compare:
3626     title: "rls2001"
3627     data: "vpp-performance-changes-3n-tsh-cmp"
3628   data: "vpp-performance-changes-3n-tsh"
3629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3630   filter: "'2T2C'"
3631   parameters:
3632   - "name"
3633   - "parent"
3634   - "throughput"
3635   - "tags"
3636
3637 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3638 - type: "table"
3639   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3640   algorithm: "table_perf_comparison_nic"
3641   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3642   reference:
3643     title: "3n-hsw xl710"
3644     data: "vpp-compare-testbeds-ref"
3645     nic: "NIC_Intel-XL710"
3646   compare:
3647     title: "3n-skx xxv710"
3648     data: "vpp-compare-testbeds-cmp"
3649     nic: "NIC_Intel-XXV710"
3650   data: "vpp-compare-testbeds"
3651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3652   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "throughput"
3657   - "tags"
3658
3659 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3660 - type: "table"
3661   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3662   algorithm: "table_perf_comparison_nic"
3663   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3664   reference:
3665     title: "3n-hsw xl710"
3666     data: "vpp-compare-testbeds-ref"
3667     nic: "NIC_Intel-XL710"
3668   compare:
3669     title: "3n-skx xxv710"
3670     data: "vpp-compare-testbeds-cmp"
3671     nic: "NIC_Intel-XXV710"
3672   data: "vpp-compare-testbeds"
3673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3674   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3675   parameters:
3676   - "name"
3677   - "parent"
3678   - "throughput"
3679   - "tags"
3680
3681 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3682 - type: "table"
3683   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3684   algorithm: "table_perf_comparison_nic"
3685   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3686   reference:
3687     title: "3n-hsw xl710"
3688     data: "vpp-compare-testbeds-ref"
3689     nic: "NIC_Intel-XL710"
3690   compare:
3691     title: "3n-skx xxv710"
3692     data: "vpp-compare-testbeds-cmp"
3693     nic: "NIC_Intel-XXV710"
3694   data: "vpp-compare-testbeds"
3695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3696   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3697   parameters:
3698   - "name"
3699   - "parent"
3700   - "throughput"
3701   - "tags"
3702
3703 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3704 - type: "table"
3705   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3706   algorithm: "table_perf_comparison_nic"
3707   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3708   reference:
3709     title: "3n-hsw xl710"
3710     data: "vpp-compare-testbeds-ref"
3711     nic: "NIC_Intel-XL710"
3712   compare:
3713     title: "3n-skx xxv710"
3714     data: "vpp-compare-testbeds-cmp"
3715     nic: "NIC_Intel-XXV710"
3716   data: "vpp-compare-testbeds"
3717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3718   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3719   parameters:
3720   - "name"
3721   - "parent"
3722   - "throughput"
3723   - "tags"
3724
3725 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3726 - type: "table"
3727   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3728   algorithm: "table_perf_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3730   reference:
3731     title: "2n-skx"
3732     data: "vpp-compare-testbeds-skx-clx-ref"
3733   compare:
3734     title: "2n-clx"
3735     data: "vpp-compare-testbeds-skx-clx-cmp"
3736   data: "vpp-compare-testbeds-skx-clx"
3737   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3738   filter: "'2T1C'"
3739   parameters:
3740   - "name"
3741   - "parent"
3742   - "throughput"
3743   - "tags"
3744
3745 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3746 - type: "table"
3747   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3748   algorithm: "table_perf_comparison"
3749   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3750   reference:
3751     title: "2n-skx"
3752     data: "vpp-compare-testbeds-skx-clx-ref"
3753   compare:
3754     title: "2n-clx"
3755     data: "vpp-compare-testbeds-skx-clx-cmp"
3756   data: "vpp-compare-testbeds-skx-clx"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'4T2C'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763   - "tags"
3764
3765 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3766 - type: "table"
3767   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3768   algorithm: "table_perf_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3770   reference:
3771     title: "2n-skx"
3772     data: "vpp-compare-testbeds-skx-clx-ref"
3773   compare:
3774     title: "2n-clx"
3775     data: "vpp-compare-testbeds-skx-clx-cmp"
3776   data: "vpp-compare-testbeds-skx-clx"
3777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'2T1C'"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "throughput"
3783   - "tags"
3784
3785 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3786 - type: "table"
3787   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3788   algorithm: "table_perf_comparison"
3789   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3790   reference:
3791     title: "2n-skx"
3792     data: "vpp-compare-testbeds-skx-clx-ref"
3793   compare:
3794     title: "2n-clx"
3795     data: "vpp-compare-testbeds-skx-clx-cmp"
3796   data: "vpp-compare-testbeds-skx-clx"
3797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3798   filter: "'4T2C'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "throughput"
3803   - "tags"
3804
3805 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3806 - type: "table"
3807   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3808   algorithm: "table_perf_comparison_nic"
3809   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3810   reference:
3811     title: "3n-hsw xl710"
3812     data: "vpp-compare-testbeds-hsw-clx-ref"
3813     nic: "NIC_Intel-XL710"
3814   compare:
3815     title: "2n-clx xxv710"
3816     data: "vpp-compare-testbeds-hsw-clx-cmp"
3817     nic: "NIC_Intel-XXV710"
3818   data: "vpp-compare-testbeds-hsw-clx"
3819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3820   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "throughput"
3825   - "tags"
3826
3827 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3828 - type: "table"
3829   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3830   algorithm: "table_perf_comparison_nic"
3831   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3832   reference:
3833     title: "3n-hsw xl710"
3834     data: "vpp-compare-testbeds-hsw-clx-ref"
3835     nic: "NIC_Intel-XL710"
3836   compare:
3837     title: "2n-clx xxv710"
3838     data: "vpp-compare-testbeds-hsw-clx-cmp"
3839     nic: "NIC_Intel-XXV710"
3840   data: "vpp-compare-testbeds-hsw-clx"
3841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3842   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3843   parameters:
3844   - "name"
3845   - "parent"
3846   - "throughput"
3847   - "tags"
3848
3849 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3850 - type: "table"
3851   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3852   algorithm: "table_perf_comparison_nic"
3853   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3854   reference:
3855     title: "3n-hsw xl710"
3856     data: "vpp-compare-testbeds-hsw-clx-ref"
3857     nic: "NIC_Intel-XL710"
3858   compare:
3859     title: "2n-clx xxv710"
3860     data: "vpp-compare-testbeds-hsw-clx-cmp"
3861     nic: "NIC_Intel-XXV710"
3862   data: "vpp-compare-testbeds-hsw-clx"
3863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3864   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3865   parameters:
3866   - "name"
3867   - "parent"
3868   - "throughput"
3869   - "tags"
3870
3871 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3872 - type: "table"
3873   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3874   algorithm: "table_perf_comparison_nic"
3875   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3876   reference:
3877     title: "3n-hsw xl710"
3878     data: "vpp-compare-testbeds-hsw-clx-ref"
3879     nic: "NIC_Intel-XL710"
3880   compare:
3881     title: "2n-clx xxv710"
3882     data: "vpp-compare-testbeds-hsw-clx-cmp"
3883     nic: "NIC_Intel-XXV710"
3884   data: "vpp-compare-testbeds-hsw-clx"
3885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3886   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "throughput"
3891   - "tags"
3892
3893 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3894 - type: "table"
3895   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3896   algorithm: "table_perf_comparison"
3897   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3898   reference:
3899     title: "3-Node Skx"
3900     data: "vpp-compare-topologies-ref"
3901   compare:
3902     title: "2-Node Skx"
3903     data: "vpp-compare-topologies-cmp"
3904   data: "vpp-compare-topologies"
3905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3906   filter: "'NDRPDR' and '1C'"
3907   parameters:
3908   - "name"
3909   - "parent"
3910   - "throughput"
3911
3912 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3913 - type: "table"
3914   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3915   algorithm: "table_perf_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3917   reference:
3918     title: "3-Node Skx"
3919     data: "vpp-compare-topologies-ref"
3920   compare:
3921     title: "2-Node Skx"
3922     data: "vpp-compare-topologies-cmp"
3923   data: "vpp-compare-topologies"
3924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'NDRPDR' and '2C'"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "throughput"
3930
3931 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3932 - type: "table"
3933   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3934   algorithm: "table_perf_comparison"
3935   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3936   reference:
3937     title: "3-Node Skx"
3938     data: "vpp-compare-topologies-ref"
3939   compare:
3940     title: "2-Node Skx"
3941     data: "vpp-compare-topologies-cmp"
3942   data: "vpp-compare-topologies"
3943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3944   filter: "'NDRPDR' and '1C'"
3945   parameters:
3946   - "name"
3947   - "parent"
3948   - "throughput"
3949
3950 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3951 - type: "table"
3952   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3953   algorithm: "table_perf_comparison"
3954   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3955   reference:
3956     title: "3-Node Skx"
3957     data: "vpp-compare-topologies-ref"
3958   compare:
3959     title: "2-Node Skx"
3960     data: "vpp-compare-topologies-cmp"
3961   data: "vpp-compare-topologies"
3962   include-tests: "PDR"
3963   filter: "'NDRPDR' and '2C'"
3964   parameters:
3965   - "name"
3966   - "parent"
3967   - "throughput"
3968
3969 # VPP Performance Changes 3n-hsw 1t1c MRR
3970 - type: "table"
3971   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3972   algorithm: "table_perf_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3974   history:
3975     - title: "rls1904"
3976       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3977   reference:
3978     title: "rls1908"
3979     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3980   compare:
3981     title: "rls2001"
3982     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3983   data: "vpp-performance-changes-3n-hsw-mrr"
3984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3985   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3986   parameters:
3987   - "name"
3988   - "parent"
3989   - "result"
3990
3991 # VPP Performance Changes 3n-hsw 2t2c MRR
3992 - type: "table"
3993   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3994   algorithm: "table_perf_comparison"
3995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3996   history:
3997     - title: "rls1904"
3998       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3999   reference:
4000     title: "rls1908"
4001     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4002   compare:
4003     title: "rls2001"
4004     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4005   data: "vpp-performance-changes-3n-hsw-mrr"
4006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4007   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4008   parameters:
4009   - "name"
4010   - "parent"
4011   - "result"
4012
4013 # VPP Performance Changes 3n-hsw 4t4c MRR
4014 - type: "table"
4015   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4016   algorithm: "table_perf_comparison"
4017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4018   history:
4019     - title: "rls1904"
4020       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4021   reference:
4022     title: "rls1908"
4023     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4024   compare:
4025     title: "rls2001"
4026     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4027   data: "vpp-performance-changes-3n-hsw-mrr"
4028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4029   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4030   parameters:
4031   - "name"
4032   - "parent"
4033   - "result"
4034
4035 # VPP Performance Changes 3n-skx 2t1c MRR
4036 - type: "table"
4037   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4038   algorithm: "table_perf_comparison"
4039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4040   history:
4041     - title: "rls1904"
4042       data: "vpp-performance-changes-3n-skx-mrr-h1"
4043   reference:
4044     title: "rls1908"
4045     data: "vpp-performance-changes-3n-skx-mrr-ref"
4046   compare:
4047     title: "rls2001"
4048     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4049   data: "vpp-performance-changes-3n-skx-mrr"
4050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4051   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4052   parameters:
4053   - "name"
4054   - "parent"
4055   - "result"
4056
4057 # VPP Performance Changes 3n-skx 4t2c MRR
4058 - type: "table"
4059   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4060   algorithm: "table_perf_comparison"
4061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4062   history:
4063     - title: "rls1904"
4064       data: "vpp-performance-changes-3n-skx-mrr-h1"
4065   reference:
4066     title: "rls1908"
4067     data: "vpp-performance-changes-3n-skx-mrr-ref"
4068   compare:
4069     title: "rls2001"
4070     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4071   data: "vpp-performance-changes-3n-skx-mrr"
4072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4073   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4074   parameters:
4075   - "name"
4076   - "parent"
4077   - "result"
4078
4079 # VPP Performance Changes 3n-skx 8t4c MRR
4080 - type: "table"
4081   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4082   algorithm: "table_perf_comparison"
4083   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4084   history:
4085     - title: "rls1904"
4086       data: "vpp-performance-changes-3n-skx-mrr-h1"
4087   reference:
4088     title: "rls1908"
4089     data: "vpp-performance-changes-3n-skx-mrr-ref"
4090   compare:
4091     title: "rls2001"
4092     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4093   data: "vpp-performance-changes-3n-skx-mrr"
4094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4095   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4096   parameters:
4097   - "name"
4098   - "parent"
4099   - "result"
4100
4101 # VPP Performance Changes 2n-skx 2t1c MRR
4102 - type: "table"
4103   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4104   algorithm: "table_perf_comparison"
4105   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4106   history:
4107     - title: "rls1904"
4108       data: "vpp-performance-changes-2n-skx-mrr-h1"
4109   reference:
4110     title: "rls1908"
4111     data: "vpp-performance-changes-2n-skx-mrr-ref"
4112   compare:
4113     title: "rls2001"
4114     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4115   data: "vpp-performance-changes-2n-skx-mrr"
4116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4117   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4118   parameters:
4119   - "name"
4120   - "parent"
4121   - "result"
4122
4123 # VPP Performance Changes 2n-skx 4t2c MRR
4124 - type: "table"
4125   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4126   algorithm: "table_perf_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4128   history:
4129     - title: "rls1904"
4130       data: "vpp-performance-changes-2n-skx-mrr-h1"
4131   reference:
4132     title: "rls1908"
4133     data: "vpp-performance-changes-2n-skx-mrr-ref"
4134   compare:
4135     title: "rls2001"
4136     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4137   data: "vpp-performance-changes-2n-skx-mrr"
4138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4139   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4140   parameters:
4141   - "name"
4142   - "parent"
4143   - "result"
4144
4145 # VPP Performance Changes 2n-skx 8t4c MRR
4146 - type: "table"
4147   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4148   algorithm: "table_perf_comparison"
4149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4150   history:
4151     - title: "rls1904"
4152       data: "vpp-performance-changes-2n-skx-mrr-h1"
4153   reference:
4154     title: "rls1908"
4155     data: "vpp-performance-changes-2n-skx-mrr-ref"
4156   compare:
4157     title: "rls2001"
4158     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4159   data: "vpp-performance-changes-2n-skx-mrr"
4160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4161   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4162   parameters:
4163   - "name"
4164   - "parent"
4165   - "result"
4166
4167 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4168 #- type: "table"
4169 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4170 #  algorithm: "table_perf_comparison"
4171 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4172 #  reference:
4173 #    title: "rls1908"
4174 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4175 #  compare:
4176 #    title: "rls2001"
4177 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4178 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4179 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4180 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4181 #  parameters:
4182 #  - "name"
4183 #  - "parent"
4184 #  - "result"
4185 #
4186 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4187 #- type: "table"
4188 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4189 #  algorithm: "table_perf_comparison"
4190 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4191 #  reference:
4192 #    title: "rls1908"
4193 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4194 #  compare:
4195 #    title: "rls2001"
4196 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4197 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4198 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4199 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4200 #  parameters:
4201 #  - "name"
4202 #  - "parent"
4203 #  - "result"
4204 #
4205 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4206 #- type: "table"
4207 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4208 #  algorithm: "table_perf_comparison"
4209 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4210 #  reference:
4211 #    title: "rls1908"
4212 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4213 #  compare:
4214 #    title: "rls2001"
4215 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4216 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4218 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4219 #  parameters:
4220 #  - "name"
4221 #  - "parent"
4222 #  - "result"
4223
4224 # VPP Performance Changes 2n-dnv 1t1c MRR
4225 - type: "table"
4226   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4227   algorithm: "table_perf_comparison"
4228   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4229   reference:
4230     title: "rls1908"
4231     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4232   compare:
4233     title: "rls2001"
4234     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4235   data: "vpp-performance-changes-2n-dnv-mrr"
4236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4237   filter: "'1T1C' and 'MRR'"
4238   parameters:
4239   - "name"
4240   - "parent"
4241   - "result"
4242
4243 # VPP Performance Changes 2n-dnv 2t2c MRR
4244 - type: "table"
4245   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4246   algorithm: "table_perf_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4248   reference:
4249     title: "rls1908"
4250     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4251   compare:
4252     title: "rls2001"
4253     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4254   data: "vpp-performance-changes-2n-dnv-mrr"
4255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4256   filter: "'2T2C' and 'MRR'"
4257   parameters:
4258   - "name"
4259   - "parent"
4260   - "result"
4261
4262 # VPP Performance Changes 2n-dnv 4t4c MRR
4263 - type: "table"
4264   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4265   algorithm: "table_perf_comparison"
4266   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4267   reference:
4268     title: "rls1908"
4269     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4270   compare:
4271     title: "rls2001"
4272     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4273   data: "vpp-performance-changes-2n-dnv-mrr"
4274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4275   filter: "'4T4C' and 'MRR'"
4276   parameters:
4277   - "name"
4278   - "parent"
4279   - "result"
4280
4281 # VPP Performance Changes 3n-dnv 1t1c MRR
4282 - type: "table"
4283   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4284   algorithm: "table_perf_comparison"
4285   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4286   reference:
4287     title: "rls1908"
4288     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4289   compare:
4290     title: "rls2001"
4291     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4292   data: "vpp-performance-changes-3n-dnv-mrr"
4293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4294   filter: "'1T1C' and 'MRR'"
4295   parameters:
4296   - "name"
4297   - "parent"
4298   - "result"
4299
4300 # VPP Performance Changes 3n-dnv 2t2c MRR
4301 - type: "table"
4302   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4303   algorithm: "table_perf_comparison"
4304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4305   reference:
4306     title: "rls1908"
4307     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4308   compare:
4309     title: "rls2001"
4310     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4311   data: "vpp-performance-changes-3n-dnv-mrr"
4312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4313   filter: "'2T2C' and 'MRR'"
4314   parameters:
4315   - "name"
4316   - "parent"
4317   - "result"
4318
4319 # VPP Performance Changes 3n-dnv 4t4c MRR
4320 - type: "table"
4321   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4322   algorithm: "table_perf_comparison"
4323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4324   reference:
4325     title: "rls1908"
4326     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4327   compare:
4328     title: "rls2001"
4329     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4330   data: "vpp-performance-changes-3n-dnv-mrr"
4331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4332   filter: "'4T4C' and 'MRR'"
4333   parameters:
4334   - "name"
4335   - "parent"
4336   - "result"
4337
4338 # VPP Performance Changes 3n-tsh 1t1c MRR
4339 - type: "table"
4340   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4341   algorithm: "table_perf_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4343   reference:
4344     title: "rls1908"
4345     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4346   compare:
4347     title: "rls2001"
4348     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4349   data: "vpp-performance-changes-3n-tsh-mrr"
4350   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4351   filter: "'1T1C' and 'MRR'"
4352   parameters:
4353   - "name"
4354   - "parent"
4355   - "result"
4356
4357 # VPP Performance Changes 3n-tsh 2t2c MRR
4358 - type: "table"
4359   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4360   algorithm: "table_perf_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4362   reference:
4363     title: "rls1908"
4364     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4365   compare:
4366     title: "rls2001"
4367     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4368   data: "vpp-performance-changes-3n-tsh-mrr"
4369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4370   filter: "'2T2C' and 'MRR'"
4371   parameters:
4372   - "name"
4373   - "parent"
4374   - "result"
4375
4376 # VPP Performance Changes 3n-tsh 4t4c MRR
4377 - type: "table"
4378   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4379   algorithm: "table_perf_comparison"
4380   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4381   reference:
4382     title: "rls1908"
4383     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4384   compare:
4385     title: "rls2001"
4386     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4387   data: "vpp-performance-changes-3n-tsh-mrr"
4388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4389   filter: "'4T4C' and 'MRR'"
4390   parameters:
4391   - "name"
4392   - "parent"
4393   - "result"
4394
4395 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4396 - type: "table"
4397   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4398   algorithm: "table_perf_comparison_nic"
4399   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4400   reference:
4401     title: "3n-hsw xl710"
4402     data: "vpp-compare-testbeds-mrr-ref"
4403     nic: "NIC_Intel-XL710"
4404   compare:
4405     title: "3n-skx xxv710"
4406     data: "vpp-compare-testbeds-mrr-cmp"
4407     nic: "NIC_Intel-XXV710"
4408   data: "vpp-compare-testbeds-mrr"
4409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4410   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4411   parameters:
4412   - "name"
4413   - "parent"
4414   - "result"
4415   - "tags"
4416
4417 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4418 - type: "table"
4419   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4420   algorithm: "table_perf_comparison_nic"
4421   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4422   reference:
4423     title: "3n-hsw xl710"
4424     data: "vpp-compare-testbeds-mrr-ref"
4425     nic: "NIC_Intel-XL710"
4426   compare:
4427     title: "3n-skx xxv710"
4428     data: "vpp-compare-testbeds-mrr-cmp"
4429     nic: "NIC_Intel-XXV710"
4430   data: "vpp-compare-testbeds-mrr"
4431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4432   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4433   parameters:
4434   - "name"
4435   - "parent"
4436   - "result"
4437   - "tags"
4438
4439 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4440 - type: "table"
4441   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4442   algorithm: "table_perf_comparison_nic"
4443   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4444   reference:
4445     title: "3n-hsw xl710"
4446     data: "vpp-compare-testbeds-mrr-ref"
4447     nic: "NIC_Intel-XL710"
4448   compare:
4449     title: "3n-skx xxv710"
4450     data: "vpp-compare-testbeds-mrr-cmp"
4451     nic: "NIC_Intel-XXV710"
4452   data: "vpp-compare-testbeds-mrr"
4453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4454   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4455   parameters:
4456   - "name"
4457   - "parent"
4458   - "result"
4459   - "tags"
4460
4461 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4462 - type: "table"
4463   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4464   algorithm: "table_perf_comparison"
4465   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4466   reference:
4467     title: "2n-skx"
4468     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4469   compare:
4470     title: "2n-clx"
4471     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4472   data: "vpp-compare-testbeds-mrr-skx-clx"
4473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4474   filter: "'2T1C'"
4475   parameters:
4476   - "name"
4477   - "parent"
4478   - "result"
4479   - "tags"
4480
4481 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4482 - type: "table"
4483   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4484   algorithm: "table_perf_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4486   reference:
4487     title: "2n-skx"
4488     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4489   compare:
4490     title: "2n-clx"
4491     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4492   data: "vpp-compare-testbeds-mrr-skx-clx"
4493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4494   filter: "'4T2C'"
4495   parameters:
4496   - "name"
4497   - "parent"
4498   - "result"
4499   - "tags"
4500
4501 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4502 - type: "table"
4503   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4504   algorithm: "table_perf_comparison"
4505   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4506   reference:
4507     title: "2n-skx"
4508     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4509   compare:
4510     title: "2n-clx"
4511     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4512   data: "vpp-compare-testbeds-mrr-skx-clx"
4513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4514   filter: "'8T4C'"
4515   parameters:
4516   - "name"
4517   - "parent"
4518   - "result"
4519   - "tags"
4520
4521 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4522 - type: "table"
4523   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4524   algorithm: "table_perf_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4526   reference:
4527     title: "3-Node Skx"
4528     data: "vpp-compare-topologies-mrr-ref"
4529   compare:
4530     title: "2-Node Skx"
4531     data: "vpp-compare-topologies-mrr-cmp"
4532   data: "vpp-compare-topologies-mrr"
4533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534   filter: "'MRR' and '1C'"
4535   parameters:
4536   - "name"
4537   - "parent"
4538   - "result"
4539
4540 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4541 - type: "table"
4542   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4543   algorithm: "table_perf_comparison"
4544   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4545   reference:
4546     title: "3-Node Skx"
4547     data: "vpp-compare-topologies-mrr-ref"
4548   compare:
4549     title: "2-Node Skx"
4550     data: "vpp-compare-topologies-mrr-cmp"
4551   data: "vpp-compare-topologies-mrr"
4552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553   filter: "'MRR' and '2C'"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "result"
4558
4559 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4560 - type: "table"
4561   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4562   algorithm: "table_perf_comparison"
4563   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4564   reference:
4565     title: "3-Node Skx"
4566     data: "vpp-compare-topologies-mrr-ref"
4567   compare:
4568     title: "2-Node Skx"
4569     data: "vpp-compare-topologies-mrr-cmp"
4570   data: "vpp-compare-topologies-mrr"
4571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572   filter: "'MRR' and '4C'"
4573   parameters:
4574   - "name"
4575   - "parent"
4576   - "result"
4577
4578 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4579 - type: "table"
4580   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4581   algorithm: "table_perf_comparison_nic"
4582   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4583   reference:
4584     title: "3n-hsw xl710"
4585     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4586     nic: "NIC_Intel-XL710"
4587   compare:
4588     title: "2n-clx xxv710"
4589     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4590     nic: "NIC_Intel-XXV710"
4591   data: "vpp-compare-testbeds-mrr-hsw-clx"
4592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4594   parameters:
4595   - "name"
4596   - "parent"
4597   - "result"
4598   - "tags"
4599
4600 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4601 - type: "table"
4602   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4603   algorithm: "table_perf_comparison_nic"
4604   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4605   reference:
4606     title: "3n-hsw xl710"
4607     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4608     nic: "NIC_Intel-XL710"
4609   compare:
4610     title: "2n-clx xxv710"
4611     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4612     nic: "NIC_Intel-XXV710"
4613   data: "vpp-compare-testbeds-mrr-hsw-clx"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4616   parameters:
4617   - "name"
4618   - "parent"
4619   - "result"
4620   - "tags"
4621
4622 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4623 - type: "table"
4624   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4625   algorithm: "table_perf_comparison_nic"
4626   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4627   reference:
4628     title: "3n-hsw xl710"
4629     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4630     nic: "NIC_Intel-XL710"
4631   compare:
4632     title: "2n-clx xxv710"
4633     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4634     nic: "NIC_Intel-XXV710"
4635   data: "vpp-compare-testbeds-mrr-hsw-clx"
4636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4637   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4638   parameters:
4639   - "name"
4640   - "parent"
4641   - "result"
4642   - "tags"
4643
4644 # Detailed Test Results - VPP Performance Results 3n-hsw
4645 - type: "table"
4646   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4647   algorithm: "table_merged_details"
4648   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4649   columns:
4650   - title: " |prein| Test Name |preout| "
4651     data: "data name"
4652   - 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| "
4653     data: "data msg"
4654   data: "vpp-perf-results-3n-hsw"
4655   filter: "all"
4656   parameters:
4657   - "name"
4658   - "parent"
4659   - "msg"
4660
4661 # Detailed Test Results - VPP Performance Results 3n-skx
4662 - type: "table"
4663   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4664   algorithm: "table_merged_details"
4665   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4666   columns:
4667   - title: " |prein| Test Name |preout| "
4668     data: "data name"
4669   - 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| "
4670     data: "data msg"
4671   data: "vpp-perf-results-3n-skx"
4672   filter: "all"
4673   remove-ndr: True  # Temporary solution: remove NDR results from test message
4674   parameters:
4675   - "name"
4676   - "parent"
4677   - "msg"
4678
4679 # Detailed Test Results - VPP Performance Results 2n-skx
4680 - type: "table"
4681   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4682   algorithm: "table_merged_details"
4683   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4684   columns:
4685   - title: " |prein| Test Name |preout| "
4686     data: "data name"
4687   - 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| "
4688     data: "data msg"
4689   data: "vpp-perf-results-2n-skx"
4690   filter: "all"
4691   remove-ndr: True  # Temporary solution: remove NDR results from test message
4692   parameters:
4693   - "name"
4694   - "parent"
4695   - "msg"
4696
4697 # Detailed Test Results - VPP Performance Results 2n-clx
4698 - type: "table"
4699   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4700   algorithm: "table_merged_details"
4701   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4702   columns:
4703   - title: " |prein| Test Name |preout| "
4704     data: "data name"
4705   - 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| "
4706     data: "data msg"
4707   data: "vpp-perf-results-2n-clx"
4708   filter: "all"
4709   parameters:
4710   - "name"
4711   - "parent"
4712   - "msg"
4713
4714 # Detailed Test Results - VPP Performance Results 3n-tsh
4715 - type: "table"
4716   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4717   algorithm: "table_merged_details"
4718   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4719   columns:
4720   - title: " |prein| Test Name |preout| "
4721     data: "data name"
4722   - 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| "
4723     data: "data msg"
4724   data: "vpp-perf-results-3n-tsh"
4725   filter: "all"
4726   parameters:
4727   - "name"
4728   - "parent"
4729   - "msg"
4730
4731 # Detailed Test Results - VPP Performance Results 3n-dnv
4732 - type: "table"
4733   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4734   algorithm: "table_merged_details"
4735   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4736   columns:
4737   - title: " |prein| Test Name |preout| "
4738     data: "data name"
4739   - 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| "
4740     data: "data msg"
4741   data: "vpp-perf-results-3n-dnv"
4742   filter: "all"
4743   parameters:
4744   - "name"
4745   - "parent"
4746   - "msg"
4747
4748 # Detailed Test Results - VPP Performance Results 2n-dnv
4749 - type: "table"
4750   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4751   algorithm: "table_merged_details"
4752   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4753   columns:
4754   - title: " |prein| Test Name |preout| "
4755     data: "data name"
4756   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4757     data: "data msg"
4758   data: "vpp-perf-results-2n-dnv"
4759   filter: "all"
4760   parameters:
4761   - "name"
4762   - "parent"
4763   - "msg"
4764
4765 # Test configuration - VPP Performance Test Configs 3n-hsw
4766 - type: "table"
4767   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4768   algorithm: "table_merged_details"
4769   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4770   columns:
4771   - title: " |prein| Test Name |preout| "
4772     data: "data name"
4773   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4774     data: "data conf-history"
4775   data: "vpp-perf-results-3n-hsw"
4776   filter: "all"
4777   parameters:
4778   - "parent"
4779   - "name"
4780   - "conf-history"
4781
4782 # Test configuration - VPP Performance Test Configs 3n-skx
4783 - type: "table"
4784   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4785   algorithm: "table_merged_details"
4786   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4787   columns:
4788   - title: " |prein| Test Name |preout| "
4789     data: "data name"
4790   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4791     data: "data conf-history"
4792   data: "vpp-perf-results-3n-skx"
4793   filter: "all"
4794   parameters:
4795   - "parent"
4796   - "name"
4797   - "conf-history"
4798
4799 # Test configuration - VPP Performance Test Configs 2n-skx
4800 - type: "table"
4801   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4802   algorithm: "table_merged_details"
4803   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4804   columns:
4805   - title: " |prein| Test Name |preout| "
4806     data: "data name"
4807   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4808     data: "data conf-history"
4809   data: "vpp-perf-results-2n-skx"
4810   filter: "all"
4811   parameters:
4812   - "parent"
4813   - "name"
4814   - "conf-history"
4815
4816 # Test configuration - VPP Performance Test Configs 2n-clx
4817 - type: "table"
4818   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4819   algorithm: "table_merged_details"
4820   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4821   columns:
4822   - title: " |prein| Test Name |preout| "
4823     data: "data name"
4824   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4825     data: "data conf-history"
4826   data: "vpp-perf-results-2n-clx"
4827   filter: "all"
4828   parameters:
4829   - "parent"
4830   - "name"
4831   - "conf-history"
4832
4833 # Test configuration - VPP Performance Test Configs 3n-tsh
4834 - type: "table"
4835   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4836   algorithm: "table_merged_details"
4837   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4838   columns:
4839   - title: " |prein| Test Name |preout| "
4840     data: "data name"
4841   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4842     data: "data conf-history"
4843   data: "vpp-perf-results-3n-tsh"
4844   filter: "all"
4845   parameters:
4846   - "parent"
4847   - "name"
4848   - "conf-history"
4849
4850 # Test configuration - VPP Performance Test Configs 3n-dnv
4851 - type: "table"
4852   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4853   algorithm: "table_merged_details"
4854   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4855   columns:
4856   - title: " |prein| Test Name |preout| "
4857     data: "data name"
4858   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4859     data: "data conf-history"
4860   data: "vpp-perf-results-3n-dnv"
4861   filter: "all"
4862   parameters:
4863   - "parent"
4864   - "name"
4865   - "conf-history"
4866
4867 # Test configuration - VPP Performance Test Configs 2n-dnv
4868 - type: "table"
4869   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4870   algorithm: "table_merged_details"
4871   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4872   columns:
4873   - title: " |prein| Test Name |preout| "
4874     data: "data name"
4875   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4876     data: "data conf-history"
4877   data: "vpp-perf-results-2n-dnv"
4878   filter: "all"
4879   parameters:
4880   - "parent"
4881   - "name"
4882   - "conf-history"
4883
4884 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4885 - type: "table"
4886   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4887   algorithm: "table_oper_data_html"
4888   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4889   data: "vpp-perf-results-3n-hsw"
4890   filter: "all"
4891
4892 # Test Operational Data - VPP Performance Operational Data 3n-skx
4893 - type: "table"
4894   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4895   algorithm: "table_oper_data_html"
4896   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4897   data: "vpp-perf-results-3n-skx"
4898   filter: "all"
4899
4900 # Test Operational Data - VPP Performance Operational Data 2n-skx
4901 - type: "table"
4902   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4903   algorithm: "table_oper_data_html"
4904   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4905   data: "vpp-perf-results-2n-skx"
4906   filter: "all"
4907
4908 # Test Operational Data - VPP Performance Operational Data 2n-clx
4909 - type: "table"
4910   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4911   algorithm: "table_oper_data_html"
4912   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4913   data: "vpp-perf-results-2n-clx"
4914   filter: "all"
4915
4916 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4917 - type: "table"
4918   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4919   algorithm: "table_oper_data_html"
4920   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4921   data: "vpp-perf-results-3n-tsh"
4922   filter: "all"
4923
4924 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4925 - type: "table"
4926   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4927   algorithm: "table_oper_data_html"
4928   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4929   data: "vpp-perf-results-3n-dnv"
4930   filter: "all"
4931
4932 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4933 - type: "table"
4934   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4935   algorithm: "table_oper_data_html"
4936   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4937   data: "vpp-perf-results-2n-dnv"
4938   filter: "all"
4939
4940 # Detailed Test Results - VPP MRR Results 3n-hsw
4941 - type: "table"
4942   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4943   algorithm: "table_merged_details"
4944   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4945   columns:
4946   - title: " |prein| Test Name |preout| "
4947     data: "data name"
4948   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4949     data: "data msg"
4950   data: "vpp-mrr-results-3n-hsw"
4951   filter: "all"
4952   parameters:
4953   - "name"
4954   - "parent"
4955   - "msg"
4956
4957 # Detailed Test Results - VPP MRR Results 3n-skx
4958 - type: "table"
4959   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4960   algorithm: "table_merged_details"
4961   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
4962   columns:
4963   - title: " |prein| Test Name |preout| "
4964     data: "data name"
4965   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4966     data: "data msg"
4967   data: "vpp-mrr-results-3n-skx"
4968   filter: "all"
4969   parameters:
4970   - "name"
4971   - "parent"
4972   - "msg"
4973
4974 # Detailed Test Results - VPP MRR Results 2n-skx
4975 - type: "table"
4976   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4977   algorithm: "table_merged_details"
4978   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
4979   columns:
4980   - title: " |prein| Test Name |preout| "
4981     data: "data name"
4982   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4983     data: "data msg"
4984   data: "vpp-mrr-results-2n-skx"
4985   filter: "all"
4986   parameters:
4987   - "name"
4988   - "parent"
4989   - "msg"
4990
4991 # Detailed Test Results - VPP MRR Results 2n-clx
4992 - type: "table"
4993   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4994   algorithm: "table_merged_details"
4995   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
4996   columns:
4997   - title: " |prein| Test Name |preout| "
4998     data: "data name"
4999   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5000     data: "data msg"
5001   data: "vpp-mrr-results-2n-clx"
5002   filter: "all"
5003   parameters:
5004   - "name"
5005   - "parent"
5006   - "msg"
5007
5008 # Detailed Test Results - VPP MRR Results 3n-tsh
5009 - type: "table"
5010   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5011   algorithm: "table_merged_details"
5012   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5013   columns:
5014   - title: " |prein| Test Name |preout| "
5015     data: "data name"
5016   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5017     data: "data msg"
5018   data: "vpp-mrr-results-3n-tsh"
5019   filter: "all"
5020   parameters:
5021   - "name"
5022   - "parent"
5023   - "msg"
5024
5025 # Detailed Test Results - VPP MRR Results 3n-dnv
5026 - type: "table"
5027   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5028   algorithm: "table_merged_details"
5029   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5030   columns:
5031   - title: " |prein| Test Name |preout| "
5032     data: "data name"
5033   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5034     data: "data msg"
5035   data: "vpp-mrr-results-3n-dnv"
5036   filter: "all"
5037   parameters:
5038   - "name"
5039   - "parent"
5040   - "msg"
5041
5042 # Detailed Test Results - VPP MRR Results 2n-dnv
5043 - type: "table"
5044   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5045   algorithm: "table_merged_details"
5046   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5047   columns:
5048   - title: " |prein| Test Name |preout| "
5049     data: "data name"
5050   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5051     data: "data msg"
5052   data: "vpp-mrr-results-2n-dnv"
5053   filter: "all"
5054   parameters:
5055   - "name"
5056   - "parent"
5057   - "msg"
5058
5059 # Test configuration - VPP MRR Test Configs 3n-hsw
5060 - type: "table"
5061   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5062   algorithm: "table_merged_details"
5063   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5064   columns:
5065   - title: " |prein| Test Name |preout| "
5066     data: "data name"
5067   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5068     data: "data conf-history"
5069   data: "vpp-mrr-results-3n-hsw"
5070   filter: "all"
5071   parameters:
5072   - "parent"
5073   - "name"
5074   - "conf-history"
5075
5076 # Test configuration - VPP MRR Test Configs 3n-skx
5077 - type: "table"
5078   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5079   algorithm: "table_merged_details"
5080   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5081   columns:
5082   - title: " |prein| Test Name |preout| "
5083     data: "data name"
5084   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5085     data: "data conf-history"
5086   data: "vpp-mrr-results-3n-skx"
5087   filter: "all"
5088   parameters:
5089   - "parent"
5090   - "name"
5091   - "conf-history"
5092
5093 # Test configuration - VPP MRR Test Configs 2n-skx
5094 - type: "table"
5095   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5096   algorithm: "table_merged_details"
5097   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5098   columns:
5099   - title: " |prein| Test Name |preout| "
5100     data: "data name"
5101   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5102     data: "data conf-history"
5103   data: "vpp-mrr-results-2n-skx"
5104   filter: "all"
5105   parameters:
5106   - "parent"
5107   - "name"
5108   - "conf-history"
5109
5110 # Test configuration - VPP MRR Test Configs 2n-clx
5111 - type: "table"
5112   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5113   algorithm: "table_merged_details"
5114   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5115   columns:
5116   - title: " |prein| Test Name |preout| "
5117     data: "data name"
5118   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5119     data: "data conf-history"
5120   data: "vpp-mrr-results-2n-clx"
5121   filter: "all"
5122   parameters:
5123   - "parent"
5124   - "name"
5125   - "conf-history"
5126
5127 # Test configuration - VPP MRR Test Configs 3n-tsh
5128 - type: "table"
5129   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5130   algorithm: "table_merged_details"
5131   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5132   columns:
5133   - title: " |prein| Test Name |preout| "
5134     data: "data name"
5135   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5136     data: "data conf-history"
5137   data: "vpp-mrr-results-3n-tsh"
5138   filter: "all"
5139   parameters:
5140   - "parent"
5141   - "name"
5142   - "conf-history"
5143
5144 # Test configuration - VPP MRR Test Configs 3n-dnv
5145 - type: "table"
5146   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5147   algorithm: "table_merged_details"
5148   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5149   columns:
5150   - title: " |prein| Test Name |preout| "
5151     data: "data name"
5152   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5153     data: "data conf-history"
5154   data: "vpp-mrr-results-3n-dnv"
5155   filter: "all"
5156   parameters:
5157   - "parent"
5158   - "name"
5159   - "conf-history"
5160
5161 # Test configuration - VPP MRR Test Configs 2n-dnv
5162 - type: "table"
5163   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5164   algorithm: "table_merged_details"
5165   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5166   columns:
5167   - title: " |prein| Test Name |preout| "
5168     data: "data name"
5169   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5170     data: "data conf-history"
5171   data: "vpp-mrr-results-2n-dnv"
5172   filter: "all"
5173   parameters:
5174   - "parent"
5175   - "name"
5176   - "conf-history"
5177
5178 # Detailed Test Results - VPP Device Results - Ubuntu
5179 - type: "table"
5180   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5181   algorithm: "table_merged_details"
5182   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5183   columns:
5184   - title: " |prein| Test Name |preout| "
5185     data: "data name"
5186   - title: " |prein| Status |preout| "
5187     data: "data status"
5188   data: "vpp-device-results-ubuntu"
5189   filter: "all"
5190   parameters:
5191   - "name"
5192   - "parent"
5193   - "doc"
5194   - "status"
5195
5196 # Test configuration - VPP Device Test Configs - Ubuntu
5197 - type: "table"
5198   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5199   algorithm: "table_merged_details"
5200   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5201   columns:
5202   - title: " |prein| Test Name |preout| "
5203     data: "data name"
5204   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5205     data: "data conf-history"
5206   data: "vpp-device-results-ubuntu"
5207   filter: "all"
5208   parameters:
5209   - "parent"
5210   - "name"
5211   - "conf-history"
5212
5213 ################################################################################
5214
5215 # DPDK Performance Changes 3n-hsw 1t1c pdr
5216 - type: "table"
5217   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5218   algorithm: "table_perf_comparison"
5219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5220   history:
5221     - title: "rls1904"
5222       data: "dpdk-performance-changes-3n-hsw-h1"
5223   reference:
5224     title: "rls1908"
5225     data: "dpdk-performance-changes-3n-hsw-ref"
5226   compare:
5227     title: "rls2001"
5228     data: "dpdk-performance-changes-3n-hsw-cmp"
5229   data: "dpdk-performance-changes-3n-hsw"
5230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5231   filter: "'1T1C' and 'NDRPDR'"
5232   parameters:
5233   - "name"
5234   - "parent"
5235   - "throughput"
5236
5237 # DPDK Performance Changes 3n-hsw 2t2c pdr
5238 - type: "table"
5239   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5240   algorithm: "table_perf_comparison"
5241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5242   history:
5243     - title: "rls1904"
5244       data: "dpdk-performance-changes-3n-hsw-h1"
5245   reference:
5246     title: "rls1908"
5247     data: "dpdk-performance-changes-3n-hsw-ref"
5248   compare:
5249     title: "rls2001"
5250     data: "dpdk-performance-changes-3n-hsw-cmp"
5251   data: "dpdk-performance-changes-3n-hsw"
5252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5253   filter: "'2T2C' and 'NDRPDR'"
5254   parameters:
5255   - "name"
5256   - "parent"
5257   - "throughput"
5258
5259 # DPDK Performance Changes 3n-hsw 1t1c ndr
5260 - type: "table"
5261   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5262   algorithm: "table_perf_comparison"
5263   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5264   history:
5265     - title: "rls1904"
5266       data: "dpdk-performance-changes-3n-hsw-h1"
5267   reference:
5268     title: "rls1908"
5269     data: "dpdk-performance-changes-3n-hsw-ref"
5270   compare:
5271     title: "rls2001"
5272     data: "dpdk-performance-changes-3n-hsw-cmp"
5273   data: "dpdk-performance-changes-3n-hsw"
5274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5275   filter: "'1T1C' and 'NDRPDR'"
5276   parameters:
5277   - "name"
5278   - "parent"
5279   - "throughput"
5280
5281 # DPDK Performance Changes 3n-hsw 2t2c ndr
5282 - type: "table"
5283   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5284   algorithm: "table_perf_comparison"
5285   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5286   history:
5287     - title: "rls1904"
5288       data: "dpdk-performance-changes-3n-hsw-h1"
5289   reference:
5290     title: "rls1908"
5291     data: "dpdk-performance-changes-3n-hsw-ref"
5292   compare:
5293     title: "rls2001"
5294     data: "dpdk-performance-changes-3n-hsw-cmp"
5295   data: "dpdk-performance-changes-3n-hsw"
5296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5297   filter: "'2T2C' and 'NDRPDR'"
5298   parameters:
5299   - "name"
5300   - "parent"
5301   - "throughput"
5302
5303 # DPDK Performance Changes 3n-skx 2t1c pdr
5304 - type: "table"
5305   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5306   algorithm: "table_perf_comparison"
5307   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5308   history:
5309     - title: "rls1904"
5310       data: "dpdk-performance-changes-3n-skx-h1"
5311   reference:
5312     title: "rls1908"
5313     data: "dpdk-performance-changes-3n-skx-ref"
5314   compare:
5315     title: "rls2001"
5316     data: "dpdk-performance-changes-3n-skx-cmp"
5317   data: "dpdk-performance-changes-3n-skx"
5318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5319   filter: "'2T1C' and 'NDRPDR'"
5320   parameters:
5321   - "name"
5322   - "parent"
5323   - "throughput"
5324
5325 # DPDK Performance Changes 3n-skx 4t2c pdr
5326 - type: "table"
5327   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5328   algorithm: "table_perf_comparison"
5329   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5330   history:
5331     - title: "rls1904"
5332       data: "dpdk-performance-changes-3n-skx-h1"
5333   reference:
5334     title: "rls1908"
5335     data: "dpdk-performance-changes-3n-skx-ref"
5336   compare:
5337     title: "rls2001"
5338     data: "dpdk-performance-changes-3n-skx-cmp"
5339   data: "dpdk-performance-changes-3n-skx"
5340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5341   filter: "'4T2C' and 'NDRPDR'"
5342   parameters:
5343   - "name"
5344   - "parent"
5345   - "throughput"
5346
5347 # DPDK Performance Changes 3n-skx 2t1c ndr
5348 - type: "table"
5349   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5350   algorithm: "table_perf_comparison"
5351   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5352   history:
5353     - title: "rls1904"
5354       data: "dpdk-performance-changes-3n-skx-h1"
5355   reference:
5356     title: "rls1908"
5357     data: "dpdk-performance-changes-3n-skx-ref"
5358   compare:
5359     title: "rls2001"
5360     data: "dpdk-performance-changes-3n-skx-cmp"
5361   data: "dpdk-performance-changes-3n-skx"
5362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5363   filter: "'2T1C' and 'NDRPDR'"
5364   parameters:
5365   - "name"
5366   - "parent"
5367   - "throughput"
5368
5369 # DPDK Performance Changes 3n-skx 4t2c ndr
5370 - type: "table"
5371   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5372   algorithm: "table_perf_comparison"
5373   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5374   history:
5375     - title: "rls1904"
5376       data: "dpdk-performance-changes-3n-skx-h1"
5377   reference:
5378     title: "rls1908"
5379     data: "dpdk-performance-changes-3n-skx-ref"
5380   compare:
5381     title: "rls2001"
5382     data: "dpdk-performance-changes-3n-skx-cmp"
5383   data: "dpdk-performance-changes-3n-skx"
5384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5385   filter: "'4T2C' and 'NDRPDR'"
5386   parameters:
5387   - "name"
5388   - "parent"
5389   - "throughput"
5390
5391 # DPDK Performance Changes 2n-skx 2t1c pdr
5392 - type: "table"
5393   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5394   algorithm: "table_perf_comparison"
5395   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5396   history:
5397     - title: "rls1904"
5398       data: "dpdk-performance-changes-2n-skx-h1"
5399   reference:
5400     title: "rls1908"
5401     data: "dpdk-performance-changes-2n-skx-ref"
5402   compare:
5403     title: "rls2001"
5404     data: "dpdk-performance-changes-2n-skx-cmp"
5405   data: "dpdk-performance-changes-2n-skx"
5406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5407   filter: "'2T1C' and 'NDRPDR'"
5408   parameters:
5409   - "name"
5410   - "parent"
5411   - "throughput"
5412
5413 # DPDK Performance Changes 2n-skx 4t2c pdr
5414 - type: "table"
5415   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5416   algorithm: "table_perf_comparison"
5417   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5418   history:
5419     - title: "rls1904"
5420       data: "dpdk-performance-changes-2n-skx-h1"
5421   reference:
5422     title: "rls1908"
5423     data: "dpdk-performance-changes-2n-skx-ref"
5424   compare:
5425     title: "rls2001"
5426     data: "dpdk-performance-changes-2n-skx-cmp"
5427   data: "dpdk-performance-changes-2n-skx"
5428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5429   filter: "'4T2C' and 'NDRPDR'"
5430   parameters:
5431   - "name"
5432   - "parent"
5433   - "throughput"
5434
5435 # DPDK Performance Changes 2n-skx 2t1c ndr
5436 - type: "table"
5437   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5438   algorithm: "table_perf_comparison"
5439   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5440   history:
5441     - title: "rls1904"
5442       data: "dpdk-performance-changes-2n-skx-h1"
5443   reference:
5444     title: "rls1908"
5445     data: "dpdk-performance-changes-2n-skx-ref"
5446   compare:
5447     title: "rls2001"
5448     data: "dpdk-performance-changes-2n-skx-cmp"
5449   data: "dpdk-performance-changes-2n-skx"
5450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5451   filter: "'2T1C' and 'NDRPDR'"
5452   parameters:
5453   - "name"
5454   - "parent"
5455   - "throughput"
5456
5457 # DPDK Performance Changes 2n-skx 4t2c ndr
5458 - type: "table"
5459   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5460   algorithm: "table_perf_comparison"
5461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5462   history:
5463     - title: "rls1904"
5464       data: "dpdk-performance-changes-2n-skx-h1"
5465   reference:
5466     title: "rls1908"
5467     data: "dpdk-performance-changes-2n-skx-ref"
5468   compare:
5469     title: "rls2001"
5470     data: "dpdk-performance-changes-2n-skx-cmp"
5471   data: "dpdk-performance-changes-2n-skx"
5472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5473   filter: "'4T2C' and 'NDRPDR'"
5474   parameters:
5475   - "name"
5476   - "parent"
5477   - "throughput"
5478
5479 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5480 - type: "table"
5481   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5482   algorithm: "table_perf_comparison"
5483   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5484   reference:
5485     title: "3-Node Hsw"
5486     data: "dpdk-compare-testbeds-ref"
5487   compare:
5488     title: "3-Node Skx"
5489     data: "dpdk-compare-testbeds-cmp"
5490   data: "dpdk-compare-testbeds"
5491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5492   filter: "'NIC_Intel-X710'"
5493   parameters:
5494   - "name"
5495   - "parent"
5496   - "throughput"
5497
5498 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5499 - type: "table"
5500   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5501   algorithm: "table_perf_comparison"
5502   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5503   reference:
5504     title: "3-Node Hsw"
5505     data: "dpdk-compare-testbeds-ref"
5506   compare:
5507     title: "3-Node Skx"
5508     data: "dpdk-compare-testbeds-cmp"
5509   data: "dpdk-compare-testbeds"
5510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5511   filter: "'NIC_Intel-X710'"
5512   parameters:
5513   - "name"
5514   - "parent"
5515   - "throughput"
5516
5517 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5518 - type: "table"
5519   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5520   algorithm: "table_perf_comparison"
5521   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5522   reference:
5523     title: "2-Node Skx"
5524     data: "dpdk-compare-testbeds-skx-clx-ref"
5525   compare:
5526     title: "2-Node Clx"
5527     data: "dpdk-compare-testbeds-skx-clx-cmp"
5528   data: "dpdk-compare-testbeds-skx-clx"
5529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5530   filter: "all"
5531   parameters:
5532   - "name"
5533   - "parent"
5534   - "throughput"
5535
5536 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5537 - type: "table"
5538   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5539   algorithm: "table_perf_comparison"
5540   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5541   reference:
5542     title: "2-Node Skx"
5543     data: "dpdk-compare-testbeds-skx-clx-ref"
5544   compare:
5545     title: "2-Node Clx"
5546     data: "dpdk-compare-testbeds-skx-clx-cmp"
5547   data: "dpdk-compare-testbeds-skx-clx"
5548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5549   filter: "all"
5550   parameters:
5551   - "name"
5552   - "parent"
5553   - "throughput"
5554
5555 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5556 - type: "table"
5557   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5558   algorithm: "table_perf_comparison"
5559   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5560   reference:
5561     title: "3-Node Skx"
5562     data: "dpdk-compare-topologies-ref"
5563   compare:
5564     title: "2-Node Skx"
5565     data: "dpdk-compare-topologies-cmp"
5566   data: "dpdk-compare-topologies"
5567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5568   filter: "all"
5569   parameters:
5570   - "name"
5571   - "parent"
5572   - "throughput"
5573
5574 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5575 - type: "table"
5576   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5577   algorithm: "table_perf_comparison"
5578   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5579   reference:
5580     title: "3-Node Skx"
5581     data: "dpdk-compare-topologies-ref"
5582   compare:
5583     title: "2-Node Skx"
5584     data: "dpdk-compare-topologies-cmp"
5585   data: "dpdk-compare-topologies"
5586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5587   filter: "all"
5588   parameters:
5589   - "name"
5590   - "parent"
5591   - "throughput"
5592
5593 # Detailed Test Results - DPDK Performance Results 3n-hsw
5594 - type: "table"
5595   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5596   algorithm: "table_merged_details"
5597   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5598   columns:
5599   - title: " |prein| Test Name |preout| "
5600     data: "data name"
5601   - 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| "
5602     data: "data msg"
5603   data: "dpdk-perf-results-3n-hsw"
5604   filter: "all"
5605   parameters:
5606   - "name"
5607   - "parent"
5608   - "msg"
5609
5610 # Detailed Test Results - DPDK Performance Results 3n-skx
5611 - type: "table"
5612   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5613   algorithm: "table_merged_details"
5614   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5615   columns:
5616   - title: " |prein| Test Name |preout| "
5617     data: "data name"
5618   - 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| "
5619     data: "data msg"
5620   data: "dpdk-perf-results-3n-skx"
5621   filter: "all"
5622   remove-ndr: True  # Temporary solution: remove NDR results from test message
5623   parameters:
5624   - "name"
5625   - "parent"
5626   - "msg"
5627
5628 # Detailed Test Results - DPDK Performance Results 2n-skx
5629 - type: "table"
5630   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5631   algorithm: "table_merged_details"
5632   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5633   columns:
5634   - title: " |prein| Test Name |preout| "
5635     data: "data name"
5636   - 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| "
5637     data: "data msg"
5638   data: "dpdk-perf-results-2n-skx"
5639   filter: "all"
5640   remove-ndr: True  # Temporary solution: remove NDR results from test message
5641   parameters:
5642   - "name"
5643   - "parent"
5644   - "msg"
5645
5646 # Detailed Test Results - DPDK Performance Results 2n-clx
5647 - type: "table"
5648   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5649   algorithm: "table_merged_details"
5650   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5651   columns:
5652   - title: " |prein| Test Name |preout| "
5653     data: "data name"
5654   - 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| "
5655     data: "data msg"
5656   data: "dpdk-perf-results-2n-clx"
5657   filter: "all"
5658   parameters:
5659   - "name"
5660   - "parent"
5661   - "msg"
5662
5663 # Detailed Test Results - DPDK Performance Results 2n-dnv
5664 - type: "table"
5665   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5666   algorithm: "table_merged_details"
5667   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5668   columns:
5669   - title: " |prein| Test Name |preout| "
5670     data: "data name"
5671   - 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| "
5672     data: "data msg"
5673   data: "dpdk-perf-results-2n-dnv"
5674   filter: "all"
5675   parameters:
5676   - "name"
5677   - "parent"
5678   - "msg"
5679
5680 # Detailed Test Results - DPDK Performance Results 3n-dnv
5681 - type: "table"
5682   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5683   algorithm: "table_merged_details"
5684   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5685   columns:
5686   - title: " |prein| Test Name |preout| "
5687     data: "data name"
5688   - 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| "
5689     data: "data msg"
5690   data: "dpdk-perf-results-3n-dnv"
5691   filter: "all"
5692   parameters:
5693   - "name"
5694   - "parent"
5695   - "msg"
5696
5697 # Detailed Test Results - DPDK Performance Results 3n-tsh
5698 - type: "table"
5699   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5700   algorithm: "table_merged_details"
5701   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5702   columns:
5703   - title: " |prein| Test Name |preout| "
5704     data: "data name"
5705   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5706     data: "data msg"
5707   data: "dpdk-perf-results-3n-tsh"
5708   filter: "all"
5709   parameters:
5710   - "name"
5711   - "parent"
5712   - "msg"
5713
5714 ################################################################################
5715 ###                                F I L E S                                 ###
5716 ################################################################################
5717
5718 # VPP Performance Results
5719 - type: "file"
5720   title: "VPP Performance Results"
5721   algorithm: "file_details_split"
5722   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5723   dir-tables:
5724     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5725     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5726     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5727     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5728     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5729     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5730     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5731   data:
5732     - "vpp-perf-results-2n-skx"
5733     - "vpp-perf-results-3n-skx"
5734     - "vpp-perf-results-2n-clx"
5735     - "vpp-perf-results-3n-hsw"
5736     - "vpp-perf-results-3n-tsh"
5737     - "vpp-perf-results-2n-dnv"
5738     - "vpp-perf-results-3n-dnv"
5739   filter: "all"
5740   data-start-level: 4
5741   order-chapters:
5742     level-1:
5743       - "l2"
5744       - "ip4"
5745       - "ip6"
5746       - "srv6"
5747       - "ip4_tunnels"
5748       - "ip6_tunnels"
5749       - "vm_vhost"
5750       - "container_memif"
5751       - "crypto"
5752       - "vts"
5753       - "lb"
5754       - "nfv_density"
5755       - "hoststack"
5756     level-2:
5757       - "2n-skx"
5758       - "3n-skx"
5759       - "2n-clx"
5760       - "3n-hsw"
5761       - "3n-tsh"
5762       - "2n-dnv"
5763       - "3n-dnv"
5764     level-3:
5765       - "xl710"
5766       - "x520"
5767       - "xxv710"
5768       - "x710"
5769       - "x553"
5770       - "cx556a"
5771       - "vic1227"
5772       - "vic1385"
5773
5774 # VPP Performance Configuration
5775 - type: "file"
5776   title: "VPP Performance Configuration"
5777   algorithm: "file_details_split"
5778   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5779   dir-tables:
5780     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5781     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5782     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5783     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5784     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5785     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5786     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5787   data:
5788     - "vpp-perf-results-2n-skx"
5789     - "vpp-perf-results-3n-skx"
5790     - "vpp-perf-results-2n-clx"
5791     - "vpp-perf-results-3n-hsw"
5792     - "vpp-perf-results-3n-tsh"
5793     - "vpp-perf-results-2n-dnv"
5794     - "vpp-perf-results-3n-dnv"
5795   filter: "all"
5796   data-start-level: 4
5797   order-chapters:
5798     level-1:
5799       - "l2"
5800       - "ip4"
5801       - "ip6"
5802       - "srv6"
5803       - "ip4_tunnels"
5804       - "ip6_tunnels"
5805       - "vm_vhost"
5806       - "container_memif"
5807       - "crypto"
5808       - "vts"
5809       - "lb"
5810       - "nfv_density"
5811       - "hoststack"
5812     level-2:
5813       - "2n-skx"
5814       - "3n-skx"
5815       - "2n-clx"
5816       - "3n-hsw"
5817       - "3n-tsh"
5818       - "2n-dnv"
5819       - "3n-dnv"
5820     level-3:
5821       - "xl710"
5822       - "x520"
5823       - "xxv710"
5824       - "x710"
5825       - "x553"
5826       - "cx556a"
5827       - "vic1227"
5828       - "vic1385"
5829
5830 # VPP Performance Operational
5831 - type: "file"
5832   title: "VPP Performance Operational"
5833   algorithm: "file_details_split_html"
5834   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5835   dir-tables:
5836     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5837     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5838     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5839     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5840     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5841     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5842     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5843   data:
5844     - "vpp-perf-results-2n-skx"
5845     - "vpp-perf-results-3n-skx"
5846     - "vpp-perf-results-2n-clx"
5847     - "vpp-perf-results-3n-hsw"
5848     - "vpp-perf-results-3n-tsh"
5849     - "vpp-perf-results-2n-dnv"
5850     - "vpp-perf-results-3n-dnv"
5851   filter: "all"
5852   data-start-level: 4
5853   order-chapters:
5854     level-1:
5855       - "l2"
5856       - "ip4"
5857       - "ip6"
5858       - "srv6"
5859       - "ip4_tunnels"
5860       - "ip6_tunnels"
5861       - "vm_vhost"
5862       - "container_memif"
5863       - "crypto"
5864       - "vts"
5865       - "lb"
5866       - "nfv_density"
5867       - "hoststack"
5868     level-2:
5869       - "2n-skx"
5870       - "3n-skx"
5871       - "2n-clx"
5872       - "3n-hsw"
5873       - "3n-tsh"
5874       - "2n-dnv"
5875       - "3n-dnv"
5876     level-3:
5877       - "xl710"
5878       - "x520"
5879       - "xxv710"
5880       - "x710"
5881       - "x553"
5882       - "cx556a"
5883       - "vic1227"
5884       - "vic1385"
5885
5886 # VPP MRR Results
5887 - type: "file"
5888   title: "VPP MRR Results"
5889   algorithm: "file_details_split"
5890   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5891   dir-tables:
5892     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5893     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5894     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5895     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5896     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5897     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5898     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5899   data:
5900     - "vpp-mrr-results-2n-skx"
5901     - "vpp-mrr-results-3n-skx"
5902     - "vpp-mrr-results-2n-clx"
5903     - "vpp-mrr-results-3n-hsw"
5904     - "vpp-mrr-results-3n-tsh"
5905     - "vpp-mrr-results-2n-dnv"
5906     - "vpp-mrr-results-3n-dnv"
5907   filter: "all"
5908   data-start-level: 4
5909   order-chapters:
5910     level-1:
5911       - "l2"
5912       - "ip4"
5913       - "ip6"
5914       - "srv6"
5915       - "ip4_tunnels"
5916       - "ip6_tunnels"
5917       - "vm_vhost"
5918       - "container_memif"
5919       - "crypto"
5920       - "vts"
5921       - "lb"
5922       - "nfv_density"
5923       - "hoststack"
5924     level-2:
5925       - "2n-skx"
5926       - "3n-skx"
5927       - "2n-clx"
5928       - "3n-hsw"
5929       - "3n-tsh"
5930       - "2n-dnv"
5931       - "3n-dnv"
5932     level-3:
5933       - "xl710"
5934       - "x520"
5935       - "xxv710"
5936       - "x710"
5937       - "x553"
5938       - "cx556a"
5939       - "vic1227"
5940       - "vic1385"
5941
5942 # VPP MRR Configuration
5943 - type: "file"
5944   title: "VPP MRR Configuration"
5945   algorithm: "file_details_split"
5946   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5947   dir-tables:
5948     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5949     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5950     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5951     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5952     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5953     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5954     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5955   data:
5956     - "vpp-mrr-results-2n-skx"
5957     - "vpp-mrr-results-3n-skx"
5958     - "vpp-mrr-results-2n-clx"
5959     - "vpp-mrr-results-3n-hsw"
5960     - "vpp-mrr-results-3n-tsh"
5961     - "vpp-mrr-results-2n-dnv"
5962     - "vpp-mrr-results-3n-dnv"
5963   filter: "all"
5964   data-start-level: 4
5965   order-chapters:
5966     level-1:
5967       - "l2"
5968       - "ip4"
5969       - "ip6"
5970       - "srv6"
5971       - "ip4_tunnels"
5972       - "ip6_tunnels"
5973       - "vm_vhost"
5974       - "container_memif"
5975       - "crypto"
5976       - "vts"
5977       - "lb"
5978       - "nfv_density"
5979       - "hoststack"
5980     level-2:
5981       - "2n-skx"
5982       - "3n-skx"
5983       - "2n-clx"
5984       - "3n-hsw"
5985       - "3n-tsh"
5986       - "2n-dnv"
5987       - "3n-dnv"
5988     level-3:
5989       - "xl710"
5990       - "x520"
5991       - "xxv710"
5992       - "x710"
5993       - "x553"
5994       - "cx556a"
5995       - "vic1227"
5996       - "vic1385"
5997
5998 # VPP Device Results - Ubuntu
5999 - type: "file"
6000   title: "VPP Device Results - Ubuntu"
6001   algorithm: "file_test_results"
6002   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6003   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6004   data: "vpp-device-results-ubuntu"
6005   filter: "all"
6006   data-start-level: 4
6007
6008 # VPP Device Configuration - Ubuntu
6009 - type: "file"
6010   title: "VPP Device Configuration - Ubuntu"
6011   algorithm: "file_test_results"
6012   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6013   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6014   data: "vpp-device-results-ubuntu"
6015   filter: "all"
6016   data-start-level: 4
6017
6018 # DPDK Performance Results 3n-hsw
6019 - type: "file"
6020   title: "DPDK Performance Results 3n-hsw"
6021   algorithm: "file_test_results"
6022   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6023   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6024   data: "dpdk-perf-results-3n-hsw"
6025   filter: "all"
6026   data-start-level: 4
6027
6028 # DPDK Performance Results 3n-skx
6029 - type: "file"
6030   title: "DPDK Performance Results 3n-skx"
6031   algorithm: "file_test_results"
6032   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6033   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6034   data: "dpdk-perf-results-3n-skx"
6035   filter: "all"
6036   data-start-level: 4
6037
6038 # DPDK Performance Results 2n-skx
6039 - type: "file"
6040   title: "DPDK Performance Results 2n-skx"
6041   algorithm: "file_test_results"
6042   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6043   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6044   data: "dpdk-perf-results-2n-skx"
6045   filter: "all"
6046   data-start-level: 4
6047
6048 # DPDK Performance Results 2n-clx
6049 - type: "file"
6050   title: "DPDK Performance Results 2n-clx"
6051   algorithm: "file_test_results"
6052   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6053   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6054   data: "dpdk-perf-results-2n-clx"
6055   filter: "all"
6056   data-start-level: 4
6057
6058 # DPDK Performance Results 2n-dnv
6059 - type: "file"
6060   title: "DPDK Performance Results 2n-dnv"
6061   algorithm: "file_test_results"
6062   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6063   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6064   data: "dpdk-perf-results-2n-dnv"
6065   filter: "all"
6066   data-start-level: 4
6067
6068 # DPDK Performance Results 3n-dnv
6069 - type: "file"
6070   title: "DPDK Performance Results 3n-dnv"
6071   algorithm: "file_test_results"
6072   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6073   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6074   data: "dpdk-perf-results-3n-dnv"
6075   filter: "all"
6076   data-start-level: 4
6077
6078 # DPDK Performance Results 3n-tsh
6079 - type: "file"
6080   title: "DPDK Performance Results 3n-tsh"
6081   algorithm: "file_test_results"
6082   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6083   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6084   data: "dpdk-perf-results-3n-tsh"
6085   filter: "all"
6086   data-start-level: 4
6087
6088 ################################################################################
6089 ###                                P L O T S                                 ###
6090 ################################################################################
6091
6092 # Hoststack tests 3n-hsw
6093
6094 - type: "plot"
6095   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6096   algorithm: "plot_perf_box_name"
6097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6098   data: "plot-vpp-hoststack-3n-hsw"
6099   include:
6100     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6101     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6102   layout:
6103     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6104     layout: "plot-hoststack"
6105
6106 - type: "plot"
6107   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6108   algorithm: "plot_perf_box_name"
6109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6110   data: "plot-vpp-hoststack-3n-hsw"
6111   include:
6112     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6113     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6114   layout:
6115     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6116     layout: "plot-hoststack"
6117
6118 - type: "plot"
6119   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6120   algorithm: "plot_perf_box_name"
6121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6122   data: "plot-vpp-hoststack-3n-hsw"
6123   include:
6124     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6125     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6126     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6127     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6128   layout:
6129     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6130     layout: "plot-hoststack"
6131
6132 # Plots VPP HTTP Server Performance
6133 - type: "plot"
6134   title: "VPP HTTP Server Performance"
6135   algorithm: "plot_http_server_perf_box"
6136   output-file-type: ".html"
6137   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6138   data:
6139     "plot-vpp-http-server-performance"
6140   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6141   parameters:
6142   - "result"
6143   - "name"
6144   traces:
6145     hoverinfo: "y+name"
6146     boxpoints: "outliers"
6147     whiskerwidth: 0
6148   layout:
6149     title: "VPP HTTP Server Performance"
6150     layout:
6151       "plot-cps"
6152
6153 - type: "plot"
6154   title: "VPP HTTP Server Performance"
6155   algorithm: "plot_http_server_perf_box"
6156   output-file-type: ".html"
6157   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6158   data:
6159     "plot-vpp-http-server-performance"
6160   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6161   parameters:
6162   - "result"
6163   - "name"
6164   traces:
6165     hoverinfo: "y+name"
6166     boxpoints: "outliers"
6167     whiskerwidth: 0
6168   layout:
6169     title: "VPP HTTP Server Performance"
6170     layout:
6171       "plot-rps"
6172
6173 ################################################################################
6174
6175 # Soak Test (PLRsearch), boxes - 2n-clx
6176 - type: "plot"
6177   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6178   algorithm: "plot_perf_box_name"
6179   output-file-type: ".html"
6180   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6181   data: "plot-vpp-soak-2n-clx"
6182   include:
6183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6189   layout:
6190     title: "30 Minutes Soak Test (PLRsearch)"
6191     layout: "plot-soak-throughput"
6192
6193 # Soak Test (PLRsearch), boxes - 2n-clx
6194 - type: "plot"
6195   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6196   algorithm: "plot_perf_box_name"
6197   output-file-type: ".html"
6198   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6199   data: "plot-vpp-soak-2n-clx"
6200   include:
6201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6206     - "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"
6207   layout:
6208     title: "30 Minutes Soak Test (PLRsearch)"
6209     layout: "plot-soak-throughput"
6210
6211 ###############################################################################
6212
6213 # Reconf tests 2n-skx
6214
6215 #- type: "plot"
6216 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6217 #  algorithm: "plot_nf_reconf_box_name"
6218 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6219 #  data: "plot-vpp-nfv-reconf-2n-skx"
6220 #  include:
6221 #    - "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"
6222 #    - "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"
6223 #    - "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"
6224 #    - "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"
6225 #    - "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"
6226 #    - "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"
6227 #  layout:
6228 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6229 #    layout: "plot-throughput"
6230 #
6231 #- type: "plot"
6232 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6233 #  algorithm: "plot_nf_reconf_box_name"
6234 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6235 #  data: "plot-vpp-nfv-reconf-2n-skx"
6236 #  include:
6237 #    - "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"
6238 #    - "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"
6239 #    - "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"
6240 #    - "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"
6241 #    - "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"
6242 #    - "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"
6243 #  layout:
6244 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6245 #    layout: "plot-throughput"
6246 #
6247 #- type: "plot"
6248 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6249 #  algorithm: "plot_nf_reconf_box_name"
6250 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6251 #  data: "plot-vpp-nfv-reconf-2n-skx"
6252 #  include:
6253 #    - "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"
6254 #    - "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"
6255 #    - "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"
6256 #    - "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"
6257 #    - "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"
6258 #    - "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"
6259 #  layout:
6260 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6261 #    layout: "plot-throughput"
6262
6263 ###############################################################################
6264
6265 # Reconf tests 2n-clx
6266
6267 - type: "plot"
6268   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6269   algorithm: "plot_nf_reconf_box_name"
6270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6271   data: "plot-vpp-nfv-reconf-2n-clx"
6272   include:
6273     - "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"
6274     - "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"
6275     - "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"
6276     - "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"
6277   layout:
6278     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6279     layout: "plot-throughput"
6280
6281 - type: "plot"
6282   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6283   algorithm: "plot_nf_reconf_box_name"
6284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6285   data: "plot-vpp-nfv-reconf-2n-clx"
6286   include:
6287     - "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"
6288     - "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"
6289     - "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"
6290     - "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"
6291   layout:
6292     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6293     layout: "plot-throughput"
6294
6295 - type: "plot"
6296   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6297   algorithm: "plot_nf_reconf_box_name"
6298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6299   data: "plot-vpp-nfv-reconf-2n-clx"
6300   include:
6301     - "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"
6302     - "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"
6303     - "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"
6304     - "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"
6305   layout:
6306     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6307     layout: "plot-throughput"
6308
6309 ################################################################################
6310 ## Plots - NF Density - VSC - MRR 64b
6311 #- type: "plot"
6312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6313 #  algorithm: "plot_nf_heatmap"
6314 #  output-file-type: ".html"
6315 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6316 #  data: "plot-vpp-nfv-2n-skx-mrr"
6317 #  filter: "'NIC_Intel-XXV710' and
6318 #           'NF_DENSITY' and
6319 #           'VHOST' and
6320 #           not 'VXLAN' and
6321 #           'CHAIN' and
6322 #           'NF_VPPIP4' and
6323 #           '64B' and
6324 #           '2T1C' and
6325 #           'MRR'"
6326 #  parameters:
6327 #  - "result"
6328 #  - "name"
6329 #  - "tags"
6330 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6331 #  x-axis: "X = VNFs per Service Chain"
6332 #  y-axis: "Y = Number of Service Chains"
6333 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6334 #  layout:
6335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6336 #    layout: "plot-service-density"
6337 #
6338 #- type: "plot"
6339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6340 #  algorithm: "plot_nf_heatmap"
6341 #  output-file-type: ".html"
6342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6343 #  data: "plot-vpp-nfv-2n-skx-mrr"
6344 #  filter: "'NIC_Intel-XXV710' and
6345 #           'NF_DENSITY' and
6346 #           'VHOST' and
6347 #           not 'VXLAN' and
6348 #           'CHAIN' and
6349 #           'NF_VPPIP4' and
6350 #           '64B' and
6351 #           '4T2C' and
6352 #           'MRR'"
6353 #  parameters:
6354 #  - "result"
6355 #  - "name"
6356 #  - "tags"
6357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6358 #  x-axis: "X = VNFs per Service Chain"
6359 #  y-axis: "Y = Number of Service Chains"
6360 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6361 #  layout:
6362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6363 #    layout: "plot-service-density"
6364 #
6365 #- type: "plot"
6366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6367 #  algorithm: "plot_nf_heatmap"
6368 #  output-file-type: ".html"
6369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6370 #  data: "plot-vpp-nfv-2n-skx-mrr"
6371 #  filter: "'NIC_Intel-XXV710' and
6372 #           'NF_DENSITY' and
6373 #           'VHOST' and
6374 #           not 'VXLAN' and
6375 #           'CHAIN' and
6376 #           'NF_VPPIP4' and
6377 #           '64B' and
6378 #           '8T4C' and
6379 #           'MRR'"
6380 #  parameters:
6381 #  - "result"
6382 #  - "name"
6383 #  - "tags"
6384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6385 #  x-axis: "X = VNFs per Service Chain"
6386 #  y-axis: "Y = Number of Service Chains"
6387 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6388 #  layout:
6389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6390 #    layout: "plot-service-density"
6391 #
6392 ## Plots - NF Density - VSC - MRR IMIX
6393 #- type: "plot"
6394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6395 #  algorithm: "plot_nf_heatmap"
6396 #  output-file-type: ".html"
6397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6398 #  data: "plot-vpp-nfv-2n-skx-mrr"
6399 #  filter: "'NIC_Intel-XXV710' and
6400 #           'NF_DENSITY' and
6401 #           'VHOST' and
6402 #           not 'VXLAN' and
6403 #           'CHAIN' and
6404 #           'NF_VPPIP4' and
6405 #           'IMIX' and
6406 #           '2T1C' and
6407 #           'MRR'"
6408 #  parameters:
6409 #  - "result"
6410 #  - "name"
6411 #  - "tags"
6412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6413 #  x-axis: "X = VNFs per Service Chain"
6414 #  y-axis: "Y = Number of Service Chains"
6415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6416 #  layout:
6417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6418 #    layout: "plot-service-density"
6419 #
6420 #- type: "plot"
6421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6422 #  algorithm: "plot_nf_heatmap"
6423 #  output-file-type: ".html"
6424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6425 #  data: "plot-vpp-nfv-2n-skx-mrr"
6426 #  filter: "'NIC_Intel-XXV710' and
6427 #           'NF_DENSITY' and
6428 #           'VHOST' and
6429 #           not 'VXLAN' and
6430 #           'CHAIN' and
6431 #           'NF_VPPIP4' and
6432 #           'IMIX' and
6433 #           '4T2C' and
6434 #           'MRR'"
6435 #  parameters:
6436 #  - "result"
6437 #  - "name"
6438 #  - "tags"
6439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6440 #  x-axis: "X = VNFs per Service Chain"
6441 #  y-axis: "Y = Number of Service Chains"
6442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6443 #  layout:
6444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6445 #    layout: "plot-service-density"
6446 #
6447 #- type: "plot"
6448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6449 #  algorithm: "plot_nf_heatmap"
6450 #  output-file-type: ".html"
6451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6452 #  data: "plot-vpp-nfv-2n-skx-mrr"
6453 #  filter: "'NIC_Intel-XXV710' and
6454 #           'NF_DENSITY' and
6455 #           'VHOST' and
6456 #           not 'VXLAN' and
6457 #           'CHAIN' and
6458 #           'NF_VPPIP4' and
6459 #           'IMIX' and
6460 #           '8T4C' and
6461 #           'MRR'"
6462 #  parameters:
6463 #  - "result"
6464 #  - "name"
6465 #  - "tags"
6466 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6467 #  x-axis: "X = VNFs per Service Chain"
6468 #  y-axis: "Y = Number of Service Chains"
6469 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6470 #  layout:
6471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6472 #    layout: "plot-service-density"
6473 #
6474 ## Plots - NF Density - VSC - NDR 64b
6475 #- type: "plot"
6476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6477 #  algorithm: "plot_nf_heatmap"
6478 #  output-file-type: ".html"
6479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6480 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6481 #  filter: "'NIC_Intel-XXV710' and
6482 #           'NF_DENSITY' and
6483 #           'VHOST' and
6484 #           not 'VXLAN' and
6485 #           'CHAIN' and
6486 #           'NF_VPPIP4' and
6487 #           '64B' and
6488 #           '2T1C' and
6489 #           'NDRPDR'"
6490 #  parameters:
6491 #  - "throughput"
6492 #  - "name"
6493 #  - "tags"
6494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6495 #  x-axis: "X = VNFs per Service Chain"
6496 #  y-axis: "Y = Number of Service Chains"
6497 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6498 #  layout:
6499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6500 #    layout: "plot-service-density"
6501 #
6502 #- type: "plot"
6503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6504 #  algorithm: "plot_nf_heatmap"
6505 #  output-file-type: ".html"
6506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6507 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6508 #  filter: "'NIC_Intel-XXV710' and
6509 #           'NF_DENSITY' and
6510 #           'VHOST' and
6511 #           not 'VXLAN' and
6512 #           'CHAIN' and
6513 #           'NF_VPPIP4' and
6514 #           '64B' and
6515 #           '4T2C' and
6516 #           'NDRPDR'"
6517 #  parameters:
6518 #  - "throughput"
6519 #  - "name"
6520 #  - "tags"
6521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6522 #  x-axis: "X = VNFs per Service Chain"
6523 #  y-axis: "Y = Number of Service Chains"
6524 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6525 #  layout:
6526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6527 #    layout: "plot-service-density"
6528 #
6529 #- type: "plot"
6530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6531 #  algorithm: "plot_nf_heatmap"
6532 #  output-file-type: ".html"
6533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6534 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6535 #  filter: "'NIC_Intel-XXV710' and
6536 #           'NF_DENSITY' and
6537 #           'VHOST' and
6538 #           not 'VXLAN' and
6539 #           'CHAIN' and
6540 #           'NF_VPPIP4' and
6541 #           '64B' and
6542 #           '8T4C' and
6543 #           'NDRPDR'"
6544 #  parameters:
6545 #  - "throughput"
6546 #  - "name"
6547 #  - "tags"
6548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549 #  x-axis: "X = VNFs per Service Chain"
6550 #  y-axis: "Y = Number of Service Chains"
6551 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6552 #  layout:
6553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6554 #    layout: "plot-service-density"
6555 #
6556 ## Plots - NF Density - VSC - NDR IMIX
6557 #- type: "plot"
6558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6559 #  algorithm: "plot_nf_heatmap"
6560 #  output-file-type: ".html"
6561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6562 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6563 #  filter: "'NIC_Intel-XXV710' and
6564 #           'NF_DENSITY' and
6565 #           'VHOST' and
6566 #           not 'VXLAN' and
6567 #           'CHAIN' and
6568 #           'NF_VPPIP4' and
6569 #           'IMIX' and
6570 #           '2T1C' and
6571 #           'NDRPDR'"
6572 #  parameters:
6573 #  - "throughput"
6574 #  - "name"
6575 #  - "tags"
6576 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6577 #  x-axis: "X = VNFs per Service Chain"
6578 #  y-axis: "Y = Number of Service Chains"
6579 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6580 #  layout:
6581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6582 #    layout: "plot-service-density"
6583 #
6584 #- type: "plot"
6585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6586 #  algorithm: "plot_nf_heatmap"
6587 #  output-file-type: ".html"
6588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6589 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6590 #  filter: "'NIC_Intel-XXV710' and
6591 #           'NF_DENSITY' and
6592 #           'VHOST' and
6593 #           not 'VXLAN' and
6594 #           'CHAIN' and
6595 #           'NF_VPPIP4' and
6596 #           'IMIX' and
6597 #           '4T2C' and
6598 #           'NDRPDR'"
6599 #  parameters:
6600 #  - "throughput"
6601 #  - "name"
6602 #  - "tags"
6603 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6604 #  x-axis: "X = VNFs per Service Chain"
6605 #  y-axis: "Y = Number of Service Chains"
6606 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6607 #  layout:
6608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6609 #    layout: "plot-service-density"
6610 #
6611 #- type: "plot"
6612 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6613 #  algorithm: "plot_nf_heatmap"
6614 #  output-file-type: ".html"
6615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6616 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6617 #  filter: "'NIC_Intel-XXV710' and
6618 #           'NF_DENSITY' and
6619 #           'VHOST' and
6620 #           not 'VXLAN' and
6621 #           'CHAIN' and
6622 #           'NF_VPPIP4' and
6623 #           'IMIX' and
6624 #           '8T4C' and
6625 #           'NDRPDR'"
6626 #  parameters:
6627 #  - "throughput"
6628 #  - "name"
6629 #  - "tags"
6630 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6631 #  x-axis: "X = VNFs per Service Chain"
6632 #  y-axis: "Y = Number of Service Chains"
6633 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6634 #  layout:
6635 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6636 #    layout: "plot-service-density"
6637 #
6638 ## Plots - NF Density - VSC - PDR 64b
6639 #- type: "plot"
6640 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6641 #  algorithm: "plot_nf_heatmap"
6642 #  output-file-type: ".html"
6643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6644 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6645 #  filter: "'NIC_Intel-XXV710' and
6646 #           'NF_DENSITY' and
6647 #           'VHOST' and
6648 #           not 'VXLAN' and
6649 #           'CHAIN' and
6650 #           'NF_VPPIP4' and
6651 #           '64B' and
6652 #           '2T1C' and
6653 #           'NDRPDR'"
6654 #  parameters:
6655 #  - "throughput"
6656 #  - "name"
6657 #  - "tags"
6658 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6659 #  x-axis: "X = VNFs per Service Chain"
6660 #  y-axis: "Y = Number of Service Chains"
6661 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6662 #  layout:
6663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6664 #    layout: "plot-service-density"
6665 #
6666 #- type: "plot"
6667 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6668 #  algorithm: "plot_nf_heatmap"
6669 #  output-file-type: ".html"
6670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6671 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6672 #  filter: "'NIC_Intel-XXV710' and
6673 #           'NF_DENSITY' and
6674 #           'VHOST' and
6675 #           not 'VXLAN' and
6676 #           'CHAIN' and
6677 #           'NF_VPPIP4' and
6678 #           '64B' and
6679 #           '4T2C' and
6680 #           'NDRPDR'"
6681 #  parameters:
6682 #  - "throughput"
6683 #  - "name"
6684 #  - "tags"
6685 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6686 #  x-axis: "X = VNFs per Service Chain"
6687 #  y-axis: "Y = Number of Service Chains"
6688 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6689 #  layout:
6690 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6691 #    layout: "plot-service-density"
6692 #
6693 #- type: "plot"
6694 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6695 #  algorithm: "plot_nf_heatmap"
6696 #  output-file-type: ".html"
6697 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6698 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6699 #  filter: "'NIC_Intel-XXV710' and
6700 #           'NF_DENSITY' and
6701 #           'VHOST' and
6702 #           not 'VXLAN' and
6703 #           'CHAIN' and
6704 #           'NF_VPPIP4' and
6705 #           '64B' and
6706 #           '8T4C' and
6707 #           'NDRPDR'"
6708 #  parameters:
6709 #  - "throughput"
6710 #  - "name"
6711 #  - "tags"
6712 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6713 #  x-axis: "X = VNFs per Service Chain"
6714 #  y-axis: "Y = Number of Service Chains"
6715 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6716 #  layout:
6717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6718 #    layout: "plot-service-density"
6719 #
6720 ## Plots - NF Density - VSC - PDR IMIX
6721 #- type: "plot"
6722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6723 #  algorithm: "plot_nf_heatmap"
6724 #  output-file-type: ".html"
6725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6726 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6727 #  filter: "'NIC_Intel-XXV710' and
6728 #           'NF_DENSITY' and
6729 #           'VHOST' and
6730 #           not 'VXLAN' and
6731 #           'CHAIN' and
6732 #           'NF_VPPIP4' and
6733 #           'IMIX' and
6734 #           '2T1C' and
6735 #           'NDRPDR'"
6736 #  parameters:
6737 #  - "throughput"
6738 #  - "name"
6739 #  - "tags"
6740 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6741 #  x-axis: "X = VNFs per Service Chain"
6742 #  y-axis: "Y = Number of Service Chains"
6743 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6744 #  layout:
6745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6746 #    layout: "plot-service-density"
6747 #
6748 #- type: "plot"
6749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6750 #  algorithm: "plot_nf_heatmap"
6751 #  output-file-type: ".html"
6752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6753 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6754 #  filter: "'NIC_Intel-XXV710' and
6755 #           'NF_DENSITY' and
6756 #           'VHOST' and
6757 #           not 'VXLAN' and
6758 #           'CHAIN' and
6759 #           'NF_VPPIP4' and
6760 #           'IMIX' and
6761 #           '4T2C' and
6762 #           'NDRPDR'"
6763 #  parameters:
6764 #  - "throughput"
6765 #  - "name"
6766 #  - "tags"
6767 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6768 #  x-axis: "X = VNFs per Service Chain"
6769 #  y-axis: "Y = Number of Service Chains"
6770 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6771 #  layout:
6772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6773 #    layout: "plot-service-density"
6774 #
6775 #- type: "plot"
6776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6777 #  algorithm: "plot_nf_heatmap"
6778 #  output-file-type: ".html"
6779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6780 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6781 #  filter: "'NIC_Intel-XXV710' and
6782 #           'NF_DENSITY' and
6783 #           'VHOST' and
6784 #           not 'VXLAN' and
6785 #           'CHAIN' and
6786 #           'NF_VPPIP4' and
6787 #           'IMIX' and
6788 #           '8T4C' and
6789 #           'NDRPDR'"
6790 #  parameters:
6791 #  - "throughput"
6792 #  - "name"
6793 #  - "tags"
6794 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6795 #  x-axis: "X = VNFs per Service Chain"
6796 #  y-axis: "Y = Number of Service Chains"
6797 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6798 #  layout:
6799 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6800 #    layout: "plot-service-density"
6801 #
6802 ################################################################################
6803 ## Plots - NF Density - VSC - MRR 64b
6804 #- type: "plot"
6805 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6806 #  algorithm: "plot_nf_heatmap"
6807 #  output-file-type: ".html"
6808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6809 #  data: "plot-vpp-nfv-2n-skx-mrr"
6810 #  filter: "'NIC_Intel-XXV710' and
6811 #           'NF_DENSITY' and
6812 #           'VHOST' and
6813 #           'VXLAN' and
6814 #           'CHAIN' and
6815 #           '118' and
6816 #           '2T1C' and
6817 #           'MRR'"
6818 #  parameters:
6819 #  - "result"
6820 #  - "name"
6821 #  - "tags"
6822 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6823 #  x-axis: "X = VNFs per Service Chain"
6824 #  y-axis: "Y = Number of Service Chains"
6825 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6826 #  layout:
6827 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6828 #    layout: "plot-service-density"
6829 #
6830 #- type: "plot"
6831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6832 #  algorithm: "plot_nf_heatmap"
6833 #  output-file-type: ".html"
6834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6835 #  data: "plot-vpp-nfv-2n-skx-mrr"
6836 #  filter: "'NIC_Intel-XXV710' and
6837 #           'NF_DENSITY' and
6838 #           'VHOST' and
6839 #           'VXLAN' and
6840 #           'CHAIN' and
6841 #           '118' and
6842 #           '4T2C' and
6843 #           'MRR'"
6844 #  parameters:
6845 #  - "result"
6846 #  - "name"
6847 #  - "tags"
6848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6849 #  x-axis: "X = VNFs per Service Chain"
6850 #  y-axis: "Y = Number of Service Chains"
6851 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6852 #  layout:
6853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6854 #    layout: "plot-service-density"
6855 #
6856 #- type: "plot"
6857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6858 #  algorithm: "plot_nf_heatmap"
6859 #  output-file-type: ".html"
6860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6861 #  data: "plot-vpp-nfv-2n-skx-mrr"
6862 #  filter: "'NIC_Intel-XXV710' and
6863 #           'NF_DENSITY' and
6864 #           'VHOST' and
6865 #           'VXLAN' and
6866 #           'CHAIN' and
6867 #           '118' and
6868 #           '8T4C' and
6869 #           'MRR'"
6870 #  parameters:
6871 #  - "result"
6872 #  - "name"
6873 #  - "tags"
6874 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6875 #  x-axis: "X = VNFs per Service Chain"
6876 #  y-axis: "Y = Number of Service Chains"
6877 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6878 #  layout:
6879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6880 #    layout: "plot-service-density"
6881 #
6882 ## Plots - NF Density - VSC - MRR IMIX
6883 #- type: "plot"
6884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6885 #  algorithm: "plot_nf_heatmap"
6886 #  output-file-type: ".html"
6887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6888 #  data: "plot-vpp-nfv-2n-skx-mrr"
6889 #  filter: "'NIC_Intel-XXV710' and
6890 #           'NF_DENSITY' and
6891 #           'VHOST' and
6892 #           'VXLAN' and
6893 #           'CHAIN' and
6894 #           'IMIX' and
6895 #           '2T1C' and
6896 #           'MRR'"
6897 #  parameters:
6898 #  - "result"
6899 #  - "name"
6900 #  - "tags"
6901 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6902 #  x-axis: "X = VNFs per Service Chain"
6903 #  y-axis: "Y = Number of Service Chains"
6904 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6905 #  layout:
6906 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6907 #    layout: "plot-service-density"
6908 #
6909 #- type: "plot"
6910 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6911 #  algorithm: "plot_nf_heatmap"
6912 #  output-file-type: ".html"
6913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6914 #  data: "plot-vpp-nfv-2n-skx-mrr"
6915 #  filter: "'NIC_Intel-XXV710' and
6916 #           'NF_DENSITY' and
6917 #           'VHOST' and
6918 #           'VXLAN' and
6919 #           'CHAIN' and
6920 #           'IMIX' and
6921 #           '4T2C' and
6922 #           'MRR'"
6923 #  parameters:
6924 #  - "result"
6925 #  - "name"
6926 #  - "tags"
6927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6928 #  x-axis: "X = VNFs per Service Chain"
6929 #  y-axis: "Y = Number of Service Chains"
6930 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6931 #  layout:
6932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6933 #    layout: "plot-service-density"
6934 #
6935 #- type: "plot"
6936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6937 #  algorithm: "plot_nf_heatmap"
6938 #  output-file-type: ".html"
6939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6940 #  data: "plot-vpp-nfv-2n-skx-mrr"
6941 #  filter: "'NIC_Intel-XXV710' and
6942 #           'NF_DENSITY' and
6943 #           'VHOST' and
6944 #           'VXLAN' and
6945 #           'CHAIN' and
6946 #           'IMIX' and
6947 #           '8T4C' and
6948 #           'MRR'"
6949 #  parameters:
6950 #  - "result"
6951 #  - "name"
6952 #  - "tags"
6953 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6954 #  x-axis: "X = VNFs per Service Chain"
6955 #  y-axis: "Y = Number of Service Chains"
6956 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6957 #  layout:
6958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6959 #    layout: "plot-service-density"
6960 #
6961 ## Plots - NF Density - VSC - NDR 64b
6962 #- type: "plot"
6963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6964 #  algorithm: "plot_nf_heatmap"
6965 #  output-file-type: ".html"
6966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6967 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6968 #  filter: "'NIC_Intel-XXV710' and
6969 #           'NF_DENSITY' and
6970 #           'VHOST' and
6971 #           'VXLAN' and
6972 #           'CHAIN' and
6973 #           '118' and
6974 #           '2T1C' and
6975 #           'NDRPDR'"
6976 #  parameters:
6977 #  - "throughput"
6978 #  - "name"
6979 #  - "tags"
6980 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6981 #  x-axis: "X = VNFs per Service Chain"
6982 #  y-axis: "Y = Number of Service Chains"
6983 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6984 #  layout:
6985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6986 #    layout: "plot-service-density"
6987 #
6988 #- type: "plot"
6989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6990 #  algorithm: "plot_nf_heatmap"
6991 #  output-file-type: ".html"
6992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6993 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6994 #  filter: "'NIC_Intel-XXV710' and
6995 #           'NF_DENSITY' and
6996 #           'VHOST' and
6997 #           'VXLAN' and
6998 #           'CHAIN' and
6999 #           '118' and
7000 #           '4T2C' and
7001 #           'NDRPDR'"
7002 #  parameters:
7003 #  - "throughput"
7004 #  - "name"
7005 #  - "tags"
7006 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7007 #  x-axis: "X = VNFs per Service Chain"
7008 #  y-axis: "Y = Number of Service Chains"
7009 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7010 #  layout:
7011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7012 #    layout: "plot-service-density"
7013 #
7014 #- type: "plot"
7015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7016 #  algorithm: "plot_nf_heatmap"
7017 #  output-file-type: ".html"
7018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7019 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7020 #  filter: "'NIC_Intel-XXV710' and
7021 #           'NF_DENSITY' and
7022 #           'VHOST' and
7023 #           'VXLAN' and
7024 #           'CHAIN' and
7025 #           '118' and
7026 #           '8T4C' and
7027 #           'NDRPDR'"
7028 #  parameters:
7029 #  - "throughput"
7030 #  - "name"
7031 #  - "tags"
7032 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7033 #  x-axis: "X = VNFs per Service Chain"
7034 #  y-axis: "Y = Number of Service Chains"
7035 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7036 #  layout:
7037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7038 #    layout: "plot-service-density"
7039 #
7040 ## Plots - NF Density - VSC - NDR IMIX
7041 #- type: "plot"
7042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7043 #  algorithm: "plot_nf_heatmap"
7044 #  output-file-type: ".html"
7045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7046 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7047 #  filter: "'NIC_Intel-XXV710' and
7048 #           'NF_DENSITY' and
7049 #           'VHOST' and
7050 #           'VXLAN' and
7051 #           'CHAIN' and
7052 #           'IMIX' and
7053 #           '2T1C' and
7054 #           'NDRPDR'"
7055 #  parameters:
7056 #  - "throughput"
7057 #  - "name"
7058 #  - "tags"
7059 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7060 #  x-axis: "X = VNFs per Service Chain"
7061 #  y-axis: "Y = Number of Service Chains"
7062 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7063 #  layout:
7064 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7065 #    layout: "plot-service-density"
7066 #
7067 #- type: "plot"
7068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7069 #  algorithm: "plot_nf_heatmap"
7070 #  output-file-type: ".html"
7071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7072 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7073 #  filter: "'NIC_Intel-XXV710' and
7074 #           'NF_DENSITY' and
7075 #           'VHOST' and
7076 #           'VXLAN' and
7077 #           'CHAIN' and
7078 #           'IMIX' and
7079 #           '4T2C' and
7080 #           'NDRPDR'"
7081 #  parameters:
7082 #  - "throughput"
7083 #  - "name"
7084 #  - "tags"
7085 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7086 #  x-axis: "X = VNFs per Service Chain"
7087 #  y-axis: "Y = Number of Service Chains"
7088 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7089 #  layout:
7090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7091 #    layout: "plot-service-density"
7092 #
7093 #- type: "plot"
7094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7095 #  algorithm: "plot_nf_heatmap"
7096 #  output-file-type: ".html"
7097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7098 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7099 #  filter: "'NIC_Intel-XXV710' and
7100 #           'NF_DENSITY' and
7101 #           'VHOST' and
7102 #           'VXLAN' and
7103 #           'CHAIN' and
7104 #           'IMIX' and
7105 #           '8T4C' and
7106 #           'NDRPDR'"
7107 #  parameters:
7108 #  - "throughput"
7109 #  - "name"
7110 #  - "tags"
7111 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7112 #  x-axis: "X = VNFs per Service Chain"
7113 #  y-axis: "Y = Number of Service Chains"
7114 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7115 #  layout:
7116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7117 #    layout: "plot-service-density"
7118 #
7119 ## Plots - NF Density - VSC - PDR 64b
7120 #- type: "plot"
7121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7122 #  algorithm: "plot_nf_heatmap"
7123 #  output-file-type: ".html"
7124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7125 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7126 #  filter: "'NIC_Intel-XXV710' and
7127 #           'NF_DENSITY' and
7128 #           'VHOST' and
7129 #           'VXLAN' and
7130 #           'CHAIN' and
7131 #           '118' and
7132 #           '2T1C' and
7133 #           'NDRPDR'"
7134 #  parameters:
7135 #  - "throughput"
7136 #  - "name"
7137 #  - "tags"
7138 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7139 #  x-axis: "X = VNFs per Service Chain"
7140 #  y-axis: "Y = Number of Service Chains"
7141 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7142 #  layout:
7143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7144 #    layout: "plot-service-density"
7145 #
7146 #- type: "plot"
7147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7148 #  algorithm: "plot_nf_heatmap"
7149 #  output-file-type: ".html"
7150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7151 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7152 #  filter: "'NIC_Intel-XXV710' and
7153 #           'NF_DENSITY' and
7154 #           'VHOST' and
7155 #           'VXLAN' and
7156 #           'CHAIN' and
7157 #           '118' and
7158 #           '4T2C' and
7159 #           'NDRPDR'"
7160 #  parameters:
7161 #  - "throughput"
7162 #  - "name"
7163 #  - "tags"
7164 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7165 #  x-axis: "X = VNFs per Service Chain"
7166 #  y-axis: "Y = Number of Service Chains"
7167 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7168 #  layout:
7169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7170 #    layout: "plot-service-density"
7171 #
7172 #- type: "plot"
7173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7174 #  algorithm: "plot_nf_heatmap"
7175 #  output-file-type: ".html"
7176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7177 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7178 #  filter: "'NIC_Intel-XXV710' and
7179 #           'NF_DENSITY' and
7180 #           'VHOST' and
7181 #           'VXLAN' and
7182 #           'CHAIN' and
7183 #           '118' and
7184 #           '8T4C' and
7185 #           'NDRPDR'"
7186 #  parameters:
7187 #  - "throughput"
7188 #  - "name"
7189 #  - "tags"
7190 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7191 #  x-axis: "X = VNFs per Service Chain"
7192 #  y-axis: "Y = Number of Service Chains"
7193 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7194 #  layout:
7195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7196 #    layout: "plot-service-density"
7197 #
7198 ## Plots - NF Density - VSC - PDR IMIX
7199 #- type: "plot"
7200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7201 #  algorithm: "plot_nf_heatmap"
7202 #  output-file-type: ".html"
7203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7204 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7205 #  filter: "'NIC_Intel-XXV710' and
7206 #           'NF_DENSITY' and
7207 #           'VHOST' and
7208 #           'VXLAN' and
7209 #           'CHAIN' and
7210 #           'IMIX' and
7211 #           '2T1C' and
7212 #           'NDRPDR'"
7213 #  parameters:
7214 #  - "throughput"
7215 #  - "name"
7216 #  - "tags"
7217 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7218 #  x-axis: "X = VNFs per Service Chain"
7219 #  y-axis: "Y = Number of Service Chains"
7220 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7221 #  layout:
7222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7223 #    layout: "plot-service-density"
7224 #
7225 #- type: "plot"
7226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7227 #  algorithm: "plot_nf_heatmap"
7228 #  output-file-type: ".html"
7229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7230 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7231 #  filter: "'NIC_Intel-XXV710' and
7232 #           'NF_DENSITY' and
7233 #           'VHOST' and
7234 #           'VXLAN' and
7235 #           'CHAIN' and
7236 #           'IMIX' and
7237 #           '4T2C' and
7238 #           'NDRPDR'"
7239 #  parameters:
7240 #  - "throughput"
7241 #  - "name"
7242 #  - "tags"
7243 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7244 #  x-axis: "X = VNFs per Service Chain"
7245 #  y-axis: "Y = Number of Service Chains"
7246 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7247 #  layout:
7248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7249 #    layout: "plot-service-density"
7250 #
7251 #- type: "plot"
7252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7253 #  algorithm: "plot_nf_heatmap"
7254 #  output-file-type: ".html"
7255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7256 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7257 #  filter: "'NIC_Intel-XXV710' and
7258 #           'NF_DENSITY' and
7259 #           'VHOST' and
7260 #           'VXLAN' and
7261 #           'CHAIN' and
7262 #           'IMIX' and
7263 #           '8T4C' and
7264 #           'NDRPDR'"
7265 #  parameters:
7266 #  - "throughput"
7267 #  - "name"
7268 #  - "tags"
7269 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7270 #  x-axis: "X = VNFs per Service Chain"
7271 #  y-axis: "Y = Number of Service Chains"
7272 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7273 #  layout:
7274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7275 #    layout: "plot-service-density"
7276 #
7277 ################################################################################
7278 ## Plots - NF Density - CSC - MRR 64b
7279 #- type: "plot"
7280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7281 #  algorithm: "plot_nf_heatmap"
7282 #  output-file-type: ".html"
7283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7284 #  data: "plot-vpp-nfv-2n-skx-mrr"
7285 #  filter: "'NIC_Intel-XXV710' and
7286 #           'NF_DENSITY' and
7287 #           'DOCKER' and
7288 #           'CHAIN' and
7289 #           'NF_VPPIP4' and
7290 #           '64B' and
7291 #           '2T1C' and
7292 #           'MRR'"
7293 #  parameters:
7294 #  - "result"
7295 #  - "name"
7296 #  - "tags"
7297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7298 #  x-axis: "X = CNFs per Service Chain"
7299 #  y-axis: "Y = Number of Service Chains"
7300 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7301 #  layout:
7302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7303 #    layout: "plot-service-density"
7304 #
7305 #- type: "plot"
7306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7307 #  algorithm: "plot_nf_heatmap"
7308 #  output-file-type: ".html"
7309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7310 #  data: "plot-vpp-nfv-2n-skx-mrr"
7311 #  filter: "'NIC_Intel-XXV710' and
7312 #           'NF_DENSITY' and
7313 #           'DOCKER' and
7314 #           'CHAIN' and
7315 #           'NF_VPPIP4' and
7316 #           '64B' and
7317 #           '4T2C' and
7318 #           'MRR'"
7319 #  parameters:
7320 #  - "result"
7321 #  - "name"
7322 #  - "tags"
7323 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7324 #  x-axis: "X = CNFs per Service Chain"
7325 #  y-axis: "Y = Number of Service Chains"
7326 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7327 #  layout:
7328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7329 #    layout: "plot-service-density"
7330 #
7331 #- type: "plot"
7332 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7333 #  algorithm: "plot_nf_heatmap"
7334 #  output-file-type: ".html"
7335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7336 #  data: "plot-vpp-nfv-2n-skx-mrr"
7337 #  filter: "'NIC_Intel-XXV710' and
7338 #           'NF_DENSITY' and
7339 #           'DOCKER' and
7340 #           'CHAIN' and
7341 #           'NF_VPPIP4' and
7342 #           '64B' and
7343 #           '8T4C' and
7344 #           'MRR'"
7345 #  parameters:
7346 #  - "result"
7347 #  - "name"
7348 #  - "tags"
7349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7350 #  x-axis: "X = CNFs per Service Chain"
7351 #  y-axis: "Y = Number of Service Chains"
7352 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7353 #  layout:
7354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7355 #    layout: "plot-service-density"
7356 #
7357 ## Plots - NF Density - CSC - MRR IMIX
7358 #- type: "plot"
7359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7360 #  algorithm: "plot_nf_heatmap"
7361 #  output-file-type: ".html"
7362 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7363 #  data: "plot-vpp-nfv-2n-skx-mrr"
7364 #  filter: "'NIC_Intel-XXV710' and
7365 #           'NF_DENSITY' and
7366 #           'DOCKER' and
7367 #           'CHAIN' and
7368 #           'NF_VPPIP4' and
7369 #           'IMIX' and
7370 #           '2T1C' and
7371 #           'MRR'"
7372 #  parameters:
7373 #  - "result"
7374 #  - "name"
7375 #  - "tags"
7376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7377 #  x-axis: "X = CNFs per Service Chain"
7378 #  y-axis: "Y = Number of Service Chains"
7379 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7380 #  layout:
7381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7382 #    layout: "plot-service-density"
7383 #
7384 #- type: "plot"
7385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7386 #  algorithm: "plot_nf_heatmap"
7387 #  output-file-type: ".html"
7388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7389 #  data: "plot-vpp-nfv-2n-skx-mrr"
7390 #  filter: "'NIC_Intel-XXV710' and
7391 #           'NF_DENSITY' and
7392 #           'DOCKER' and
7393 #           'CHAIN' and
7394 #           'NF_VPPIP4' and
7395 #           'IMIX' and
7396 #           '4T2C' and
7397 #           'MRR'"
7398 #  parameters:
7399 #  - "result"
7400 #  - "name"
7401 #  - "tags"
7402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7403 #  x-axis: "X = CNFs per Service Chain"
7404 #  y-axis: "Y = Number of Service Chains"
7405 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7406 #  layout:
7407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7408 #    layout: "plot-service-density"
7409 #
7410 #- type: "plot"
7411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7412 #  algorithm: "plot_nf_heatmap"
7413 #  output-file-type: ".html"
7414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7415 #  data: "plot-vpp-nfv-2n-skx-mrr"
7416 #  filter: "'NIC_Intel-XXV710' and
7417 #           'NF_DENSITY' and
7418 #           'DOCKER' and
7419 #           'CHAIN' and
7420 #           'NF_VPPIP4' and
7421 #           'IMIX' and
7422 #           '8T4C' and
7423 #           'MRR'"
7424 #  parameters:
7425 #  - "result"
7426 #  - "name"
7427 #  - "tags"
7428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7429 #  x-axis: "X = CNFs per Service Chain"
7430 #  y-axis: "Y = Number of Service Chains"
7431 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7432 #  layout:
7433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7434 #    layout: "plot-service-density"
7435 #
7436 ## Plots - NF Density - CSC - NDR 64b
7437 #- type: "plot"
7438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7439 #  algorithm: "plot_nf_heatmap"
7440 #  output-file-type: ".html"
7441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7442 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7443 #  filter: "'NIC_Intel-XXV710' and
7444 #           'NF_DENSITY' and
7445 #           'DOCKER' and
7446 #           'CHAIN' and
7447 #           'NF_VPPIP4' and
7448 #           '64B' and
7449 #           '2T1C' and
7450 #           'NDRPDR'"
7451 #  parameters:
7452 #  - "throughput"
7453 #  - "name"
7454 #  - "tags"
7455 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7456 #  x-axis: "X = CNFs per Service Chain"
7457 #  y-axis: "Y = Number of Service Chains"
7458 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7459 #  layout:
7460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7461 #    layout: "plot-service-density"
7462 #
7463 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7468 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'DOCKER' and
7472 #           'CHAIN' and
7473 #           'NF_VPPIP4' and
7474 #           '64B' and
7475 #           '4T2C' and
7476 #           'NDRPDR'"
7477 #  parameters:
7478 #  - "throughput"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = CNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7487 #    layout: "plot-service-density"
7488 #
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file-type: ".html"
7493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7494 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7495 #  filter: "'NIC_Intel-XXV710' and
7496 #           'NF_DENSITY' and
7497 #           'DOCKER' and
7498 #           'CHAIN' and
7499 #           'NF_VPPIP4' and
7500 #           '64B' and
7501 #           '8T4C' and
7502 #           'NDRPDR'"
7503 #  parameters:
7504 #  - "throughput"
7505 #  - "name"
7506 #  - "tags"
7507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7508 #  x-axis: "X = CNFs per Service Chain"
7509 #  y-axis: "Y = Number of Service Chains"
7510 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7511 #  layout:
7512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7513 #    layout: "plot-service-density"
7514 #
7515 ## Plots - NF Density - CSC - NDR IMIX
7516 #- type: "plot"
7517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7518 #  algorithm: "plot_nf_heatmap"
7519 #  output-file-type: ".html"
7520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7521 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7522 #  filter: "'NIC_Intel-XXV710' and
7523 #           'NF_DENSITY' and
7524 #           'DOCKER' and
7525 #           'CHAIN' and
7526 #           'NF_VPPIP4' and
7527 #           'IMIX' and
7528 #           '2T1C' and
7529 #           'NDRPDR'"
7530 #  parameters:
7531 #  - "throughput"
7532 #  - "name"
7533 #  - "tags"
7534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7535 #  x-axis: "X = CNFs per Service Chain"
7536 #  y-axis: "Y = Number of Service Chains"
7537 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7538 #  layout:
7539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7540 #    layout: "plot-service-density"
7541 #
7542 #- type: "plot"
7543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7544 #  algorithm: "plot_nf_heatmap"
7545 #  output-file-type: ".html"
7546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7547 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7548 #  filter: "'NIC_Intel-XXV710' and
7549 #           'NF_DENSITY' and
7550 #           'DOCKER' and
7551 #           'CHAIN' and
7552 #           'NF_VPPIP4' and
7553 #           'IMIX' and
7554 #           '4T2C' and
7555 #           'NDRPDR'"
7556 #  parameters:
7557 #  - "throughput"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = CNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7566 #    layout: "plot-service-density"
7567 #
7568 #- type: "plot"
7569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7570 #  algorithm: "plot_nf_heatmap"
7571 #  output-file-type: ".html"
7572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7573 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7574 #  filter: "'NIC_Intel-XXV710' and
7575 #           'NF_DENSITY' and
7576 #           'DOCKER' and
7577 #           'CHAIN' and
7578 #           'NF_VPPIP4' and
7579 #           'IMIX' and
7580 #           '8T4C' and
7581 #           'NDRPDR'"
7582 #  parameters:
7583 #  - "throughput"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = CNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7592 #    layout: "plot-service-density"
7593 #
7594 ## Plots - NF Density - CSC - PDR 64b
7595 #- type: "plot"
7596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7597 #  algorithm: "plot_nf_heatmap"
7598 #  output-file-type: ".html"
7599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7600 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7601 #  filter: "'NIC_Intel-XXV710' and
7602 #           'NF_DENSITY' and
7603 #           'DOCKER' and
7604 #           'CHAIN' and
7605 #           'NF_VPPIP4' and
7606 #           '64B' and
7607 #           '2T1C' and
7608 #           'NDRPDR'"
7609 #  parameters:
7610 #  - "throughput"
7611 #  - "name"
7612 #  - "tags"
7613 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7614 #  x-axis: "X = CNFs per Service Chain"
7615 #  y-axis: "Y = Number of Service Chains"
7616 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7617 #  layout:
7618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7619 #    layout: "plot-service-density"
7620 #
7621 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'DOCKER' and
7630 #           'CHAIN' and
7631 #           'NF_VPPIP4' and
7632 #           '64B' and
7633 #           '4T2C' and
7634 #           'NDRPDR'"
7635 #  parameters:
7636 #  - "throughput"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = CNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7645 #    layout: "plot-service-density"
7646 #
7647 #- type: "plot"
7648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7649 #  algorithm: "plot_nf_heatmap"
7650 #  output-file-type: ".html"
7651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7652 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7653 #  filter: "'NIC_Intel-XXV710' and
7654 #           'NF_DENSITY' and
7655 #           'DOCKER' and
7656 #           'CHAIN' and
7657 #           'NF_VPPIP4' and
7658 #           '64B' and
7659 #           '8T4C' and
7660 #           'NDRPDR'"
7661 #  parameters:
7662 #  - "throughput"
7663 #  - "name"
7664 #  - "tags"
7665 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7666 #  x-axis: "X = CNFs per Service Chain"
7667 #  y-axis: "Y = Number of Service Chains"
7668 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7669 #  layout:
7670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7671 #    layout: "plot-service-density"
7672 #
7673 ## Plots - NF Density - CSC - PDR IMIX
7674 #- type: "plot"
7675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7676 #  algorithm: "plot_nf_heatmap"
7677 #  output-file-type: ".html"
7678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7680 #  filter: "'NIC_Intel-XXV710' and
7681 #           'NF_DENSITY' and
7682 #           'DOCKER' and
7683 #           'CHAIN' and
7684 #           'NF_VPPIP4' and
7685 #           'IMIX' and
7686 #           '2T1C' and
7687 #           'NDRPDR'"
7688 #  parameters:
7689 #  - "throughput"
7690 #  - "name"
7691 #  - "tags"
7692 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7693 #  x-axis: "X = CNFs per Service Chain"
7694 #  y-axis: "Y = Number of Service Chains"
7695 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7696 #  layout:
7697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7698 #    layout: "plot-service-density"
7699 #
7700 #- type: "plot"
7701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7702 #  algorithm: "plot_nf_heatmap"
7703 #  output-file-type: ".html"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'DOCKER' and
7709 #           'CHAIN' and
7710 #           'NF_VPPIP4' and
7711 #           'IMIX' and
7712 #           '4T2C' and
7713 #           'NDRPDR'"
7714 #  parameters:
7715 #  - "throughput"
7716 #  - "name"
7717 #  - "tags"
7718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7719 #  x-axis: "X = CNFs per Service Chain"
7720 #  y-axis: "Y = Number of Service Chains"
7721 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7722 #  layout:
7723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7724 #    layout: "plot-service-density"
7725 #
7726 #- type: "plot"
7727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7728 #  algorithm: "plot_nf_heatmap"
7729 #  output-file-type: ".html"
7730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7732 #  filter: "'NIC_Intel-XXV710' and
7733 #           'NF_DENSITY' and
7734 #           'DOCKER' and
7735 #           'CHAIN' and
7736 #           'NF_VPPIP4' and
7737 #           'IMIX' and
7738 #           '8T4C' and
7739 #           'NDRPDR'"
7740 #  parameters:
7741 #  - "throughput"
7742 #  - "name"
7743 #  - "tags"
7744 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7748 #  layout:
7749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7750 #    layout: "plot-service-density"
7751 #
7752 ################################################################################
7753 #
7754 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7755 #- type: "plot"
7756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7757 #  algorithm: "plot_nf_heatmap"
7758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7759 #  data: "plot-vpp-nfv-3n-skx-mrr"
7760 #  filter: "'NIC_Intel-XXV710' and
7761 #           'NF_DENSITY' and
7762 #           'DOCKER' and
7763 #           'CHAIN' and
7764 #           'NF_VPPIP4' and
7765 #           'IPSEC' and
7766 #           'TNL_4' and
7767 #           'IMIX' and
7768 #           '2T1C' and
7769 #           'MRR'"
7770 #  parameters:
7771 #  - "result"
7772 #  - "name"
7773 #  - "tags"
7774 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7775 #  x-axis: "X = CNFs per Service Chain"
7776 #  y-axis: "Y = Number of Service Chains"
7777 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7778 #  layout:
7779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7780 #    layout: "plot-service-density"
7781 #
7782 #- type: "plot"
7783 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7784 #  algorithm: "plot_nf_heatmap"
7785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7786 #  data: "plot-vpp-nfv-3n-skx-mrr"
7787 #  filter: "'NIC_Intel-XXV710' and
7788 #           'NF_DENSITY' and
7789 #           'DOCKER' and
7790 #           'CHAIN' and
7791 #           'NF_VPPIP4' and
7792 #           'IPSEC' and
7793 #           'TNL_4' and
7794 #           'IMIX' and
7795 #           '4T2C' and
7796 #           'MRR'"
7797 #  parameters:
7798 #  - "result"
7799 #  - "name"
7800 #  - "tags"
7801 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7802 #  x-axis: "X = CNFs per Service Chain"
7803 #  y-axis: "Y = Number of Service Chains"
7804 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7805 #  layout:
7806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7807 #    layout: "plot-service-density"
7808 #
7809 #- type: "plot"
7810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7811 #  algorithm: "plot_nf_heatmap"
7812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7813 #  data: "plot-vpp-nfv-3n-skx-mrr"
7814 #  filter: "'NIC_Intel-XXV710' and
7815 #           'NF_DENSITY' and
7816 #           'DOCKER' and
7817 #           'CHAIN' and
7818 #           'NF_VPPIP4' and
7819 #           'IPSEC' and
7820 #           'TNL_4' and
7821 #           'IMIX' and
7822 #           '8T4C' and
7823 #           'MRR'"
7824 #  parameters:
7825 #  - "result"
7826 #  - "name"
7827 #  - "tags"
7828 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7829 #  x-axis: "X = CNFs per Service Chain"
7830 #  y-axis: "Y = Number of Service Chains"
7831 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7832 #  layout:
7833 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7834 #    layout: "plot-service-density"
7835
7836 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7837 - type: "plot"
7838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7839   algorithm: "plot_nf_heatmap"
7840   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7841   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7842   filter: "'NIC_Intel-XXV710' and
7843            'NF_DENSITY' and
7844            'DOCKER' and
7845            'CHAIN' and
7846            'NF_VPPIP4' and
7847            'IPSEC' and
7848            'TNL_4' and
7849            'IMIX' and
7850            '2T1C' and
7851            'NDRPDR'"
7852   parameters:
7853   - "throughput"
7854   - "name"
7855   - "tags"
7856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7857   x-axis: "X = CNFs per Service Chain"
7858   y-axis: "Y = Number of Service Chains"
7859   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7860   layout:
7861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7862     layout: "plot-service-density"
7863
7864 - type: "plot"
7865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7866   algorithm: "plot_nf_heatmap"
7867   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7868   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7869   filter: "'NIC_Intel-XXV710' and
7870            'NF_DENSITY' and
7871            'DOCKER' and
7872            'CHAIN' and
7873            'NF_VPPIP4' and
7874            'IPSEC' and
7875            'TNL_4' and
7876            'IMIX' and
7877            '4T2C' and
7878            'NDRPDR'"
7879   parameters:
7880   - "throughput"
7881   - "name"
7882   - "tags"
7883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7884   x-axis: "X = CNFs per Service Chain"
7885   y-axis: "Y = Number of Service Chains"
7886   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7887   layout:
7888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7889     layout: "plot-service-density"
7890
7891 - type: "plot"
7892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7893   algorithm: "plot_nf_heatmap"
7894   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7895   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7896   filter: "'NIC_Intel-XXV710' and
7897            'NF_DENSITY' and
7898            'DOCKER' and
7899            'CHAIN' and
7900            'NF_VPPIP4' and
7901            'IPSEC' and
7902            'TNL_4' and
7903            'IMIX' and
7904            '8T4C' and
7905            'NDRPDR'"
7906   parameters:
7907   - "throughput"
7908   - "name"
7909   - "tags"
7910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7911   x-axis: "X = CNFs per Service Chain"
7912   y-axis: "Y = Number of Service Chains"
7913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7914   layout:
7915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7916     layout: "plot-service-density"
7917
7918 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7919 - type: "plot"
7920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7921   algorithm: "plot_nf_heatmap"
7922   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7923   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7924   filter: "'NIC_Intel-XXV710' and
7925            'NF_DENSITY' and
7926            'DOCKER' and
7927            'CHAIN' and
7928            'NF_VPPIP4' and
7929            'IPSEC' and
7930            'TNL_4' and
7931            'IMIX' and
7932            '2T1C' and
7933            'NDRPDR'"
7934   parameters:
7935   - "throughput"
7936   - "name"
7937   - "tags"
7938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7939   x-axis: "X = CNFs per Service Chain"
7940   y-axis: "Y = Number of Service Chains"
7941   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7942   layout:
7943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7944     layout: "plot-service-density"
7945
7946 - type: "plot"
7947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7948   algorithm: "plot_nf_heatmap"
7949   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7950   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7951   filter: "'NIC_Intel-XXV710' and
7952            'NF_DENSITY' and
7953            'DOCKER' and
7954            'CHAIN' and
7955            'NF_VPPIP4' and
7956            'IPSEC' and
7957            'TNL_4' and
7958            'IMIX' and
7959            '4T2C' and
7960            'NDRPDR'"
7961   parameters:
7962   - "throughput"
7963   - "name"
7964   - "tags"
7965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7966   x-axis: "X = CNFs per Service Chain"
7967   y-axis: "Y = Number of Service Chains"
7968   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7969   layout:
7970     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7971     layout: "plot-service-density"
7972
7973 - type: "plot"
7974   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7975   algorithm: "plot_nf_heatmap"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7977   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7978   filter: "'NIC_Intel-XXV710' and
7979            'NF_DENSITY' and
7980            'DOCKER' and
7981            'CHAIN' and
7982            'NF_VPPIP4' and
7983            'IPSEC' and
7984            'TNL_4' and
7985            'IMIX' and
7986            '8T4C' and
7987            'NDRPDR'"
7988   parameters:
7989   - "throughput"
7990   - "name"
7991   - "tags"
7992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7993   x-axis: "X = CNFs per Service Chain"
7994   y-axis: "Y = Number of Service Chains"
7995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7996   layout:
7997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7998     layout: "plot-service-density"
7999
8000 ###############################################################################
8001
8002 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8003 - type: "plot"
8004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8005   algorithm: "plot_nf_heatmap"
8006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8007   data: "plot-vpp-nfv-3n-hsw-mrr"
8008   filter: "'NIC_Intel-XL710' and
8009            'NF_DENSITY' and
8010            'DOCKER' and
8011            'CHAIN' and
8012            'NF_VPPIP4' and
8013            'IMIX' and
8014            'TNL_4' and
8015            '1T1C' and
8016            'MRR'"
8017   parameters:
8018   - "result"
8019   - "name"
8020   - "tags"
8021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8022   x-axis: "X = CNFs per Service Chain"
8023   y-axis: "Y = Number of Service Chains"
8024   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8025   layout:
8026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8027     layout: "plot-service-density"
8028
8029 - type: "plot"
8030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8031   algorithm: "plot_nf_heatmap"
8032   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8033   data: "plot-vpp-nfv-3n-hsw-mrr"
8034   filter: "'NIC_Intel-XL710' and
8035            'NF_DENSITY' and
8036            'DOCKER' and
8037            'CHAIN' and
8038            'NF_VPPIP4' and
8039            'IPSEC' and
8040            'TNL_4' and
8041            'IMIX' and
8042            '2T2C' and
8043            'MRR'"
8044   parameters:
8045   - "result"
8046   - "name"
8047   - "tags"
8048   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8049   x-axis: "X = CNFs per Service Chain"
8050   y-axis: "Y = Number of Service Chains"
8051   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8052   layout:
8053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8054     layout: "plot-service-density"
8055
8056 - type: "plot"
8057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8058   algorithm: "plot_nf_heatmap"
8059   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8060   data: "plot-vpp-nfv-3n-hsw-mrr"
8061   filter: "'NIC_Intel-XL710' and
8062            'NF_DENSITY' and
8063            'DOCKER' and
8064            'CHAIN' and
8065            'NF_VPPIP4' and
8066            'IPSEC' and
8067            'TNL_4' and
8068            'IMIX' and
8069            '4T4C' and
8070            'MRR'"
8071   parameters:
8072   - "result"
8073   - "name"
8074   - "tags"
8075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8076   x-axis: "X = CNFs per Service Chain"
8077   y-axis: "Y = Number of Service Chains"
8078   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8079   layout:
8080     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8081     layout: "plot-service-density"
8082
8083 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8084 - type: "plot"
8085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8086   algorithm: "plot_nf_heatmap"
8087   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8088   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8089   filter: "'NIC_Intel-XL710' and
8090            'NF_DENSITY' and
8091            'DOCKER' and
8092            'CHAIN' and
8093            'NF_VPPIP4' and
8094            'IPSEC' and
8095            'TNL_4' and
8096            'IMIX' and
8097            '1T1C' and
8098            'NDRPDR'"
8099   parameters:
8100   - "throughput"
8101   - "name"
8102   - "tags"
8103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8104   x-axis: "X = CNFs per Service Chain"
8105   y-axis: "Y = Number of Service Chains"
8106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8107   layout:
8108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8109     layout: "plot-service-density"
8110
8111 - type: "plot"
8112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8113   algorithm: "plot_nf_heatmap"
8114   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8115   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8116   filter: "'NIC_Intel-XL710' and
8117            'NF_DENSITY' and
8118            'DOCKER' and
8119            'CHAIN' and
8120            'NF_VPPIP4' and
8121            'IPSEC' and
8122            'TNL_4' and
8123            'IMIX' and
8124            '2T2C' and
8125            'NDRPDR'"
8126   parameters:
8127   - "throughput"
8128   - "name"
8129   - "tags"
8130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8131   x-axis: "X = CNFs per Service Chain"
8132   y-axis: "Y = Number of Service Chains"
8133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8134   layout:
8135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8136     layout: "plot-service-density"
8137
8138 - type: "plot"
8139   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8140   algorithm: "plot_nf_heatmap"
8141   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8142   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8143   filter: "'NIC_Intel-XL710' and
8144            'NF_DENSITY' and
8145            'DOCKER' and
8146            'CHAIN' and
8147            'NF_VPPIP4' and
8148            'IPSEC' and
8149            'TNL_4' and
8150            'IMIX' and
8151            '4T4C' and
8152            'NDRPDR'"
8153   parameters:
8154   - "throughput"
8155   - "name"
8156   - "tags"
8157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8158   x-axis: "X = CNFs per Service Chain"
8159   y-axis: "Y = Number of Service Chains"
8160   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8161   layout:
8162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8163     layout: "plot-service-density"
8164
8165 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8166 - type: "plot"
8167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8168   algorithm: "plot_nf_heatmap"
8169   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8170   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8171   filter: "'NIC_Intel-XL710' and
8172            'NF_DENSITY' and
8173            'DOCKER' and
8174            'CHAIN' and
8175            'NF_VPPIP4' and
8176            'IPSEC' and
8177            'TNL_4' and
8178            'IMIX' and
8179            '1T1C' and
8180            'NDRPDR'"
8181   parameters:
8182   - "throughput"
8183   - "name"
8184   - "tags"
8185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8186   x-axis: "X = CNFs per Service Chain"
8187   y-axis: "Y = Number of Service Chains"
8188   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8189   layout:
8190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8191     layout: "plot-service-density"
8192
8193 - type: "plot"
8194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8195   algorithm: "plot_nf_heatmap"
8196   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8197   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8198   filter: "'NIC_Intel-XL710' and
8199            'NF_DENSITY' and
8200            'DOCKER' and
8201            'CHAIN' and
8202            'NF_VPPIP4' and
8203            'IPSEC' and
8204            'TNL_4' and
8205            'IMIX' and
8206            '2T2C' and
8207            'NDRPDR'"
8208   parameters:
8209   - "throughput"
8210   - "name"
8211   - "tags"
8212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8213   x-axis: "X = CNFs per Service Chain"
8214   y-axis: "Y = Number of Service Chains"
8215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8216   layout:
8217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8218     layout: "plot-service-density"
8219
8220 - type: "plot"
8221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8222   algorithm: "plot_nf_heatmap"
8223   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8224   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8225   filter: "'NIC_Intel-XL710' and
8226            'NF_DENSITY' and
8227            'DOCKER' and
8228            'CHAIN' and
8229            'NF_VPPIP4' and
8230            'IPSEC' and
8231            'TNL_4' and
8232            'IMIX' and
8233            '4T4C' and
8234            'NDRPDR'"
8235   parameters:
8236   - "throughput"
8237   - "name"
8238   - "tags"
8239   include-tests: "PDR" # "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 PDR) [Mpps]"
8243   layout:
8244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8245     layout: "plot-service-density"
8246
8247 ###############################################################################
8248
8249 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8250 #- type: "plot"
8251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8252 #  algorithm: "plot_nf_heatmap"
8253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8254 #  data: "plot-vpp-nfv-3n-skx-mrr"
8255 #  filter: "'NIC_Intel-XXV710' and
8256 #           'NF_DENSITY' and
8257 #           'DOCKER' and
8258 #           'CHAIN' and
8259 #           'NF_VPPIP4' and
8260 #           'IPSEC' and
8261 #           'TNL_1000' and
8262 #           'IMIX' and
8263 #           '2T1C' and
8264 #           'MRR'"
8265 #  parameters:
8266 #  - "result"
8267 #  - "name"
8268 #  - "tags"
8269 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8270 #  x-axis: "X = CNFs per Service Chain"
8271 #  y-axis: "Y = Number of Service Chains"
8272 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8273 #  layout:
8274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8275 #    layout: "plot-service-density"
8276 #
8277 #- type: "plot"
8278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8279 #  algorithm: "plot_nf_heatmap"
8280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8281 #  data: "plot-vpp-nfv-3n-skx-mrr"
8282 #  filter: "'NIC_Intel-XXV710' and
8283 #           'NF_DENSITY' and
8284 #           'DOCKER' and
8285 #           'CHAIN' and
8286 #           'NF_VPPIP4' and
8287 #           'IPSEC' and
8288 #           'TNL_1000' and
8289 #           'IMIX' and
8290 #           '4T2C' and
8291 #           'MRR'"
8292 #  parameters:
8293 #  - "result"
8294 #  - "name"
8295 #  - "tags"
8296 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8297 #  x-axis: "X = CNFs per Service Chain"
8298 #  y-axis: "Y = Number of Service Chains"
8299 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8300 #  layout:
8301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8302 #    layout: "plot-service-density"
8303 #
8304 #- type: "plot"
8305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8306 #  algorithm: "plot_nf_heatmap"
8307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8308 #  data: "plot-vpp-nfv-3n-skx-mrr"
8309 #  filter: "'NIC_Intel-XXV710' and
8310 #           'NF_DENSITY' and
8311 #           'DOCKER' and
8312 #           'CHAIN' and
8313 #           'NF_VPPIP4' and
8314 #           'IPSEC' and
8315 #           'TNL_1000' and
8316 #           'IMIX' and
8317 #           '8T4C' and
8318 #           'MRR'"
8319 #  parameters:
8320 #  - "result"
8321 #  - "name"
8322 #  - "tags"
8323 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8324 #  x-axis: "X = CNFs per Service Chain"
8325 #  y-axis: "Y = Number of Service Chains"
8326 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8327 #  layout:
8328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8329 #    layout: "plot-service-density"
8330
8331 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8332 - type: "plot"
8333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8334   algorithm: "plot_nf_heatmap"
8335   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8336   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8337   filter: "'NIC_Intel-XXV710' and
8338            'NF_DENSITY' and
8339            'DOCKER' and
8340            'CHAIN' and
8341            'NF_VPPIP4' and
8342            'IPSEC' and
8343            'TNL_1000' and
8344            'IMIX' and
8345            '2T1C' and
8346            'NDRPDR'"
8347   parameters:
8348   - "throughput"
8349   - "name"
8350   - "tags"
8351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8352   x-axis: "X = CNFs per Service Chain"
8353   y-axis: "Y = Number of Service Chains"
8354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8355   layout:
8356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8357     layout: "plot-service-density"
8358
8359 - type: "plot"
8360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8361   algorithm: "plot_nf_heatmap"
8362   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8363   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8364   filter: "'NIC_Intel-XXV710' and
8365            'NF_DENSITY' and
8366            'DOCKER' and
8367            'CHAIN' and
8368            'NF_VPPIP4' and
8369            'IPSEC' and
8370            'TNL_1000' and
8371            'IMIX' and
8372            '4T2C' and
8373            'NDRPDR'"
8374   parameters:
8375   - "throughput"
8376   - "name"
8377   - "tags"
8378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8379   x-axis: "X = CNFs per Service Chain"
8380   y-axis: "Y = Number of Service Chains"
8381   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8382   layout:
8383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8384     layout: "plot-service-density"
8385
8386 - type: "plot"
8387   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8388   algorithm: "plot_nf_heatmap"
8389   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8390   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8391   filter: "'NIC_Intel-XXV710' and
8392            'NF_DENSITY' and
8393            'DOCKER' and
8394            'CHAIN' and
8395            'NF_VPPIP4' and
8396            'IPSEC' and
8397            'TNL_1000' and
8398            'IMIX' and
8399            '8T4C' and
8400            'NDRPDR'"
8401   parameters:
8402   - "throughput"
8403   - "name"
8404   - "tags"
8405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8406   x-axis: "X = CNFs per Service Chain"
8407   y-axis: "Y = Number of Service Chains"
8408   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8409   layout:
8410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8411     layout: "plot-service-density"
8412
8413 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8414 - type: "plot"
8415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8416   algorithm: "plot_nf_heatmap"
8417   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8418   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8419   filter: "'NIC_Intel-XXV710' and
8420            'NF_DENSITY' and
8421            'DOCKER' and
8422            'CHAIN' and
8423            'NF_VPPIP4' and
8424            'IPSEC' and
8425            'TNL_1000' and
8426            'IMIX' and
8427            '2T1C' and
8428            'NDRPDR'"
8429   parameters:
8430   - "throughput"
8431   - "name"
8432   - "tags"
8433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8434   x-axis: "X = CNFs per Service Chain"
8435   y-axis: "Y = Number of Service Chains"
8436   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8437   layout:
8438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8439     layout: "plot-service-density"
8440
8441 - type: "plot"
8442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8443   algorithm: "plot_nf_heatmap"
8444   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8445   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8446   filter: "'NIC_Intel-XXV710' and
8447            'NF_DENSITY' and
8448            'DOCKER' and
8449            'CHAIN' and
8450            'NF_VPPIP4' and
8451            'IPSEC' and
8452            'TNL_1000' and
8453            'IMIX' and
8454            '4T2C' and
8455            'NDRPDR'"
8456   parameters:
8457   - "throughput"
8458   - "name"
8459   - "tags"
8460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8461   x-axis: "X = CNFs per Service Chain"
8462   y-axis: "Y = Number of Service Chains"
8463   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8464   layout:
8465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8466     layout: "plot-service-density"
8467
8468 - type: "plot"
8469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8470   algorithm: "plot_nf_heatmap"
8471   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8472   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8473   filter: "'NIC_Intel-XXV710' and
8474            'NF_DENSITY' and
8475            'DOCKER' and
8476            'CHAIN' and
8477            'NF_VPPIP4' and
8478            'IPSEC' and
8479            'TNL_1000' and
8480            'IMIX' and
8481            '8T4C' and
8482            'NDRPDR'"
8483   parameters:
8484   - "throughput"
8485   - "name"
8486   - "tags"
8487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8488   x-axis: "X = CNFs per Service Chain"
8489   y-axis: "Y = Number of Service Chains"
8490   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8491   layout:
8492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8493     layout: "plot-service-density"
8494
8495 ###############################################################################
8496
8497 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8498 - type: "plot"
8499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8500   algorithm: "plot_nf_heatmap"
8501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8502   data: "plot-vpp-nfv-3n-hsw-mrr"
8503   filter: "'NIC_Intel-XL710' and
8504            'NF_DENSITY' and
8505            'DOCKER' and
8506            'CHAIN' and
8507            'NF_VPPIP4' and
8508            'IMIX' and
8509            'TNL_1000' and
8510            '1T1C' and
8511            'MRR'"
8512   parameters:
8513   - "result"
8514   - "name"
8515   - "tags"
8516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8517   x-axis: "X = CNFs per Service Chain"
8518   y-axis: "Y = Number of Service Chains"
8519   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8520   layout:
8521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8522     layout: "plot-service-density"
8523
8524 - type: "plot"
8525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8526   algorithm: "plot_nf_heatmap"
8527   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8528   data: "plot-vpp-nfv-3n-hsw-mrr"
8529   filter: "'NIC_Intel-XL710' and
8530            'NF_DENSITY' and
8531            'DOCKER' and
8532            'CHAIN' and
8533            'NF_VPPIP4' and
8534            'IPSEC' and
8535            'TNL_1000' and
8536            'IMIX' and
8537            '2T2C' and
8538            'MRR'"
8539   parameters:
8540   - "result"
8541   - "name"
8542   - "tags"
8543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8544   x-axis: "X = CNFs per Service Chain"
8545   y-axis: "Y = Number of Service Chains"
8546   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8547   layout:
8548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8549     layout: "plot-service-density"
8550
8551 - type: "plot"
8552   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8553   algorithm: "plot_nf_heatmap"
8554   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8555   data: "plot-vpp-nfv-3n-hsw-mrr"
8556   filter: "'NIC_Intel-XL710' and
8557            'NF_DENSITY' and
8558            'DOCKER' and
8559            'CHAIN' and
8560            'NF_VPPIP4' and
8561            'IPSEC' and
8562            'TNL_1000' and
8563            'IMIX' and
8564            '4T4C' and
8565            'MRR'"
8566   parameters:
8567   - "result"
8568   - "name"
8569   - "tags"
8570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8571   x-axis: "X = CNFs per Service Chain"
8572   y-axis: "Y = Number of Service Chains"
8573   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8574   layout:
8575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8576     layout: "plot-service-density"
8577
8578 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8579 - type: "plot"
8580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8581   algorithm: "plot_nf_heatmap"
8582   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8583   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8584   filter: "'NIC_Intel-XL710' and
8585            'NF_DENSITY' and
8586            'DOCKER' and
8587            'CHAIN' and
8588            'NF_VPPIP4' and
8589            'IPSEC' and
8590            'TNL_1000' and
8591            'IMIX' and
8592            '1T1C' and
8593            'NDRPDR'"
8594   parameters:
8595   - "throughput"
8596   - "name"
8597   - "tags"
8598   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8599   x-axis: "X = CNFs per Service Chain"
8600   y-axis: "Y = Number of Service Chains"
8601   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8602   layout:
8603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8604     layout: "plot-service-density"
8605
8606 - type: "plot"
8607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8608   algorithm: "plot_nf_heatmap"
8609   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8610   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8611   filter: "'NIC_Intel-XL710' and
8612            'NF_DENSITY' and
8613            'DOCKER' and
8614            'CHAIN' and
8615            'NF_VPPIP4' and
8616            'IPSEC' and
8617            'TNL_1000' and
8618            'IMIX' and
8619            '2T2C' and
8620            'NDRPDR'"
8621   parameters:
8622   - "throughput"
8623   - "name"
8624   - "tags"
8625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8626   x-axis: "X = CNFs per Service Chain"
8627   y-axis: "Y = Number of Service Chains"
8628   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8629   layout:
8630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8631     layout: "plot-service-density"
8632
8633 - type: "plot"
8634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8635   algorithm: "plot_nf_heatmap"
8636   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8637   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8638   filter: "'NIC_Intel-XL710' and
8639            'NF_DENSITY' and
8640            'DOCKER' and
8641            'CHAIN' and
8642            'NF_VPPIP4' and
8643            'IPSEC' and
8644            'TNL_1000' and
8645            'IMIX' and
8646            '4T4C' and
8647            'NDRPDR'"
8648   parameters:
8649   - "throughput"
8650   - "name"
8651   - "tags"
8652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8653   x-axis: "X = CNFs per Service Chain"
8654   y-axis: "Y = Number of Service Chains"
8655   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8656   layout:
8657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8658     layout: "plot-service-density"
8659
8660 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8661 - type: "plot"
8662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8663   algorithm: "plot_nf_heatmap"
8664   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8665   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8666   filter: "'NIC_Intel-XL710' and
8667            'NF_DENSITY' and
8668            'DOCKER' and
8669            'CHAIN' and
8670            'NF_VPPIP4' and
8671            'IPSEC' and
8672            'TNL_1000' and
8673            'IMIX' and
8674            '1T1C' and
8675            'NDRPDR'"
8676   parameters:
8677   - "throughput"
8678   - "name"
8679   - "tags"
8680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8681   x-axis: "X = CNFs per Service Chain"
8682   y-axis: "Y = Number of Service Chains"
8683   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8684   layout:
8685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8686     layout: "plot-service-density"
8687
8688 - type: "plot"
8689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8690   algorithm: "plot_nf_heatmap"
8691   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8692   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8693   filter: "'NIC_Intel-XL710' and
8694            'NF_DENSITY' and
8695            'DOCKER' and
8696            'CHAIN' and
8697            'NF_VPPIP4' and
8698            'IPSEC' and
8699            'TNL_1000' and
8700            'IMIX' and
8701            '2T2C' and
8702            'NDRPDR'"
8703   parameters:
8704   - "throughput"
8705   - "name"
8706   - "tags"
8707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8708   x-axis: "X = CNFs per Service Chain"
8709   y-axis: "Y = Number of Service Chains"
8710   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8711   layout:
8712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8713     layout: "plot-service-density"
8714
8715 - type: "plot"
8716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8717   algorithm: "plot_nf_heatmap"
8718   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8719   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8720   filter: "'NIC_Intel-XL710' and
8721            'NF_DENSITY' and
8722            'DOCKER' and
8723            'CHAIN' and
8724            'NF_VPPIP4' and
8725            'IPSEC' and
8726            'TNL_1000' and
8727            'IMIX' and
8728            '4T4C' and
8729            'NDRPDR'"
8730   parameters:
8731   - "throughput"
8732   - "name"
8733   - "tags"
8734   include-tests: "PDR" # "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 PDR) [Mpps]"
8738   layout:
8739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8740     layout: "plot-service-density"
8741
8742 ###############################################################################
8743
8744 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8745 #- type: "plot"
8746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8747 #  algorithm: "plot_nf_heatmap"
8748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8749 #  data: "plot-vpp-nfv-3n-skx-mrr"
8750 #  filter: "'NIC_Intel-XXV710' and
8751 #           'NF_DENSITY' and
8752 #           'DOCKER' and
8753 #           'CHAIN' and
8754 #           'NF_VPPIP4' and
8755 #           'IPSEC' and
8756 #           'TNL_10000' and
8757 #           'IMIX' and
8758 #           '2T1C' and
8759 #           'MRR'"
8760 #  parameters:
8761 #  - "result"
8762 #  - "name"
8763 #  - "tags"
8764 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8765 #  x-axis: "X = CNFs per Service Chain"
8766 #  y-axis: "Y = Number of Service Chains"
8767 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8768 #  layout:
8769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8770 #    layout: "plot-service-density"
8771 #
8772 #- type: "plot"
8773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8774 #  algorithm: "plot_nf_heatmap"
8775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8776 #  data: "plot-vpp-nfv-3n-skx-mrr"
8777 #  filter: "'NIC_Intel-XXV710' and
8778 #           'NF_DENSITY' and
8779 #           'DOCKER' and
8780 #           'CHAIN' and
8781 #           'NF_VPPIP4' and
8782 #           'IPSEC' and
8783 #           'TNL_10000' and
8784 #           'IMIX' and
8785 #           '4T2C' and
8786 #           'MRR'"
8787 #  parameters:
8788 #  - "result"
8789 #  - "name"
8790 #  - "tags"
8791 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8792 #  x-axis: "X = CNFs per Service Chain"
8793 #  y-axis: "Y = Number of Service Chains"
8794 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8795 #  layout:
8796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8797 #    layout: "plot-service-density"
8798 #
8799 #- type: "plot"
8800 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8801 #  algorithm: "plot_nf_heatmap"
8802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8803 #  data: "plot-vpp-nfv-3n-skx-mrr"
8804 #  filter: "'NIC_Intel-XXV710' and
8805 #           'NF_DENSITY' and
8806 #           'DOCKER' and
8807 #           'CHAIN' and
8808 #           'NF_VPPIP4' and
8809 #           'IPSEC' and
8810 #           'TNL_10000' and
8811 #           'IMIX' and
8812 #           '8T4C' and
8813 #           'MRR'"
8814 #  parameters:
8815 #  - "result"
8816 #  - "name"
8817 #  - "tags"
8818 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8819 #  x-axis: "X = CNFs per Service Chain"
8820 #  y-axis: "Y = Number of Service Chains"
8821 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8822 #  layout:
8823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8824 #    layout: "plot-service-density"
8825
8826 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8827 - type: "plot"
8828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8829   algorithm: "plot_nf_heatmap"
8830   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8831   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8832   filter: "'NIC_Intel-XXV710' and
8833            'NF_DENSITY' and
8834            'DOCKER' and
8835            'CHAIN' and
8836            'NF_VPPIP4' and
8837            'IPSEC' and
8838            'TNL_10000' and
8839            'IMIX' and
8840            '2T1C' and
8841            'NDRPDR'"
8842   parameters:
8843   - "throughput"
8844   - "name"
8845   - "tags"
8846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8847   x-axis: "X = CNFs per Service Chain"
8848   y-axis: "Y = Number of Service Chains"
8849   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8850   layout:
8851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8852     layout: "plot-service-density"
8853
8854 - type: "plot"
8855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8856   algorithm: "plot_nf_heatmap"
8857   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8858   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8859   filter: "'NIC_Intel-XXV710' and
8860            'NF_DENSITY' and
8861            'DOCKER' and
8862            'CHAIN' and
8863            'NF_VPPIP4' and
8864            'IPSEC' and
8865            'TNL_10000' and
8866            'IMIX' and
8867            '4T2C' and
8868            'NDRPDR'"
8869   parameters:
8870   - "throughput"
8871   - "name"
8872   - "tags"
8873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8874   x-axis: "X = CNFs per Service Chain"
8875   y-axis: "Y = Number of Service Chains"
8876   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8877   layout:
8878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8879     layout: "plot-service-density"
8880
8881 - type: "plot"
8882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8883   algorithm: "plot_nf_heatmap"
8884   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8885   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8886   filter: "'NIC_Intel-XXV710' and
8887            'NF_DENSITY' and
8888            'DOCKER' and
8889            'CHAIN' and
8890            'NF_VPPIP4' and
8891            'IPSEC' and
8892            'TNL_10000' and
8893            'IMIX' and
8894            '8T4C' and
8895            'NDRPDR'"
8896   parameters:
8897   - "throughput"
8898   - "name"
8899   - "tags"
8900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8901   x-axis: "X = CNFs per Service Chain"
8902   y-axis: "Y = Number of Service Chains"
8903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8904   layout:
8905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8906     layout: "plot-service-density"
8907
8908 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8909 - type: "plot"
8910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8911   algorithm: "plot_nf_heatmap"
8912   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8913   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8914   filter: "'NIC_Intel-XXV710' and
8915            'NF_DENSITY' and
8916            'DOCKER' and
8917            'CHAIN' and
8918            'NF_VPPIP4' and
8919            'IPSEC' and
8920            'TNL_10000' and
8921            'IMIX' and
8922            '2T1C' and
8923            'NDRPDR'"
8924   parameters:
8925   - "throughput"
8926   - "name"
8927   - "tags"
8928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8929   x-axis: "X = CNFs per Service Chain"
8930   y-axis: "Y = Number of Service Chains"
8931   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8932   layout:
8933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8934     layout: "plot-service-density"
8935
8936 - type: "plot"
8937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8938   algorithm: "plot_nf_heatmap"
8939   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8940   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8941   filter: "'NIC_Intel-XXV710' and
8942            'NF_DENSITY' and
8943            'DOCKER' and
8944            'CHAIN' and
8945            'NF_VPPIP4' and
8946            'IPSEC' and
8947            'TNL_10000' and
8948            'IMIX' and
8949            '4T2C' and
8950            'NDRPDR'"
8951   parameters:
8952   - "throughput"
8953   - "name"
8954   - "tags"
8955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8956   x-axis: "X = CNFs per Service Chain"
8957   y-axis: "Y = Number of Service Chains"
8958   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8959   layout:
8960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8961     layout: "plot-service-density"
8962
8963 - type: "plot"
8964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8965   algorithm: "plot_nf_heatmap"
8966   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8967   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8968   filter: "'NIC_Intel-XXV710' and
8969            'NF_DENSITY' and
8970            'DOCKER' and
8971            'CHAIN' and
8972            'NF_VPPIP4' and
8973            'IPSEC' and
8974            'TNL_10000' and
8975            'IMIX' and
8976            '8T4C' and
8977            'NDRPDR'"
8978   parameters:
8979   - "throughput"
8980   - "name"
8981   - "tags"
8982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8983   x-axis: "X = CNFs per Service Chain"
8984   y-axis: "Y = Number of Service Chains"
8985   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8986   layout:
8987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8988     layout: "plot-service-density"
8989
8990 ###############################################################################
8991
8992 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8993 - type: "plot"
8994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8995   algorithm: "plot_nf_heatmap"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8997   data: "plot-vpp-nfv-3n-hsw-mrr"
8998   filter: "'NIC_Intel-XL710' and
8999            'NF_DENSITY' and
9000            'DOCKER' and
9001            'CHAIN' and
9002            'NF_VPPIP4' and
9003            'IMIX' and
9004            'TNL_10000' and
9005            '1T1C' and
9006            'MRR'"
9007   parameters:
9008   - "result"
9009   - "name"
9010   - "tags"
9011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9012   x-axis: "X = CNFs per Service Chain"
9013   y-axis: "Y = Number of Service Chains"
9014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9015   layout:
9016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9017     layout: "plot-service-density"
9018
9019 - type: "plot"
9020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9021   algorithm: "plot_nf_heatmap"
9022   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9023   data: "plot-vpp-nfv-3n-hsw-mrr"
9024   filter: "'NIC_Intel-XL710' and
9025            'NF_DENSITY' and
9026            'DOCKER' and
9027            'CHAIN' and
9028            'NF_VPPIP4' and
9029            'IPSEC' and
9030            'TNL_10000' and
9031            'IMIX' and
9032            '2T2C' and
9033            'MRR'"
9034   parameters:
9035   - "result"
9036   - "name"
9037   - "tags"
9038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9039   x-axis: "X = CNFs per Service Chain"
9040   y-axis: "Y = Number of Service Chains"
9041   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9042   layout:
9043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9044     layout: "plot-service-density"
9045
9046 - type: "plot"
9047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9048   algorithm: "plot_nf_heatmap"
9049   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9050   data: "plot-vpp-nfv-3n-hsw-mrr"
9051   filter: "'NIC_Intel-XL710' and
9052            'NF_DENSITY' and
9053            'DOCKER' and
9054            'CHAIN' and
9055            'NF_VPPIP4' and
9056            'IPSEC' and
9057            'TNL_10000' and
9058            'IMIX' and
9059            '4T4C' and
9060            'MRR'"
9061   parameters:
9062   - "result"
9063   - "name"
9064   - "tags"
9065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9066   x-axis: "X = CNFs per Service Chain"
9067   y-axis: "Y = Number of Service Chains"
9068   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9069   layout:
9070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9071     layout: "plot-service-density"
9072
9073 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9074 - type: "plot"
9075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9076   algorithm: "plot_nf_heatmap"
9077   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9078   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9079   filter: "'NIC_Intel-XL710' and
9080            'NF_DENSITY' and
9081            'DOCKER' and
9082            'CHAIN' and
9083            'NF_VPPIP4' and
9084            'IPSEC' and
9085            'TNL_10000' and
9086            'IMIX' and
9087            '1T1C' and
9088            'NDRPDR'"
9089   parameters:
9090   - "throughput"
9091   - "name"
9092   - "tags"
9093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9094   x-axis: "X = CNFs per Service Chain"
9095   y-axis: "Y = Number of Service Chains"
9096   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9097   layout:
9098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9099     layout: "plot-service-density"
9100
9101 - type: "plot"
9102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9103   algorithm: "plot_nf_heatmap"
9104   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9105   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9106   filter: "'NIC_Intel-XL710' and
9107            'NF_DENSITY' and
9108            'DOCKER' and
9109            'CHAIN' and
9110            'NF_VPPIP4' and
9111            'IPSEC' and
9112            'TNL_10000' and
9113            'IMIX' and
9114            '2T2C' and
9115            'NDRPDR'"
9116   parameters:
9117   - "throughput"
9118   - "name"
9119   - "tags"
9120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9121   x-axis: "X = CNFs per Service Chain"
9122   y-axis: "Y = Number of Service Chains"
9123   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9124   layout:
9125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9126     layout: "plot-service-density"
9127
9128 - type: "plot"
9129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9130   algorithm: "plot_nf_heatmap"
9131   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9132   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9133   filter: "'NIC_Intel-XL710' and
9134            'NF_DENSITY' and
9135            'DOCKER' and
9136            'CHAIN' and
9137            'NF_VPPIP4' and
9138            'IPSEC' and
9139            'TNL_10000' and
9140            'IMIX' and
9141            '4T4C' and
9142            'NDRPDR'"
9143   parameters:
9144   - "throughput"
9145   - "name"
9146   - "tags"
9147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9148   x-axis: "X = CNFs per Service Chain"
9149   y-axis: "Y = Number of Service Chains"
9150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9151   layout:
9152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9153     layout: "plot-service-density"
9154
9155 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9156 - type: "plot"
9157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9158   algorithm: "plot_nf_heatmap"
9159   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9160   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9161   filter: "'NIC_Intel-XL710' and
9162            'NF_DENSITY' and
9163            'DOCKER' and
9164            'CHAIN' and
9165            'NF_VPPIP4' and
9166            'IPSEC' and
9167            'TNL_10000' and
9168            'IMIX' and
9169            '1T1C' and
9170            'NDRPDR'"
9171   parameters:
9172   - "throughput"
9173   - "name"
9174   - "tags"
9175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9176   x-axis: "X = CNFs per Service Chain"
9177   y-axis: "Y = Number of Service Chains"
9178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9179   layout:
9180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9181     layout: "plot-service-density"
9182
9183 - type: "plot"
9184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9185   algorithm: "plot_nf_heatmap"
9186   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9187   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9188   filter: "'NIC_Intel-XL710' and
9189            'NF_DENSITY' and
9190            'DOCKER' and
9191            'CHAIN' and
9192            'NF_VPPIP4' and
9193            'IPSEC' and
9194            'TNL_10000' and
9195            'IMIX' and
9196            '2T2C' and
9197            'NDRPDR'"
9198   parameters:
9199   - "throughput"
9200   - "name"
9201   - "tags"
9202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9203   x-axis: "X = CNFs per Service Chain"
9204   y-axis: "Y = Number of Service Chains"
9205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9206   layout:
9207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9208     layout: "plot-service-density"
9209
9210 - type: "plot"
9211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9212   algorithm: "plot_nf_heatmap"
9213   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9214   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9215   filter: "'NIC_Intel-XL710' and
9216            'NF_DENSITY' and
9217            'DOCKER' and
9218            'CHAIN' and
9219            'NF_VPPIP4' and
9220            'IPSEC' and
9221            'TNL_10000' and
9222            'IMIX' and
9223            '4T4C' and
9224            'NDRPDR'"
9225   parameters:
9226   - "throughput"
9227   - "name"
9228   - "tags"
9229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9230   x-axis: "X = CNFs per Service Chain"
9231   y-axis: "Y = Number of Service Chains"
9232   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9233   layout:
9234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9235     layout: "plot-service-density"
9236
9237 ###############################################################################
9238
9239 # Plots - NF Density - CSP - MRR 64b
9240
9241 #- type: "plot"
9242 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9243 #  algorithm: "plot_nf_heatmap"
9244 #  output-file-type: ".html"
9245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9246 #  data: "plot-vpp-nfv-2n-skx-mrr"
9247 #  filter: "'NIC_Intel-XXV710' and
9248 #           'NF_DENSITY' and
9249 #           'DOCKER' and
9250 #           'PIPELINE' and
9251 #           'NF_VPPIP4' and
9252 #           '64B' and
9253 #           '2T1C' and
9254 #           'MRR'"
9255 #  parameters:
9256 #  - "result"
9257 #  - "name"
9258 #  - "tags"
9259 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9260 #  x-axis: "X = CNFs per Service Pipeline"
9261 #  y-axis: "Y = Number of Service Pipelines"
9262 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9263 #  layout:
9264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9265 #    layout: "plot-service-density"
9266 #
9267 #- type: "plot"
9268 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9269 #  algorithm: "plot_nf_heatmap"
9270 #  output-file-type: ".html"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9272 #  data: "plot-vpp-nfv-2n-skx-mrr"
9273 #  filter: "'NIC_Intel-XXV710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'PIPELINE' and
9277 #           'NF_VPPIP4' and
9278 #           '64B' and
9279 #           '4T2C' and
9280 #           'MRR'"
9281 #  parameters:
9282 #  - "result"
9283 #  - "name"
9284 #  - "tags"
9285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9286 #  x-axis: "X = CNFs per Service Pipeline"
9287 #  y-axis: "Y = Number of Service Pipelines"
9288 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9289 #  layout:
9290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9291 #    layout: "plot-service-density"
9292 #
9293 #- type: "plot"
9294 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9295 #  algorithm: "plot_nf_heatmap"
9296 #  output-file-type: ".html"
9297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9298 #  data: "plot-vpp-nfv-2n-skx-mrr"
9299 #  filter: "'NIC_Intel-XXV710' and
9300 #           'NF_DENSITY' and
9301 #           'DOCKER' and
9302 #           'PIPELINE' and
9303 #           'NF_VPPIP4' and
9304 #           '64B' and
9305 #           '8T4C' and
9306 #           'MRR'"
9307 #  parameters:
9308 #  - "result"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Pipeline"
9313 #  y-axis: "Y = Number of Service Pipelines"
9314 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9317 #    layout: "plot-service-density"
9318 #
9319 ## Plots - NF Density - CSP - MRR IMIX
9320 #- type: "plot"
9321 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9322 #  algorithm: "plot_nf_heatmap"
9323 #  output-file-type: ".html"
9324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9325 #  data: "plot-vpp-nfv-2n-skx-mrr"
9326 #  filter: "'NIC_Intel-XXV710' and
9327 #           'NF_DENSITY' and
9328 #           'DOCKER' and
9329 #           'PIPELINE' and
9330 #           'NF_VPPIP4' and
9331 #           'IMIX' and
9332 #           '2T1C' and
9333 #           'MRR'"
9334 #  parameters:
9335 #  - "result"
9336 #  - "name"
9337 #  - "tags"
9338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9339 #  x-axis: "X = CNFs per Service Pipeline"
9340 #  y-axis: "Y = Number of Service Pipelines"
9341 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9342 #  layout:
9343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9344 #    layout: "plot-service-density"
9345 #
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file-type: ".html"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9351 #  data: "plot-vpp-nfv-2n-skx-mrr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'PIPELINE' and
9356 #           'NF_VPPIP4' and
9357 #           'IMIX' and
9358 #           '4T2C' and
9359 #           'MRR'"
9360 #  parameters:
9361 #  - "result"
9362 #  - "name"
9363 #  - "tags"
9364 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9365 #  x-axis: "X = CNFs per Service Pipeline"
9366 #  y-axis: "Y = Number of Service Pipelines"
9367 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9368 #  layout:
9369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9370 #    layout: "plot-service-density"
9371 #
9372 #- type: "plot"
9373 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9374 #  algorithm: "plot_nf_heatmap"
9375 #  output-file-type: ".html"
9376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9377 #  data: "plot-vpp-nfv-2n-skx-mrr"
9378 #  filter: "'NIC_Intel-XXV710' and
9379 #           'NF_DENSITY' and
9380 #           'DOCKER' and
9381 #           'PIPELINE' and
9382 #           'NF_VPPIP4' and
9383 #           'IMIX' and
9384 #           '8T4C' and
9385 #           'MRR'"
9386 #  parameters:
9387 #  - "result"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Pipeline"
9392 #  y-axis: "Y = Number of Service Pipelines"
9393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9396 #    layout: "plot-service-density"
9397 #
9398 ## Plots - NF Density - CSP - NDR 64b
9399 #- type: "plot"
9400 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9401 #  algorithm: "plot_nf_heatmap"
9402 #  output-file-type: ".html"
9403 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9404 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9405 #  filter: "'NIC_Intel-XXV710' and
9406 #           'NF_DENSITY' and
9407 #           'DOCKER' and
9408 #           'PIPELINE' and
9409 #           'NF_VPPIP4' and
9410 #           '64B' and
9411 #           '2T1C' and
9412 #           'NDRPDR'"
9413 #  parameters:
9414 #  - "throughput"
9415 #  - "name"
9416 #  - "tags"
9417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9418 #  x-axis: "X = CNFs per Service Pipeline"
9419 #  y-axis: "Y = Number of Service Pipelines"
9420 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9421 #  layout:
9422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9423 #    layout: "plot-service-density"
9424 #
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file-type: ".html"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9430 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'PIPELINE' and
9435 #           'NF_VPPIP4' and
9436 #           '64B' and
9437 #           '4T2C' and
9438 #           'NDRPDR'"
9439 #  parameters:
9440 #  - "throughput"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Pipeline"
9445 #  y-axis: "Y = Number of Service Pipelines"
9446 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9449 #    layout: "plot-service-density"
9450 #
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file-type: ".html"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9457 #  filter: "'NIC_Intel-XXV710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'PIPELINE' and
9461 #           'NF_VPPIP4' and
9462 #           '64B' and
9463 #           '8T4C' and
9464 #           'NDRPDR'"
9465 #  parameters:
9466 #  - "throughput"
9467 #  - "name"
9468 #  - "tags"
9469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9470 #  x-axis: "X = CNFs per Service Pipeline"
9471 #  y-axis: "Y = Number of Service Pipelines"
9472 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9473 #  layout:
9474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9475 #    layout: "plot-service-density"
9476 #
9477 ## Plots - NF Density - CSP - NDR IMIX
9478 #- type: "plot"
9479 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9480 #  algorithm: "plot_nf_heatmap"
9481 #  output-file-type: ".html"
9482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9483 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9484 #  filter: "'NIC_Intel-XXV710' and
9485 #           'NF_DENSITY' and
9486 #           'DOCKER' and
9487 #           'PIPELINE' and
9488 #           'NF_VPPIP4' and
9489 #           'IMIX' and
9490 #           '2T1C' and
9491 #           'NDRPDR'"
9492 #  parameters:
9493 #  - "throughput"
9494 #  - "name"
9495 #  - "tags"
9496 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9497 #  x-axis: "X = CNFs per Service Pipeline"
9498 #  y-axis: "Y = Number of Service Pipelines"
9499 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9500 #  layout:
9501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9502 #    layout: "plot-service-density"
9503 #
9504 #- type: "plot"
9505 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9506 #  algorithm: "plot_nf_heatmap"
9507 #  output-file-type: ".html"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9510 #  filter: "'NIC_Intel-XXV710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'PIPELINE' and
9514 #           'NF_VPPIP4' and
9515 #           'IMIX' and
9516 #           '4T2C' and
9517 #           'NDRPDR'"
9518 #  parameters:
9519 #  - "throughput"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Pipeline"
9524 #  y-axis: "Y = Number of Service Pipelines"
9525 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file-type: ".html"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9536 #  filter: "'NIC_Intel-XXV710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'PIPELINE' and
9540 #           'NF_VPPIP4' and
9541 #           'IMIX' and
9542 #           '8T4C' and
9543 #           'NDRPDR'"
9544 #  parameters:
9545 #  - "throughput"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Pipeline"
9550 #  y-axis: "Y = Number of Service Pipelines"
9551 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9554 #    layout: "plot-service-density"
9555 #
9556 ## Plots - NF Density - CSP - PDR 64b
9557 #- type: "plot"
9558 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9559 #  algorithm: "plot_nf_heatmap"
9560 #  output-file-type: ".html"
9561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9562 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9563 #  filter: "'NIC_Intel-XXV710' and
9564 #           'NF_DENSITY' and
9565 #           'DOCKER' and
9566 #           'PIPELINE' and
9567 #           'NF_VPPIP4' and
9568 #           '64B' and
9569 #           '2T1C' and
9570 #           'NDRPDR'"
9571 #  parameters:
9572 #  - "throughput"
9573 #  - "name"
9574 #  - "tags"
9575 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9576 #  x-axis: "X = CNFs per Service Pipeline"
9577 #  y-axis: "Y = Number of Service Pipelines"
9578 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9579 #  layout:
9580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9581 #    layout: "plot-service-density"
9582 #
9583 #- type: "plot"
9584 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9585 #  algorithm: "plot_nf_heatmap"
9586 #  output-file-type: ".html"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9588 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9589 #  filter: "'NIC_Intel-XXV710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'PIPELINE' and
9593 #           'NF_VPPIP4' and
9594 #           '64B' and
9595 #           '4T2C' and
9596 #           'NDRPDR'"
9597 #  parameters:
9598 #  - "throughput"
9599 #  - "name"
9600 #  - "tags"
9601 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9602 #  x-axis: "X = CNFs per Service Pipeline"
9603 #  y-axis: "Y = Number of Service Pipelines"
9604 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9605 #  layout:
9606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9607 #    layout: "plot-service-density"
9608 #
9609 #- type: "plot"
9610 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9611 #  algorithm: "plot_nf_heatmap"
9612 #  output-file-type: ".html"
9613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9615 #  filter: "'NIC_Intel-XXV710' and
9616 #           'NF_DENSITY' and
9617 #           'DOCKER' and
9618 #           'PIPELINE' and
9619 #           'NF_VPPIP4' and
9620 #           '64B' and
9621 #           '8T4C' and
9622 #           'NDRPDR'"
9623 #  parameters:
9624 #  - "throughput"
9625 #  - "name"
9626 #  - "tags"
9627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9628 #  x-axis: "X = CNFs per Service Pipeline"
9629 #  y-axis: "Y = Number of Service Pipelines"
9630 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9631 #  layout:
9632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9633 #    layout: "plot-service-density"
9634 #
9635 ## Plots - NF Density - CSP - PDR IMIX
9636 #- type: "plot"
9637 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9638 #  algorithm: "plot_nf_heatmap"
9639 #  output-file-type: ".html"
9640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9641 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9642 #  filter: "'NIC_Intel-XXV710' and
9643 #           'NF_DENSITY' and
9644 #           'DOCKER' and
9645 #           'PIPELINE' and
9646 #           'NF_VPPIP4' and
9647 #           'IMIX' and
9648 #           '2T1C' and
9649 #           'NDRPDR'"
9650 #  parameters:
9651 #  - "throughput"
9652 #  - "name"
9653 #  - "tags"
9654 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9655 #  x-axis: "X = CNFs per Service Pipeline"
9656 #  y-axis: "Y = Number of Service Pipelines"
9657 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9658 #  layout:
9659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9660 #    layout: "plot-service-density"
9661 #
9662 #- type: "plot"
9663 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9664 #  algorithm: "plot_nf_heatmap"
9665 #  output-file-type: ".html"
9666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9668 #  filter: "'NIC_Intel-XXV710' and
9669 #           'NF_DENSITY' and
9670 #           'DOCKER' and
9671 #           'PIPELINE' and
9672 #           'NF_VPPIP4' and
9673 #           'IMIX' and
9674 #           '4T2C' and
9675 #           'NDRPDR'"
9676 #  parameters:
9677 #  - "throughput"
9678 #  - "name"
9679 #  - "tags"
9680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9681 #  x-axis: "X = CNFs per Service Pipeline"
9682 #  y-axis: "Y = Number of Service Pipelines"
9683 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9684 #  layout:
9685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9686 #    layout: "plot-service-density"
9687 #
9688 #- type: "plot"
9689 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9690 #  algorithm: "plot_nf_heatmap"
9691 #  output-file-type: ".html"
9692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9694 #  filter: "'NIC_Intel-XXV710' and
9695 #           'NF_DENSITY' and
9696 #           'DOCKER' and
9697 #           'PIPELINE' and
9698 #           'NF_VPPIP4' and
9699 #           'IMIX' and
9700 #           '8T4C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Pipeline"
9708 #  y-axis: "Y = Number of Service Pipelines"
9709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9712 #    layout: "plot-service-density"
9713
9714 ###############################################################################
9715 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9716
9717 - type: "plot"
9718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9719   algorithm: "plot_nf_heatmap"
9720   output-file-type: ".html"
9721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9722   data: "plot-vpp-nfv-2n-clx-mrr"
9723   filter: "'NIC_Intel-XXV710' and
9724            'NF_DENSITY' and
9725            'VHOST' and
9726            not 'VXLAN' and
9727            'CHAIN' and
9728            'NF_VPPIP4' and
9729            'IMIX' and
9730            '2T1C' and
9731            'MRR'"
9732   parameters:
9733   - "result"
9734   - "name"
9735   - "tags"
9736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9737   x-axis: "X = VNFs per Service Chain"
9738   y-axis: "Y = Number of Service Chains"
9739   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9740   layout:
9741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9742     layout: "plot-service-density"
9743
9744 - type: "plot"
9745   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9746   algorithm: "plot_nf_heatmap"
9747   output-file-type: ".html"
9748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9749   data: "plot-vpp-nfv-2n-clx-mrr"
9750   filter: "'NIC_Intel-XXV710' and
9751            'NF_DENSITY' and
9752            'VHOST' and
9753            not 'VXLAN' and
9754            'CHAIN' and
9755            'NF_VPPIP4' and
9756            'IMIX' and
9757            '4T2C' and
9758            'MRR'"
9759   parameters:
9760   - "result"
9761   - "name"
9762   - "tags"
9763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9764   x-axis: "X = VNFs per Service Chain"
9765   y-axis: "Y = Number of Service Chains"
9766   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9767   layout:
9768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9769     layout: "plot-service-density"
9770
9771 - type: "plot"
9772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9773   algorithm: "plot_nf_heatmap"
9774   output-file-type: ".html"
9775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9776   data: "plot-vpp-nfv-2n-clx-mrr"
9777   filter: "'NIC_Intel-XXV710' and
9778            'NF_DENSITY' and
9779            'VHOST' and
9780            not 'VXLAN' and
9781            'CHAIN' and
9782            'NF_VPPIP4' and
9783            'IMIX' and
9784            '8T4C' and
9785            'MRR'"
9786   parameters:
9787   - "result"
9788   - "name"
9789   - "tags"
9790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = VNFs per Service Chain"
9792   y-axis: "Y = Number of Service Chains"
9793   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9796     layout: "plot-service-density"
9797
9798 # Plots - NF Density - VSC - NDR IMIX
9799 - type: "plot"
9800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9801   algorithm: "plot_nf_heatmap"
9802   output-file-type: ".html"
9803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9804   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9805   filter: "'NIC_Intel-XXV710' and
9806            'NF_DENSITY' and
9807            'VHOST' and
9808            not 'VXLAN' and
9809            'CHAIN' and
9810            'NF_VPPIP4' and
9811            'IMIX' and
9812            '2T1C' and
9813            'NDRPDR'"
9814   parameters:
9815   - "throughput"
9816   - "name"
9817   - "tags"
9818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9819   x-axis: "X = VNFs per Service Chain"
9820   y-axis: "Y = Number of Service Chains"
9821   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9822   layout:
9823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9824     layout: "plot-service-density"
9825
9826 - type: "plot"
9827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9828   algorithm: "plot_nf_heatmap"
9829   output-file-type: ".html"
9830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9831   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9832   filter: "'NIC_Intel-XXV710' and
9833            'NF_DENSITY' and
9834            'VHOST' and
9835            not 'VXLAN' and
9836            'CHAIN' and
9837            'NF_VPPIP4' and
9838            'IMIX' and
9839            '4T2C' and
9840            'NDRPDR'"
9841   parameters:
9842   - "throughput"
9843   - "name"
9844   - "tags"
9845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9846   x-axis: "X = VNFs per Service Chain"
9847   y-axis: "Y = Number of Service Chains"
9848   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9849   layout:
9850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9851     layout: "plot-service-density"
9852
9853 - type: "plot"
9854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9855   algorithm: "plot_nf_heatmap"
9856   output-file-type: ".html"
9857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9858   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9859   filter: "'NIC_Intel-XXV710' and
9860            'NF_DENSITY' and
9861            'VHOST' and
9862            not 'VXLAN' and
9863            'CHAIN' and
9864            'NF_VPPIP4' and
9865            'IMIX' and
9866            '8T4C' and
9867            'NDRPDR'"
9868   parameters:
9869   - "throughput"
9870   - "name"
9871   - "tags"
9872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9873   x-axis: "X = VNFs per Service Chain"
9874   y-axis: "Y = Number of Service Chains"
9875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9876   layout:
9877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9878     layout: "plot-service-density"
9879
9880 # Plots - NF Density - VSC - PDR IMIX
9881 - type: "plot"
9882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9883   algorithm: "plot_nf_heatmap"
9884   output-file-type: ".html"
9885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9886   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9887   filter: "'NIC_Intel-XXV710' and
9888            'NF_DENSITY' and
9889            'VHOST' and
9890            not 'VXLAN' and
9891            'CHAIN' and
9892            'NF_VPPIP4' and
9893            'IMIX' and
9894            '2T1C' and
9895            'NDRPDR'"
9896   parameters:
9897   - "throughput"
9898   - "name"
9899   - "tags"
9900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9901   x-axis: "X = VNFs per Service Chain"
9902   y-axis: "Y = Number of Service Chains"
9903   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9904   layout:
9905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9906     layout: "plot-service-density"
9907
9908 - type: "plot"
9909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9910   algorithm: "plot_nf_heatmap"
9911   output-file-type: ".html"
9912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9913   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9914   filter: "'NIC_Intel-XXV710' and
9915            'NF_DENSITY' and
9916            'VHOST' and
9917            not 'VXLAN' and
9918            'CHAIN' and
9919            'NF_VPPIP4' and
9920            'IMIX' and
9921            '4T2C' and
9922            'NDRPDR'"
9923   parameters:
9924   - "throughput"
9925   - "name"
9926   - "tags"
9927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9928   x-axis: "X = VNFs per Service Chain"
9929   y-axis: "Y = Number of Service Chains"
9930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9931   layout:
9932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9933     layout: "plot-service-density"
9934
9935 - type: "plot"
9936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9937   algorithm: "plot_nf_heatmap"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9941   filter: "'NIC_Intel-XXV710' and
9942            'NF_DENSITY' and
9943            'VHOST' and
9944            not 'VXLAN' and
9945            'CHAIN' and
9946            'NF_VPPIP4' and
9947            'IMIX' and
9948            '8T4C' and
9949            'NDRPDR'"
9950   parameters:
9951   - "throughput"
9952   - "name"
9953   - "tags"
9954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955   x-axis: "X = VNFs per Service Chain"
9956   y-axis: "Y = Number of Service Chains"
9957   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9958   layout:
9959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9960     layout: "plot-service-density"
9961
9962 # Plots - NF Density - VSC - MRR IMIX
9963 - type: "plot"
9964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9965   algorithm: "plot_nf_heatmap"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9968   data: "plot-vpp-nfv-2n-clx-mrr"
9969   filter: "'NIC_Intel-XXV710' and
9970            'NF_DENSITY' and
9971            'VHOST' and
9972            'VXLAN' and
9973            'CHAIN' and
9974            'IMIX' and
9975            '2T1C' and
9976            'MRR'"
9977   parameters:
9978   - "result"
9979   - "name"
9980   - "tags"
9981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9982   x-axis: "X = VNFs per Service Chain"
9983   y-axis: "Y = Number of Service Chains"
9984   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9985   layout:
9986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9987     layout: "plot-service-density"
9988
9989 - type: "plot"
9990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9991   algorithm: "plot_nf_heatmap"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9994   data: "plot-vpp-nfv-2n-clx-mrr"
9995   filter: "'NIC_Intel-XXV710' and
9996            'NF_DENSITY' and
9997            'VHOST' and
9998            'VXLAN' and
9999            'CHAIN' and
10000            'IMIX' and
10001            '4T2C' and
10002            'MRR'"
10003   parameters:
10004   - "result"
10005   - "name"
10006   - "tags"
10007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10008   x-axis: "X = VNFs per Service Chain"
10009   y-axis: "Y = Number of Service Chains"
10010   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10011   layout:
10012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10013     layout: "plot-service-density"
10014
10015 - type: "plot"
10016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10017   algorithm: "plot_nf_heatmap"
10018   output-file-type: ".html"
10019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10020   data: "plot-vpp-nfv-2n-clx-mrr"
10021   filter: "'NIC_Intel-XXV710' and
10022            'NF_DENSITY' and
10023            'VHOST' and
10024            'VXLAN' and
10025            'CHAIN' and
10026            'IMIX' and
10027            '8T4C' and
10028            'MRR'"
10029   parameters:
10030   - "result"
10031   - "name"
10032   - "tags"
10033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10034   x-axis: "X = VNFs per Service Chain"
10035   y-axis: "Y = Number of Service Chains"
10036   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10037   layout:
10038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10039     layout: "plot-service-density"
10040
10041 # Plots - NF Density - VSC - NDR IMIX
10042 - type: "plot"
10043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10044   algorithm: "plot_nf_heatmap"
10045   output-file-type: ".html"
10046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10047   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10048   filter: "'NIC_Intel-XXV710' and
10049            'NF_DENSITY' and
10050            'VHOST' and
10051            'VXLAN' and
10052            'CHAIN' a
10053            'IMIX' and
10054            '2T1C' and
10055            'NDRPDR'"
10056   parameters:
10057   - "throughput"
10058   - "name"
10059   - "tags"
10060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10061   x-axis: "X = VNFs per Service Chain"
10062   y-axis: "Y = Number of Service Chains"
10063   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10064   layout:
10065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10066     layout: "plot-service-density"
10067
10068 - type: "plot"
10069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10070   algorithm: "plot_nf_heatmap"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10073   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10074   filter: "'NIC_Intel-XXV710' and
10075            'NF_DENSITY' and
10076            'VHOST' and
10077            'VXLAN' and
10078            'CHAIN' and
10079            'IMIX' and
10080            '4T2C' and
10081            'NDRPDR'"
10082   parameters:
10083   - "throughput"
10084   - "name"
10085   - "tags"
10086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10087   x-axis: "X = VNFs per Service Chain"
10088   y-axis: "Y = Number of Service Chains"
10089   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10090   layout:
10091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10092     layout: "plot-service-density"
10093
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10099   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10100   filter: "'NIC_Intel-XXV710' and
10101            'NF_DENSITY' and
10102            'VHOST' and
10103            'VXLAN' and
10104            'CHAIN' and
10105            'IMIX' and
10106            '8T4C' and
10107            'NDRPDR'"
10108   parameters:
10109   - "throughput"
10110   - "name"
10111   - "tags"
10112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10113   x-axis: "X = VNFs per Service Chain"
10114   y-axis: "Y = Number of Service Chains"
10115   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10116   layout:
10117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10118     layout: "plot-service-density"
10119
10120 # Plots - NF Density - VSC - PDR IMIX
10121 - type: "plot"
10122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10123   algorithm: "plot_nf_heatmap"
10124   output-file-type: ".html"
10125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10126   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10127   filter: "'NIC_Intel-XXV710' and
10128            'NF_DENSITY' and
10129            'VHOST' and
10130            'VXLAN' and
10131            'CHAIN' and
10132            'IMIX' and
10133            '2T1C' and
10134            'NDRPDR'"
10135   parameters:
10136   - "throughput"
10137   - "name"
10138   - "tags"
10139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10140   x-axis: "X = VNFs per Service Chain"
10141   y-axis: "Y = Number of Service Chains"
10142   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10143   layout:
10144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10145     layout: "plot-service-density"
10146
10147 - type: "plot"
10148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10149   algorithm: "plot_nf_heatmap"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10152   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'VHOST' and
10156            'VXLAN' and
10157            'CHAIN' and
10158            'IMIX' and
10159            '4T2C' and
10160            'NDRPDR'"
10161   parameters:
10162   - "throughput"
10163   - "name"
10164   - "tags"
10165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10166   x-axis: "X = VNFs per Service Chain"
10167   y-axis: "Y = Number of Service Chains"
10168   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10171     layout: "plot-service-density"
10172
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'VHOST' and
10182            'VXLAN' and
10183            'CHAIN' and
10184            'IMIX' and
10185            '8T4C' and
10186            'NDRPDR'"
10187   parameters:
10188   - "throughput"
10189   - "name"
10190   - "tags"
10191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = VNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10197     layout: "plot-service-density"
10198
10199 # Plots - NF Density - CSC - MRR IMIX
10200 - type: "plot"
10201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10202   algorithm: "plot_nf_heatmap"
10203   output-file-type: ".html"
10204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10205   data: "plot-vpp-nfv-2n-clx-mrr"
10206   filter: "'NIC_Intel-XXV710' and
10207            'NF_DENSITY' and
10208            'DOCKER' and
10209            'CHAIN' and
10210            'NF_VPPIP4' and
10211            'IMIX' and
10212            '2T1C' and
10213            'MRR'"
10214   parameters:
10215   - "result"
10216   - "name"
10217   - "tags"
10218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10219   x-axis: "X = CNFs per Service Chain"
10220   y-axis: "Y = Number of Service Chains"
10221   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10222   layout:
10223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10224     layout: "plot-service-density"
10225
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10231   data: "plot-vpp-nfv-2n-clx-mrr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'DOCKER' and
10235            'CHAIN' and
10236            'NF_VPPIP4' and
10237            'IMIX' and
10238            '4T2C' and
10239            'MRR'"
10240   parameters:
10241   - "result"
10242   - "name"
10243   - "tags"
10244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = CNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10257   data: "plot-vpp-nfv-2n-clx-mrr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'DOCKER' and
10261            'CHAIN' and
10262            'NF_VPPIP4' and
10263            'IMIX' and
10264            '8T4C' and
10265            'MRR'"
10266   parameters:
10267   - "result"
10268   - "name"
10269   - "tags"
10270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = CNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10276     layout: "plot-service-density"
10277
10278 # Plots - NF Density - CSC - NDR IMIX
10279 - type: "plot"
10280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10281   algorithm: "plot_nf_heatmap"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10284   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10285   filter: "'NIC_Intel-XXV710' and
10286            'NF_DENSITY' and
10287            'DOCKER' and
10288            'CHAIN' and
10289            'NF_VPPIP4' and
10290            'IMIX' and
10291            '2T1C' and
10292            'NDRPDR'"
10293   parameters:
10294   - "throughput"
10295   - "name"
10296   - "tags"
10297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10298   x-axis: "X = CNFs per Service Chain"
10299   y-axis: "Y = Number of Service Chains"
10300   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10301   layout:
10302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10303     layout: "plot-service-density"
10304
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'DOCKER' and
10314            'CHAIN' and
10315            'NF_VPPIP4' and
10316            'IMIX' and
10317            '4T2C' and
10318            'NDRPDR'"
10319   parameters:
10320   - "throughput"
10321   - "name"
10322   - "tags"
10323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = CNFs per Service Chain"
10325   y-axis: "Y = Number of Service Chains"
10326   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10329     layout: "plot-service-density"
10330
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10336   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'DOCKER' and
10340            'CHAIN' and
10341            'NF_VPPIP4' and
10342            'IMIX' and
10343            '8T4C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = CNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10355     layout: "plot-service-density"
10356
10357 # Plots - NF Density - CSC - PDR IMIX
10358 - type: "plot"
10359   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10360   algorithm: "plot_nf_heatmap"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10363   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10364   filter: "'NIC_Intel-XXV710' and
10365            'NF_DENSITY' and
10366            'DOCKER' and
10367            'CHAIN' and
10368            'NF_VPPIP4' and
10369            'IMIX' and
10370            '2T1C' and
10371            'NDRPDR'"
10372   parameters:
10373   - "throughput"
10374   - "name"
10375   - "tags"
10376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10377   x-axis: "X = CNFs per Service Chain"
10378   y-axis: "Y = Number of Service Chains"
10379   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10380   layout:
10381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10382     layout: "plot-service-density"
10383
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10389   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'DOCKER' and
10393            'CHAIN' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '4T2C' and
10397            'NDRPDR'"
10398   parameters:
10399   - "throughput"
10400   - "name"
10401   - "tags"
10402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = CNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'CHAIN' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '8T4C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10434     layout: "plot-service-density"
10435
10436 # Plots - NF Density - CSP - MRR IMIX
10437 - type: "plot"
10438   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10439   algorithm: "plot_nf_heatmap"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10442   data: "plot-vpp-nfv-2n-clx-mrr"
10443   filter: "'NIC_Intel-XXV710' and
10444            'NF_DENSITY' and
10445            'DOCKER' and
10446            'PIPELINE' and
10447            'NF_VPPIP4' and
10448            'IMIX' and
10449            '2T1C' and
10450            'MRR'"
10451   parameters:
10452   - "result"
10453   - "name"
10454   - "tags"
10455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10456   x-axis: "X = CNFs per Service Pipeline"
10457   y-axis: "Y = Number of Service Pipelines"
10458   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10459   layout:
10460     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10461     layout: "plot-service-density"
10462
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10468   data: "plot-vpp-nfv-2n-clx-mrr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'PIPELINE' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '4T2C' and
10476            'MRR'"
10477   parameters:
10478   - "result"
10479   - "name"
10480   - "tags"
10481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Pipeline"
10483   y-axis: "Y = Number of Service Pipelines"
10484   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10494   data: "plot-vpp-nfv-2n-clx-mrr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'PIPELINE' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '8T4C' and
10502            'MRR'"
10503   parameters:
10504   - "result"
10505   - "name"
10506   - "tags"
10507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Pipeline"
10509   y-axis: "Y = Number of Service Pipelines"
10510   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10513     layout: "plot-service-density"
10514
10515 # Plots - NF Density - CSP - NDR IMIX
10516 - type: "plot"
10517   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10518   algorithm: "plot_nf_heatmap"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10521   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10522   filter: "'NIC_Intel-XXV710' and
10523            'NF_DENSITY' and
10524            'DOCKER' and
10525            'PIPELINE' and
10526            'NF_VPPIP4' and
10527            'IMIX' and
10528            '2T1C' and
10529            'NDRPDR'"
10530   parameters:
10531   - "throughput"
10532   - "name"
10533   - "tags"
10534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10535   x-axis: "X = CNFs per Service Pipeline"
10536   y-axis: "Y = Number of Service Pipelines"
10537   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10538   layout:
10539     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10540     layout: "plot-service-density"
10541
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10547   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'PIPELINE' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '4T2C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Pipeline"
10562   y-axis: "Y = Number of Service Pipelines"
10563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10573   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'PIPELINE' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '8T4C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Pipeline"
10588   y-axis: "Y = Number of Service Pipelines"
10589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10592     layout: "plot-service-density"
10593
10594 # Plots - NF Density - CSP - PDR IMIX
10595 - type: "plot"
10596   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10597   algorithm: "plot_nf_heatmap"
10598   output-file-type: ".html"
10599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10600   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10601   filter: "'NIC_Intel-XXV710' and
10602            'NF_DENSITY' and
10603            'DOCKER' and
10604            'PIPELINE' and
10605            'NF_VPPIP4' and
10606            'IMIX' and
10607            '2T1C' and
10608            'NDRPDR'"
10609   parameters:
10610   - "throughput"
10611   - "name"
10612   - "tags"
10613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10614   x-axis: "X = CNFs per Service Pipeline"
10615   y-axis: "Y = Number of Service Pipelines"
10616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10617   layout:
10618     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10619     layout: "plot-service-density"
10620
10621 - type: "plot"
10622   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10623   algorithm: "plot_nf_heatmap"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10626   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10627   filter: "'NIC_Intel-XXV710' and
10628            'NF_DENSITY' and
10629            'DOCKER' and
10630            'PIPELINE' and
10631            'NF_VPPIP4' and
10632            'IMIX' and
10633            '4T2C' and
10634            'NDRPDR'"
10635   parameters:
10636   - "throughput"
10637   - "name"
10638   - "tags"
10639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10640   x-axis: "X = CNFs per Service Pipeline"
10641   y-axis: "Y = Number of Service Pipelines"
10642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10643   layout:
10644     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10645     layout: "plot-service-density"
10646
10647 - type: "plot"
10648   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10649   algorithm: "plot_nf_heatmap"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10652   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10653   filter: "'NIC_Intel-XXV710' and
10654            'NF_DENSITY' and
10655            'DOCKER' and
10656            'PIPELINE' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '8T4C' and
10660            'NDRPDR'"
10661   parameters:
10662   - "throughput"
10663   - "name"
10664   - "tags"
10665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = CNFs per Service Pipeline"
10667   y-axis: "Y = Number of Service Pipelines"
10668   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10671     layout: "plot-service-density"
10672
10673 ################################################################################
10674
10675 # Packet Throughput
10676
10677 - type: "plot"
10678   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10679   algorithm: "plot_perf_box_name"
10680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10682   include:
10683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10685     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10687   layout:
10688     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10689     layout: "plot-throughput"
10690
10691 - type: "plot"
10692   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10693   algorithm: "plot_perf_box_name"
10694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10696   include:
10697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10699     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10701   layout:
10702     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10703     layout: "plot-throughput"
10704
10705 - type: "plot"
10706   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10707   algorithm: "plot_perf_box_name"
10708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10710   include:
10711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10715   layout:
10716     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10717     layout: "plot-throughput"
10718
10719 - type: "plot"
10720   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10721   algorithm: "plot_perf_box_name"
10722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10724   include:
10725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10729   layout:
10730     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10735   algorithm: "plot_perf_box_name"
10736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10738   include:
10739     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10743     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10744   layout:
10745     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10750   algorithm: "plot_perf_box_name"
10751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10753   include:
10754     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10755     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10756     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10757     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10758     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10759   layout:
10760     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10761     layout: "plot-throughput"
10762
10763 - type: "plot"
10764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10765   algorithm: "plot_perf_box_name"
10766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10768   include:
10769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10773     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10774   layout:
10775     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10776     layout: "plot-throughput"
10777
10778 - type: "plot"
10779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10780   algorithm: "plot_perf_box_name"
10781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10783   include:
10784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10788     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10789   layout:
10790     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10791     layout: "plot-throughput"
10792
10793 - type: "plot"
10794   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10795   algorithm: "plot_perf_box_name"
10796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10798   include:
10799     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10802     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10803     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10804   layout:
10805     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10806     layout: "plot-throughput"
10807
10808 - type: "plot"
10809   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10810   algorithm: "plot_perf_box_name"
10811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10813   include:
10814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10816     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10817     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10818     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10819   layout:
10820     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10821     layout: "plot-throughput"
10822
10823 - type: "plot"
10824   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10825   algorithm: "plot_perf_box_name"
10826   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10828   include:
10829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10835   layout:
10836     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10837     layout: "plot-throughput"
10838
10839 - type: "plot"
10840   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10841   algorithm: "plot_perf_box_name"
10842   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10844   include:
10845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10851   layout:
10852     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10853     layout: "plot-throughput"
10854
10855 - type: "plot"
10856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10857   algorithm: "plot_perf_box_name"
10858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10860   include:
10861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10866   layout:
10867     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10868     layout: "plot-throughput"
10869
10870 - type: "plot"
10871   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10872   algorithm: "plot_perf_box_name"
10873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10875   include:
10876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10881   layout:
10882     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10883     layout: "plot-throughput"
10884
10885 - type: "plot"
10886   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10887   algorithm: "plot_perf_box_name"
10888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10890   include:
10891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10894   layout:
10895     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10896     layout: "plot-throughput"
10897
10898 - type: "plot"
10899   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10900   algorithm: "plot_perf_box_name"
10901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10903   include:
10904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10907   layout:
10908     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10909     layout: "plot-throughput"
10910
10911 - type: "plot"
10912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10913   algorithm: "plot_perf_box_name"
10914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10916   include:
10917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10922   layout:
10923     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10924     layout: "plot-throughput"
10925
10926 - type: "plot"
10927   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10928   algorithm: "plot_perf_box_name"
10929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10931   include:
10932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10937   layout:
10938     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10946   include:
10947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10950   layout:
10951     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10963   layout:
10964     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10965     layout: "plot-throughput"
10966
10967 - type: "plot"
10968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10969   algorithm: "plot_perf_box_name"
10970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10972   include:
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10979   layout:
10980     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10981     layout: "plot-throughput"
10982
10983 - type: "plot"
10984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10985   algorithm: "plot_perf_box_name"
10986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10988   include:
10989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10995   layout:
10996     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11004   include:
11005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11011   layout:
11012     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11013     layout: "plot-throughput"
11014
11015 - type: "plot"
11016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11017   algorithm: "plot_perf_box_name"
11018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11020   include:
11021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11027   layout:
11028     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11029     layout: "plot-throughput"
11030
11031 - type: "plot"
11032   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11033   algorithm: "plot_perf_box_name"
11034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11036   include:
11037     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11040   layout:
11041     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11042     layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11046   algorithm: "plot_perf_box_name"
11047   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11049   include:
11050     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11053   layout:
11054     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11062   include:
11063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11066 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11067 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11068   layout:
11069     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11081 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11082 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11083   layout:
11084     title: "3n-skx-x710-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-avf-ndr"
11089   algorithm: "plot_perf_box_name"
11090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11092   include:
11093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11098   layout:
11099     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11113   layout:
11114     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11115     layout: "plot-throughput"
11116
11117 - type: "plot"
11118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11119   algorithm: "plot_perf_box_name"
11120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11122   include:
11123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11128   layout:
11129     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11137   include:
11138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11143   layout:
11144     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11145     layout: "plot-throughput"
11146
11147 - type: "plot"
11148   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11149   algorithm: "plot_perf_box_name"
11150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11152   include:
11153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11159   layout:
11160     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11165   algorithm: "plot_perf_box_name"
11166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11168   include:
11169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11175   layout:
11176     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11177     layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11181   algorithm: "plot_perf_box_name"
11182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11184   include:
11185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11191   layout:
11192     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11200   include:
11201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11207   layout:
11208     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11216   include:
11217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11222   layout:
11223     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11231   include:
11232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11237   layout:
11238     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11246   include:
11247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11253   layout:
11254     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11255     layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11262   include:
11263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11269   layout:
11270     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11271     layout: "plot-throughput"
11272
11273 - type: "plot"
11274   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11275   algorithm: "plot_perf_box_name"
11276   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11277   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11278   include:
11279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11284   layout:
11285     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11286     layout: "plot-throughput"
11287
11288 - type: "plot"
11289   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11290   algorithm: "plot_perf_box_name"
11291   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11292   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11293   include:
11294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11299   layout:
11300     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11301     layout: "plot-throughput"
11302
11303 - type: "plot"
11304   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11305   algorithm: "plot_perf_box_name"
11306   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11307   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11308   include:
11309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11315   layout:
11316     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11317     layout: "plot-throughput"
11318
11319 - type: "plot"
11320   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11321   algorithm: "plot_perf_box_name"
11322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11324   include:
11325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11331   layout:
11332     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11340   include:
11341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11346   layout:
11347     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11355   include:
11356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11361   layout:
11362     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11370   include:
11371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11377   layout:
11378     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11379     layout: "plot-throughput"
11380
11381 - type: "plot"
11382   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11383   algorithm: "plot_perf_box_name"
11384   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11385   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11386   include:
11387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11393   layout:
11394     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11395     layout: "plot-throughput"
11396
11397 - type: "plot"
11398   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11399   algorithm: "plot_perf_box_name"
11400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11402   include:
11403     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11405   layout:
11406     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11414   include:
11415     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11417   layout:
11418     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11419     layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11423   algorithm: "plot_perf_box_name"
11424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11426   include:
11427     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11431   layout:
11432     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11433     layout: "plot-throughput"
11434
11435 - type: "plot"
11436   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11437   algorithm: "plot_perf_box_name"
11438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11440   include:
11441     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11445   layout:
11446     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454   include:
11455     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11459   layout:
11460     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11468   include:
11469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11473   layout:
11474     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11487   layout:
11488     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11496   include:
11497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11501   layout:
11502     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11503     layout: "plot-throughput"
11504
11505 - type: "plot"
11506   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11507   algorithm: "plot_perf_box_name"
11508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11510   include:
11511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11515   layout:
11516     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11529   layout:
11530     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11545   layout:
11546     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11554   include:
11555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11561   layout:
11562     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11576   layout:
11577     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11591   layout:
11592     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11600   include:
11601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11606   layout:
11607     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11615   include:
11616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11621   layout:
11622     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11630   include:
11631     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11634   layout:
11635     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11643   include:
11644     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11647   layout:
11648     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11656   include:
11657     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11660   layout:
11661     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11669   include:
11670     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11673   layout:
11674     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11682   include:
11683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11688   layout:
11689     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11697   include:
11698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11703   layout:
11704     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11712   include:
11713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11718   layout:
11719     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11733   layout:
11734     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11741   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11742   include:
11743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11748   layout:
11749     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11757   include:
11758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11763   layout:
11764     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11771   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11772   include:
11773     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11778   layout:
11779     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11787   include:
11788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11793   layout:
11794     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11802   include:
11803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11808   layout:
11809     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11816   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11817   include:
11818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11823   layout:
11824     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11829   algorithm: "plot_perf_box_name"
11830   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11832   include:
11833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11839   layout:
11840     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11848   include:
11849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11855   layout:
11856     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11864   include:
11865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11869   layout:
11870     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11878   include:
11879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11883   layout:
11884     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11892   include:
11893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11899   layout:
11900     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11915   layout:
11916     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11924   include:
11925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11931   layout:
11932     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11947   layout:
11948     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11949     layout: "plot-throughput"
11950
11951 - type: "plot"
11952   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11953   algorithm: "plot_perf_box_name"
11954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11956   include:
11957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11958 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11960 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11962 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11963   layout:
11964     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11972   include:
11973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11974 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11976 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11978 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11979   layout:
11980     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11988   include:
11989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11995   layout:
11996     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12004   include:
12005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12011   layout:
12012     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12020   include:
12021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12027   layout:
12028     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12043   layout:
12044     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12052   include:
12053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12059   layout:
12060     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12068   include:
12069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12075   layout:
12076     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12091   layout:
12092     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12100   include:
12101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12107   layout:
12108     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12116   include:
12117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12121   layout:
12122     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12135   layout:
12136     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12144   include:
12145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12149   layout:
12150     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12163   layout:
12164     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12172   include:
12173     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12174     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12175     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12179   layout:
12180     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12188   include:
12189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12195   layout:
12196     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12210   layout:
12211     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12225   layout:
12226     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12240   layout:
12241     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12249   include:
12250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12255   layout:
12256     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12264   include:
12265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12269   layout:
12270     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12283   layout:
12284     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12292   include:
12293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12299   layout:
12300     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12308   include:
12309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12315   layout:
12316     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12324   include:
12325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12331   layout:
12332     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12340   include:
12341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12347   layout:
12348     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12356   include:
12357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12363   layout:
12364     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12372   include:
12373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12379   layout:
12380     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12388   include:
12389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12393   layout:
12394     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12395     layout: "plot-throughput"
12396
12397 - type: "plot"
12398   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12399   algorithm: "plot_perf_box_name"
12400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12402   include:
12403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12407   layout:
12408     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12416   include:
12417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12423   layout:
12424     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12432   include:
12433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12439   layout:
12440     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12448   include:
12449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12455   layout:
12456     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12464   include:
12465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12471   layout:
12472     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12473     layout: "plot-throughput"
12474
12475 - type: "plot"
12476   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12477   algorithm: "plot_perf_box_name"
12478   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12479   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12480   include:
12481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12485   layout:
12486     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12493   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12494   include:
12495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12499   layout:
12500     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12507   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12508   include:
12509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12515   layout:
12516     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12523   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12524   include:
12525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12531   layout:
12532     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12540   include:
12541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12545   layout:
12546     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12554   include:
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12559   layout:
12560     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12567   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12568   include:
12569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12575   layout:
12576     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12584   include:
12585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12591   layout:
12592     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12599   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12600   include:
12601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12607   layout:
12608     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12616   include:
12617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12623   layout:
12624     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12632   include:
12633     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12634     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12635     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12636     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12637     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12638     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12639   layout:
12640     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12641     layout: "plot-throughput"
12642
12643 - type: "plot"
12644   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12645   algorithm: "plot_perf_box_name"
12646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12648   include:
12649     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12650     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12651     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12652     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12653     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12654     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12655   layout:
12656     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12664   include:
12665     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12666     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12667     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12668     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12669     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12670     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12671   layout:
12672     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12680   include:
12681     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12682     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12683     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12684     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12685     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12686     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12687   layout:
12688     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12696   include:
12697     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12698     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12700     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12701     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12702     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12703   layout:
12704     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12712   include:
12713     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12714     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12716     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12717     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12718     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12719   layout:
12720     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12721     layout: "plot-throughput"
12722
12723 #- type: "plot"
12724 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12725 #  algorithm: "plot_perf_box_name"
12726 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12727 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12728 #  include:
12729 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12732 #  layout:
12733 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12734 #    layout: "plot-throughput"
12735 #
12736 #- type: "plot"
12737 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12738 #  algorithm: "plot_perf_box_name"
12739 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12740 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12741 #  include:
12742 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12745 #  layout:
12746 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12747 #    layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12760   layout:
12761     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12775   layout:
12776     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12784   include:
12785     - "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"
12786     - "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"
12787     - "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"
12788     - "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"
12789     - "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"
12790   layout:
12791     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12799   include:
12800     - "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"
12801     - "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"
12802     - "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"
12803     - "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"
12804     - "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"
12805   layout:
12806     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12820   layout:
12821     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12835   layout:
12836     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12844   include:
12845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12850   layout:
12851     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12865   layout:
12866     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12874   include:
12875     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12879   layout:
12880     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12888   include:
12889     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12893   layout:
12894     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12902   include:
12903     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12904     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12907   layout:
12908     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12916   include:
12917     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12918     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12919     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12921   layout:
12922     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12923     layout: "plot-throughput"
12924
12925 - type: "plot"
12926   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12927   algorithm: "plot_perf_box_name"
12928   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12930   include:
12931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12935   layout:
12936     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12937     layout: "plot-throughput"
12938
12939 - type: "plot"
12940   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12941   algorithm: "plot_perf_box_name"
12942   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12944   include:
12945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12949   layout:
12950     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12958   include:
12959     - "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"
12960     - "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"
12961     - "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"
12962     - "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"
12963   layout:
12964     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12972   include:
12973     - "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"
12974     - "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"
12975     - "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"
12976     - "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"
12977   layout:
12978     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12993   layout:
12994     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13009   layout:
13010     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13020     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13021     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13025   layout:
13026     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13034   include:
13035     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13041   layout:
13042     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13057   layout:
13058     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13073   layout:
13074     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13088   layout:
13089     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13094   algorithm: "plot_perf_box_name"
13095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13097   include:
13098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13103   layout:
13104     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13105     layout: "plot-throughput"
13106
13107 - type: "plot"
13108   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13109   algorithm: "plot_perf_box_name"
13110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13112   include:
13113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13115   layout:
13116     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13124   include:
13125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13127   layout:
13128     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13136   include:
13137     - "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"
13138     - "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"
13139   layout:
13140     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13141     layout: "plot-throughput"
13142
13143 - type: "plot"
13144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13145   algorithm: "plot_perf_box_name"
13146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13148   include:
13149     - "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"
13150     - "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"
13151   layout:
13152     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13160   include:
13161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13166   layout:
13167     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13175   include:
13176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13181   layout:
13182     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13183     layout: "plot-throughput"
13184
13185 #- type: "plot"
13186 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13187 #  algorithm: "plot_perf_box_name"
13188 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13189 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13190 #  include:
13191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13196 #  layout:
13197 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13198 #    layout: "plot-throughput"
13199 #
13200 #- type: "plot"
13201 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13202 #  algorithm: "plot_perf_box_name"
13203 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13204 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13205 #  include:
13206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13211 #  layout:
13212 #    title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13213 #    layout: "plot-throughput"
13214
13215 #- type: "plot"
13216 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13217 #  algorithm: "plot_perf_box_name"
13218 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13219 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13220 #  include:
13221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13225 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13226 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13227 #  layout:
13228 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13229 #    layout: "plot-throughput"
13230 #
13231 #- type: "plot"
13232 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13233 #  algorithm: "plot_perf_box_name"
13234 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13235 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13236 #  include:
13237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13242 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13243 #  layout:
13244 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13245 #    layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13252   include:
13253     - "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"
13254     - "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"
13255     - "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"
13256     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13259   layout:
13260     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13261     layout: "plot-throughput"
13262
13263 - type: "plot"
13264   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13265   algorithm: "plot_perf_box_name"
13266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13268   include:
13269     - "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"
13270     - "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"
13271     - "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"
13272     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13275   layout:
13276     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13277     layout: "plot-throughput"
13278
13279 ################################################################################
13280
13281 # Packet Speedup
13282
13283 - type: "plot"
13284   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13285   algorithm: "plot_tsa_name"
13286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13288   include:
13289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13293   layout:
13294     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13295     layout: "plot-throughput-speedup-analysis"
13296
13297 - type: "plot"
13298   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13299   algorithm: "plot_tsa_name"
13300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13307   layout:
13308     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13309     layout: "plot-throughput-speedup-analysis"
13310
13311 - type: "plot"
13312   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13313   algorithm: "plot_tsa_name"
13314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13316   include:
13317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13321   layout:
13322     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13323     layout: "plot-throughput-speedup-analysis"
13324
13325 - type: "plot"
13326   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13327   algorithm: "plot_tsa_name"
13328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13330   include:
13331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13335   layout:
13336     title: "2n-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-avf-ndr-tsa"
13341   algorithm: "plot_tsa_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13344   include:
13345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13349     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13350   layout:
13351     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13352     layout: "plot-throughput-speedup-analysis"
13353
13354 - type: "plot"
13355   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13356   algorithm: "plot_tsa_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359   include:
13360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-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: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13371   algorithm: "plot_tsa_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13374   include:
13375     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13376     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13377     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13380   layout:
13381     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13382     layout: "plot-throughput-speedup-analysis"
13383
13384 - type: "plot"
13385   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13386   algorithm: "plot_tsa_name"
13387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13389   include:
13390     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13391     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13392     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13393     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13395   layout:
13396     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13397     layout: "plot-throughput-speedup-analysis"
13398
13399 - type: "plot"
13400   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13401   algorithm: "plot_tsa_name"
13402   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13404   include:
13405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13411   layout:
13412     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13413     layout: "plot-throughput-speedup-analysis"
13414
13415 - type: "plot"
13416   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13417   algorithm: "plot_tsa_name"
13418   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13420   include:
13421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13427   layout:
13428     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13429     layout: "plot-throughput-speedup-analysis"
13430
13431 - type: "plot"
13432   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13433   algorithm: "plot_tsa_name"
13434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13436   include:
13437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13442   layout:
13443     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13444     layout: "plot-throughput-speedup-analysis"
13445
13446 - type: "plot"
13447   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13448   algorithm: "plot_tsa_name"
13449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13457   layout:
13458     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13459     layout: "plot-throughput-speedup-analysis"
13460
13461 - type: "plot"
13462   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13463   algorithm: "plot_tsa_name"
13464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13470   layout:
13471     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13472     layout: "plot-throughput-speedup-analysis"
13473
13474 - type: "plot"
13475   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13476   algorithm: "plot_tsa_name"
13477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13479   include:
13480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13483   layout:
13484     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13485     layout: "plot-throughput-speedup-analysis"
13486
13487 - type: "plot"
13488   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13489   algorithm: "plot_tsa_name"
13490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13498   layout:
13499     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13500     layout: "plot-throughput-speedup-analysis"
13501
13502 - type: "plot"
13503   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13504   algorithm: "plot_tsa_name"
13505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13513   layout:
13514     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13515     layout: "plot-throughput-speedup-analysis"
13516
13517 - type: "plot"
13518   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13519   algorithm: "plot_tsa_name"
13520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13522   include:
13523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13526   layout:
13527     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13528     layout: "plot-throughput-speedup-analysis"
13529
13530 - type: "plot"
13531   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13532   algorithm: "plot_tsa_name"
13533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13535   include:
13536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13539   layout:
13540     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13541     layout: "plot-throughput-speedup-analysis"
13542
13543 - type: "plot"
13544   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13545   algorithm: "plot_tsa_name"
13546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13548   include:
13549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13555   layout:
13556     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13557     layout: "plot-throughput-speedup-analysis"
13558
13559 - type: "plot"
13560   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13561   algorithm: "plot_tsa_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13564   include:
13565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13571   layout:
13572     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13573     layout: "plot-throughput-speedup-analysis"
13574
13575 - type: "plot"
13576   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13577   algorithm: "plot_tsa_name"
13578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13580   include:
13581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13587   layout:
13588     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13589     layout: "plot-throughput-speedup-analysis"
13590
13591 - type: "plot"
13592   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13593   algorithm: "plot_tsa_name"
13594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13596   include:
13597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13603   layout:
13604     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13605     layout: "plot-throughput-speedup-analysis"
13606
13607 - type: "plot"
13608   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13609   algorithm: "plot_tsa_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13612   include:
13613     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13614     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13615     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13616   layout:
13617     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13618     layout: "plot-throughput-speedup-analysis"
13619
13620 - type: "plot"
13621   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13622   algorithm: "plot_tsa_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13625   include:
13626     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13627     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13628     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13629   layout:
13630     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13631     layout: "plot-throughput-speedup-analysis"
13632
13633 - type: "plot"
13634   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13635   algorithm: "plot_tsa_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13638   include:
13639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13642 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13643 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13644   layout:
13645     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13646     layout: "plot-throughput-speedup-analysis"
13647
13648 - type: "plot"
13649   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13650   algorithm: "plot_tsa_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13657 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13658 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13659   layout:
13660     title: "3n-skx-x710-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-avf-ndr-tsa"
13665   algorithm: "plot_tsa_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13674   layout:
13675     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13676     layout: "plot-throughput-speedup-analysis"
13677
13678 - type: "plot"
13679   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13680   algorithm: "plot_tsa_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13689   layout:
13690     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13691     layout: "plot-throughput-speedup-analysis"
13692
13693 - type: "plot"
13694   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13695   algorithm: "plot_tsa_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13698   include:
13699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13704   layout:
13705     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13706     layout: "plot-throughput-speedup-analysis"
13707
13708 - type: "plot"
13709   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13710   algorithm: "plot_tsa_name"
13711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13713   include:
13714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13719   layout:
13720     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13721     layout: "plot-throughput-speedup-analysis"
13722
13723 - type: "plot"
13724   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13725   algorithm: "plot_tsa_name"
13726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13728   include:
13729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13735   layout:
13736     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13737     layout: "plot-throughput-speedup-analysis"
13738
13739 - type: "plot"
13740   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13741   algorithm: "plot_tsa_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13744   include:
13745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13751   layout:
13752     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13753     layout: "plot-throughput-speedup-analysis"
13754
13755 - type: "plot"
13756   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13757   algorithm: "plot_tsa_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760   include:
13761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13767   layout:
13768     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13769     layout: "plot-throughput-speedup-analysis"
13770
13771 - type: "plot"
13772   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13773   algorithm: "plot_tsa_name"
13774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13776   include:
13777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13783   layout:
13784     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13785     layout: "plot-throughput-speedup-analysis"
13786
13787 - type: "plot"
13788   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13789   algorithm: "plot_tsa_name"
13790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13792   include:
13793     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13795   layout:
13796     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13797     layout: "plot-throughput-speedup-analysis"
13798
13799 - type: "plot"
13800   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13801   algorithm: "plot_tsa_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13804   include:
13805     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13806     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13807   layout:
13808     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13809     layout: "plot-throughput-speedup-analysis"
13810
13811 - type: "plot"
13812   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13813   algorithm: "plot_tsa_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13816   include:
13817     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13820     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13821   layout:
13822     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13823     layout: "plot-throughput-speedup-analysis"
13824
13825 - type: "plot"
13826   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13827   algorithm: "plot_tsa_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13830   include:
13831     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13834     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13835   layout:
13836     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13837     layout: "plot-throughput-speedup-analysis"
13838
13839 - type: "plot"
13840   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13841   algorithm: "plot_tsa_name"
13842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13844   include:
13845     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13849   layout:
13850     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13858   include:
13859     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13863   layout:
13864     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13879   layout:
13880     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13881     layout: "plot-throughput-speedup-analysis"
13882
13883 - type: "plot"
13884   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13885   algorithm: "plot_tsa_name"
13886   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13888   include:
13889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13895   layout:
13896     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13897     layout: "plot-throughput-speedup-analysis"
13898
13899 - type: "plot"
13900   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13901   algorithm: "plot_tsa_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13910   layout:
13911     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13919   include:
13920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13925   layout:
13926     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13927     layout: "plot-throughput-speedup-analysis"
13928
13929 - type: "plot"
13930   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13931   algorithm: "plot_tsa_name"
13932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13934   include:
13935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13940   layout:
13941     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13942     layout: "plot-throughput-speedup-analysis"
13943
13944 - type: "plot"
13945   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13946   algorithm: "plot_tsa_name"
13947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13955   layout:
13956     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13964   include:
13965     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13968   layout:
13969     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13977   include:
13978     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13981   layout:
13982     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13983     layout: "plot-throughput-speedup-analysis"
13984
13985 - type: "plot"
13986   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13987   algorithm: "plot_tsa_name"
13988   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13990   include:
13991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13994   layout:
13995     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14007   layout:
14008     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14016   include:
14017     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14022   layout:
14023     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14031   include:
14032     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14037   layout:
14038     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14052   layout:
14053     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14054     layout: "plot-throughput-speedup-analysis"
14055
14056 - type: "plot"
14057   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14058   algorithm: "plot_tsa_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14061   include:
14062     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14067   layout:
14068     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14076   include:
14077     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14078     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14080     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14083   layout:
14084     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14092   include:
14093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14099   layout:
14100     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14101     layout: "plot-throughput-speedup-analysis"
14102
14103 - type: "plot"
14104   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14105   algorithm: "plot_tsa_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14108   include:
14109     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14113   layout:
14114     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14122   include:
14123     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14124     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14125     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14126     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14127   layout:
14128     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14136   include:
14137     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14138     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14139     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14140     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14141     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14142     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14143   layout:
14144     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14152   include:
14153     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14154     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14155     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14156     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14157     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14158     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14159   layout:
14160     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14161     layout: "plot-throughput-speedup-analysis"
14162
14163 - type: "plot"
14164   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14165   algorithm: "plot_tsa_name"
14166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14168   include:
14169     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14170     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14171     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14172     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14173     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14174     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14175   layout:
14176     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14184   include:
14185     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14186     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14187     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14188     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14189     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14190     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14191   layout:
14192     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 - type: "plot"
14196   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14197   algorithm: "plot_tsa_name"
14198   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14200   include:
14201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14207   layout:
14208     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14209     layout: "plot-throughput-speedup-analysis"
14210
14211 - type: "plot"
14212   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14213   algorithm: "plot_tsa_name"
14214   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14216   include:
14217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14218     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14223   layout:
14224     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 - type: "plot"
14228   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14229   algorithm: "plot_tsa_name"
14230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14232   include:
14233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14239   layout:
14240     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14248   include:
14249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14255   layout:
14256     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14257     layout: "plot-throughput-speedup-analysis"
14258
14259 - type: "plot"
14260   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14261   algorithm: "plot_tsa_name"
14262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14264   include:
14265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14271   layout:
14272     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14273     layout: "plot-throughput-speedup-analysis"
14274
14275 - type: "plot"
14276   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14277   algorithm: "plot_tsa_name"
14278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14280   include:
14281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14287   layout:
14288     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 - type: "plot"
14292   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14293   algorithm: "plot_tsa_name"
14294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14296   include:
14297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14301   layout:
14302     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14315   layout:
14316     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14329   layout:
14330     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14343   layout:
14344     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 - type: "plot"
14348   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14349   algorithm: "plot_tsa_name"
14350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14352   include:
14353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14359   layout:
14360     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14368   include:
14369     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14370     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14371     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14372     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14375   layout:
14376     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14377     layout: "plot-throughput-speedup-analysis"
14378
14379 - type: "plot"
14380   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14381   algorithm: "plot_tsa_name"
14382   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14384   include:
14385     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14386     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14390   layout:
14391     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 - type: "plot"
14395   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14396   algorithm: "plot_tsa_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14399   include:
14400     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14401     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14402     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14405   layout:
14406     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14414   include:
14415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14420   layout:
14421     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14422     layout: "plot-throughput-speedup-analysis"
14423
14424 - type: "plot"
14425   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14426   algorithm: "plot_tsa_name"
14427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14429   include:
14430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14435   layout:
14436     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14444   include:
14445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14449   layout:
14450     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14463   layout:
14464     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14479   layout:
14480     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14488   include:
14489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14495   layout:
14496     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14497     layout: "plot-throughput-speedup-analysis"
14498
14499 - type: "plot"
14500   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14504   include:
14505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14511   layout:
14512     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14520   include:
14521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14527   layout:
14528     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14536   include:
14537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14543   layout:
14544     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14559   layout:
14560     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14561     layout: "plot-throughput-speedup-analysis"
14562
14563 - type: "plot"
14564   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14565   algorithm: "plot_tsa_name"
14566   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14568   include:
14569     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14570     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14571     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14572     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14573     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14574     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14575   layout:
14576     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14584   include:
14585     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14586     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14587     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14588     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14589     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14590     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14591   layout:
14592     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14600   include:
14601     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14602     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14603     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14604     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14605     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14606     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14607   layout:
14608     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14609     layout: "plot-throughput-speedup-analysis"
14610
14611 - type: "plot"
14612   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14616   include:
14617     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14618     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14619     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14620     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14621     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14622     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14623   layout:
14624     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14638   layout:
14639     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14653   layout:
14654     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662   include:
14663     - "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"
14664     - "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"
14665     - "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"
14666     - "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"
14667     - "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"
14668   layout:
14669     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14677   include:
14678     - "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"
14679     - "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"
14680     - "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"
14681     - "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"
14682     - "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"
14683   layout:
14684     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14698   layout:
14699     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14709     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14713   layout:
14714     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14715     layout: "plot-throughput-speedup-analysis"
14716
14717 - type: "plot"
14718   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14719   algorithm: "plot_tsa_name"
14720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14722   include:
14723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14728   layout:
14729     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14737   include:
14738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14743   layout:
14744     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14752   include:
14753     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14754     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14755     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14756     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14757   layout:
14758     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14766   include:
14767     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14768     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14769     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14770     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14771   layout:
14772     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14780   include:
14781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14784     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14785   layout:
14786     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14794   include:
14795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14796     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14798     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14799   layout:
14800     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14808   include:
14809     - "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"
14810     - "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"
14811     - "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"
14812     - "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"
14813   layout:
14814     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "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"
14824     - "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"
14825     - "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"
14826     - "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"
14827   layout:
14828     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14836   include:
14837     - "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"
14838     - "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"
14839     - "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"
14840     - "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"
14841   layout:
14842     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14850   include:
14851     - "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"
14852     - "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"
14853     - "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"
14854     - "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"
14855   layout:
14856     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14864   include:
14865     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14871   layout:
14872     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14887   layout:
14888     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14889     layout: "plot-throughput-speedup-analysis"
14890
14891 - type: "plot"
14892   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14893   algorithm: "plot_tsa_name"
14894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14896   include:
14897     - "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"
14898     - "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"
14899     - "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"
14900     - "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"
14901     - "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"
14902     - "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"
14903   layout:
14904     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14912   include:
14913     - "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"
14914     - "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"
14915     - "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"
14916     - "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"
14917     - "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"
14918     - "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"
14919   layout:
14920     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14921     layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14928   include:
14929     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14935   layout:
14936     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14947     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14948     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14949     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14950     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14951   layout:
14952     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14960   include:
14961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14963     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14964     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14965     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14966   layout:
14967     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14981   layout:
14982     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14983     layout: "plot-throughput-speedup-analysis"
14984
14985 - type: "plot"
14986   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14987   algorithm: "plot_tsa_name"
14988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14990   include:
14991     - "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"
14992     - "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"
14993   layout:
14994     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15002   include:
15003     - "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"
15004     - "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"
15005   layout:
15006     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15014   include:
15015     - "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"
15016     - "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"
15017   layout:
15018     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15026   include:
15027     - "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"
15028     - "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"
15029   layout:
15030     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15038   include:
15039     - "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"
15040     - "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"
15041     - "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"
15042     - "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"
15043     - "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"
15044     - "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"
15045   layout:
15046     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15054   include:
15055     - "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"
15056     - "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"
15057     - "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"
15058     - "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"
15059     - "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"
15060     - "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"
15061   layout:
15062     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15070   include:
15071     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15072     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15073     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15074     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15075     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15076   layout:
15077     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15085   include:
15086     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15087     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15088     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15089     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15090     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15091   layout:
15092     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15100   include:
15101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15106   layout:
15107     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15115   include:
15116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15121   layout:
15122     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15130   include:
15131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15137   layout:
15138     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15146   include:
15147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15153   layout:
15154     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15162   include:
15163     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15167   layout:
15168     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15176   include:
15177     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15181   layout:
15182     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15190   include:
15191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15196   layout:
15197     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15205   include:
15206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15211   layout:
15212     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15220   include:
15221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15222     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15223     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15224     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15225     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15226     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15227   layout:
15228     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15236   include:
15237     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15238     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15239     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15240     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15241     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15242     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15243   layout:
15244     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15252   include:
15253     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15257   layout:
15258     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15266   include:
15267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15271   layout:
15272     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15280   include:
15281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15287   layout:
15288     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15296   include:
15297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15303   layout:
15304     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15312   include:
15313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15319   layout:
15320     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15328   include:
15329     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15334     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15335   layout:
15336     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15337     layout: "plot-throughput-speedup-analysis"
15338
15339 - type: "plot"
15340   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15341   algorithm: "plot_tsa_name"
15342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15344   include:
15345     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15350     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15351   layout:
15352     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15353     layout: "plot-throughput-speedup-analysis"
15354
15355 - type: "plot"
15356   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15357   algorithm: "plot_tsa_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15360   include:
15361     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15366     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15367   layout:
15368     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15369     layout: "plot-throughput-speedup-analysis"
15370
15371 - type: "plot"
15372   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15373   algorithm: "plot_tsa_name"
15374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-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-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15380     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15382   layout:
15383     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-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-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15394     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15395     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15397   layout:
15398     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15399     layout: "plot-throughput-speedup-analysis"
15400
15401 #- type: "plot"
15402 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15403 #  algorithm: "plot_tsa_name"
15404 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15405 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15406 #  include:
15407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15412 #  layout:
15413 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15414 #    layout: "plot-throughput-speedup-analysis"
15415 #
15416 #- type: "plot"
15417 #  title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15418 #  algorithm: "plot_tsa_name"
15419 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15420 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15421 #  include:
15422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15427 #  layout:
15428 #    title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15429 #    layout: "plot-throughput-speedup-analysis"
15430
15431 #- type: "plot"
15432 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15433 #  algorithm: "plot_tsa_name"
15434 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15435 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15436 #  include:
15437 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15438 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15439 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15440 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15441 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15442 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15443 #  layout:
15444 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15445 #    layout: "plot-throughput-speedup-analysis"
15446 #
15447 #- type: "plot"
15448 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15449 #  algorithm: "plot_tsa_name"
15450 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15451 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15452 #  include:
15453 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15454 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15455 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15456 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15457 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15458 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459 #  layout:
15460 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15461 #    layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15468   include:
15469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15474   layout:
15475     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15483   include:
15484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15489   layout:
15490     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15498   include:
15499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15505   layout:
15506     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15507     layout: "plot-throughput-speedup-analysis"
15508
15509 - type: "plot"
15510   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15511   algorithm: "plot_tsa_name"
15512   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15513   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15514   include:
15515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15521   layout:
15522     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15530   include:
15531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15536   layout:
15537     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15545   include:
15546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15551   layout:
15552     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15560   include:
15561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15565   layout:
15566     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15574   include:
15575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15579   layout:
15580     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15588   include:
15589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15595   layout:
15596     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15597     layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15604   include:
15605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15611   layout:
15612     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15620   include:
15621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15626   layout:
15627     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15635   include:
15636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15641   layout:
15642     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15650   include:
15651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15657   layout:
15658     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15666   include:
15667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15673   layout:
15674     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15682   include:
15683     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15686     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15687   layout:
15688     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15696   include:
15697     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15699     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15701   layout:
15702     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15710   include:
15711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15716   layout:
15717     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15725   include:
15726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15729     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15731   layout:
15732     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15740   include:
15741     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15742     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15743     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15744     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15745     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15746     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15747   layout:
15748     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15756   include:
15757     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15758     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15759     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15760     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15761     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15762     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15763   layout:
15764     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15772   include:
15773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15777   layout:
15778     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15786   include:
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15791   layout:
15792     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15800   include:
15801     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15807   layout:
15808     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15816   include:
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15823   layout:
15824     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15825     layout: "plot-throughput-speedup-analysis"
15826
15827 - type: "plot"
15828   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15829   algorithm: "plot_tsa_name"
15830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15832   include:
15833     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15839   layout:
15840     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15848   include:
15849     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15850     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15851     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15852     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15855   layout:
15856     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15857     layout: "plot-throughput-speedup-analysis"
15858
15859 #- type: "plot"
15860 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15861 #  algorithm: "plot_tsa_name"
15862 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15863 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15864 #  include:
15865 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15866 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15867 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15868 #  layout:
15869 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15870 #    layout: "plot-throughput-speedup-analysis"
15871 #
15872 #- type: "plot"
15873 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15874 #  algorithm: "plot_tsa_name"
15875 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15876 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15877 #  include:
15878 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15879 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15880 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15881 #  layout:
15882 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15883 #    layout: "plot-throughput-speedup-analysis"
15884
15885 ################################################################################
15886
15887 # Packet Throughput - DPDK
15888
15889 # 2n-skx-xxv710
15890
15891 - type: "plot"
15892   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15893   algorithm: "plot_perf_box_name"
15894   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15895   data: "plot-dpdk-throughput-latency-2n-skx"
15896   include:
15897     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15898     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15899   layout:
15900     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15901     layout: "plot-throughput"
15902
15903 - type: "plot"
15904   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15905   algorithm: "plot_perf_box_name"
15906   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15907   data: "plot-dpdk-throughput-latency-2n-skx"
15908   include:
15909     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15910     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15911   layout:
15912     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15913     layout: "plot-throughput"
15914
15915 - type: "plot"
15916   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15917   algorithm: "plot_perf_box_name"
15918   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15919   data: "plot-dpdk-throughput-latency-2n-skx"
15920   include:
15921     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15922     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15923   layout:
15924     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15925     layout: "plot-throughput"
15926
15927 - type: "plot"
15928   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15929   algorithm: "plot_perf_box_name"
15930   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15931   data: "plot-dpdk-throughput-latency-2n-skx"
15932   include:
15933     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15934     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15935   layout:
15936     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15937     layout: "plot-throughput"
15938
15939 # 2n-skx-x710
15940
15941 - type: "plot"
15942   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15943   algorithm: "plot_perf_box_name"
15944   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15945   data: "plot-dpdk-throughput-latency-2n-skx"
15946   include:
15947     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15948     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15949   layout:
15950     title: "2n-skx-x710-64b-2t1c-base-ndr"
15951     layout: "plot-throughput"
15952
15953 - type: "plot"
15954   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15955   algorithm: "plot_perf_box_name"
15956   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15957   data: "plot-dpdk-throughput-latency-2n-skx"
15958   include:
15959     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15960     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15961   layout:
15962     title: "2n-skx-x710-64b-4t2c-base-ndr"
15963     layout: "plot-throughput"
15964
15965 - type: "plot"
15966   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15967   algorithm: "plot_perf_box_name"
15968   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15969   data: "plot-dpdk-throughput-latency-2n-skx"
15970   include:
15971     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15972     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15973   layout:
15974     title: "2n-skx-x710-64b-2t1c-base-pdr"
15975     layout: "plot-throughput"
15976
15977 - type: "plot"
15978   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15979   algorithm: "plot_perf_box_name"
15980   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15981   data: "plot-dpdk-throughput-latency-2n-skx"
15982   include:
15983     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15984     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15985   layout:
15986     title: "2n-skx-x710-64b-4t2c-base-pdr"
15987     layout: "plot-throughput"
15988
15989 # 3n-skx-xxv710
15990
15991 - type: "plot"
15992   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
15993   algorithm: "plot_perf_box_name"
15994   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
15995   data: "plot-dpdk-throughput-latency-3n-skx"
15996   include:
15997     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15998     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15999   layout:
16000     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16001     layout: "plot-throughput"
16002
16003 - type: "plot"
16004   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16005   algorithm: "plot_perf_box_name"
16006   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16007   data: "plot-dpdk-throughput-latency-3n-skx"
16008   include:
16009     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16010     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16011   layout:
16012     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16013     layout: "plot-throughput"
16014
16015 - type: "plot"
16016   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16017   algorithm: "plot_perf_box_name"
16018   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16019   data: "plot-dpdk-throughput-latency-3n-skx"
16020   include:
16021     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16022     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16023   layout:
16024     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16025     layout: "plot-throughput"
16026
16027 - type: "plot"
16028   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16029   algorithm: "plot_perf_box_name"
16030   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16031   data: "plot-dpdk-throughput-latency-3n-skx"
16032   include:
16033     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16034     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16035   layout:
16036     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16037     layout: "plot-throughput"
16038
16039 # 3n-skx-x710
16040
16041 - type: "plot"
16042   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16043   algorithm: "plot_perf_box_name"
16044   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16045   data: "plot-dpdk-throughput-latency-3n-skx"
16046   include:
16047     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16048     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16049   layout:
16050     title: "3n-skx-x710-64b-2t1c-base-ndr"
16051     layout: "plot-throughput"
16052
16053 - type: "plot"
16054   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16055   algorithm: "plot_perf_box_name"
16056   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16057   data: "plot-dpdk-throughput-latency-3n-skx"
16058   include:
16059     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16060     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16061   layout:
16062     title: "3n-skx-x710-64b-4t2c-base-ndr"
16063     layout: "plot-throughput"
16064
16065 - type: "plot"
16066   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16067   algorithm: "plot_perf_box_name"
16068   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16069   data: "plot-dpdk-throughput-latency-3n-skx"
16070   include:
16071     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16072     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16073   layout:
16074     title: "3n-skx-x710-64b-2t1c-base-pdr"
16075     layout: "plot-throughput"
16076
16077 - type: "plot"
16078   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16079   algorithm: "plot_perf_box_name"
16080   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16081   data: "plot-dpdk-throughput-latency-3n-skx"
16082   include:
16083     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16084     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16085   layout:
16086     title: "3n-skx-x710-64b-4t2c-base-pdr"
16087     layout: "plot-throughput"
16088
16089 # 3n-hsw-xl710
16090
16091 - type: "plot"
16092   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16093   algorithm: "plot_perf_box_name"
16094   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16095   data: "plot-dpdk-throughput-latency-3n-hsw"
16096   include:
16097     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16098     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16099   layout:
16100     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16101     layout: "plot-throughput"
16102
16103 - type: "plot"
16104   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16105   algorithm: "plot_perf_box_name"
16106   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16107   data: "plot-dpdk-throughput-latency-3n-hsw"
16108   include:
16109     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16110     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16111   layout:
16112     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16113     layout: "plot-throughput"
16114
16115 - type: "plot"
16116   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16117   algorithm: "plot_perf_box_name"
16118   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16119   data: "plot-dpdk-throughput-latency-3n-hsw"
16120   include:
16121     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16122     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16123   layout:
16124     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16125     layout: "plot-throughput"
16126
16127 - type: "plot"
16128   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16129   algorithm: "plot_perf_box_name"
16130   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16131   data: "plot-dpdk-throughput-latency-3n-hsw"
16132   include:
16133     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16134     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16135   layout:
16136     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16137     layout: "plot-throughput"
16138
16139 # 3n-hsw-x710
16140
16141 - type: "plot"
16142   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16143   algorithm: "plot_perf_box_name"
16144   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16145   data: "plot-dpdk-throughput-latency-3n-hsw"
16146   include:
16147     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16148     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16149   layout:
16150     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16151     layout: "plot-throughput"
16152
16153 - type: "plot"
16154   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16155   algorithm: "plot_perf_box_name"
16156   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16157   data: "plot-dpdk-throughput-latency-3n-hsw"
16158   include:
16159     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16160     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16161   layout:
16162     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16163     layout: "plot-throughput"
16164
16165 - type: "plot"
16166   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16167   algorithm: "plot_perf_box_name"
16168   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16169   data: "plot-dpdk-throughput-latency-3n-hsw"
16170   include:
16171     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16172     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16173   layout:
16174     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16175     layout: "plot-throughput"
16176
16177 - type: "plot"
16178   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16179   algorithm: "plot_perf_box_name"
16180   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16181   data: "plot-dpdk-throughput-latency-3n-hsw"
16182   include:
16183     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16184     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16185   layout:
16186     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16187     layout: "plot-throughput"
16188
16189 # 2n-dnv-x553
16190
16191 - type: "plot"
16192   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16193   algorithm: "plot_perf_box_name"
16194   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16195   data: "plot-dpdk-throughput-latency-2n-dnv"
16196   include:
16197     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16198     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16199   layout:
16200     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16201     layout: "plot-throughput"
16202
16203 - type: "plot"
16204   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16205   algorithm: "plot_perf_box_name"
16206   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16207   data: "plot-dpdk-throughput-latency-2n-dnv"
16208   include:
16209     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16210     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16211   layout:
16212     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16213     layout: "plot-throughput"
16214
16215 - type: "plot"
16216   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16217   algorithm: "plot_perf_box_name"
16218   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16219   data: "plot-dpdk-throughput-latency-2n-dnv"
16220   include:
16221     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16222     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16223   layout:
16224     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16225     layout: "plot-throughput"
16226
16227 - type: "plot"
16228   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16229   algorithm: "plot_perf_box_name"
16230   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16231   data: "plot-dpdk-throughput-latency-2n-dnv"
16232   include:
16233     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16234     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16235   layout:
16236     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16237     layout: "plot-throughput"
16238
16239 # 3n-dnv-x553
16240
16241 - type: "plot"
16242   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16243   algorithm: "plot_perf_box_name"
16244   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16245   data: "plot-dpdk-throughput-latency-3n-dnv"
16246   include:
16247     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16248     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16249   layout:
16250     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16251     layout: "plot-throughput"
16252
16253 - type: "plot"
16254   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16255   algorithm: "plot_perf_box_name"
16256   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16257   data: "plot-dpdk-throughput-latency-3n-dnv"
16258   include:
16259     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16260     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16261   layout:
16262     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16267   algorithm: "plot_perf_box_name"
16268   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16269   data: "plot-dpdk-throughput-latency-3n-dnv"
16270   include:
16271     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16272     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16273   layout:
16274     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16275     layout: "plot-throughput"
16276
16277 - type: "plot"
16278   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16279   algorithm: "plot_perf_box_name"
16280   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16281   data: "plot-dpdk-throughput-latency-3n-dnv"
16282   include:
16283     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16284     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16285   layout:
16286     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16287     layout: "plot-throughput"
16288
16289 # 3n-tsh-x520
16290
16291 - type: "plot"
16292   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16293   algorithm: "plot_perf_box_name"
16294   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16295   data: "plot-dpdk-throughput-latency-3n-tsh"
16296   include:
16297     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16298     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16299   layout:
16300     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16301     layout: "plot-throughput"
16302
16303 - type: "plot"
16304   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16305   algorithm: "plot_perf_box_name"
16306   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16307   data: "plot-dpdk-throughput-latency-3n-tsh"
16308   include:
16309     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16310     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16311   layout:
16312     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16313     layout: "plot-throughput"
16314
16315 - type: "plot"
16316   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16317   algorithm: "plot_perf_box_name"
16318   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16319   data: "plot-dpdk-throughput-latency-3n-tsh"
16320   include:
16321     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16322     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16323   layout:
16324     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16325     layout: "plot-throughput"
16326
16327 - type: "plot"
16328   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16329   algorithm: "plot_perf_box_name"
16330   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16331   data: "plot-dpdk-throughput-latency-3n-tsh"
16332   include:
16333     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16334     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16335   layout:
16336     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16337     layout: "plot-throughput"
16338
16339 ################################################################################
16340 ###   2n-clx                                                                 ###
16341 ################################################################################
16342
16343 # Packet Throughput
16344
16345 - type: "plot"
16346   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16347   algorithm: "plot_perf_box_name"
16348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16350   include:
16351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16352     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16353     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16354     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16355   layout:
16356     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16357     layout: "plot-throughput"
16358
16359 - type: "plot"
16360   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16361   algorithm: "plot_perf_box_name"
16362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16364   include:
16365     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16366     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16367     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16368     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16369   layout:
16370     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16371     layout: "plot-throughput"
16372
16373 - type: "plot"
16374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16375   algorithm: "plot_perf_box_name"
16376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16378   include:
16379     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16380     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16382     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16383   layout:
16384     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16385     layout: "plot-throughput"
16386
16387 - type: "plot"
16388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16389   algorithm: "plot_perf_box_name"
16390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16392   include:
16393     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16394     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16397   layout:
16398     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16399     layout: "plot-throughput"
16400
16401 - type: "plot"
16402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16403   algorithm: "plot_perf_box_name"
16404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16406   include:
16407     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16408     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16409     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16410     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16411   layout:
16412     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16413     layout: "plot-throughput"
16414
16415 - type: "plot"
16416   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16417   algorithm: "plot_perf_box_name"
16418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16420   include:
16421     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16422     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16423     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16424     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16425   layout:
16426     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16427     layout: "plot-throughput"
16428
16429 - type: "plot"
16430   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16431   algorithm: "plot_perf_box_name"
16432   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16434   include:
16435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16441   layout:
16442     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16443     layout: "plot-throughput"
16444
16445 - type: "plot"
16446   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16447   algorithm: "plot_perf_box_name"
16448   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16450   include:
16451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16456   layout:
16457     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16458     layout: "plot-throughput"
16459
16460 - type: "plot"
16461   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16462   algorithm: "plot_perf_box_name"
16463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16465   include:
16466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16470   layout:
16471     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16472     layout: "plot-throughput"
16473
16474 - type: "plot"
16475   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16476   algorithm: "plot_perf_box_name"
16477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16479   include:
16480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16484   layout:
16485     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16486     layout: "plot-throughput"
16487
16488 - type: "plot"
16489   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16490   algorithm: "plot_perf_box_name"
16491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16493   include:
16494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16497   layout:
16498     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16499     layout: "plot-throughput"
16500
16501 - type: "plot"
16502   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16503   algorithm: "plot_perf_box_name"
16504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16506   include:
16507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16510   layout:
16511     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16512     layout: "plot-throughput"
16513
16514 - type: "plot"
16515   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16516   algorithm: "plot_perf_box_name"
16517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16519   include:
16520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16525   layout:
16526     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16527     layout: "plot-throughput"
16528
16529 - type: "plot"
16530   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16531   algorithm: "plot_perf_box_name"
16532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16534   include:
16535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16540   layout:
16541     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16542     layout: "plot-throughput"
16543
16544 - type: "plot"
16545   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16546   algorithm: "plot_perf_box_name"
16547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16549   include:
16550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16553   layout:
16554     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16555     layout: "plot-throughput"
16556
16557 - type: "plot"
16558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16559   algorithm: "plot_perf_box_name"
16560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16562   include:
16563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16566   layout:
16567     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16568     layout: "plot-throughput"
16569
16570 - type: "plot"
16571   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16572   algorithm: "plot_perf_box_name"
16573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16575   include:
16576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16582   layout:
16583     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16591   include:
16592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16598   layout:
16599     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16600     layout: "plot-throughput"
16601
16602 - type: "plot"
16603   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16604   algorithm: "plot_perf_box_name"
16605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16607   include:
16608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16614   layout:
16615     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16616     layout: "plot-throughput"
16617
16618 - type: "plot"
16619   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16620   algorithm: "plot_perf_box_name"
16621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16623   include:
16624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16630   layout:
16631     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16632     layout: "plot-throughput"
16633
16634 - type: "plot"
16635   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16636   algorithm: "plot_perf_box_name"
16637   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16639   include:
16640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16642   layout:
16643     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16644     layout: "plot-throughput"
16645
16646 - type: "plot"
16647   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16648   algorithm: "plot_perf_box_name"
16649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16651   include:
16652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16654   layout:
16655     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16656     layout: "plot-throughput"
16657
16658 - type: "plot"
16659   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16663   include:
16664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16670   layout:
16671     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16686   layout:
16687     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16688     layout: "plot-throughput"
16689
16690 - type: "plot"
16691   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16692   algorithm: "plot_perf_box_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16695   include:
16696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16702   layout:
16703     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16711   include:
16712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16718   layout:
16719     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16720     layout: "plot-throughput"
16721
16722 - type: "plot"
16723   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16724   algorithm: "plot_perf_box_name"
16725   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16727   include:
16728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16734   layout:
16735     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16743   include:
16744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16750   layout:
16751     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16752     layout: "plot-throughput"
16753
16754 - type: "plot"
16755   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16756   algorithm: "plot_perf_box_name"
16757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16759   include:
16760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16765   layout:
16766     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16767     layout: "plot-throughput"
16768
16769 - type: "plot"
16770   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16771   algorithm: "plot_perf_box_name"
16772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16774   include:
16775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16780   layout:
16781     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16782     layout: "plot-throughput"
16783
16784 - type: "plot"
16785   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16786   algorithm: "plot_perf_box_name"
16787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16789   include:
16790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16795   layout:
16796     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16797     layout: "plot-throughput"
16798
16799 - type: "plot"
16800   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16801   algorithm: "plot_perf_box_name"
16802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16804   include:
16805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16810   layout:
16811     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16812     layout: "plot-throughput"
16813
16814 - type: "plot"
16815   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16816   algorithm: "plot_perf_box_name"
16817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16819   include:
16820     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16825   layout:
16826     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16827     layout: "plot-throughput"
16828
16829 - type: "plot"
16830   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16831   algorithm: "plot_perf_box_name"
16832   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16834   include:
16835     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16840   layout:
16841     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16849   include:
16850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16855   layout:
16856     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16864   include:
16865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16870   layout:
16871     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16879   include:
16880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16885   layout:
16886     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16887     layout: "plot-throughput"
16888
16889 - type: "plot"
16890   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16894   include:
16895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16900   layout:
16901     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16902     layout: "plot-throughput"
16903
16904 - type: "plot"
16905   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16906   algorithm: "plot_perf_box_name"
16907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16909   include:
16910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16916   layout:
16917     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16925   include:
16926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16932   layout:
16933     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16934     layout: "plot-throughput"
16935
16936 - type: "plot"
16937   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16938   algorithm: "plot_perf_box_name"
16939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16941   include:
16942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16946   layout:
16947     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16955   include:
16956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16960   layout:
16961     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16962     layout: "plot-throughput"
16963
16964 - type: "plot"
16965   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16966   algorithm: "plot_perf_box_name"
16967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16969   include:
16970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16976   layout:
16977     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16982   algorithm: "plot_perf_box_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16985   include:
16986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16992   layout:
16993     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16994     layout: "plot-throughput"
16995
16996 - type: "plot"
16997   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16998   algorithm: "plot_perf_box_name"
16999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17001   include:
17002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17006   layout:
17007     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17008     layout: "plot-throughput"
17009
17010 - type: "plot"
17011   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17012   algorithm: "plot_perf_box_name"
17013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17015   include:
17016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17020   layout:
17021     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17026   algorithm: "plot_perf_box_name"
17027   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17029   include:
17030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17036   layout:
17037     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17038     layout: "plot-throughput"
17039
17040 - type: "plot"
17041   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17042   algorithm: "plot_perf_box_name"
17043   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17045   include:
17046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17052   layout:
17053     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17054     layout: "plot-throughput"
17055
17056 - type: "plot"
17057   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17058   algorithm: "plot_perf_box_name"
17059   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17061   include:
17062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17066   layout:
17067     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17068     layout: "plot-throughput"
17069
17070 - type: "plot"
17071   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17072   algorithm: "plot_perf_box_name"
17073   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17075   include:
17076     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17077     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17078     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17079     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17080   layout:
17081     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17082     layout: "plot-throughput"
17083
17084 - type: "plot"
17085   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17086   algorithm: "plot_perf_box_name"
17087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17089   include:
17090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17095   layout:
17096     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17104   include:
17105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "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"
17121     - "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"
17122     - "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"
17123     - "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"
17124     - "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"
17125   layout:
17126     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17127     layout: "plot-throughput"
17128
17129 - type: "plot"
17130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17131   algorithm: "plot_perf_box_name"
17132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17134   include:
17135     - "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"
17136     - "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"
17137     - "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"
17138     - "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"
17139     - "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"
17140   layout:
17141     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17142     layout: "plot-throughput"
17143
17144 - type: "plot"
17145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17149   include:
17150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17155   layout:
17156     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17157     layout: "plot-throughput"
17158
17159 - type: "plot"
17160   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17161   algorithm: "plot_perf_box_name"
17162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17164   include:
17165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17170   layout:
17171     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17179   include:
17180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17185   layout:
17186     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17194   include:
17195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17200   layout:
17201     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17214   layout:
17215     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17223   include:
17224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17228   layout:
17229     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17230     layout: "plot-throughput"
17231
17232 - type: "plot"
17233   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17234   algorithm: "plot_perf_box_name"
17235   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17237   include:
17238     - "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"
17239     - "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"
17240     - "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"
17241     - "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"
17242   layout:
17243     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17251   include:
17252     - "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"
17253     - "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"
17254     - "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"
17255     - "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"
17256   layout:
17257     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17265   include:
17266     - "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"
17267     - "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"
17268     - "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"
17269     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17270     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17271     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17272   layout:
17273     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17274     layout: "plot-throughput"
17275
17276 - type: "plot"
17277   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17281   include:
17282     - "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"
17283     - "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"
17284     - "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"
17285     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17286     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17287     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17288   layout:
17289     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17290     layout: "plot-throughput"
17291
17292 ################################################################################
17293
17294 # Packet Speedup
17295
17296 - type: "plot"
17297   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17298   algorithm: "plot_tsa_name"
17299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17301   include:
17302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17306   layout:
17307     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17308     layout: "plot-throughput-speedup-analysis"
17309
17310 - type: "plot"
17311   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17312   algorithm: "plot_tsa_name"
17313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17315   include:
17316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17320   layout:
17321     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17322     layout: "plot-throughput-speedup-analysis"
17323
17324 - type: "plot"
17325   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17326   algorithm: "plot_tsa_name"
17327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17329   include:
17330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17334   layout:
17335     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17336     layout: "plot-throughput-speedup-analysis"
17337
17338 - type: "plot"
17339   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17340   algorithm: "plot_tsa_name"
17341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17343   include:
17344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17348   layout:
17349     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17350     layout: "plot-throughput-speedup-analysis"
17351
17352 - type: "plot"
17353   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17354   algorithm: "plot_tsa_name"
17355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17357   include:
17358     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17359     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17360     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17361     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17362   layout:
17363     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17364     layout: "plot-throughput-speedup-analysis"
17365
17366 - type: "plot"
17367   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17368   algorithm: "plot_tsa_name"
17369   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17371   include:
17372     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17373     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17374     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17375     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17376   layout:
17377     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17378     layout: "plot-throughput-speedup-analysis"
17379
17380 - type: "plot"
17381   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17382   algorithm: "plot_tsa_name"
17383   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385   include:
17386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17392   layout:
17393     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17394     layout: "plot-throughput-speedup-analysis"
17395
17396 - type: "plot"
17397   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17398   algorithm: "plot_tsa_name"
17399   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401   include:
17402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17408   layout:
17409     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17410     layout: "plot-throughput-speedup-analysis"
17411
17412 - type: "plot"
17413   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17414   algorithm: "plot_tsa_name"
17415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17417   include:
17418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17422   layout:
17423     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17424     layout: "plot-throughput-speedup-analysis"
17425
17426 - type: "plot"
17427   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17428   algorithm: "plot_tsa_name"
17429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17431   include:
17432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17436   layout:
17437     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17438     layout: "plot-throughput-speedup-analysis"
17439
17440 - type: "plot"
17441   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17442   algorithm: "plot_tsa_name"
17443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17445   include:
17446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17449   layout:
17450     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17451     layout: "plot-throughput-speedup-analysis"
17452
17453 - type: "plot"
17454   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17455   algorithm: "plot_tsa_name"
17456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17458   include:
17459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17462   layout:
17463     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17464     layout: "plot-throughput-speedup-analysis"
17465
17466 - type: "plot"
17467   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17468   algorithm: "plot_tsa_name"
17469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17471   include:
17472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17477   layout:
17478     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17479     layout: "plot-throughput-speedup-analysis"
17480
17481 - type: "plot"
17482   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17483   algorithm: "plot_tsa_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17492   layout:
17493     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17494     layout: "plot-throughput-speedup-analysis"
17495
17496 - type: "plot"
17497   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17498   algorithm: "plot_tsa_name"
17499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17501   include:
17502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17505   layout:
17506     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17507     layout: "plot-throughput-speedup-analysis"
17508
17509 - type: "plot"
17510   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17511   algorithm: "plot_tsa_name"
17512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17514   include:
17515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17518   layout:
17519     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17520     layout: "plot-throughput-speedup-analysis"
17521
17522 - type: "plot"
17523   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17524   algorithm: "plot_tsa_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17534   layout:
17535     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17536     layout: "plot-throughput-speedup-analysis"
17537
17538 - type: "plot"
17539   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17540   algorithm: "plot_tsa_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17550   layout:
17551     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17552     layout: "plot-throughput-speedup-analysis"
17553
17554 - type: "plot"
17555   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17556   algorithm: "plot_tsa_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17568     layout: "plot-throughput-speedup-analysis"
17569
17570 - type: "plot"
17571   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17572   algorithm: "plot_tsa_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17582   layout:
17583     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17584     layout: "plot-throughput-speedup-analysis"
17585
17586 - type: "plot"
17587   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17588   algorithm: "plot_tsa_name"
17589   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17591   include:
17592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17594   layout:
17595     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17596     layout: "plot-throughput-speedup-analysis"
17597
17598 - type: "plot"
17599   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17600   algorithm: "plot_tsa_name"
17601   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17603   include:
17604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17606   layout:
17607     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17608     layout: "plot-throughput-speedup-analysis"
17609
17610 - type: "plot"
17611   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17612   algorithm: "plot_tsa_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17622   layout:
17623     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17624     layout: "plot-throughput-speedup-analysis"
17625
17626 - type: "plot"
17627   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17628   algorithm: "plot_tsa_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17638   layout:
17639     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17640     layout: "plot-throughput-speedup-analysis"
17641
17642 - type: "plot"
17643   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17644   algorithm: "plot_tsa_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17654   layout:
17655     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17656     layout: "plot-throughput-speedup-analysis"
17657
17658 - type: "plot"
17659   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17660   algorithm: "plot_tsa_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17670   layout:
17671     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17672     layout: "plot-throughput-speedup-analysis"
17673
17674 - type: "plot"
17675   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17676   algorithm: "plot_tsa_name"
17677   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17679   include:
17680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17686   layout:
17687     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17688     layout: "plot-throughput-speedup-analysis"
17689
17690 - type: "plot"
17691   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17692   algorithm: "plot_tsa_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17702   layout:
17703     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17704     layout: "plot-throughput-speedup-analysis"
17705
17706 - type: "plot"
17707   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17708   algorithm: "plot_tsa_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17719     layout: "plot-throughput-speedup-analysis"
17720
17721 - type: "plot"
17722   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17723   algorithm: "plot_tsa_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17732   layout:
17733     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17734     layout: "plot-throughput-speedup-analysis"
17735
17736 - type: "plot"
17737   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17738   algorithm: "plot_tsa_name"
17739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17741   include:
17742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17749     layout: "plot-throughput-speedup-analysis"
17750
17751 - type: "plot"
17752   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17753   algorithm: "plot_tsa_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17764     layout: "plot-throughput-speedup-analysis"
17765
17766 - type: "plot"
17767   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17768   algorithm: "plot_tsa_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17777   layout:
17778     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17779     layout: "plot-throughput-speedup-analysis"
17780
17781 - type: "plot"
17782   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17783   algorithm: "plot_tsa_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17792   layout:
17793     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17794     layout: "plot-throughput-speedup-analysis"
17795
17796 - type: "plot"
17797   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17798   algorithm: "plot_tsa_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17807   layout:
17808     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17822   layout:
17823     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17824     layout: "plot-throughput-speedup-analysis"
17825
17826 - type: "plot"
17827   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17828   algorithm: "plot_tsa_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17837   layout:
17838     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17839     layout: "plot-throughput-speedup-analysis"
17840
17841 - type: "plot"
17842   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17843   algorithm: "plot_tsa_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17852   layout:
17853     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17854     layout: "plot-throughput-speedup-analysis"
17855
17856 - type: "plot"
17857   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17858   algorithm: "plot_tsa_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17868   layout:
17869     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17870     layout: "plot-throughput-speedup-analysis"
17871
17872 - type: "plot"
17873   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17874   algorithm: "plot_tsa_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17884   layout:
17885     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17886     layout: "plot-throughput-speedup-analysis"
17887
17888 - type: "plot"
17889   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17890   algorithm: "plot_tsa_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17898   layout:
17899     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17900     layout: "plot-throughput-speedup-analysis"
17901
17902 - type: "plot"
17903   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17904   algorithm: "plot_tsa_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17907   include:
17908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17912   layout:
17913     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17914     layout: "plot-throughput-speedup-analysis"
17915
17916 - type: "plot"
17917   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17918   algorithm: "plot_tsa_name"
17919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17921   include:
17922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17930     layout: "plot-throughput-speedup-analysis"
17931
17932 - type: "plot"
17933   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17934   algorithm: "plot_tsa_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17944   layout:
17945     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17946     layout: "plot-throughput-speedup-analysis"
17947
17948 - type: "plot"
17949   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17950   algorithm: "plot_tsa_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17958   layout:
17959     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17960     layout: "plot-throughput-speedup-analysis"
17961
17962 - type: "plot"
17963   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17964   algorithm: "plot_tsa_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17972   layout:
17973     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17974     layout: "plot-throughput-speedup-analysis"
17975
17976 - type: "plot"
17977   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17978   algorithm: "plot_tsa_name"
17979   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17981   include:
17982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17984     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17988   layout:
17989     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
17990     layout: "plot-throughput-speedup-analysis"
17991
17992 - type: "plot"
17993   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17994   algorithm: "plot_tsa_name"
17995   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
17996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17997   include:
17998     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18004   layout:
18005     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18006     layout: "plot-throughput-speedup-analysis"
18007
18008 - type: "plot"
18009   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18010   algorithm: "plot_tsa_name"
18011   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18013   include:
18014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18015     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18018   layout:
18019     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18020     layout: "plot-throughput-speedup-analysis"
18021
18022 - type: "plot"
18023   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18024   algorithm: "plot_tsa_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18029     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18031     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18032   layout:
18033     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18034     layout: "plot-throughput-speedup-analysis"
18035
18036 - type: "plot"
18037   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18038   algorithm: "plot_tsa_name"
18039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18041   include:
18042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18049     layout: "plot-throughput-speedup-analysis"
18050
18051 - type: "plot"
18052   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18053   algorithm: "plot_tsa_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18062   layout:
18063     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18064     layout: "plot-throughput-speedup-analysis"
18065
18066 - type: "plot"
18067   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18068   algorithm: "plot_tsa_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "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"
18073     - "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"
18074     - "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"
18075     - "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"
18076     - "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"
18077   layout:
18078     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18079     layout: "plot-throughput-speedup-analysis"
18080
18081 - type: "plot"
18082   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18083   algorithm: "plot_tsa_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "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"
18088     - "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"
18089     - "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"
18090     - "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"
18091     - "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"
18092   layout:
18093     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18094     layout: "plot-throughput-speedup-analysis"
18095
18096 - type: "plot"
18097   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18098   algorithm: "plot_tsa_name"
18099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18101   include:
18102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18107   layout:
18108     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18109     layout: "plot-throughput-speedup-analysis"
18110
18111 - type: "plot"
18112   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18113   algorithm: "plot_tsa_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18122   layout:
18123     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18124     layout: "plot-throughput-speedup-analysis"
18125
18126 - type: "plot"
18127   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18128   algorithm: "plot_tsa_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18137   layout:
18138     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18139     layout: "plot-throughput-speedup-analysis"
18140
18141 - type: "plot"
18142   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18143   algorithm: "plot_tsa_name"
18144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18146   include:
18147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18152   layout:
18153     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18154     layout: "plot-throughput-speedup-analysis"
18155
18156 - type: "plot"
18157   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18158   algorithm: "plot_tsa_name"
18159   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18161   include:
18162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18166   layout:
18167     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18168     layout: "plot-throughput-speedup-analysis"
18169
18170 - type: "plot"
18171   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18172   algorithm: "plot_tsa_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18180   layout:
18181     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18182     layout: "plot-throughput-speedup-analysis"
18183
18184 - type: "plot"
18185   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18186   algorithm: "plot_tsa_name"
18187   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18189   include:
18190     - "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"
18191     - "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"
18192     - "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"
18193     - "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"
18194   layout:
18195     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18196     layout: "plot-throughput-speedup-analysis"
18197
18198 - type: "plot"
18199   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "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"
18205     - "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"
18206     - "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"
18207     - "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"
18208   layout:
18209     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18210     layout: "plot-throughput-speedup-analysis"
18211
18212 - type: "plot"
18213   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18214   algorithm: "plot_tsa_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "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"
18219     - "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"
18220     - "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"
18221     - "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"
18222     - "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"
18223     - "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"
18224   layout:
18225     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "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"
18235     - "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"
18236     - "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"
18237     - "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"
18238     - "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"
18239     - "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"
18240   layout:
18241     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18242     layout: "plot-throughput-speedup-analysis"
18243
18244 ################################################################################
18245
18246 # Packet Throughput - DPDK
18247
18248 # 2n-clx-xxv710
18249
18250 - type: "plot"
18251   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18252   algorithm: "plot_perf_box_name"
18253   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18254   data: "plot-dpdk-throughput-latency-2n-clx"
18255   include:
18256     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18257     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18258   layout:
18259     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18260     layout: "plot-throughput"
18261
18262 - type: "plot"
18263   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18264   algorithm: "plot_perf_box_name"
18265   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18266   data: "plot-dpdk-throughput-latency-2n-clx"
18267   include:
18268     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18269     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18270   layout:
18271     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18272     layout: "plot-throughput"
18273
18274 - type: "plot"
18275   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18276   algorithm: "plot_perf_box_name"
18277   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18278   data: "plot-dpdk-throughput-latency-2n-clx"
18279   include:
18280     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18281     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18282   layout:
18283     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18284     layout: "plot-throughput"
18285
18286 - type: "plot"
18287   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18288   algorithm: "plot_perf_box_name"
18289   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18290   data: "plot-dpdk-throughput-latency-2n-clx"
18291   include:
18292     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18293     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18294   layout:
18295     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18296     layout: "plot-throughput"
18297
18298 # 2n-clx-x710
18299
18300 - type: "plot"
18301   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18302   algorithm: "plot_perf_box_name"
18303   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18304   data: "plot-dpdk-throughput-latency-2n-clx"
18305   include:
18306     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18307     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18308   layout:
18309     title: "2n-clx-x710-64b-2t1c-base-ndr"
18310     layout: "plot-throughput"
18311
18312 - type: "plot"
18313   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18314   algorithm: "plot_perf_box_name"
18315   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18316   data: "plot-dpdk-throughput-latency-2n-clx"
18317   include:
18318     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18319     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18320   layout:
18321     title: "2n-clx-x710-64b-4t2c-base-ndr"
18322     layout: "plot-throughput"
18323
18324 - type: "plot"
18325   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18326   algorithm: "plot_perf_box_name"
18327   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18328   data: "plot-dpdk-throughput-latency-2n-clx"
18329   include:
18330     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18331     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18332   layout:
18333     title: "2n-clx-x710-64b-2t1c-base-pdr"
18334     layout: "plot-throughput"
18335
18336 - type: "plot"
18337   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18338   algorithm: "plot_perf_box_name"
18339   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18340   data: "plot-dpdk-throughput-latency-2n-clx"
18341   include:
18342     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18343     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18344   layout:
18345     title: "2n-clx-x710-64b-4t2c-base-pdr"
18346     layout: "plot-throughput"
18347
18348 ################################################################################
18349
18350 - type: "plot"
18351   title: "Latency by percentile: 2n-skx"
18352   algorithm: "plot_hdrh_lat_by_percentile"
18353   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18354   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18355   target-links: "../../_static/vpp"
18356   data: "plot-vpp-hdrh-lat-2n-skx"
18357   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18358   layout:
18359     layout: "plot-hdrh-latency-by-percentile"
18360
18361 - type: "plot"
18362   title: "Latency by percentile: 3n-skx"
18363   algorithm: "plot_hdrh_lat_by_percentile"
18364   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18365   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18366   target-links: "../../_static/vpp"
18367   data: "plot-vpp-hdrh-lat-3n-skx"
18368   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18369   layout:
18370     layout: "plot-hdrh-latency-by-percentile"
18371
18372 - type: "plot"
18373   title: "Latency by percentile: 2n-clx"
18374   algorithm: "plot_hdrh_lat_by_percentile"
18375   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18376   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18377   target-links: "../../_static/vpp"
18378   data: "plot-vpp-hdrh-lat-2n-clx"
18379   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18380   layout:
18381     layout: "plot-hdrh-latency-by-percentile"
18382
18383 - type: "plot"
18384   title: "Latency by percentile: 3n-hsw"
18385   algorithm: "plot_hdrh_lat_by_percentile"
18386   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18387   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18388   target-links: "../../_static/vpp"
18389   data: "plot-vpp-hdrh-lat-3n-hsw"
18390   filter: "'1T1C' and 'NIC_Intel-XL710'"
18391   layout:
18392     layout: "plot-hdrh-latency-by-percentile"
18393
18394 - type: "plot"
18395   title: "Latency by percentile: 3n-tsh"
18396   algorithm: "plot_hdrh_lat_by_percentile"
18397   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18398   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18399   target-links: "../../_static/vpp"
18400   data: "plot-vpp-hdrh-lat-3n-tsh"
18401   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18402   layout:
18403     layout: "plot-hdrh-latency-by-percentile"
18404
18405 - type: "plot"
18406   title: "Latency by percentile: DPDK 2n-skx"
18407   algorithm: "plot_hdrh_lat_by_percentile"
18408   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18409   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18410   target-links: "../../_static/dpdk"
18411   data: "plot-dpdk-hdrh-lat-2n-skx"
18412   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18413   layout:
18414     layout: "plot-hdrh-latency-by-percentile"
18415
18416 - type: "plot"
18417   title: "Latency by percentile: DPDK 3n-skx"
18418   algorithm: "plot_hdrh_lat_by_percentile"
18419   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18420   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18421   target-links: "../../_static/dpdk"
18422   data: "plot-dpdk-hdrh-lat-3n-skx"
18423   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18424   layout:
18425     layout: "plot-hdrh-latency-by-percentile"
18426
18427 - type: "plot"
18428   title: "Latency by percentile: DPDK 2n-clx"
18429   algorithm: "plot_hdrh_lat_by_percentile"
18430   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18431   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18432   target-links: "../../_static/dpdk"
18433   data: "plot-dpdk-hdrh-lat-2n-clx"
18434   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18435   layout:
18436     layout: "plot-hdrh-latency-by-percentile"
18437
18438 - type: "plot"
18439   title: "Latency by percentile: DPDK 3n-hsw"
18440   algorithm: "plot_hdrh_lat_by_percentile"
18441   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18442   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18443   target-links: "../../_static/dpdk"
18444   data: "plot-dpdk-hdrh-lat-3n-hsw"
18445   filter: "'1T1C' and 'NIC_Intel-XL710'"
18446   layout:
18447     layout: "plot-hdrh-latency-by-percentile"
18448
18449 - type: "plot"
18450   title: "Latency by percentile: DPDK 3n-tsh"
18451   algorithm: "plot_hdrh_lat_by_percentile"
18452   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18453   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18454   target-links: "../../_static/dpdk"
18455   data: "plot-dpdk-hdrh-lat-3n-tsh"
18456   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18457   layout:
18458     layout: "plot-hdrh-latency-by-percentile"