Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279         - 51  # NDRPDR sel
280         - 52  # NDRPDR sel
281         - 59  # NDRPDR sel
282         - 66  # NDRPDR sel
283         - 54  # NDRPDR sel addition
284         - 55  # NDRPDR sel addition
285         - 56  # NDRPDR sel addition
286         - 57  # NDRPDR sel addition
287         - 58  # NDRPDR sel addition
288         - 60  # NDRPDR sel addition
289         - 61  # NDRPDR sel addition
290         - 62  # NDRPDR sel addition
291         - 63  # NDRPDR sel addition
292         - 64  # NDRPDR sel addition
293
294     plot-vpp-hdrh-lat-3n-skx:
295       csit-vpp-perf-verify-2001-3n-skx:
296         - 46  # NDRPDR sel
297
298     plot-vpp-nfv-3n-skx-ndrpdr:
299       # TODO: Add data
300       csit-vpp-perf-verify-2001-3n-skx:
301         - 45  # NDRPDR sel
302         - 46  # NDRPDR sel
303         - 47  # NDRPDR sel
304         - 48  # NDRPDR sel
305         - 49  # NDRPDR sel
306         - 51  # NDRPDR sel
307         - 52  # NDRPDR sel
308         - 59  # NDRPDR sel
309         - 66  # NDRPDR sel
310
311     plot-vpp-nfv-3n-skx-mrr:
312       csit-vpp-perf-verify-2001-3n-skx:
313         - 50  # MRR sel
314
315     plot-dpdk-throughput-latency-3n-skx:
316       csit-dpdk-perf-verify-2001-3n-skx:
317         - 29  # NDRPDR sel xxv710
318         - 33  # NDRPDR sel xxv710
319         - 34  # NDRPDR sel xxv710
320         - 35  # NDRPDR sel xxv710
321         - 36  # NDRPDR sel xxv710
322         - 37  # NDRPDR sel xxv710
323         - 41  # NDRPDR sel xxv710
324         - 42  # NDRPDR sel xxv710
325         - 43  # NDRPDR sel xxv710
326         - 45  # NDRPDR sel xxv710
327         - 30  # NDRPDR sel x710
328         - 31  # NDRPDR sel x710
329         - 32  # NDRPDR sel x710
330         - 38  # NDRPDR sel x710
331         - 39  # NDRPDR sel x710
332         - 40  # NDRPDR sel x710
333         - 44  # NDRPDR sel x710
334         - 46  # NDRPDR sel x710
335         - 47  # NDRPDR sel x710
336         - 48  # NDRPDR sel x710
337
338     plot-dpdk-hdrh-lat-3n-skx:
339       csit-dpdk-perf-verify-2001-3n-skx:
340         - 29  # NDRPDR sel xxv710
341
342     # 2n-skx
343
344     plot-vpp-throughput-lat-tsa-2n-skx:
345       csit-vpp-perf-verify-2001-2n-skx:
346         - 92  # NDRPDR sel
347         - 93  # NDRPDR sel
348         - 94  # NDRPDR sel
349         - 95  # NDRPDR sel
350         - 96  # NDRPDR sel
351         - 97  # NDRPDR sel
352         - 98  # NDRPDR sel
353         - 99  # NDRPDR sel
354         - 100 # NDRPDR sel
355         - 102 # NDRPDR sel
356         - 129 # NDRPDR sel addition
357         - 130 # NDRPDR sel addition
358         - 131 # NDRPDR sel addition
359         - 132 # NDRPDR sel addition
360         - 133 # NDRPDR sel addition
361         - 134 # NDRPDR sel addition
362         - 135 # NDRPDR sel addition
363         - 136 # NDRPDR sel addition
364         - 137 # NDRPDR sel addition
365         - 138 # NDRPDR sel addition
366
367     plot-vpp-hdrh-lat-2n-skx:
368       csit-vpp-perf-verify-2001-2n-skx:
369         - 92  # NDRPDR sel
370
371     plot-vpp-http-server-performance:
372       csit-vpp-perf-verify-2001-2n-clx:
373         - 80  # TCP
374         - 82  # TCP
375         - 83  # TCP
376         - 85  # TCP
377         - 86  # TCP
378         - 87  # TCP
379         - 88  # TCP
380         - 89  # TCP
381         - 90  # TCP
382         - 91  # TCP
383
384     plot-vpp-soak-2n-skx:
385       # TODO: Replace the data
386       # csit-vpp-perf-verify-2001-2n-skx:
387       csit-vpp-perf-verify-1908-2n-skx:
388         - 83  # SOAK
389         - 86  # SOAK
390
391     plot-vpp-nfv-2n-skx-ndrpdr:
392       # TODO: Replace the data
393       csit-vpp-perf-verify-2001-2n-skx:
394         - 30  # NFV
395         - 31  # NFV
396
397     plot-vpp-nfv-2n-skx-mrr:
398       # TODO: Replace the data
399       # csit-vpp-perf-verify-2001-2n-skx:
400       csit-vpp-perf-verify-1908-2n-skx:
401         - 71  # NFV MRR
402
403     plot-vpp-nfv-reconf-2n-skx:
404       # TODO: Replace the data
405       # csit-vpp-perf-verify-2001-2n-skx:
406       csit-vpp-perf-verify-1908-2n-skx:
407         - 113 # NFV reconf sel
408         - 114 # NFV reconf sel
409         - 115 # NFV reconf sel
410
411     plot-dpdk-throughput-latency-2n-skx:
412       csit-dpdk-perf-verify-2001-2n-skx:
413         - 35  # NDRPDR sel xxv710
414         - 36  # NDRPDR sel xxv710
415         - 37  # NDRPDR sel xxv710
416         - 41  # NDRPDR sel xxv710
417         - 42  # NDRPDR sel xxv710
418         - 43  # NDRPDR sel xxv710
419         - 46  # NDRPDR sel xxv710
420         - 47  # NDRPDR sel xxv710
421         - 52  # NDRPDR sel xxv710
422         - 53  # NDRPDR sel xxv710
423         - 38  # NDRPDR sel x710
424         - 39  # NDRPDR sel x710
425         - 40  # NDRPDR sel x710
426         - 44  # NDRPDR sel x710
427         - 45  # NDRPDR sel x710
428         - 48  # NDRPDR sel x710
429         - 49  # NDRPDR sel x710
430         - 50  # NDRPDR sel x710
431         - 51  # NDRPDR sel x710
432         - 54  # NDRPDR sel x710
433
434     plot-dpdk-hdrh-lat-2n-skx:
435       csit-dpdk-perf-verify-2001-2n-skx:
436         - 35  # NDRPDR sel xxv710
437
438     # 2n-clx
439
440     plot-vpp-throughput-lat-tsa-2n-clx:
441       csit-vpp-perf-verify-2001-2n-clx:
442         - 28  # NDRPDR sel
443         - 29  # NDRPDR sel
444         - 32  # NDRPDR sel
445         - 40  # NDRPDR sel
446         - 43  # NDRPDR sel
447         - 44  # NDRPDR sel
448         - 45  # NDRPDR sel
449         - 47  # NDRPDR sel
450         - 48  # NDRPDR sel
451         - 49  # NDRPDR sel
452
453     plot-vpp-hdrh-lat-2n-clx:
454       csit-vpp-perf-verify-2001-2n-clx:
455         - 28  # NDRPDR sel
456
457     plot-vpp-nfv-2n-clx-ndrpdr:
458       csit-vpp-perf-verify-2001-2n-clx:
459         - 28  # NDRPDR sel
460         - 29  # NDRPDR sel
461         - 32  # NDRPDR sel
462         - 40  # NDRPDR sel
463         - 43  # NDRPDR sel
464         - 44  # NDRPDR sel
465         - 45  # NDRPDR sel
466         - 47  # NDRPDR sel
467         - 48  # NDRPDR sel
468         - 49  # NDRPDR sel
469
470     plot-vpp-nfv-2n-clx-mrr:
471       csit-vpp-perf-verify-2001-2n-clx:
472         - 39  # MRR
473
474     plot-vpp-nfv-reconf-2n-clx:
475       csit-vpp-perf-verify-2001-2n-clx:
476         - 68  # Reconf
477         - 69  # Reconf
478         - 70  # Reconf
479         - 71  # Reconf
480         - 72  # Reconf
481         - 73  # Reconf
482         - 74  # Reconf
483         - 75  # Reconf
484         - 76  # Reconf
485         - 77  # Reconf
486
487     plot-vpp-soak-2n-clx:
488       csit-vpp-perf-verify-2001-2n-clx:
489         - 93  # Soak
490         - 94  # Soak
491
492     plot-dpdk-throughput-latency-2n-clx:
493       csit-dpdk-perf-verify-2001-2n-clx:
494         - 15  # NDRPDR sel
495         - 16  # NDRPDR sel
496         - 17  # NDRPDR sel
497         - 18  # NDRPDR sel
498         - 19  # NDRPDR sel
499         - 20  # NDRPDR sel
500         - 21  # NDRPDR sel
501         - 22  # NDRPDR sel
502         - 23  # NDRPDR sel
503         - 24  # NDRPDR sel
504         - 25  # NDRPDR sel
505         - 26  # NDRPDR sel
506         - 27  # NDRPDR sel
507         - 28  # NDRPDR sel
508         - 29  # NDRPDR sel
509         - 30  # NDRPDR sel
510         - 31  # NDRPDR sel
511         - 32  # NDRPDR sel
512         - 33  # NDRPDR sel
513         - 34  # NDRPDR sel
514
515
516     plot-dpdk-hdrh-lat-2n-clx:
517       csit-dpdk-perf-verify-2001-2n-clx:
518         - 15  # NDRPDR sel
519
520     # 3n-tsh
521
522     plot-vpp-throughput-lat-tsa-3n-tsh:
523       csit-vpp-perf-verify-2001-3n-tsh:
524         - 3   # NDRPDR sel
525         - 4   # NDRPDR sel
526         - 7   # NDRPDR sel
527         - 8   # NDRPDR sel
528         - 10  # NDRPDR sel
529         - 12  # NDRPDR sel
530         - 13  # NDRPDR sel
531         - 14  # NDRPDR sel
532         - 15  # NDRPDR sel
533         - 21  # NDRPDR sel
534
535     plot-vpp-hdrh-lat-3n-tsh:
536       csit-vpp-perf-verify-2001-3n-tsh:
537         - 10  # NDRPDR sel
538
539     plot-dpdk-throughput-latency-3n-tsh:
540       csit-dpdk-perf-verify-2001-3n-tsh:
541         - 3   # NDRPDR sel
542         - 4   # NDRPDR sel
543         - 5   # NDRPDR sel
544         - 9   # NDRPDR sel
545         - 10  # NDRPDR sel
546         - 11  # NDRPDR sel
547         - 12  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 18  # NDRPDR sel
551
552     plot-dpdk-hdrh-lat-3n-tsh:
553       csit-dpdk-perf-verify-2001-3n-tsh:
554         - 3   # NDRPDR sel
555
556     # 3n-dnv
557
558     plot-vpp-throughput-lat-tsa-3n-dnv:
559       csit-vpp-perf-verify-2001-3n-dnv:
560         - 5   # NDRPDR sel
561         - 6   # NDRPDR sel
562         - 7   # NDRPDR sel
563         - 8   # NDRPDR sel
564         - 9   # NDRPDR sel
565         - 10  # NDRPDR sel
566         - 12  # NDRPDR sel
567         - 16  # NDRPDR sel
568         - 17  # NDRPDR sel
569         - 18  # NDRPDR sel
570
571     plot-dpdk-throughput-latency-3n-dnv:
572       csit-dpdk-perf-verify-2001-3n-dnv:
573         - 12  # NDRPDR sel
574         - 13  # NDRPDR sel
575         - 14  # NDRPDR sel
576         - 15  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580         - 19  # NDRPDR sel
581         - 20  # NDRPDR sel
582         - 22  # NDRPDR sel
583
584     # 2n-dnv
585
586     plot-vpp-throughput-lat-tsa-2n-dnv:
587       csit-vpp-perf-verify-2001-2n-dnv:
588         - 4   # NDRPDR sel
589         - 5   # NDRPDR sel
590         - 6   # NDRPDR sel
591         - 7   # NDRPDR sel
592         - 8   # NDRPDR sel
593         - 9   # NDRPDR sel
594         - 10  # NDRPDR sel
595         - 11  # NDRPDR sel
596         - 13  # NDRPDR sel
597         - 16  # NDRPDR sel
598
599     plot-dpdk-throughput-latency-2n-dnv:
600       csit-dpdk-perf-verify-2001-2n-dnv:
601         - 9   # NDRPDR sel
602         - 10  # NDRPDR sel
603         - 11  # NDRPDR sel
604         - 12  # NDRPDR sel
605         - 13  # NDRPDR sel
606         - 14  # NDRPDR sel
607         - 15  # NDRPDR sel
608         - 16  # NDRPDR sel
609         - 17  # NDRPDR sel
610         - 18  # NDRPDR sel
611
612     ###########################################################################
613     # Simple tables (only one data set):
614
615     # NIC Comparisons
616
617     vpp-nic-comparison-3n-skx:
618       # TODO: Add the data
619       csit-vpp-perf-verify-2001-3n-skx:
620         - 45  # NDRPDR sel
621         - 46  # NDRPDR sel
622         - 47  # NDRPDR sel
623         - 48  # NDRPDR sel
624         - 49  # NDRPDR sel
625         - 51  # NDRPDR sel
626         - 52  # NDRPDR sel
627         - 59  # NDRPDR sel
628         - 66  # NDRPDR sel
629         - 54  # NDRPDR sel addition
630         - 55  # NDRPDR sel addition
631         - 56  # NDRPDR sel addition
632         - 57  # NDRPDR sel addition
633         - 58  # NDRPDR sel addition
634         - 60  # NDRPDR sel addition
635         - 61  # NDRPDR sel addition
636         - 62  # NDRPDR sel addition
637         - 63  # NDRPDR sel addition
638         - 64  # NDRPDR sel addition
639
640     vpp-nic-comparison-2n-skx:
641       csit-vpp-perf-verify-2001-2n-skx:
642         - 92  # NDRPDR sel
643         - 93  # NDRPDR sel
644         - 94  # NDRPDR sel
645         - 95  # NDRPDR sel
646         - 96  # NDRPDR sel
647         - 97  # NDRPDR sel
648         - 98  # NDRPDR sel
649         - 99  # NDRPDR sel
650         - 100 # NDRPDR sel
651         - 102 # NDRPDR sel
652         - 129 # NDRPDR sel addition
653         - 130 # NDRPDR sel addition
654         - 131 # NDRPDR sel addition
655         - 132 # NDRPDR sel addition
656         - 133 # NDRPDR sel addition
657         - 134 # NDRPDR sel addition
658         - 135 # NDRPDR sel addition
659         - 136 # NDRPDR sel addition
660         - 137 # NDRPDR sel addition
661         - 138 # NDRPDR sel addition
662
663     vpp-nic-comparison-3n-skx-mrr:
664       csit-vpp-perf-verify-2001-3n-skx:
665         - 50  # MRR sel
666         - 53  # MRR sel addition
667
668     vpp-nic-comparison-2n-skx-mrr:
669       csit-vpp-perf-verify-2001-2n-skx:
670         - 101 # MRR sel
671         - 128 # MRR sel addition
672
673     # Results
674
675     vpp-perf-results-3n-hsw:
676       csit-vpp-perf-verify-2001-3n-hsw:
677         - 18  # NDRPDR full
678         - 20  # NDRPDR full
679         - 28  # NDRPDR full
680         - 35  # NDRPDR full
681         - 42  # NDRPDR full
682         - 46  # NDRPDR full
683         - 47  # NDRPDR full
684         - 48  # NDRPDR full
685         - 49  # NDRPDR full
686         - 50  # NDRPDR full
687         - 51  # NDRPDR full
688         - 52  # NDRPDR full
689         - 53  # NDRPDR full
690         - 54  # NDRPDR full
691         - 55  # NDRPDR full
692         - 56  # NDRPDR full
693         - 57  # NDRPDR full
694         - 58  # NDRPDR full
695         - 59  # NDRPDR full
696         - 61  # NDRPDR full
697         - 62  # NDRPDR full
698         - 63  # NDRPDR full
699         - 64  # NDRPDR full
700         - 65  # NDRPDR full
701         - 67  # NDRPDR full
702         - 70  # NDRPDR full
703         - 72  # NDRPDR full
704         - 73  # NDRPDR full
705         - 76  # NDRPDR full
706         - 77  # NDRPDR full
707         - 78  # NDRPDR full
708         - 79  # NDRPDR full
709         - 81  # NDRPDR full
710         - 82  # NDRPDR full
711         - 84  # NDRPDR full
712         - 85  # NDRPDR full
713
714     vpp-perf-results-3n-skx:
715       # TODO: Replace
716       csit-vpp-perf-verify-2001-3n-skx:
717         - 47  # NDRPDR sel
718         - 54  # NDRPDR sel addition
719
720     vpp-perf-results-2n-skx:
721       csit-vpp-perf-verify-2001-2n-skx:
722         # TODO: Replace
723         - 92  # NDRPDR sel
724
725     vpp-perf-results-2n-clx:
726       csit-vpp-perf-verify-2001-2n-clx:
727         - 53  # NDRPDR full
728         - 54  # NDRPDR full
729         - 55  # NDRPDR full
730         - 56  # NDRPDR full
731         - 57  # NDRPDR full
732         - 58  # NDRPDR full
733         - 59  # NDRPDR full
734         - 60  # NDRPDR full
735         - 61  # NDRPDR full
736         - 62  # NDRPDR full
737         - 63  # NDRPDR full
738         - 64  # NDRPDR full
739         - 65  # NDRPDR full
740         - 66  # NDRPDR full
741         - 67  # NDRPDR full
742
743     vpp-perf-results-3n-tsh:
744       csit-vpp-perf-verify-2001-3n-tsh:
745         - 10  # NDRPDR sel
746
747     vpp-perf-results-3n-dnv:
748       csit-vpp-perf-verify-2001-3n-dnv:
749         - 19  # NDRPDR full
750         - 20  # NDRPDR full
751         - 21  # NDRPDR full
752         - 22  # NDRPDR full
753         - 23  # NDRPDR full
754         - 24  # NDRPDR full
755         - 25  # NDRPDR full
756         - 26  # NDRPDR full
757         - 37  # NDRPDR full
758         - 38  # NDRPDR full
759         - 39  # NDRPDR full
760
761     vpp-perf-results-2n-dnv:
762       csit-vpp-perf-verify-2001-2n-dnv:
763         - 21  # NDRPDR full
764         - 22  # NDRPDR full
765         - 25  # NDRPDR full
766         - 26  # NDRPDR full
767         - 27  # NDRPDR full
768         - 28  # NDRPDR full
769
770     vpp-mrr-results-3n-hsw:
771       csit-vpp-perf-verify-2001-3n-hsw:
772         - 17  # MRR sel
773
774     vpp-mrr-results-3n-skx:
775       csit-vpp-perf-verify-2001-3n-skx:
776         - 50  # MRR sel
777         - 53  # MRR sel addition
778
779     vpp-mrr-results-2n-skx:
780       csit-vpp-perf-verify-2001-2n-skx:
781         - 101 # MRR sel
782         - 128 # MRR sel addition
783
784     vpp-mrr-results-2n-clx:
785       csit-vpp-perf-verify-2001-2n-clx:
786         - 39  # MRR
787
788     vpp-mrr-results-3n-tsh:
789       csit-vpp-perf-verify-2001-3n-tsh:
790         - 9   # MRR sel
791
792     vpp-mrr-results-3n-dnv:
793       csit-vpp-perf-verify-2001-3n-dnv:
794         - 11  # MRR sel
795
796     vpp-mrr-results-2n-dnv:
797       csit-vpp-perf-verify-2001-2n-dnv:
798         - 12  # MRR sel
799
800     vpp-device-results-ubuntu:
801       csit-vpp-device-2001-ubuntu1804-1n-skx:
802         - 57
803
804     dpdk-perf-results-3n-hsw:
805       csit-dpdk-perf-verify-2001-3n-hsw:
806         - 25  # NDRPDR full
807         - 26  # NDRPDR full
808
809     dpdk-perf-results-3n-skx:
810       csit-dpdk-perf-verify-2001-3n-skx:
811         - 29  # NDRPDR sel xxv710
812         - 30  # NDRPDR sel x710
813
814     dpdk-perf-results-2n-skx:
815       csit-dpdk-perf-verify-2001-2n-skx:
816         - 35  # NDRPDR sel xxv710
817         - 38  # NDRPDR sel x710
818
819     dpdk-perf-results-2n-clx:
820       csit-dpdk-perf-verify-2001-2n-clx:
821         - 15  # NDRPDR sel
822         - 34  # NDRPDR sel
823
824     dpdk-perf-results-2n-dnv:
825       csit-dpdk-perf-verify-2001-2n-dnv:
826         - 16  # NDRPDR sel
827
828     dpdk-perf-results-3n-dnv:
829       csit-dpdk-perf-verify-2001-3n-dnv:
830         - 12  # NDRPDR sel
831
832     dpdk-perf-results-3n-tsh:
833       csit-dpdk-perf-verify-2001-3n-tsh:
834         - 3   # NDRPDR sel
835
836 ###########################################################################
837     # Tables (more than one data set)
838
839     # Performance changes
840
841     vpp-performance-changes-3n-hsw-h1:
842       csit-vpp-perf-verify-1904-3n-hsw:
843         - 11  # NDRPDR sel
844         - 12  # NDRPDR sel
845         - 20  # NDRPDR sel
846         - 21  # NDRPDR sel
847         - 23  # NDRPDR sel
848         - 24  # NDRPDR sel
849         - 25  # NDRPDR sel
850         - 26  # NDRPDR sel
851         - 29  # NDRPDR sel
852         - 30  # NDRPDR sel
853     vpp-performance-changes-3n-hsw-ref:
854       csit-vpp-perf-verify-1908-3n-hsw:
855         - 12  # NDRPDR sel
856         - 13  # NDRPDR sel
857         - 14  # NDRPDR sel
858         - 15  # NDRPDR sel
859         - 16  # NDRPDR sel
860         - 17  # NDRPDR sel
861         - 18  # NDRPDR sel
862         - 19  # NDRPDR sel
863         - 20  # NDRPDR sel
864         - 21  # NDRPDR sel
865     vpp-performance-changes-3n-hsw-cmp:
866       csit-vpp-perf-verify-2001-3n-hsw:
867         - 21  # NDRPDR sel
868         - 22  # NDRPDR sel
869         - 23  # NDRPDR sel
870         - 24  # NDRPDR sel
871         - 25  # NDRPDR sel
872         - 29  # NDRPDR sel
873         - 30  # NDRPDR sel
874         - 31  # NDRPDR sel
875         - 32  # NDRPDR sel
876         - 34  # NDRPDR sel
877     vpp-performance-changes-3n-hsw:
878       - "vpp-performance-changes-3n-hsw-h1"
879       - "vpp-performance-changes-3n-hsw-ref"
880       - "vpp-performance-changes-3n-hsw-cmp"
881
882     vpp-performance-changes-3n-skx-h1:
883       csit-vpp-perf-verify-1904-3n-skx:
884         - 8   # NDRPDR sel
885         - 9   # NDRPDR sel
886         - 10  # NDRPDR sel
887         - 11  # NDRPDR sel
888         - 12  # NDRPDR sel
889         - 14  # NDRPDR sel
890         - 16  # NDRPDR sel
891         - 21  # NDRPDR sel
892         - 23  # NDRPDR sel
893         - 25  # NDRPDR sel
894     vpp-performance-changes-3n-skx-ref:
895       csit-vpp-perf-verify-1908-3n-skx:
896         - 14  # NDRPDR sel
897         - 16  # NDRPDR sel
898         - 19  # NDRPDR sel
899         - 20  # NDRPDR sel
900         - 22  # NDRPDR sel
901         - 23  # NDRPDR sel
902         - 24  # NDRPDR sel
903         - 25  # NDRPDR sel
904         - 26  # NDRPDR sel
905         - 29  # NDRPDR sel
906     vpp-performance-changes-3n-skx-cmp:
907       # TODO: Add the data
908       csit-vpp-perf-verify-2001-3n-skx:
909         - 45  # NDRPDR sel
910         - 46  # NDRPDR sel
911         - 47  # NDRPDR sel
912         - 48  # NDRPDR sel
913         - 49  # NDRPDR sel
914         - 51  # NDRPDR sel
915         - 52  # NDRPDR sel
916         - 59  # NDRPDR sel
917         - 66  # NDRPDR sel
918         - 54  # NDRPDR sel addition
919         - 55  # NDRPDR sel addition
920         - 56  # NDRPDR sel addition
921         - 57  # NDRPDR sel addition
922         - 58  # NDRPDR sel addition
923         - 60  # NDRPDR sel addition
924         - 61  # NDRPDR sel addition
925         - 62  # NDRPDR sel addition
926         - 63  # NDRPDR sel addition
927         - 64  # NDRPDR sel addition
928     vpp-performance-changes-3n-skx:
929       - "vpp-performance-changes-3n-skx-h1"
930       - "vpp-performance-changes-3n-skx-ref"
931       - "vpp-performance-changes-3n-skx-cmp"
932
933     vpp-performance-changes-2n-skx-h1:
934       csit-vpp-perf-verify-1904-2n-skx:
935         - 12  # NDRPDR sel
936         - 14  # NDRPDR sel
937         - 16  # NDRPDR sel
938         - 17  # NDRPDR sel
939         - 18  # NDRPDR sel
940         - 21  # NDRPDR sel
941         - 27  # NDRPDR sel
942         - 30  # NDRPDR sel
943         - 31  # NDRPDR sel
944         - 32  # NDRPDR sel
945     vpp-performance-changes-2n-skx-ref:
946       csit-vpp-perf-verify-1908-2n-skx:
947         - 26  # NDRPDR sel
948         - 27  # NDRPDR sel
949         - 34  # NDRPDR sel
950         - 35  # NDRPDR sel
951         - 36  # NDRPDR sel
952         - 42  # NDRPDR sel
953         - 43  # NDRPDR sel
954         - 44  # NDRPDR sel
955         - 45  # NDRPDR sel
956         - 46  # NDRPDR sel
957     vpp-performance-changes-2n-skx-cmp:
958       csit-vpp-perf-verify-2001-2n-skx:
959         - 92  # NDRPDR sel
960         - 93  # NDRPDR sel
961         - 94  # NDRPDR sel
962         - 95  # NDRPDR sel
963         - 96  # NDRPDR sel
964         - 97  # NDRPDR sel
965         - 98  # NDRPDR sel
966         - 99  # NDRPDR sel
967         - 100 # NDRPDR sel
968         - 102 # NDRPDR sel
969         - 129 # NDRPDR sel addition
970         - 130 # NDRPDR sel addition
971         - 131 # NDRPDR sel addition
972         - 132 # NDRPDR sel addition
973         - 133 # NDRPDR sel addition
974         - 134 # NDRPDR sel addition
975         - 135 # NDRPDR sel addition
976         - 136 # NDRPDR sel addition
977         - 137 # NDRPDR sel addition
978         - 138 # NDRPDR sel addition
979     vpp-performance-changes-2n-skx:
980       - "vpp-performance-changes-2n-skx-h1"
981       - "vpp-performance-changes-2n-skx-ref"
982       - "vpp-performance-changes-2n-skx-cmp"
983
984     vpp-performance-changes-nfv-2n-skx-ref:
985       csit-vpp-perf-verify-1908-2n-skx:
986         - 22  # NFV
987         - 31  # NFV
988         - 32  # NFV
989     vpp-performance-changes-nfv-2n-skx-cmp:
990       # TODO: Add the data
991       csit-vpp-perf-verify-2001-2n-skx:
992         - 30  # NFV
993         - 31  # NFV
994     vpp-performance-changes-nfv-2n-skx:
995       - "vpp-performance-changes-nfv-2n-skx-ref"
996       - "vpp-performance-changes-nfv-2n-skx-cmp"
997
998     vpp-performance-changes-2n-dnv-ref:
999       csit-vpp-perf-verify-1908-2n-dnv:
1000         - 1   # NDRPDR sel
1001         - 2   # NDRPDR sel
1002         - 3   # NDRPDR sel
1003         - 4   # NDRPDR sel
1004         - 5   # NDRPDR sel
1005         - 6   # NDRPDR sel
1006         - 7   # NDRPDR sel
1007         - 8   # NDRPDR sel
1008         - 9   # NDRPDR sel
1009         - 10  # NDRPDR sel
1010     vpp-performance-changes-2n-dnv-cmp:
1011       csit-vpp-perf-verify-2001-2n-dnv:
1012         - 4   # NDRPDR sel
1013         - 5   # NDRPDR sel
1014         - 6   # NDRPDR sel
1015         - 7   # NDRPDR sel
1016         - 8   # NDRPDR sel
1017         - 9   # NDRPDR sel
1018         - 10  # NDRPDR sel
1019         - 11  # NDRPDR sel
1020         - 13  # NDRPDR sel
1021         - 16  # NDRPDR sel
1022     vpp-performance-changes-2n-dnv:
1023       - "vpp-performance-changes-2n-dnv-ref"
1024       - "vpp-performance-changes-2n-dnv-cmp"
1025
1026     vpp-performance-changes-3n-dnv-ref:
1027       csit-vpp-perf-verify-1908-3n-dnv:
1028         - 6   # NDRPDR sel
1029         - 7   # NDRPDR sel
1030         - 8   # NDRPDR sel
1031         - 9   # NDRPDR sel
1032         - 10  # NDRPDR sel
1033         - 12  # NDRPDR sel
1034         - 13  # NDRPDR sel
1035         - 14  # NDRPDR sel
1036         - 15  # NDRPDR sel
1037         - 16  # NDRPDR sel
1038     vpp-performance-changes-3n-dnv-cmp:
1039       csit-vpp-perf-verify-2001-3n-dnv:
1040         - 5   # NDRPDR sel
1041         - 6   # NDRPDR sel
1042         - 7   # NDRPDR sel
1043         - 8   # NDRPDR sel
1044         - 9   # NDRPDR sel
1045         - 10  # NDRPDR sel
1046         - 12  # NDRPDR sel
1047         - 16  # NDRPDR sel
1048         - 17  # NDRPDR sel
1049         - 18  # NDRPDR sel
1050     vpp-performance-changes-3n-dnv:
1051       - "vpp-performance-changes-3n-dnv-ref"
1052       - "vpp-performance-changes-3n-dnv-cmp"
1053
1054     vpp-performance-changes-3n-tsh-ref:
1055       csit-vpp-perf-verify-1908-3n-tsh:
1056         - 7   # NDRPDR sel
1057         - 8   # NDRPDR sel
1058         - 9   # NDRPDR sel
1059         - 10  # NDRPDR sel
1060         - 11  # NDRPDR sel
1061         - 12  # NDRPDR sel
1062         - 13  # NDRPDR sel
1063         - 14  # NDRPDR sel
1064         - 15  # NDRPDR sel
1065         - 16  # NDRPDR sel
1066     vpp-performance-changes-3n-tsh-cmp:
1067       csit-vpp-perf-verify-2001-3n-tsh:
1068         - 3   # NDRPDR sel
1069         - 4   # NDRPDR sel
1070         - 7   # NDRPDR sel
1071         - 8   # NDRPDR sel
1072         - 10  # NDRPDR sel
1073         - 12  # NDRPDR sel
1074         - 13  # NDRPDR sel
1075         - 14  # NDRPDR sel
1076         - 15  # NDRPDR sel
1077         - 21  # NDRPDR sel
1078     vpp-performance-changes-3n-tsh:
1079       - "vpp-performance-changes-3n-tsh-ref"
1080       - "vpp-performance-changes-3n-tsh-cmp"
1081
1082     vpp-soak-vs-ndr-2n-skx-ref:
1083       csit-vpp-perf-verify-2001-2n-skx:
1084         - 92  # NDRPDR sel
1085         - 93  # NDRPDR sel
1086         - 94  # NDRPDR sel
1087         - 95  # NDRPDR sel
1088         - 96  # NDRPDR sel
1089         - 97  # NDRPDR sel
1090         - 98  # NDRPDR sel
1091         - 99  # NDRPDR sel
1092         - 100 # NDRPDR sel
1093         - 102 # NDRPDR sel
1094         - 129 # NDRPDR sel addition
1095         - 130 # NDRPDR sel addition
1096         - 131 # NDRPDR sel addition
1097         - 132 # NDRPDR sel addition
1098         - 133 # NDRPDR sel addition
1099         - 134 # NDRPDR sel addition
1100         - 135 # NDRPDR sel addition
1101         - 136 # NDRPDR sel addition
1102         - 137 # NDRPDR sel addition
1103         - 138 # NDRPDR sel addition
1104     vpp-soak-vs-ndr-2n-skx-cmp:
1105       # TODO: Replace
1106       # csit-vpp-perf-verify-2001-2n-skx:
1107       csit-vpp-perf-verify-1908-2n-skx:
1108         - 83  # SOAK
1109         - 86  # SOAK
1110     vpp-soak-vs-ndr-2n-skx:
1111       csit-vpp-perf-verify-2001-2n-skx:
1112         - 92  # NDRPDR sel
1113         - 93  # NDRPDR sel
1114         - 94  # NDRPDR sel
1115         - 95  # NDRPDR sel
1116         - 96  # NDRPDR sel
1117         - 97  # NDRPDR sel
1118         - 98  # NDRPDR sel
1119         - 99  # NDRPDR sel
1120         - 100 # NDRPDR sel
1121         - 102 # NDRPDR sel
1122         - 129 # NDRPDR sel addition
1123         - 130 # NDRPDR sel addition
1124         - 131 # NDRPDR sel addition
1125         - 132 # NDRPDR sel addition
1126         - 133 # NDRPDR sel addition
1127         - 134 # NDRPDR sel addition
1128         - 135 # NDRPDR sel addition
1129         - 136 # NDRPDR sel addition
1130         - 137 # NDRPDR sel addition
1131         - 138 # NDRPDR sel addition
1132         - 83  # SOAK
1133         - 86  # SOAK
1134
1135     vpp-soak-vs-ndr-2n-clx-ref:
1136       csit-vpp-perf-verify-2001-2n-clx:
1137         - 28  # NDRPDR sel
1138         - 29  # NDRPDR sel
1139         - 32  # NDRPDR sel
1140         - 40  # NDRPDR sel
1141         - 43  # NDRPDR sel
1142         - 44  # NDRPDR sel
1143         - 45  # NDRPDR sel
1144         - 47  # NDRPDR sel
1145         - 48  # NDRPDR sel
1146         - 49  # NDRPDR sel
1147     vpp-soak-vs-ndr-2n-clx-cmp:
1148       csit-vpp-perf-verify-2001-2n-clx:
1149         - 93  # SOAK
1150         - 94  # Soak
1151     vpp-soak-vs-ndr-2n-clx:
1152       csit-vpp-perf-verify-2001-2n-clx:
1153         - 28  # NDRPDR sel
1154         - 29  # NDRPDR sel
1155         - 32  # NDRPDR sel
1156         - 40  # NDRPDR sel
1157         - 43  # NDRPDR sel
1158         - 44  # NDRPDR sel
1159         - 45  # NDRPDR sel
1160         - 47  # NDRPDR sel
1161         - 48  # NDRPDR sel
1162         - 49  # NDRPDR sel
1163         - 93  # SOAK
1164         - 94  # Soak
1165
1166     vpp-performance-changes-3n-hsw-mrr-h1:
1167       csit-vpp-perf-verify-1904-3n-hsw:
1168         - 9   # MRR sel
1169     vpp-performance-changes-3n-hsw-mrr-ref:
1170       csit-vpp-perf-verify-1908-3n-hsw:
1171         - 39  # MRR sel
1172     vpp-performance-changes-3n-hsw-mrr-cmp:
1173       csit-vpp-perf-verify-2001-3n-hsw:
1174         - 17  # MRR sel
1175     vpp-performance-changes-3n-hsw-mrr:
1176       - "vpp-performance-changes-3n-hsw-mrr-h1"
1177       - "vpp-performance-changes-3n-hsw-mrr-ref"
1178       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1179
1180     vpp-performance-changes-3n-skx-mrr-h1:
1181       csit-vpp-perf-verify-1904-3n-skx:
1182         - 7   # MRR sel
1183     vpp-performance-changes-3n-skx-mrr-ref:
1184       csit-vpp-perf-verify-1908-3n-skx:
1185         - 36  # MRR sel
1186     vpp-performance-changes-3n-skx-mrr-cmp:
1187       csit-vpp-perf-verify-2001-3n-skx:
1188         - 50  # MRR sel
1189         - 53  # MRR sel addition
1190     vpp-performance-changes-3n-skx-mrr:
1191       - "vpp-performance-changes-3n-skx-mrr-h1"
1192       - "vpp-performance-changes-3n-skx-mrr-ref"
1193       - "vpp-performance-changes-3n-skx-mrr-cmp"
1194
1195     vpp-performance-changes-2n-skx-mrr-h1:
1196       csit-vpp-perf-verify-1904-2n-skx:
1197         - 11  # MRR sel
1198     vpp-performance-changes-2n-skx-mrr-ref:
1199       csit-vpp-perf-verify-1908-2n-skx:
1200         - 69  # MRR sel
1201     vpp-performance-changes-2n-skx-mrr-cmp:
1202       csit-vpp-perf-verify-2001-2n-skx:
1203         - 101 # MRR sel
1204         - 128 # MRR sel addition
1205     vpp-performance-changes-2n-skx-mrr:
1206       - "vpp-performance-changes-2n-skx-mrr-h1"
1207       - "vpp-performance-changes-2n-skx-mrr-ref"
1208       - "vpp-performance-changes-2n-skx-mrr-cmp"
1209
1210     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1211       csit-vpp-perf-verify-1908-2n-skx:
1212         - 71  # NFV MRR
1213     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1214       # TODO: Replace
1215       # csit-vpp-perf-verify-2001-2n-skx:
1216       csit-vpp-perf-verify-1908-2n-skx:
1217         - 71  # NFV MRR
1218     vpp-performance-changes-nfv-2n-skx-mrr:
1219       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1220       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1221
1222     vpp-performance-changes-2n-dnv-mrr-ref:
1223       csit-vpp-perf-verify-1908-2n-dnv:
1224         - 11  # MRR sel
1225     vpp-performance-changes-2n-dnv-mrr-cmp:
1226       csit-vpp-perf-verify-2001-2n-dnv:
1227         - 12  # MRR sel
1228     vpp-performance-changes-2n-dnv-mrr:
1229       - "vpp-performance-changes-2n-dnv-mrr-ref"
1230       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1231
1232     vpp-performance-changes-3n-dnv-mrr-ref:
1233       csit-vpp-perf-verify-1908-3n-dnv:
1234         - 17  # MRR sel
1235     vpp-performance-changes-3n-dnv-mrr-cmp:
1236       csit-vpp-perf-verify-2001-3n-dnv:
1237         - 11  # MRR sel
1238     vpp-performance-changes-3n-dnv-mrr:
1239       - "vpp-performance-changes-3n-dnv-mrr-ref"
1240       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1241
1242     vpp-performance-changes-3n-tsh-mrr-ref:
1243       csit-vpp-perf-verify-1908-3n-tsh:
1244         - 17  # MRR sel
1245     vpp-performance-changes-3n-tsh-mrr-cmp:
1246       csit-vpp-perf-verify-2001-3n-tsh:
1247         - 9   # MRR sel
1248     vpp-performance-changes-3n-tsh-mrr:
1249       - "vpp-performance-changes-3n-tsh-mrr-ref"
1250       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1251
1252     dpdk-performance-changes-3n-hsw-h1:
1253       csit-dpdk-perf-verify-1904-3n-hsw:
1254         - 2   # NDRPDR sel
1255         - 3   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 6   # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 14  # NDRPDR sel
1260         - 15  # NDRPDR sel
1261         - 18  # NDRPDR sel
1262         - 19  # NDRPDR sel
1263         - 20  # NDRPDR sel
1264     dpdk-performance-changes-3n-hsw-ref:
1265       csit-dpdk-perf-verify-1908-3n-hsw:
1266         - 2   # NDRPDR sel
1267         - 3   # NDRPDR sel
1268         - 4   # NDRPDR sel
1269         - 5   # NDRPDR sel
1270         - 6   # NDRPDR sel
1271         - 7   # NDRPDR sel
1272         - 8   # NDRPDR sel
1273         - 9   # NDRPDR sel
1274         - 10  # NDRPDR sel
1275         - 11  # NDRPDR sel
1276     dpdk-performance-changes-3n-hsw-cmp:
1277       csit-dpdk-perf-verify-2001-3n-hsw:
1278 #        - 4   # NDRPDR sel
1279 #        - 5   # NDRPDR sel
1280 #        - 6   # NDRPDR sel
1281 #        - 7   # NDRPDR sel
1282 #        - 8   # NDRPDR sel
1283 #        - 9   # NDRPDR sel
1284 #        - 10  # NDRPDR sel
1285 #        - 11  # NDRPDR sel
1286 #        - 12  # NDRPDR sel
1287 #        - 13  # NDRPDR sel
1288         - 15  # NDRPDR sel
1289         - 16  # NDRPDR sel
1290         - 17  # NDRPDR sel
1291         - 18  # NDRPDR sel
1292         - 19  # NDRPDR sel
1293         - 20  # NDRPDR sel
1294         - 21  # NDRPDR sel
1295         - 22  # NDRPDR sel
1296         - 23  # NDRPDR sel
1297         - 24  # NDRPDR sel
1298     dpdk-performance-changes-3n-hsw:
1299       - "dpdk-performance-changes-3n-hsw-h1"
1300       - "dpdk-performance-changes-3n-hsw-ref"
1301       - "dpdk-performance-changes-3n-hsw-cmp"
1302
1303     dpdk-performance-changes-3n-skx-h1:
1304       csit-dpdk-perf-verify-1904-3n-skx:
1305         - 2   # NDRPDR sel
1306         - 3   # NDRPDR sel
1307         - 4   # NDRPDR sel
1308         - 5   # NDRPDR sel
1309         - 6   # NDRPDR sel
1310         - 7   # NDRPDR sel
1311         - 11  # NDRPDR sel
1312         - 12  # NDRPDR sel
1313         - 13  # NDRPDR sel
1314         - 14  # NDRPDR sel
1315     dpdk-performance-changes-3n-skx-ref:
1316       csit-dpdk-perf-verify-1908-3n-skx:
1317         - 3   # NDRPDR sel
1318         - 4   # NDRPDR sel
1319         - 5   # NDRPDR sel
1320         - 6   # NDRPDR sel
1321         - 7   # NDRPDR sel
1322         - 8   # NDRPDR sel
1323         - 9   # NDRPDR sel
1324         - 10  # NDRPDR sel
1325         - 11  # NDRPDR sel
1326         - 12  # NDRPDR sel
1327     dpdk-performance-changes-3n-skx-cmp:
1328       csit-dpdk-perf-verify-2001-3n-skx:
1329         - 29  # NDRPDR sel xxv710
1330         - 33  # NDRPDR sel xxv710
1331         - 34  # NDRPDR sel xxv710
1332         - 35  # NDRPDR sel xxv710
1333         - 36  # NDRPDR sel xxv710
1334         - 37  # NDRPDR sel xxv710
1335         - 41  # NDRPDR sel xxv710
1336         - 42  # NDRPDR sel xxv710
1337         - 43  # NDRPDR sel xxv710
1338         - 45  # NDRPDR sel xxv710
1339         - 30  # NDRPDR sel x710
1340         - 31  # NDRPDR sel x710
1341         - 32  # NDRPDR sel x710
1342         - 38  # NDRPDR sel x710
1343         - 39  # NDRPDR sel x710
1344         - 40  # NDRPDR sel x710
1345         - 44  # NDRPDR sel x710
1346         - 46  # NDRPDR sel x710
1347         - 47  # NDRPDR sel x710
1348         - 48  # NDRPDR sel x710
1349     dpdk-performance-changes-3n-skx:
1350       - "dpdk-performance-changes-3n-skx-h1"
1351       - "dpdk-performance-changes-3n-skx-ref"
1352       - "dpdk-performance-changes-3n-skx-cmp"
1353
1354     dpdk-performance-changes-2n-skx-h1:
1355       csit-dpdk-perf-verify-1904-2n-skx:
1356         - 2   # NDRPDR sel
1357         - 3   # NDRPDR sel
1358         - 4   # NDRPDR sel
1359         - 5   # NDRPDR sel
1360         - 7   # NDRPDR sel
1361         - 8   # NDRPDR sel
1362         - 9   # NDRPDR sel
1363         - 10  # NDRPDR sel
1364         - 11  # NDRPDR sel
1365         - 12  # NDRPDR sel
1366     dpdk-performance-changes-2n-skx-ref:
1367       csit-dpdk-perf-verify-1908-2n-skx:
1368         - 2   # NDRPDR sel
1369         - 3   # NDRPDR sel
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel
1372         - 7   # NDRPDR sel
1373         - 8   # NDRPDR sel
1374         - 9   # NDRPDR sel
1375         - 10  # NDRPDR sel
1376         - 11  # NDRPDR sel
1377         - 12  # NDRPDR sel
1378     dpdk-performance-changes-2n-skx-cmp:
1379       csit-dpdk-perf-verify-2001-2n-skx:
1380         - 35  # NDRPDR sel xxv710
1381         - 36  # NDRPDR sel xxv710
1382         - 37  # NDRPDR sel xxv710
1383         - 41  # NDRPDR sel xxv710
1384         - 42  # NDRPDR sel xxv710
1385         - 43  # NDRPDR sel xxv710
1386         - 46  # NDRPDR sel xxv710
1387         - 47  # NDRPDR sel xxv710
1388         - 52  # NDRPDR sel xxv710
1389         - 53  # NDRPDR sel xxv710
1390         - 38  # NDRPDR sel x710
1391         - 39  # NDRPDR sel x710
1392         - 40  # NDRPDR sel x710
1393         - 44  # NDRPDR sel x710
1394         - 45  # NDRPDR sel x710
1395         - 48  # NDRPDR sel x710
1396         - 49  # NDRPDR sel x710
1397         - 50  # NDRPDR sel x710
1398         - 51  # NDRPDR sel x710
1399         - 54  # NDRPDR sel x710
1400     dpdk-performance-changes-2n-skx:
1401       - "dpdk-performance-changes-2n-skx-h1"
1402       - "dpdk-performance-changes-2n-skx-ref"
1403       - "dpdk-performance-changes-2n-skx-cmp"
1404
1405     # Compare testbeds
1406
1407     vpp-compare-testbeds-ref:
1408       csit-vpp-perf-verify-2001-3n-hsw:
1409         - 21  # NDRPDR sel
1410         - 22  # NDRPDR sel
1411         - 23  # NDRPDR sel
1412         - 24  # NDRPDR sel
1413         - 25  # NDRPDR sel
1414         - 29  # NDRPDR sel
1415         - 30  # NDRPDR sel
1416         - 31  # NDRPDR sel
1417         - 32  # NDRPDR sel
1418         - 34  # NDRPDR sel
1419     vpp-compare-testbeds-cmp:
1420       # TODO: Add the data
1421       csit-vpp-perf-verify-2001-3n-skx:
1422         - 45  # NDRPDR sel
1423         - 46  # NDRPDR sel
1424         - 47  # NDRPDR sel
1425         - 48  # NDRPDR sel
1426         - 49  # NDRPDR sel
1427         - 51  # NDRPDR sel
1428         - 52  # NDRPDR sel
1429         - 59  # NDRPDR sel
1430         - 66  # NDRPDR sel
1431         - 54  # NDRPDR sel addition
1432         - 55  # NDRPDR sel addition
1433         - 56  # NDRPDR sel addition
1434         - 57  # NDRPDR sel addition
1435         - 58  # NDRPDR sel addition
1436         - 60  # NDRPDR sel addition
1437         - 61  # NDRPDR sel addition
1438         - 62  # NDRPDR sel addition
1439         - 63  # NDRPDR sel addition
1440         - 64  # NDRPDR sel addition
1441     vpp-compare-testbeds:
1442       - "vpp-compare-testbeds-ref"
1443       - "vpp-compare-testbeds-cmp"
1444
1445     vpp-compare-testbeds-skx-clx-ref:
1446       csit-vpp-perf-verify-2001-2n-skx:
1447         - 92  # NDRPDR sel
1448         - 93  # NDRPDR sel
1449         - 94  # NDRPDR sel
1450         - 95  # NDRPDR sel
1451         - 96  # NDRPDR sel
1452         - 97  # NDRPDR sel
1453         - 98  # NDRPDR sel
1454         - 99  # NDRPDR sel
1455         - 100 # NDRPDR sel
1456         - 102 # NDRPDR sel
1457         - 129 # NDRPDR sel addition
1458         - 130 # NDRPDR sel addition
1459         - 131 # NDRPDR sel addition
1460         - 132 # NDRPDR sel addition
1461         - 133 # NDRPDR sel addition
1462         - 134 # NDRPDR sel addition
1463         - 135 # NDRPDR sel addition
1464         - 136 # NDRPDR sel addition
1465         - 137 # NDRPDR sel addition
1466         - 138 # NDRPDR sel addition
1467     vpp-compare-testbeds-skx-clx-cmp:
1468       csit-vpp-perf-verify-2001-2n-clx:
1469         - 28  # NDRPDR sel
1470         - 29  # NDRPDR sel
1471         - 32  # NDRPDR sel
1472         - 40  # NDRPDR sel
1473         - 43  # NDRPDR sel
1474         - 44  # NDRPDR sel
1475         - 45  # NDRPDR sel
1476         - 47  # NDRPDR sel
1477         - 48  # NDRPDR sel
1478         - 49  # NDRPDR sel
1479     vpp-compare-testbeds-skx-clx:
1480       - "vpp-compare-testbeds-skx-clx-ref"
1481       - "vpp-compare-testbeds-skx-clx-cmp"
1482
1483     vpp-compare-testbeds-hsw-clx-ref:
1484       csit-vpp-perf-verify-2001-3n-hsw:
1485         - 21  # NDRPDR sel
1486         - 22  # NDRPDR sel
1487         - 23  # NDRPDR sel
1488         - 24  # NDRPDR sel
1489         - 25  # NDRPDR sel
1490         - 29  # NDRPDR sel
1491         - 30  # NDRPDR sel
1492         - 31  # NDRPDR sel
1493         - 32  # NDRPDR sel
1494         - 34  # NDRPDR sel
1495     vpp-compare-testbeds-hsw-clx-cmp:
1496       csit-vpp-perf-verify-2001-2n-clx:
1497         - 28  # NDRPDR sel
1498         - 29  # NDRPDR sel
1499         - 32  # NDRPDR sel
1500         - 40  # NDRPDR sel
1501         - 43  # NDRPDR sel
1502         - 44  # NDRPDR sel
1503         - 45  # NDRPDR sel
1504         - 47  # NDRPDR sel
1505         - 48  # NDRPDR sel
1506         - 49  # NDRPDR sel
1507     vpp-compare-testbeds-hsw-clx:
1508       - "vpp-compare-testbeds-hsw-clx-ref"
1509       - "vpp-compare-testbeds-hsw-clx-cmp"
1510
1511     vpp-compare-testbeds-mrr-ref:
1512       csit-vpp-perf-verify-2001-3n-hsw:
1513         - 17  # MRR sel
1514     vpp-compare-testbeds-mrr-cmp:
1515       csit-vpp-perf-verify-2001-3n-skx:
1516         - 50  # MRR sel
1517         - 53  # MRR sel addition
1518     vpp-compare-testbeds-mrr:
1519       - "vpp-compare-testbeds-mrr-ref"
1520       - "vpp-compare-testbeds-mrr-cmp"
1521
1522     vpp-compare-testbeds-mrr-skx-clx-ref:
1523       csit-vpp-perf-verify-2001-2n-skx:
1524         - 101 # MRR sel
1525         - 128 # MRR sel addition
1526     vpp-compare-testbeds-mrr-skx-clx-cmp:
1527       csit-vpp-perf-verify-2001-2n-clx:
1528         - 39  # MRR
1529     vpp-compare-testbeds-mrr-skx-clx:
1530       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1531       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1532
1533     vpp-compare-testbeds-mrr-hsw-clx-ref:
1534       csit-vpp-perf-verify-2001-3n-hsw:
1535         - 17  # MRR sel
1536     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1537       csit-vpp-perf-verify-2001-2n-clx:
1538         - 39  # MRR
1539     vpp-compare-testbeds-mrr-hsw-clx:
1540       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1541       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1542
1543     dpdk-compare-testbeds-ref:
1544       csit-dpdk-perf-verify-2001-3n-hsw:
1545         - 4   # NDRPDR sel
1546         - 5   # NDRPDR sel
1547         - 6   # NDRPDR sel
1548         - 7   # NDRPDR sel
1549         - 8   # NDRPDR sel
1550         - 9   # NDRPDR sel
1551         - 10  # NDRPDR sel
1552         - 11  # NDRPDR sel
1553         - 12  # NDRPDR sel
1554         - 13  # NDRPDR sel
1555         - 15  # NDRPDR sel
1556         - 16  # NDRPDR sel
1557         - 17  # NDRPDR sel
1558         - 18  # NDRPDR sel
1559         - 19  # NDRPDR sel
1560         - 20  # NDRPDR sel
1561         - 21  # NDRPDR sel
1562         - 22  # NDRPDR sel
1563         - 23  # NDRPDR sel
1564         - 24  # NDRPDR sel
1565     dpdk-compare-testbeds-cmp:
1566       csit-dpdk-perf-verify-2001-3n-skx:
1567         - 29  # NDRPDR sel xxv710
1568         - 33  # NDRPDR sel xxv710
1569         - 34  # NDRPDR sel xxv710
1570         - 35  # NDRPDR sel xxv710
1571         - 36  # NDRPDR sel xxv710
1572         - 37  # NDRPDR sel xxv710
1573         - 41  # NDRPDR sel xxv710
1574         - 42  # NDRPDR sel xxv710
1575         - 43  # NDRPDR sel xxv710
1576         - 45  # NDRPDR sel xxv710
1577         - 30  # NDRPDR sel x710
1578         - 31  # NDRPDR sel x710
1579         - 32  # NDRPDR sel x710
1580         - 38  # NDRPDR sel x710
1581         - 39  # NDRPDR sel x710
1582         - 40  # NDRPDR sel x710
1583         - 44  # NDRPDR sel x710
1584         - 46  # NDRPDR sel x710
1585         - 47  # NDRPDR sel x710
1586         - 48  # NDRPDR sel x710
1587     dpdk-compare-testbeds:
1588       - "dpdk-compare-testbeds-ref"
1589       - "dpdk-compare-testbeds-cmp"
1590
1591     dpdk-compare-testbeds-skx-clx-ref:
1592       csit-dpdk-perf-verify-2001-2n-skx:
1593         - 35  # NDRPDR sel xxv710
1594         - 36  # NDRPDR sel xxv710
1595         - 37  # NDRPDR sel xxv710
1596         - 41  # NDRPDR sel xxv710
1597         - 42  # NDRPDR sel xxv710
1598         - 43  # NDRPDR sel xxv710
1599         - 46  # NDRPDR sel xxv710
1600         - 47  # NDRPDR sel xxv710
1601         - 52  # NDRPDR sel xxv710
1602         - 53  # NDRPDR sel xxv710
1603         - 38  # NDRPDR sel x710
1604         - 39  # NDRPDR sel x710
1605         - 40  # NDRPDR sel x710
1606         - 44  # NDRPDR sel x710
1607         - 45  # NDRPDR sel x710
1608         - 48  # NDRPDR sel x710
1609         - 49  # NDRPDR sel x710
1610         - 50  # NDRPDR sel x710
1611         - 51  # NDRPDR sel x710
1612         - 54  # NDRPDR sel x710
1613     dpdk-compare-testbeds-skx-clx-cmp:
1614       csit-dpdk-perf-verify-2001-2n-clx:
1615         - 15  # NDRPDR sel
1616         - 16  # NDRPDR sel
1617         - 17  # NDRPDR sel
1618         - 18  # NDRPDR sel
1619         - 19  # NDRPDR sel
1620         - 20  # NDRPDR sel
1621         - 21  # NDRPDR sel
1622         - 22  # NDRPDR sel
1623         - 23  # NDRPDR sel
1624         - 24  # NDRPDR sel
1625         - 25  # NDRPDR sel
1626         - 26  # NDRPDR sel
1627         - 27  # NDRPDR sel
1628         - 28  # NDRPDR sel
1629         - 29  # NDRPDR sel
1630         - 30  # NDRPDR sel
1631         - 31  # NDRPDR sel
1632         - 32  # NDRPDR sel
1633         - 33  # NDRPDR sel
1634         - 34  # NDRPDR sel
1635
1636     dpdk-compare-testbeds-skx-clx:
1637       - "dpdk-compare-testbeds-skx-clx-ref"
1638       - "dpdk-compare-testbeds-skx-clx-cmp"
1639
1640     # Compare topologies
1641
1642     vpp-compare-topologies-ref:
1643       # TODO: Add the data
1644       csit-vpp-perf-verify-2001-3n-skx:
1645         - 45  # NDRPDR sel
1646         - 46  # NDRPDR sel
1647         - 47  # NDRPDR sel
1648         - 48  # NDRPDR sel
1649         - 49  # NDRPDR sel
1650         - 51  # NDRPDR sel
1651         - 52  # NDRPDR sel
1652         - 59  # NDRPDR sel
1653         - 66  # NDRPDR sel
1654         - 54  # NDRPDR sel addition
1655         - 55  # NDRPDR sel addition
1656         - 56  # NDRPDR sel addition
1657         - 57  # NDRPDR sel addition
1658         - 58  # NDRPDR sel addition
1659         - 60  # NDRPDR sel addition
1660         - 61  # NDRPDR sel addition
1661         - 62  # NDRPDR sel addition
1662         - 63  # NDRPDR sel addition
1663         - 64  # NDRPDR sel addition
1664     vpp-compare-topologies-cmp:
1665       csit-vpp-perf-verify-2001-2n-skx:
1666         - 92  # NDRPDR sel
1667         - 93  # NDRPDR sel
1668         - 94  # NDRPDR sel
1669         - 95  # NDRPDR sel
1670         - 96  # NDRPDR sel
1671         - 97  # NDRPDR sel
1672         - 98  # NDRPDR sel
1673         - 99  # NDRPDR sel
1674         - 100 # NDRPDR sel
1675         - 102 # NDRPDR sel
1676         - 129 # NDRPDR sel addition
1677         - 130 # NDRPDR sel addition
1678         - 131 # NDRPDR sel addition
1679         - 132 # NDRPDR sel addition
1680         - 133 # NDRPDR sel addition
1681         - 134 # NDRPDR sel addition
1682         - 135 # NDRPDR sel addition
1683         - 136 # NDRPDR sel addition
1684         - 137 # NDRPDR sel addition
1685         - 138 # NDRPDR sel addition
1686     vpp-compare-topologies:
1687       - "vpp-compare-topologies-ref"
1688       - "vpp-compare-topologies-cmp"
1689
1690     vpp-compare-topologies-mrr-ref:
1691       csit-vpp-perf-verify-2001-3n-skx:
1692         - 50  # MRR sel
1693         - 53  # MRR sel addition
1694     vpp-compare-topologies-mrr-cmp:
1695       csit-vpp-perf-verify-2001-2n-skx:
1696         - 101 # MRR sel
1697         - 128 # MRR sel addition
1698     vpp-compare-topologies-mrr:
1699       - "vpp-compare-topologies-mrr-ref"
1700       - "vpp-compare-topologies-mrr-cmp"
1701
1702     dpdk-compare-topologies-ref:
1703       csit-dpdk-perf-verify-2001-3n-skx:
1704         - 29  # NDRPDR sel xxv710
1705         - 33  # NDRPDR sel xxv710
1706         - 34  # NDRPDR sel xxv710
1707         - 35  # NDRPDR sel xxv710
1708         - 36  # NDRPDR sel xxv710
1709         - 37  # NDRPDR sel xxv710
1710         - 41  # NDRPDR sel xxv710
1711         - 42  # NDRPDR sel xxv710
1712         - 43  # NDRPDR sel xxv710
1713         - 45  # NDRPDR sel xxv710
1714         - 30  # NDRPDR sel x710
1715         - 31  # NDRPDR sel x710
1716         - 32  # NDRPDR sel x710
1717         - 38  # NDRPDR sel x710
1718         - 39  # NDRPDR sel x710
1719         - 40  # NDRPDR sel x710
1720         - 44  # NDRPDR sel x710
1721         - 46  # NDRPDR sel x710
1722         - 47  # NDRPDR sel x710
1723         - 48  # NDRPDR sel x710
1724     dpdk-compare-topologies-cmp:
1725       csit-dpdk-perf-verify-2001-2n-skx:
1726         - 35  # NDRPDR sel xxv710
1727         - 36  # NDRPDR sel xxv710
1728         - 37  # NDRPDR sel xxv710
1729         - 41  # NDRPDR sel xxv710
1730         - 42  # NDRPDR sel xxv710
1731         - 43  # NDRPDR sel xxv710
1732         - 46  # NDRPDR sel xxv710
1733         - 47  # NDRPDR sel xxv710
1734         - 52  # NDRPDR sel xxv710
1735         - 53  # NDRPDR sel xxv710
1736         - 38  # NDRPDR sel x710
1737         - 39  # NDRPDR sel x710
1738         - 40  # NDRPDR sel x710
1739         - 44  # NDRPDR sel x710
1740         - 45  # NDRPDR sel x710
1741         - 48  # NDRPDR sel x710
1742         - 49  # NDRPDR sel x710
1743         - 50  # NDRPDR sel x710
1744         - 51  # NDRPDR sel x710
1745         - 54  # NDRPDR sel x710
1746     dpdk-compare-topologies:
1747       - "dpdk-compare-topologies-ref"
1748       - "dpdk-compare-topologies-cmp"
1749
1750   plot-layouts:
1751
1752     plot-soak-throughput:
1753       titlefont:
1754         size: 18
1755       xaxis:
1756         title: "<b>Test Cases [Index]</b>"
1757         titlefont:
1758           size: 16
1759         autorange: True
1760         fixedrange: False
1761         gridcolor: "rgb(230, 230, 230)"
1762         linecolor: "rgb(220, 220, 220)"
1763         linewidth: 1
1764         showgrid: True
1765         showline: True
1766         showticklabels: True
1767         tickcolor: "rgb(220, 220, 220)"
1768         tickmode: "linear"
1769         tickfont:
1770           size: 16
1771         zeroline: False
1772       yaxis:
1773         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1774         titlefont:
1775           size: 16
1776         gridcolor: "rgb(230, 230, 230)"
1777         hoverformat: ".4r"
1778         tickformat: ".3r"
1779         linecolor: "rgb(220, 220, 220)"
1780         linewidth: 1
1781         showgrid: True
1782         showline: True
1783         showticklabels: True
1784         tickcolor: "rgb(220, 220, 220)"
1785         tickfont:
1786           size: 16
1787         zeroline: False
1788         range: [0,50]
1789       autosize: False
1790       margin:
1791         t: 50
1792         b: 0
1793         l: 80
1794         r: 20
1795       showlegend: True
1796       legend:
1797         orientation: "h"
1798         font:
1799           size: 16
1800       width: 700
1801       height: 900
1802       paper_bgcolor: "#fff"
1803       plot_bgcolor: "#fff"
1804       hoverlabel:
1805         namelength: -1
1806
1807     plot-service-density:
1808       titlefont:
1809         size: 18
1810       xaxis:
1811         side: "top"
1812         autorange: True
1813         fixedrange: False
1814         showgrid: False
1815         showline: False
1816         showticklabels: False
1817         ticks: ""
1818         ticklen: 0
1819         tickwidth: 0
1820         zeroline: False
1821       yaxis:
1822         autorange: "reversed"
1823         showgrid: False
1824         showline: False
1825         showticklabels: False
1826         ticks: ""
1827         ticklen: 0
1828         tickwidth: 0
1829         zeroline: False
1830       showlegend: False
1831       paper_bgcolor: "#fff"
1832       plot_bgcolor: "#fff"
1833       width: 700
1834       height: 700
1835       hoverlabel:
1836         namelength: -1
1837
1838     plot-cps:
1839       titlefont:
1840         size: 18
1841       xaxis:
1842         title: "<b>Test Cases [Index]</b>"
1843         titlefont:
1844           size: 16
1845         autorange: True
1846         fixedrange: False
1847         gridcolor: "rgb(230, 230, 230)"
1848         linecolor: "rgb(220, 220, 220)"
1849         linewidth: 1
1850         showgrid: True
1851         showline: True
1852         showticklabels: True
1853         tickcolor: "rgb(220, 220, 220)"
1854         tickmode: "linear"
1855         tickfont:
1856           size: 16
1857         zeroline: False
1858       yaxis:
1859         title: "<b>Connections Per Second [cps]</b>"
1860         titlefont:
1861           size: 16
1862         gridcolor: "rgb(230, 230, 230)"
1863         hoverformat: ".4s"
1864         linecolor: "rgb(220, 220, 220)"
1865         linewidth: 1
1866         rangemode: "tozero"
1867         showgrid: True
1868         showline: True
1869         showticklabels: True
1870         tickcolor: "rgb(220, 220, 220)"
1871         tickformat: ".3s"
1872         tickfont:
1873           size: 16
1874         zeroline: False
1875       boxmode: "group"
1876       boxgroupgap: 0.5
1877       autosize: False
1878       margin:
1879         t: 50
1880         b: 20
1881         l: 80
1882         r: 20
1883       showlegend: True
1884       legend:
1885         orientation: "h"
1886         font:
1887           size: 16
1888       width: 700
1889       height: 800
1890       paper_bgcolor: "#fff"
1891       plot_bgcolor: "#fff"
1892       hoverlabel:
1893         namelength: -1
1894
1895     plot-rps:
1896       titlefont:
1897         size: 18
1898       xaxis:
1899         title: "<b>Test Cases [Index]</b>"
1900         titlefont:
1901           size: 16
1902         autorange: True
1903         fixedrange: False
1904         gridcolor: "rgb(230, 230, 230)"
1905         linecolor: "rgb(220, 220, 220)"
1906         linewidth: 1
1907         showgrid: True
1908         showline: True
1909         showticklabels: True
1910         tickcolor: "rgb(220, 220, 220)"
1911         tickmode: "linear"
1912         tickfont:
1913           size: 16
1914         zeroline: False
1915       yaxis:
1916         title: "<b>Requests Per Second [rps]</b>"
1917         titlefont:
1918           size: 16
1919         gridcolor: "rgb(230, 230, 230)"
1920         hoverformat: ".4s"
1921         linecolor: "rgb(220, 220, 220)"
1922         linewidth: 1
1923         rangemode: "tozero"
1924         showgrid: True
1925         showline: True
1926         showticklabels: True
1927         tickcolor: "rgb(230, 230, 230)"
1928         tickformat: ".3s"
1929         tickfont:
1930           size: 16
1931         zeroline: False
1932       boxmode: "group"
1933       boxgroupgap: 0.5
1934       autosize: False
1935       margin:
1936         t: 50
1937         b: 20
1938         l: 80
1939         r: 20
1940       showlegend: True
1941       legend:
1942         orientation: "h"
1943         font:
1944           size: 16
1945       width: 700
1946       height: 800
1947       paper_bgcolor: "#fff"
1948       plot_bgcolor: "#fff"
1949       hoverlabel:
1950         namelength: -1
1951
1952     plot-hoststack:
1953       titlefont:
1954         size: 16
1955       xaxis:
1956         title: "<b>Test Cases [Index]</b>"
1957         titlefont:
1958           size: 14
1959         autorange: True
1960         fixedrange: False
1961         gridcolor: "rgb(230, 230, 230)"
1962         linecolor: "rgb(220, 220, 220)"
1963         linewidth: 1
1964         showgrid: True
1965         showline: True
1966         showticklabels: True
1967         tickcolor: "rgb(220, 220, 220)"
1968         tickmode: "linear"
1969         tickfont:
1970           size: 14
1971         zeroline: False
1972       yaxis:
1973         title: "<b>Bandwidth [Gbps]</b>"
1974         titlefont:
1975           size: 14
1976         gridcolor: "rgb(230, 230, 230)"
1977         hoverformat: ".4s"
1978         linecolor: "rgb(220, 220, 220)"
1979         linewidth: 1
1980         rangemode: "tozero"
1981         showgrid: True
1982         showline: True
1983         showticklabels: True
1984         tickcolor: "rgb(230, 230, 230)"
1985         tickformat: ".3s"
1986         tickfont:
1987           size: 14
1988         zeroline: False
1989       boxmode: "group"
1990       boxgroupgap: 0.5
1991       autosize: False
1992       margin:
1993         t: 50
1994         b: 20
1995         l: 80
1996         r: 20
1997       showlegend: True
1998       legend:
1999         orientation: "h"
2000         font:
2001           size: 14
2002       width: 700
2003       height: 800
2004       paper_bgcolor: "#fff"
2005       plot_bgcolor: "#fff"
2006       hoverlabel:
2007         namelength: -1
2008
2009     plot-throughput:
2010       titlefont:
2011         size: 18
2012       xaxis:
2013         title: "<b>Test Cases [Index]</b>"
2014         titlefont:
2015           size: 16
2016         autorange: True
2017         fixedrange: False
2018         gridcolor: "rgb(230, 230, 230)"
2019         linecolor: "rgb(220, 220, 220)"
2020         linewidth: 1
2021         showgrid: True
2022         showline: True
2023         showticklabels: True
2024         tickcolor: "rgb(220, 220, 220)"
2025         tickmode: "linear"
2026         tickfont:
2027           size: 16
2028         zeroline: False
2029       yaxis:
2030         title: "<b>Packet Throughput [Mpps]</b>"
2031         titlefont:
2032           size: 16
2033         gridcolor: "rgb(230, 230, 230)"
2034         hoverformat: ".4r"
2035         tickformat: ".3r"
2036         linecolor: "rgb(220, 220, 220)"
2037         linewidth: 1
2038         showgrid: True
2039         showline: True
2040         showticklabels: True
2041         tickcolor: "rgb(220, 220, 220)"
2042         tickfont:
2043           size: 16
2044         zeroline: False
2045         range: [0,50]
2046       autosize: False
2047       margin:
2048         t: 50
2049         b: 0
2050         l: 80
2051         r: 20
2052       showlegend: True
2053       legend:
2054         orientation: "h"
2055         font:
2056           size: 16
2057       width: 700
2058       height: 900
2059       paper_bgcolor: "#fff"
2060       plot_bgcolor: "#fff"
2061       hoverlabel:
2062         namelength: -1
2063
2064     plot-throughput-speedup-analysis:
2065       titlefont:
2066         size: 18
2067       xaxis:
2068         title: "<b>Number of Cores [Qty]</b>"
2069         titlefont:
2070           size: 16
2071         autorange: True
2072         fixedrange: False
2073         gridcolor: "rgb(230, 230, 230)"
2074         linecolor: "rgb(220, 220, 220)"
2075         linewidth: 1
2076         showgrid: True
2077         showline: True
2078         showticklabels: True
2079         tickcolor: "rgb(238, 238, 238)"
2080         tickmode: "linear"
2081         tickfont:
2082           size: 16
2083         zeroline: False
2084       yaxis:
2085         title: "<b>Packet Throughput [Mpps]</b>"
2086         titlefont:
2087           size: 16
2088         type: "linear"
2089         gridcolor: "rgb(230, 230, 230)"
2090         hoverformat: ".4s"
2091         linecolor: "rgb(220, 220, 220)"
2092         linewidth: 1
2093         showgrid: True
2094         showline: True
2095         showticklabels: True
2096         tickcolor: "rgb(220, 220, 220)"
2097         tickformat: ".4s"
2098         tickfont:
2099           size: 16
2100         zeroline: True
2101         rangemode: "tozero"
2102         range: [0,100]
2103       legend:
2104         orientation: "h"
2105         font:
2106           size: 16
2107         xanchor: "left"
2108         yanchor: "top"
2109         x: 0
2110         y: -0.2
2111         bgcolor: "rgba(255, 255, 255, 0)"
2112         bordercolor: "rgba(255, 255, 255, 0)"
2113         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2114       autosize: False
2115       margin:
2116           't': 50
2117           'b': 150
2118           'l': 85
2119           'r': 10
2120       showlegend: True
2121       width: 700
2122       height: 700
2123       paper_bgcolor: "#fff"
2124       plot_bgcolor: "#fff"
2125       hoverlabel:
2126         namelength: -1
2127       annotations: [
2128         {
2129           text: "_ _          __          ...",
2130           align: "left",
2131           showarrow: False,
2132           xref: "paper",
2133           yref: "paper",
2134           xanchor: "left",
2135           yanchor: "top",
2136           x: 0,
2137           y: -0.13,
2138           font: {
2139             family: "Consolas, Courier New",
2140             size: 15
2141           },
2142         },
2143         {
2144           text: "    Perfect     Measured     Limit",
2145           align: "left",
2146           showarrow: False,
2147           xref: "paper",
2148           yref: "paper",
2149           xanchor: "left",
2150           yanchor: "top",
2151           x: 0,
2152           y: -0.15,
2153           font: {
2154             family: "Consolas, Courier New",
2155             size: 15
2156           },
2157         },
2158       ]
2159
2160     plot-latency:
2161       titlefont:
2162         size: 18
2163       xaxis:
2164         title: "<b>Direction</b>"
2165         titlefont:
2166           size: 16
2167         autorange: True
2168         fixedrange: False
2169         gridcolor: "rgb(230, 230, 230)"
2170         linecolor: "rgb(220, 220, 220)"
2171         linewidth: 1
2172         showgrid: True
2173         showline: True
2174         showticklabels: False
2175         tickcolor: "rgb(220, 220, 220)"
2176         tickmode: "linear"
2177         tickfont:
2178           size: 16
2179         zeroline: False
2180       yaxis:
2181         title: "<b>Packet Latency [uSec]</b>"
2182         titlefont:
2183           size: 16
2184         type: "linear"
2185         gridcolor: "rgb(230, 230, 230)"
2186         hoverformat: ".4s"
2187         linecolor: "rgb(220, 220, 220)"
2188         linewidth: 1
2189         showgrid: True
2190         showline: True
2191         showticklabels: True
2192         tickcolor: "rgb(220, 220, 220)"
2193         tickformat: ".4s"
2194         tickfont:
2195           size: 16
2196         zeroline: True
2197         rangemode: "tozero"
2198       legend:
2199         orientation: "h"
2200         font:
2201           size: 16
2202         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2203       autosize: False
2204       margin:
2205           't': 50
2206           'b': 150
2207           'l': 80
2208           'r': 10
2209       showlegend: True
2210       width: 700
2211       height: 700
2212       paper_bgcolor: "#fff"
2213       plot_bgcolor: "#fff"
2214       hoverlabel:
2215         namelength: -1
2216
2217     plot-hdrh-latency:
2218       title:
2219         text: ""
2220         xanchor: "center"
2221         x: 0.5
2222         font:
2223           size: 16
2224       width: 700
2225       plot_bgcolor: "white"
2226       annotations:
2227         - font:
2228             size: 14
2229           showarrow: False
2230           text: "<b>Packet Latency [uSec]</b>"
2231           x: 1
2232           xanchor: "right"
2233           xref: "paper"
2234           y: -0.045
2235           yanchor: "top"
2236           yref: "paper"
2237         - font:
2238             size: 14
2239           showarrow: False
2240           text: "<b>Probability [%]</b>"
2241           textangle: 270
2242           x: -0.06
2243           xanchor: "center"
2244           xref: "paper"
2245           y: 0.5
2246           yanchor: "middle"
2247           yref: "paper"
2248         - font:
2249             size: 14
2250           showarrow: False
2251           text: "<b>Direction: E-W</b>"
2252           x: 0.24
2253           xanchor: "center"
2254           xref: "paper"
2255           y: 1.05
2256           yanchor: "bottom"
2257           yref: "paper"
2258         - font:
2259             size: 14
2260           showarrow: False
2261           text: "<b>Direction: W-E</b>"
2262           x: 0.74
2263           xanchor: "center"
2264           xref: "paper"
2265           y: 1.05
2266           yanchor: "bottom"
2267           yref: "paper"
2268
2269     plot-hdrh-latency-percentile:
2270       title:
2271         text: ""
2272         xanchor: "center"
2273         x: 0.5
2274         font:
2275           size: 18
2276       xaxis:
2277         type: "log"
2278         title: "<b>Percentile [%]</b>"
2279         titlefont:
2280           size: 16
2281         autorange: True
2282         fixedrange: False
2283         gridcolor: "rgb(230, 230, 230)"
2284         linecolor: "rgb(220, 220, 220)"
2285         linewidth: 1
2286         showgrid: True
2287         showline: True
2288         showticklabels: True
2289         tickcolor: "rgb(220, 220, 220)"
2290         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2291         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2292         tickfont:
2293           size: 16
2294       yaxis:
2295         title: "<b>Packet Latency [uSec]</b>"
2296         titlefont:
2297           size: 16
2298         gridcolor: "rgb(230, 230, 230)"
2299         linecolor: "rgb(220, 220, 220)"
2300         linewidth: 1
2301         showgrid: True
2302         showline: True
2303         showticklabels: True
2304         tickcolor: "rgb(220, 220, 220)"
2305         tickfont:
2306           size: 16
2307       autosize: False
2308       showlegend: True
2309       legend:
2310         traceorder: "normal"
2311         orientation: "h"
2312         font:
2313           size: 16
2314         xanchor: "left"
2315         yanchor: "top"
2316         x: 0
2317         y: -0.15
2318         bgcolor: "rgba(255, 255, 255, 0)"
2319         bordercolor: "rgba(255, 255, 255, 0)"
2320       width: 700
2321       height: 700
2322       paper_bgcolor: "white"
2323       plot_bgcolor: "white"
2324
2325     plot-hdrh-latency-by-percentile:
2326       title:
2327         text: "<b>Latency by Percentile Distribution</b>"
2328         xanchor: "center"
2329         x: 0.5
2330         font:
2331           size: 18
2332       showlegend: True
2333       legend:
2334         traceorder: "normal"
2335         orientation: "h"
2336         font:
2337           size: 16
2338         xanchor: "left"
2339         yanchor: "top"
2340         x: 0
2341         y: -0.2
2342         bgcolor: "rgba(255, 255, 255, 0)"
2343         bordercolor: "rgba(255, 255, 255, 0)"
2344       xaxis:
2345         type: "linear"
2346         title: "<b>Percentile [%]</b>"
2347         titlefont:
2348           size: 14
2349         autorange: False
2350         fixedrange: False
2351         range: [0, 100]
2352         gridcolor: "rgb(230, 230, 230)"
2353         linecolor: "rgb(220, 220, 220)"
2354         linewidth: 1
2355         showgrid: True
2356         showline: True
2357         showticklabels: True
2358         tickcolor: "rgb(220, 220, 220)"
2359         tickvals: [0, 25, 50, 75, 100]
2360         ticktext: [0, 25, 50, 75, 100]
2361         tickfont:
2362           size: 14
2363       yaxis:
2364         title: "<b>One-Way Latency per Direction [uSec]</b>"
2365         titlefont:
2366           size: 14
2367         gridcolor: "rgb(230, 230, 230)"
2368         linecolor: "rgb(220, 220, 220)"
2369         linewidth: 1
2370         showgrid: True
2371         showline: True
2372         showticklabels: True
2373         tickcolor: "rgb(220, 220, 220)"
2374         tickfont:
2375           size: 14
2376       width: 700
2377       height: 700
2378       paper_bgcolor: "white"
2379       plot_bgcolor: "white"
2380
2381 - type: "static"
2382   src-path: "{DIR[RST]}"
2383   dst-path: "{DIR[WORKING,SRC]}"
2384
2385 - type: "input"
2386   general:
2387     file-name: "output_info.xml.gz"
2388     file-format: ".gz"
2389     arch-file-format:
2390       - ".gz"
2391       - ".zip"
2392     download-path: "{job}/{build}/archives/{filename}"
2393     extract: "output.xml"
2394
2395     zip-file-name: "robot-plugin.zip"
2396     zip-file-format: ".zip"
2397     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2398     zip-extract: "robot-plugin/output.xml"
2399
2400   builds:
2401
2402     csit-vpp-perf-verify-1904-3n-hsw:
2403       - 9   # MRR sel
2404       - 11  # NDRPDR sel
2405       - 12  # NDRPDR sel
2406       - 20  # NDRPDR sel
2407       - 21  # NDRPDR sel
2408       - 23  # NDRPDR sel
2409       - 24  # NDRPDR sel
2410       - 25  # NDRPDR sel
2411       - 26  # NDRPDR sel
2412       - 29  # NDRPDR sel
2413       - 30  # NDRPDR sel
2414     csit-vpp-perf-verify-1908-3n-hsw:
2415       - 12  # NDRPDR sel
2416       - 13  # NDRPDR sel
2417       - 14  # NDRPDR sel
2418       - 15  # NDRPDR sel
2419       - 16  # NDRPDR sel
2420       - 17  # NDRPDR sel
2421       - 18  # NDRPDR sel
2422       - 19  # NDRPDR sel
2423       - 20  # NDRPDR sel
2424       - 21  # NDRPDR sel
2425       - 48  # NDRPDR sel vhost
2426       - 49  # NDRPDR sel vhost
2427       - 52  # NDRPDR sel vhost
2428       - 53  # NDRPDR sel vhost
2429       - 54  # NDRPDR sel vhost
2430       - 55  # NDRPDR sel vhost
2431       - 56  # NDRPDR sel vhost
2432       - 57  # NDRPDR sel vhost
2433       - 58  # NDRPDR sel vhost
2434       - 59  # NDRPDR sel vhost
2435       - 39  # MRR sel
2436     csit-vpp-perf-verify-2001-3n-hsw:
2437       - 21  # NDRPDR sel
2438       - 22  # NDRPDR sel
2439       - 23  # NDRPDR sel
2440       - 24  # NDRPDR sel
2441       - 25  # NDRPDR sel
2442       - 29  # NDRPDR sel
2443       - 30  # NDRPDR sel
2444       - 31  # NDRPDR sel
2445       - 32  # NDRPDR sel
2446       - 34  # NDRPDR sel
2447       - 17  # MRR sel
2448       - 18  # NDRPDR full
2449       - 20  # NDRPDR full
2450       - 28  # NDRPDR full
2451       - 35  # NDRPDR full
2452       - 42  # NDRPDR full
2453       - 46  # NDRPDR full
2454       - 47  # NDRPDR full
2455       - 48  # NDRPDR full
2456       - 49  # NDRPDR full
2457       - 50  # NDRPDR full
2458       - 51  # NDRPDR full
2459       - 52  # NDRPDR full
2460       - 53  # NDRPDR full
2461       - 54  # NDRPDR full
2462       - 55  # NDRPDR full
2463       - 56  # NDRPDR full
2464       - 57  # NDRPDR full
2465       - 58  # NDRPDR full
2466       - 59  # NDRPDR full
2467       - 61  # NDRPDR full
2468       - 62  # NDRPDR full
2469       - 63  # NDRPDR full
2470       - 64  # NDRPDR full
2471       - 65  # NDRPDR full
2472       - 67  # NDRPDR full
2473       - 70  # NDRPDR full
2474       - 72  # NDRPDR full
2475       - 73  # NDRPDR full
2476       - 76  # NDRPDR full
2477       - 77  # NDRPDR full
2478       - 78  # NDRPDR full
2479       - 79  # NDRPDR full
2480       - 81  # NDRPDR full
2481       - 82  # NDRPDR full
2482       - 84  # NDRPDR full
2483       - 85  # NDRPDR full
2484       - 87  # hoststack
2485       - 88  # hoststack
2486       - 89  # hoststack
2487       - 90  # hoststack
2488       - 91  # hoststack
2489       - 92  # hoststack
2490       - 93  # hoststack
2491       - 94  # hoststack
2492       - 95  # hoststack
2493       - 96  # hoststack
2494
2495     csit-vpp-perf-verify-1904-3n-skx:
2496       - 7   # MRR sel
2497       - 8   # NDRPDR sel
2498       - 9   # NDRPDR sel
2499       - 10  # NDRPDR sel
2500       - 11  # NDRPDR sel
2501       - 12  # NDRPDR sel
2502       - 14  # NDRPDR sel
2503       - 16  # NDRPDR sel
2504       - 21  # NDRPDR sel
2505       - 23  # NDRPDR sel
2506       - 25  # NDRPDR sel
2507     csit-vpp-perf-verify-1908-3n-skx:
2508       - 14  # NDRPDR sel
2509       - 16  # NDRPDR sel
2510       - 19  # NDRPDR sel
2511       - 20  # NDRPDR sel
2512       - 22  # NDRPDR sel
2513       - 23  # NDRPDR sel
2514       - 24  # NDRPDR sel
2515       - 25  # NDRPDR sel
2516       - 26  # NDRPDR sel
2517       - 29  # NDRPDR sel
2518       - 52  # NDRPDR sel vhost
2519       - 53  # NDRPDR sel vhost
2520       - 55  # NDRPDR sel vhost
2521       - 61  # NDRPDR sel vhost
2522       - 62  # NDRPDR sel vhost
2523       - 63  # NDRPDR sel vhost
2524       - 64  # NDRPDR sel vhost
2525       - 65  # NDRPDR sel vhost
2526       - 66  # NDRPDR sel vhost
2527       - 67  # NDRPDR sel vhost
2528       - 36  # MRR sel
2529     csit-vpp-perf-verify-2001-3n-skx:
2530       - 45  # NDRPDR sel
2531       - 46  # NDRPDR sel
2532       - 47  # NDRPDR sel
2533       - 48  # NDRPDR sel
2534       - 49  # NDRPDR sel
2535       - 51  # NDRPDR sel
2536       - 52  # NDRPDR sel
2537       - 59  # NDRPDR sel
2538       - 66  # NDRPDR sel
2539       - 54  # NDRPDR sel addition
2540       - 55  # NDRPDR sel addition
2541       - 56  # NDRPDR sel addition
2542       - 57  # NDRPDR sel addition
2543       - 58  # NDRPDR sel addition
2544       - 60  # NDRPDR sel addition
2545       - 61  # NDRPDR sel addition
2546       - 62  # NDRPDR sel addition
2547       - 63  # NDRPDR sel addition
2548       - 64  # NDRPDR sel addition
2549       - 50  # MRR sel
2550       - 53  # MRR sel addition
2551
2552     csit-vpp-perf-verify-1904-2n-skx:
2553       - 11  # MRR sel
2554       - 12  # NDRPDR sel
2555       - 14  # NDRPDR sel
2556       - 16  # NDRPDR sel
2557       - 17  # NDRPDR sel
2558       - 18  # NDRPDR sel
2559       - 21  # NDRPDR sel
2560       - 27  # NDRPDR sel
2561       - 30  # NDRPDR sel
2562       - 31  # NDRPDR sel
2563       - 32  # NDRPDR sel
2564     csit-vpp-perf-verify-1908-2n-skx:
2565       - 26  # NDRPDR sel
2566       - 27  # NDRPDR sel
2567       - 34  # NDRPDR sel
2568       - 35  # NDRPDR sel
2569       - 36  # NDRPDR sel
2570       - 42  # NDRPDR sel
2571       - 43  # NDRPDR sel
2572       - 44  # NDRPDR sel
2573       - 45  # NDRPDR sel
2574       - 46  # NDRPDR sel
2575       - 88  # NDRPDR sel vhost
2576       - 89  # NDRPDR sel vhost
2577       - 91  # NDRPDR sel vhost
2578       - 92  # NDRPDR sel vhost
2579       - 93  # NDRPDR sel vhost
2580       - 94  # NDRPDR sel vhost
2581       - 95  # NDRPDR sel vhost
2582       - 96  # NDRPDR sel vhost
2583       - 97  # NDRPDR sel vhost
2584       - 98  # NDRPDR sel vhost
2585       - 69  # MRR sel
2586 #      - 22  # NFV
2587 #      - 31  # NFV
2588 #      - 32  # NFV
2589 #      - 71  # NFV MRR
2590     csit-vpp-perf-verify-2001-2n-skx:
2591       - 92  # NDRPDR sel
2592       - 93  # NDRPDR sel
2593       - 94  # NDRPDR sel
2594       - 95  # NDRPDR sel
2595       - 96  # NDRPDR sel
2596       - 97  # NDRPDR sel
2597       - 98  # NDRPDR sel
2598       - 99  # NDRPDR sel
2599       - 100 # NDRPDR sel
2600       - 102 # NDRPDR sel
2601       - 129 # NDRPDR sel addition
2602       - 130 # NDRPDR sel addition
2603       - 131 # NDRPDR sel addition
2604       - 132 # NDRPDR sel addition
2605       - 133 # NDRPDR sel addition
2606       - 134 # NDRPDR sel addition
2607       - 135 # NDRPDR sel addition
2608       - 136 # NDRPDR sel addition
2609       - 137 # NDRPDR sel addition
2610       - 138 # NDRPDR sel addition
2611       - 101 # MRR sel
2612       - 128 # MRR sel addition
2613
2614     csit-vpp-perf-verify-2001-2n-clx:
2615       - 28  # NDRPDR sel
2616       - 29  # NDRPDR sel
2617       - 32  # NDRPDR sel
2618       - 40  # NDRPDR sel
2619       - 43  # NDRPDR sel
2620       - 44  # NDRPDR sel
2621       - 45  # NDRPDR sel
2622       - 47  # NDRPDR sel
2623       - 48  # NDRPDR sel
2624       - 49  # NDRPDR sel
2625       - 39  # MRR
2626       - 53  # NDRPDR full
2627       - 54  # NDRPDR full
2628       - 55  # NDRPDR full
2629       - 56  # NDRPDR full
2630       - 57  # NDRPDR full
2631       - 58  # NDRPDR full
2632       - 59  # NDRPDR full
2633       - 60  # NDRPDR full
2634       - 61  # NDRPDR full
2635       - 62  # NDRPDR full
2636       - 63  # NDRPDR full
2637       - 64  # NDRPDR full
2638       - 65  # NDRPDR full
2639       - 66  # NDRPDR full
2640       - 67  # NDRPDR full
2641       - 68  # Reconf
2642       - 69  # Reconf
2643       - 70  # Reconf
2644       - 71  # Reconf
2645       - 72  # Reconf
2646       - 73  # Reconf
2647       - 74  # Reconf
2648       - 75  # Reconf
2649       - 76  # Reconf
2650       - 77  # Reconf
2651       - 80  # TCP
2652       - 82  # TCP
2653       - 83  # TCP
2654       - 85  # TCP
2655       - 86  # TCP
2656       - 87  # TCP
2657       - 88  # TCP
2658       - 89  # TCP
2659       - 90  # TCP
2660       - 91  # TCP
2661       - 93  # Soak
2662       - 94  # Soak
2663
2664     csit-vpp-perf-verify-1908-3n-tsh:
2665       - 7   # NDRPDR sel
2666       - 8   # NDRPDR sel
2667       - 9   # NDRPDR sel
2668       - 10  # NDRPDR sel
2669       - 11  # NDRPDR sel
2670       - 12  # NDRPDR sel
2671       - 13  # NDRPDR sel
2672       - 14  # NDRPDR sel
2673       - 15  # NDRPDR sel
2674       - 16  # NDRPDR sel
2675       - 17  # MRR sel
2676     csit-vpp-perf-verify-2001-3n-tsh:
2677       - 3   # NDRPDR sel
2678       - 4   # NDRPDR sel
2679       - 7   # NDRPDR sel
2680       - 8   # NDRPDR sel
2681       - 10  # NDRPDR sel
2682       - 12  # NDRPDR sel
2683       - 13  # NDRPDR sel
2684       - 14  # NDRPDR sel
2685       - 15  # NDRPDR sel
2686       - 21  # NDRPDR sel
2687       - 9   # MRR sel
2688
2689     csit-vpp-perf-verify-1908-3n-dnv:
2690       - 6   # NDRPDR sel
2691       - 7   # NDRPDR sel
2692       - 8   # NDRPDR sel
2693       - 9   # NDRPDR sel
2694       - 10  # NDRPDR sel
2695       - 12  # NDRPDR sel
2696       - 13  # NDRPDR sel
2697       - 14  # NDRPDR sel
2698       - 15  # NDRPDR sel
2699       - 16  # NDRPDR sel
2700       - 17  # MRR sel
2701     csit-vpp-perf-verify-2001-3n-dnv:
2702       - 5   # NDRPDR sel
2703       - 6   # NDRPDR sel
2704       - 7   # NDRPDR sel
2705       - 8   # NDRPDR sel
2706       - 9   # NDRPDR sel
2707       - 10  # NDRPDR sel
2708       - 12  # NDRPDR sel
2709       - 16  # NDRPDR sel
2710       - 17  # NDRPDR sel
2711       - 18  # NDRPDR sel
2712       - 11  # MRR sel
2713       - 19  # NDRPDR full
2714       - 20  # NDRPDR full
2715       - 21  # NDRPDR full
2716       - 22  # NDRPDR full
2717       - 23  # NDRPDR full
2718       - 24  # NDRPDR full
2719       - 25  # NDRPDR full
2720       - 26  # NDRPDR full
2721       - 37  # NDRPDR full
2722       - 38  # NDRPDR full
2723       - 39  # NDRPDR full
2724
2725     csit-vpp-perf-verify-1908-2n-dnv:
2726       - 1   # NDRPDR sel
2727       - 2   # NDRPDR sel
2728       - 3   # NDRPDR sel
2729       - 4   # NDRPDR sel
2730       - 5   # NDRPDR sel
2731       - 6   # NDRPDR sel
2732       - 7   # NDRPDR sel
2733       - 8   # NDRPDR sel
2734       - 9   # NDRPDR sel
2735       - 10  # NDRPDR sel
2736       - 11  # MRR sel
2737     csit-vpp-perf-verify-2001-2n-dnv:
2738       - 4   # NDRPDR sel
2739       - 5   # NDRPDR sel
2740       - 6   # NDRPDR sel
2741       - 7   # NDRPDR sel
2742       - 8   # NDRPDR sel
2743       - 9   # NDRPDR sel
2744       - 10  # NDRPDR sel
2745       - 11  # NDRPDR sel
2746       - 13  # NDRPDR sel
2747       - 16  # NDRPDR sel
2748       - 12  # MRR sel
2749       - 21  # NDRPDR full
2750       - 22  # NDRPDR full
2751       - 25  # NDRPDR full
2752       - 26  # NDRPDR full
2753       - 27  # NDRPDR full
2754       - 28  # NDRPDR full
2755
2756     csit-dpdk-perf-verify-1904-3n-hsw:
2757       - 2   # NDRPDR sel
2758       - 3   # NDRPDR sel
2759       - 5   # NDRPDR sel
2760       - 6   # NDRPDR sel
2761       - 13  # NDRPDR sel
2762       - 14  # NDRPDR sel
2763       - 15  # NDRPDR sel
2764       - 18  # NDRPDR sel
2765       - 19  # NDRPDR sel
2766       - 20  # NDRPDR sel
2767     csit-dpdk-perf-verify-1908-3n-hsw:
2768       - 2   # NDRPDR sel
2769       - 3   # NDRPDR sel
2770       - 4   # NDRPDR sel
2771       - 5   # NDRPDR sel
2772       - 6   # NDRPDR sel
2773       - 7   # NDRPDR sel
2774       - 8   # NDRPDR sel
2775       - 9   # NDRPDR sel
2776       - 10  # NDRPDR sel
2777       - 11  # NDRPDR sel
2778     csit-dpdk-perf-verify-2001-3n-hsw:
2779       - 4   # NDRPDR sel
2780       - 5   # NDRPDR sel
2781       - 6   # NDRPDR sel
2782       - 7   # NDRPDR sel
2783       - 8   # NDRPDR sel
2784       - 9   # NDRPDR sel
2785       - 10  # NDRPDR sel
2786       - 11  # NDRPDR sel
2787       - 12  # NDRPDR sel
2788       - 13  # NDRPDR sel
2789       - 15  # NDRPDR sel
2790       - 16  # NDRPDR sel
2791       - 17  # NDRPDR sel
2792       - 18  # NDRPDR sel
2793       - 19  # NDRPDR sel
2794       - 20  # NDRPDR sel
2795       - 21  # NDRPDR sel
2796       - 22  # NDRPDR sel
2797       - 23  # NDRPDR sel
2798       - 24  # NDRPDR sel
2799       - 25  # NDRPDR full
2800       - 26  # NDRPDR full
2801
2802     csit-dpdk-perf-verify-1904-3n-skx:
2803       - 2   # NDRPDR sel
2804       - 3   # NDRPDR sel
2805       - 4   # NDRPDR sel
2806       - 5   # NDRPDR sel
2807       - 6   # NDRPDR sel
2808       - 7   # NDRPDR sel
2809       - 11  # NDRPDR sel
2810       - 12  # NDRPDR sel
2811       - 13  # NDRPDR sel
2812       - 14  # NDRPDR sel
2813     csit-dpdk-perf-verify-1908-3n-skx:
2814       - 3   # NDRPDR sel
2815       - 4   # NDRPDR sel
2816       - 5   # NDRPDR sel
2817       - 6   # NDRPDR sel
2818       - 7   # NDRPDR sel
2819       - 8   # NDRPDR sel
2820       - 9   # NDRPDR sel
2821       - 10  # NDRPDR sel
2822       - 11  # NDRPDR sel
2823       - 12  # NDRPDR sel
2824     csit-dpdk-perf-verify-2001-3n-skx:
2825       - 29  # NDRPDR sel xxv710
2826       - 33  # NDRPDR sel xxv710
2827       - 34  # NDRPDR sel xxv710
2828       - 35  # NDRPDR sel xxv710
2829       - 36  # NDRPDR sel xxv710
2830       - 37  # NDRPDR sel xxv710
2831       - 41  # NDRPDR sel xxv710
2832       - 42  # NDRPDR sel xxv710
2833       - 43  # NDRPDR sel xxv710
2834       - 45  # NDRPDR sel xxv710
2835       - 30  # NDRPDR sel x710
2836       - 31  # NDRPDR sel x710
2837       - 32  # NDRPDR sel x710
2838       - 38  # NDRPDR sel x710
2839       - 39  # NDRPDR sel x710
2840       - 40  # NDRPDR sel x710
2841       - 44  # NDRPDR sel x710
2842       - 46  # NDRPDR sel x710
2843       - 47  # NDRPDR sel x710
2844       - 48  # NDRPDR sel x710
2845
2846     csit-dpdk-perf-verify-1904-2n-skx:
2847       - 2   # NDRPDR sel
2848       - 3   # NDRPDR sel
2849       - 4   # NDRPDR sel
2850       - 5   # NDRPDR sel
2851       - 7   # NDRPDR sel
2852       - 8   # NDRPDR sel
2853       - 9   # NDRPDR sel
2854       - 10  # NDRPDR sel
2855       - 11  # NDRPDR sel
2856       - 12  # NDRPDR sel
2857     csit-dpdk-perf-verify-1908-2n-skx:
2858       - 2   # NDRPDR sel
2859       - 3   # NDRPDR sel
2860       - 4   # NDRPDR sel
2861       - 5   # NDRPDR sel
2862       - 7   # NDRPDR sel
2863       - 8   # NDRPDR sel
2864       - 9   # NDRPDR sel
2865       - 10  # NDRPDR sel
2866       - 11  # NDRPDR sel
2867       - 12  # NDRPDR sel
2868     csit-dpdk-perf-verify-2001-2n-skx:
2869       - 35  # NDRPDR sel xxv710
2870       - 36  # NDRPDR sel xxv710
2871       - 37  # NDRPDR sel xxv710
2872       - 41  # NDRPDR sel xxv710
2873       - 42  # NDRPDR sel xxv710
2874       - 43  # NDRPDR sel xxv710
2875       - 46  # NDRPDR sel xxv710
2876       - 47  # NDRPDR sel xxv710
2877       - 52  # NDRPDR sel xxv710
2878       - 53  # NDRPDR sel xxv710
2879       - 38  # NDRPDR sel x710
2880       - 39  # NDRPDR sel x710
2881       - 40  # NDRPDR sel x710
2882       - 44  # NDRPDR sel x710
2883       - 45  # NDRPDR sel x710
2884       - 48  # NDRPDR sel x710
2885       - 49  # NDRPDR sel x710
2886       - 50  # NDRPDR sel x710
2887       - 51  # NDRPDR sel x710
2888       - 54  # NDRPDR sel x710
2889
2890
2891     csit-dpdk-perf-verify-2001-2n-clx:
2892       - 15  # NDRPDR sel
2893       - 16  # NDRPDR sel
2894       - 17  # NDRPDR sel
2895       - 18  # NDRPDR sel
2896       - 19  # NDRPDR sel
2897       - 20  # NDRPDR sel
2898       - 21  # NDRPDR sel
2899       - 22  # NDRPDR sel
2900       - 23  # NDRPDR sel
2901       - 24  # NDRPDR sel
2902       - 25  # NDRPDR sel
2903       - 26  # NDRPDR sel
2904       - 27  # NDRPDR sel
2905       - 28  # NDRPDR sel
2906       - 29  # NDRPDR sel
2907       - 30  # NDRPDR sel
2908       - 31  # NDRPDR sel
2909       - 32  # NDRPDR sel
2910       - 33  # NDRPDR sel
2911       - 34  # NDRPDR sel
2912
2913     csit-dpdk-perf-verify-2001-2n-dnv:
2914       - 9   # NDRPDR sel
2915       - 10  # NDRPDR sel
2916       - 11  # NDRPDR sel
2917       - 12  # NDRPDR sel
2918       - 13  # NDRPDR sel
2919       - 14  # NDRPDR sel
2920       - 15  # NDRPDR sel
2921       - 16  # NDRPDR sel
2922       - 17  # NDRPDR sel
2923       - 18  # NDRPDR sel
2924
2925     csit-dpdk-perf-verify-2001-3n-dnv:
2926       - 12  # NDRPDR sel
2927       - 13  # NDRPDR sel
2928       - 14  # NDRPDR sel
2929       - 15  # NDRPDR sel
2930       - 16  # NDRPDR sel
2931       - 17  # NDRPDR sel
2932       - 18  # NDRPDR sel
2933       - 19  # NDRPDR sel
2934       - 20  # NDRPDR sel
2935       - 22  # NDRPDR sel
2936
2937     csit-dpdk-perf-verify-2001-3n-tsh:
2938       - 3   # NDRPDR sel
2939       - 4   # NDRPDR sel
2940       - 5   # NDRPDR sel
2941       - 9   # NDRPDR sel
2942       - 10  # NDRPDR sel
2943       - 11  # NDRPDR sel
2944       - 12  # NDRPDR sel
2945       - 14  # NDRPDR sel
2946       - 15  # NDRPDR sel
2947       - 18  # NDRPDR sel
2948
2949     csit-vpp-device-2001-ubuntu1804-1n-skx:
2950       - 57
2951
2952 - type: "output"
2953   output: "report"
2954   format:
2955     html:
2956     - full
2957 #    pdf:
2958 #    - minimal
2959
2960 ################################################################################
2961 ###                               T A B L E S                                ###
2962 ################################################################################
2963
2964 ## VPP Soak vs NDR - 2n-skx
2965 #- type: "table"
2966 #  title: "VPP Soak vs NDR 2n-skx"
2967 #  algorithm: "table_soak_vs_ndr"
2968 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2969 #  reference:
2970 #    title: "NDR"
2971 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2972 #  compare:
2973 #    title: "Soak"
2974 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2975 #  data: "vpp-soak-vs-ndr-2n-skx"
2976 #  include-tests: "NDR"
2977 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2978 #  parameters:
2979 #    - "throughput"
2980 #    - "name"
2981 #    - "parent"
2982
2983 # VPP Soak vs NDR - 2n-clx
2984 - type: "table"
2985   title: "VPP Soak vs NDR 2n-clx"
2986   algorithm: "table_soak_vs_ndr"
2987   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2988   reference:
2989     title: "NDR"
2990     data: "vpp-soak-vs-ndr-2n-clx-ref"
2991   compare:
2992     title: "Soak"
2993     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2994   data: "vpp-soak-vs-ndr-2n-clx"
2995   include-tests: "NDR"
2996   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2997   parameters:
2998     - "throughput"
2999     - "name"
3000     - "parent"
3001
3002 ################################################################################
3003
3004 # VPP Compare NICs 3n-skx 2t1c ndr
3005 - type: "table"
3006   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3007   algorithm: "table_nics_comparison"
3008   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3009   reference:
3010     title: "x710"
3011     nic: "NIC_Intel-X710"
3012   compare:
3013     title: "xxv710"
3014     nic: "NIC_Intel-XXV710"
3015   data: "vpp-nic-comparison-3n-skx"
3016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3017   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3018   parameters:
3019   - "name"
3020   - "parent"
3021   - "throughput"
3022   - "tags"
3023
3024 # VPP Compare NICs 3n-skx 4t2c ndr
3025 - type: "table"
3026   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3027   algorithm: "table_nics_comparison"
3028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3029   reference:
3030     title: "x710"
3031     nic: "NIC_Intel-X710"
3032   compare:
3033     title: "xxv710"
3034     nic: "NIC_Intel-XXV710"
3035   data: "vpp-nic-comparison-3n-skx"
3036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3037   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "throughput"
3042   - "tags"
3043
3044 # VPP Compare NICs 3n-skx 2t1c pdr
3045 - type: "table"
3046   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3047   algorithm: "table_nics_comparison"
3048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3049   reference:
3050     title: "x710"
3051     nic: "NIC_Intel-X710"
3052   compare:
3053     title: "xxv710"
3054     nic: "NIC_Intel-XXV710"
3055   data: "vpp-nic-comparison-3n-skx"
3056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3057   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3058   parameters:
3059   - "name"
3060   - "parent"
3061   - "throughput"
3062   - "tags"
3063
3064  # VPP Compare NICs 3n-skx 4t2c pdr
3065 - type: "table"
3066   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3067   algorithm: "table_nics_comparison"
3068   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3069   reference:
3070     title: "x710"
3071     nic: "NIC_Intel-X710"
3072   compare:
3073     title: "xxv710"
3074     nic: "NIC_Intel-XXV710"
3075   data: "vpp-nic-comparison-3n-skx"
3076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3077   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3078   parameters:
3079   - "name"
3080   - "parent"
3081   - "throughput"
3082   - "tags"
3083
3084 # VPP Compare NICs 3n-skx 2t1c mrr
3085 - type: "table"
3086   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3087   algorithm: "table_nics_comparison"
3088   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3089   reference:
3090     title: "x710"
3091     nic: "NIC_Intel-X710"
3092   compare:
3093     title: "xxv710"
3094     nic: "NIC_Intel-XXV710"
3095   data: "vpp-nic-comparison-3n-skx-mrr"
3096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3097   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3098   parameters:
3099   - "name"
3100   - "parent"
3101   - "result"
3102   - "tags"
3103
3104 # VPP Compare NICs 3n-skx 4t2c mrr
3105 - type: "table"
3106   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3107   algorithm: "table_nics_comparison"
3108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3109   reference:
3110     title: "x710"
3111     nic: "NIC_Intel-X710"
3112   compare:
3113     title: "xxv710"
3114     nic: "NIC_Intel-XXV710"
3115   data: "vpp-nic-comparison-3n-skx-mrr"
3116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3117   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3118   parameters:
3119   - "name"
3120   - "parent"
3121   - "result"
3122   - "tags"
3123
3124  # VPP Compare NICs 3n-skx 8t4c mrr
3125 - type: "table"
3126   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3127   algorithm: "table_nics_comparison"
3128   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3129   reference:
3130     title: "x710"
3131     nic: "NIC_Intel-X710"
3132   compare:
3133     title: "xxv710"
3134     nic: "NIC_Intel-XXV710"
3135   data: "vpp-nic-comparison-3n-skx-mrr"
3136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3137   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3138   parameters:
3139   - "name"
3140   - "parent"
3141   - "result"
3142   - "tags"
3143
3144 # VPP Compare NICs 2n-skx 2t1c ndr
3145 - type: "table"
3146   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3147   algorithm: "table_nics_comparison"
3148   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3149   reference:
3150     title: "x710"
3151     nic: "NIC_Intel-X710"
3152   compare:
3153     title: "xxv710"
3154     nic: "NIC_Intel-XXV710"
3155   data: "vpp-nic-comparison-2n-skx"
3156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3157   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3158   parameters:
3159   - "name"
3160   - "parent"
3161   - "throughput"
3162   - "tags"
3163
3164 # VPP Compare NICs 2n-skx 4t2c ndr
3165 - type: "table"
3166   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3167   algorithm: "table_nics_comparison"
3168   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3169   reference:
3170     title: "x710"
3171     nic: "NIC_Intel-X710"
3172   compare:
3173     title: "xxv710"
3174     nic: "NIC_Intel-XXV710"
3175   data: "vpp-nic-comparison-2n-skx"
3176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3177   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3178   parameters:
3179   - "name"
3180   - "parent"
3181   - "throughput"
3182   - "tags"
3183
3184  # VPP Compare NICs 2n-skx 2t1c pdr
3185 - type: "table"
3186   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3187   algorithm: "table_nics_comparison"
3188   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3189   reference:
3190     title: "x710"
3191     nic: "NIC_Intel-X710"
3192   compare:
3193     title: "xxv710"
3194     nic: "NIC_Intel-XXV710"
3195   data: "vpp-nic-comparison-2n-skx"
3196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3197   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3198   parameters:
3199   - "name"
3200   - "parent"
3201   - "throughput"
3202   - "tags"
3203
3204 # VPP Compare NICs 2n-skx 4t2c pdr
3205 - type: "table"
3206   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3207   algorithm: "table_nics_comparison"
3208   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3209   reference:
3210     title: "x710"
3211     nic: "NIC_Intel-X710"
3212   compare:
3213     title: "xxv710"
3214     nic: "NIC_Intel-XXV710"
3215   data: "vpp-nic-comparison-2n-skx"
3216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3217   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3218   parameters:
3219   - "name"
3220   - "parent"
3221   - "throughput"
3222   - "tags"
3223
3224 # VPP Compare NICs 2n-skx 2t1c mrr
3225 - type: "table"
3226   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3227   algorithm: "table_nics_comparison"
3228   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3229   reference:
3230     title: "x710"
3231     nic: "NIC_Intel-X710"
3232   compare:
3233     title: "xxv710"
3234     nic: "NIC_Intel-XXV710"
3235   data: "vpp-nic-comparison-2n-skx-mrr"
3236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3237   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3238   parameters:
3239   - "name"
3240   - "parent"
3241   - "result"
3242   - "tags"
3243
3244 # VPP Compare NICs 2n-skx 4t2c mrr
3245 - type: "table"
3246   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3247   algorithm: "table_nics_comparison"
3248   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3249   reference:
3250     title: "x710"
3251     nic: "NIC_Intel-X710"
3252   compare:
3253     title: "xxv710"
3254     nic: "NIC_Intel-XXV710"
3255   data: "vpp-nic-comparison-2n-skx-mrr"
3256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3257   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3258   parameters:
3259   - "name"
3260   - "parent"
3261   - "result"
3262   - "tags"
3263
3264 # VPP Compare NICs 2n-skx 8t4c mrr
3265 - type: "table"
3266   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3267   algorithm: "table_nics_comparison"
3268   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3269   reference:
3270     title: "x710"
3271     nic: "NIC_Intel-X710"
3272   compare:
3273     title: "xxv710"
3274     nic: "NIC_Intel-XXV710"
3275   data: "vpp-nic-comparison-2n-skx-mrr"
3276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3277   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3278   parameters:
3279   - "name"
3280   - "parent"
3281   - "result"
3282   - "tags"
3283
3284 ################################################################################
3285 # VPP
3286
3287 # VPP Performance Changes 3n-hsw 1t1c pdr
3288 - type: "table"
3289   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3290   algorithm: "table_perf_comparison"
3291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3292   history:
3293     - title: "1904"
3294       data: "vpp-performance-changes-3n-hsw-h1"
3295   reference:
3296     title: "1908"
3297     data: "vpp-performance-changes-3n-hsw-ref"
3298     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3299   compare:
3300     title: "2001"
3301     data: "vpp-performance-changes-3n-hsw-cmp"
3302   data: "vpp-performance-changes-3n-hsw"
3303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3304   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3305   parameters:
3306   - "name"
3307   - "parent"
3308   - "throughput"
3309
3310 # VPP Performance Changes 3n-hsw 2t2c pdr
3311 - type: "table"
3312   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3313   algorithm: "table_perf_comparison"
3314   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3315   history:
3316     - title: "1904"
3317       data: "vpp-performance-changes-3n-hsw-h1"
3318   reference:
3319     title: "1908"
3320     data: "vpp-performance-changes-3n-hsw-ref"
3321     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3322   compare:
3323     title: "2001"
3324     data: "vpp-performance-changes-3n-hsw-cmp"
3325   data: "vpp-performance-changes-3n-hsw"
3326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3327   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3328   parameters:
3329   - "name"
3330   - "parent"
3331   - "throughput"
3332
3333 # VPP Performance Changes 3n-hsw 1t1c ndr
3334 - type: "table"
3335   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3336   algorithm: "table_perf_comparison"
3337   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3338   history:
3339     - title: "1904"
3340       data: "vpp-performance-changes-3n-hsw-h1"
3341   reference:
3342     title: "1908"
3343     data: "vpp-performance-changes-3n-hsw-ref"
3344     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3345   compare:
3346     title: "2001"
3347     data: "vpp-performance-changes-3n-hsw-cmp"
3348   data: "vpp-performance-changes-3n-hsw"
3349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3350   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3351   parameters:
3352   - "name"
3353   - "parent"
3354   - "throughput"
3355
3356 # VPP Performance Changes 3n-hsw 2t2c ndr
3357 - type: "table"
3358   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3359   algorithm: "table_perf_comparison"
3360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3361   history:
3362     - title: "1904"
3363       data: "vpp-performance-changes-3n-hsw-h1"
3364   reference:
3365     title: "1908"
3366     data: "vpp-performance-changes-3n-hsw-ref"
3367     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3368   compare:
3369     title: "2001"
3370     data: "vpp-performance-changes-3n-hsw-cmp"
3371   data: "vpp-performance-changes-3n-hsw"
3372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3373   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3374   parameters:
3375   - "name"
3376   - "parent"
3377   - "throughput"
3378
3379 # VPP Performance Changes 3n-skx 2t1c pdr
3380 - type: "table"
3381   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3382   algorithm: "table_perf_comparison_nic"
3383   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3384   rca:
3385     title: "RCA"
3386     data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3387   history:
3388     - title: "1904"
3389       data: "vpp-performance-changes-3n-skx-h1"
3390       nic: "NIC_Intel-X710"
3391   reference:
3392     title: "1908"
3393     data: "vpp-performance-changes-3n-skx-ref"
3394     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3395     nic: "NIC_Intel-XXV710"
3396   compare:
3397     title: "2001"
3398     data: "vpp-performance-changes-3n-skx-cmp"
3399     nic: "NIC_Intel-XXV710"
3400   data: "vpp-performance-changes-3n-skx"
3401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3402   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3403   parameters:
3404   - "name"
3405   - "parent"
3406   - "throughput"
3407   - "tags"
3408
3409 # VPP Performance Changes 3n-skx 4t2c pdr
3410 - type: "table"
3411   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3412   algorithm: "table_perf_comparison_nic"
3413   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3414 #  rca:
3415 #    title: "RCA"
3416 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3417   history:
3418     - title: "1904"
3419       data: "vpp-performance-changes-3n-skx-h1"
3420       nic: "NIC_Intel-X710"
3421   reference:
3422     title: "1908"
3423     data: "vpp-performance-changes-3n-skx-ref"
3424     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3425     nic: "NIC_Intel-XXV710"
3426   compare:
3427     title: "2001"
3428     data: "vpp-performance-changes-3n-skx-cmp"
3429     nic: "NIC_Intel-XXV710"
3430   data: "vpp-performance-changes-3n-skx"
3431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3432   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3433   parameters:
3434   - "name"
3435   - "parent"
3436   - "throughput"
3437   - "tags"
3438
3439 # VPP Performance Changes 3n-skx 2t1c ndr
3440 - type: "table"
3441   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3442   algorithm: "table_perf_comparison_nic"
3443   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3444 #  rca:
3445 #    title: "RCA"
3446 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3447   history:
3448     - title: "1904"
3449       data: "vpp-performance-changes-3n-skx-h1"
3450       nic: "NIC_Intel-X710"
3451   reference:
3452     title: "1908"
3453     data: "vpp-performance-changes-3n-skx-ref"
3454     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3455     nic: "NIC_Intel-XXV710"
3456   compare:
3457     title: "2001"
3458     data: "vpp-performance-changes-3n-skx-cmp"
3459     nic: "NIC_Intel-XXV710"
3460   data: "vpp-performance-changes-3n-skx"
3461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3462   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3463   parameters:
3464   - "name"
3465   - "parent"
3466   - "throughput"
3467   - "tags"
3468
3469 # VPP Performance Changes 3n-skx 4t2c ndr
3470 - type: "table"
3471   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3472   algorithm: "table_perf_comparison_nic"
3473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3474 #  rca:
3475 #    title: "RCA"
3476 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3477   history:
3478     - title: "1904"
3479       data: "vpp-performance-changes-3n-skx-h1"
3480       nic: "NIC_Intel-X710"
3481   reference:
3482     title: "1908"
3483     data: "vpp-performance-changes-3n-skx-ref"
3484     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3485     nic: "NIC_Intel-XXV710"
3486   compare:
3487     title: "2001"
3488     data: "vpp-performance-changes-3n-skx-cmp"
3489     nic: "NIC_Intel-XXV710"
3490   data: "vpp-performance-changes-3n-skx"
3491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3492   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3493   parameters:
3494   - "name"
3495   - "parent"
3496   - "throughput"
3497   - "tags"
3498
3499 # VPP Performance Changes 2n-skx 2t1c pdr
3500 - type: "table"
3501   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3502   algorithm: "table_perf_comparison_nic"
3503   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3504   rca:
3505     title: "RCA"
3506     data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3507   history:
3508     - title: "1904"
3509       data: "vpp-performance-changes-2n-skx-h1"
3510       nic: "NIC_Intel-X710"
3511   reference:
3512     title: "1908"
3513     data: "vpp-performance-changes-2n-skx-ref"
3514     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3515     nic: "NIC_Intel-XXV710"
3516   compare:
3517     title: "2001"
3518     data: "vpp-performance-changes-2n-skx-cmp"
3519     nic: "NIC_Intel-XXV710"
3520   data: "vpp-performance-changes-2n-skx"
3521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3522   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3523   parameters:
3524     - "name"
3525     - "parent"
3526     - "throughput"
3527     - "tags"
3528
3529 # VPP Performance Changes 2n-skx 4t2c pdr
3530 - type: "table"
3531   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3532   algorithm: "table_perf_comparison_nic"
3533   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3534 #  rca:
3535 #    title: "RCA"
3536 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3537   history:
3538     - title: "1904"
3539       data: "vpp-performance-changes-2n-skx-h1"
3540       nic: "NIC_Intel-X710"
3541   reference:
3542     title: "1908"
3543     data: "vpp-performance-changes-2n-skx-ref"
3544     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3545     nic: "NIC_Intel-XXV710"
3546   compare:
3547     title: "2001"
3548     data: "vpp-performance-changes-2n-skx-cmp"
3549     nic: "NIC_Intel-XXV710"
3550   data: "vpp-performance-changes-2n-skx"
3551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3552   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3553   parameters:
3554     - "name"
3555     - "parent"
3556     - "throughput"
3557     - "tags"
3558
3559 # VPP Performance Changes 2n-skx 2t1c ndr
3560 - type: "table"
3561   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3562   algorithm: "table_perf_comparison_nic"
3563   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3564 #  rca:
3565 #    title: "RCA"
3566 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3567   history:
3568     - title: "1904"
3569       data: "vpp-performance-changes-2n-skx-h1"
3570       nic: "NIC_Intel-X710"
3571   reference:
3572     title: "1908"
3573     data: "vpp-performance-changes-2n-skx-ref"
3574     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3575     nic: "NIC_Intel-XXV710"
3576   compare:
3577     title: "2001"
3578     data: "vpp-performance-changes-2n-skx-cmp"
3579     nic: "NIC_Intel-XXV710"
3580   data: "vpp-performance-changes-2n-skx"
3581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3582   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3583   parameters:
3584     - "name"
3585     - "parent"
3586     - "throughput"
3587     - "tags"
3588
3589 # VPP Performance Changes 2n-skx 4t2c ndr
3590 - type: "table"
3591   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3592   algorithm: "table_perf_comparison_nic"
3593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3594 #  rca:
3595 #    title: "RCA"
3596 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3597   history:
3598     - title: "1904"
3599       data: "vpp-performance-changes-2n-skx-h1"
3600       nic: "NIC_Intel-X710"
3601   reference:
3602     title: "1908"
3603     data: "vpp-performance-changes-2n-skx-ref"
3604     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3605     nic: "NIC_Intel-XXV710"
3606   compare:
3607     title: "2001"
3608     data: "vpp-performance-changes-2n-skx-cmp"
3609     nic: "NIC_Intel-XXV710"
3610   data: "vpp-performance-changes-2n-skx"
3611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3612   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3613   parameters:
3614     - "name"
3615     - "parent"
3616     - "throughput"
3617     - "tags"
3618
3619 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3620 #- type: "table"
3621 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3622 #  algorithm: "table_perf_comparison"
3623 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3624 #  reference:
3625 #    title: "1908"
3626 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3627 #  compare:
3628 #    title: "2001"
3629 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3630 #  data: "vpp-performance-changes-nfv-2n-skx"
3631 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3632 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3633 #  parameters:
3634 #  - "name"
3635 #  - "parent"
3636 #  - "throughput"
3637 #  - "tags"
3638 #
3639 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3640 #- type: "table"
3641 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3642 #  algorithm: "table_perf_comparison"
3643 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3644 #  reference:
3645 #    title: "1908"
3646 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3647 #  compare:
3648 #    title: "2001"
3649 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3650 #  data: "vpp-performance-changes-nfv-2n-skx"
3651 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3652 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3653 #  parameters:
3654 #  - "name"
3655 #  - "parent"
3656 #  - "throughput"
3657 #  - "tags"
3658 #
3659 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3660 #- type: "table"
3661 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3662 #  algorithm: "table_perf_comparison"
3663 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3664 #  reference:
3665 #    title: "1908"
3666 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3667 #  compare:
3668 #    title: "2001"
3669 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3670 #  data: "vpp-performance-changes-nfv-2n-skx"
3671 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3672 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3673 #  parameters:
3674 #  - "name"
3675 #  - "parent"
3676 #  - "throughput"
3677 #  - "tags"
3678 #
3679 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3680 #- type: "table"
3681 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3682 #  algorithm: "table_perf_comparison"
3683 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3684 #  reference:
3685 #    title: "1908"
3686 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3687 #  compare:
3688 #    title: "2001"
3689 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3690 #  data: "vpp-performance-changes-nfv-2n-skx"
3691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3692 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3693 #  parameters:
3694 #  - "name"
3695 #  - "parent"
3696 #  - "throughput"
3697 #  - "tags"
3698
3699 # VPP Performance Changes 2n-dnv 1t1c pdr
3700 - type: "table"
3701   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3702   algorithm: "table_perf_comparison"
3703   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3704   reference:
3705     title: "1908"
3706     data: "vpp-performance-changes-2n-dnv-ref"
3707   compare:
3708     title: "2001"
3709     data: "vpp-performance-changes-2n-dnv-cmp"
3710   data: "vpp-performance-changes-2n-dnv"
3711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3712   filter: "'1T1C'"
3713   parameters:
3714   - "name"
3715   - "parent"
3716   - "throughput"
3717   - "tags"
3718
3719 # VPP Performance Changes 2n-dnv 2t2c pdr
3720 - type: "table"
3721   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3722   algorithm: "table_perf_comparison"
3723   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3724   reference:
3725     title: "1908"
3726     data: "vpp-performance-changes-2n-dnv-ref"
3727   compare:
3728     title: "2001"
3729     data: "vpp-performance-changes-2n-dnv-cmp"
3730   data: "vpp-performance-changes-2n-dnv"
3731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3732   filter: "'2T2C'"
3733   parameters:
3734   - "name"
3735   - "parent"
3736   - "throughput"
3737   - "tags"
3738
3739 # VPP Performance Changes 2n-dnv 1t1c ndr
3740 - type: "table"
3741   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3742   algorithm: "table_perf_comparison"
3743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3744   reference:
3745     title: "1908"
3746     data: "vpp-performance-changes-2n-dnv-ref"
3747   compare:
3748     title: "2001"
3749     data: "vpp-performance-changes-2n-dnv-cmp"
3750   data: "vpp-performance-changes-2n-dnv"
3751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3752   filter: "'1T1C'"
3753   parameters:
3754   - "name"
3755   - "parent"
3756   - "throughput"
3757   - "tags"
3758
3759 # VPP Performance Changes 2n-dnv 2t2c ndr
3760 - type: "table"
3761   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3762   algorithm: "table_perf_comparison"
3763   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3764   reference:
3765     title: "1908"
3766     data: "vpp-performance-changes-2n-dnv-ref"
3767   compare:
3768     title: "2001"
3769     data: "vpp-performance-changes-2n-dnv-cmp"
3770   data: "vpp-performance-changes-2n-dnv"
3771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3772   filter: "'2T2C'"
3773   parameters:
3774   - "name"
3775   - "parent"
3776   - "throughput"
3777   - "tags"
3778
3779 # VPP Performance Changes 3n-dnv 1t1c pdr
3780 - type: "table"
3781   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3782   algorithm: "table_perf_comparison"
3783   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3784   reference:
3785     title: "1908"
3786     data: "vpp-performance-changes-3n-dnv-ref"
3787   compare:
3788     title: "2001"
3789     data: "vpp-performance-changes-3n-dnv-cmp"
3790   data: "vpp-performance-changes-3n-dnv"
3791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'1T1C'"
3793   parameters:
3794   - "name"
3795   - "parent"
3796   - "throughput"
3797   - "tags"
3798
3799 # VPP Performance Changes 3n-dnv 2t2c pdr
3800 - type: "table"
3801   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3802   algorithm: "table_perf_comparison"
3803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3804   reference:
3805     title: "1908"
3806     data: "vpp-performance-changes-3n-dnv-ref"
3807   compare:
3808     title: "2001"
3809     data: "vpp-performance-changes-3n-dnv-cmp"
3810   data: "vpp-performance-changes-3n-dnv"
3811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3812   filter: "'2T2C'"
3813   parameters:
3814   - "name"
3815   - "parent"
3816   - "throughput"
3817   - "tags"
3818
3819 # VPP Performance Changes 3n-dnv 1t1c ndr
3820 - type: "table"
3821   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3822   algorithm: "table_perf_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3824   reference:
3825     title: "1908"
3826     data: "vpp-performance-changes-3n-dnv-ref"
3827   compare:
3828     title: "2001"
3829     data: "vpp-performance-changes-3n-dnv-cmp"
3830   data: "vpp-performance-changes-3n-dnv"
3831   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3832   filter: "'1T1C'"
3833   parameters:
3834   - "name"
3835   - "parent"
3836   - "throughput"
3837   - "tags"
3838
3839 # VPP Performance Changes 3n-dnv 2t2c ndr
3840 - type: "table"
3841   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3842   algorithm: "table_perf_comparison"
3843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3844   reference:
3845     title: "1908"
3846     data: "vpp-performance-changes-3n-dnv-ref"
3847   compare:
3848     title: "2001"
3849     data: "vpp-performance-changes-3n-dnv-cmp"
3850   data: "vpp-performance-changes-3n-dnv"
3851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3852   filter: "'2T2C'"
3853   parameters:
3854   - "name"
3855   - "parent"
3856   - "throughput"
3857   - "tags"
3858
3859 # VPP Performance Changes 3n-tsh 1t1c pdr
3860 - type: "table"
3861   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3862   algorithm: "table_perf_comparison"
3863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3864   reference:
3865     title: "1908"
3866     data: "vpp-performance-changes-3n-tsh-ref"
3867   compare:
3868     title: "2001"
3869     data: "vpp-performance-changes-3n-tsh-cmp"
3870   data: "vpp-performance-changes-3n-tsh"
3871   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3872   filter: "'1T1C'"
3873   parameters:
3874   - "name"
3875   - "parent"
3876   - "throughput"
3877   - "tags"
3878
3879 # VPP Performance Changes 3n-tsh 2t2c pdr
3880 - type: "table"
3881   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3882   algorithm: "table_perf_comparison"
3883   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3884   reference:
3885     title: "1908"
3886     data: "vpp-performance-changes-3n-tsh-ref"
3887   compare:
3888     title: "2001"
3889     data: "vpp-performance-changes-3n-tsh-cmp"
3890   data: "vpp-performance-changes-3n-tsh"
3891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3892   filter: "'2T2C'"
3893   parameters:
3894   - "name"
3895   - "parent"
3896   - "throughput"
3897   - "tags"
3898
3899 # VPP Performance Changes 3n-tsh 1t1c ndr
3900 - type: "table"
3901   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3902   algorithm: "table_perf_comparison"
3903   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3904   reference:
3905     title: "1908"
3906     data: "vpp-performance-changes-3n-tsh-ref"
3907   compare:
3908     title: "2001"
3909     data: "vpp-performance-changes-3n-tsh-cmp"
3910   data: "vpp-performance-changes-3n-tsh"
3911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3912   filter: "'1T1C'"
3913   parameters:
3914   - "name"
3915   - "parent"
3916   - "throughput"
3917   - "tags"
3918
3919 # VPP Performance Changes 3n-tsh 2t2c ndr
3920 - type: "table"
3921   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3922   algorithm: "table_perf_comparison"
3923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3924   reference:
3925     title: "1908"
3926     data: "vpp-performance-changes-3n-tsh-ref"
3927   compare:
3928     title: "2001"
3929     data: "vpp-performance-changes-3n-tsh-cmp"
3930   data: "vpp-performance-changes-3n-tsh"
3931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3932   filter: "'2T2C'"
3933   parameters:
3934   - "name"
3935   - "parent"
3936   - "throughput"
3937   - "tags"
3938
3939 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3940 - type: "table"
3941   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3942   algorithm: "table_perf_comparison_nic"
3943   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3944   reference:
3945     title: "3n-hsw xl710"
3946     data: "vpp-compare-testbeds-ref"
3947     nic: "NIC_Intel-XL710"
3948   compare:
3949     title: "3n-skx xxv710"
3950     data: "vpp-compare-testbeds-cmp"
3951     nic: "NIC_Intel-XXV710"
3952   data: "vpp-compare-testbeds"
3953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3954   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3955   parameters:
3956   - "name"
3957   - "parent"
3958   - "throughput"
3959   - "tags"
3960
3961 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3962 - type: "table"
3963   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3964   algorithm: "table_perf_comparison_nic"
3965   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3966   reference:
3967     title: "3n-hsw xl710"
3968     data: "vpp-compare-testbeds-ref"
3969     nic: "NIC_Intel-XL710"
3970   compare:
3971     title: "3n-skx xxv710"
3972     data: "vpp-compare-testbeds-cmp"
3973     nic: "NIC_Intel-XXV710"
3974   data: "vpp-compare-testbeds"
3975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3976   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3977   parameters:
3978   - "name"
3979   - "parent"
3980   - "throughput"
3981   - "tags"
3982
3983 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3984 - type: "table"
3985   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3986   algorithm: "table_perf_comparison_nic"
3987   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3988   reference:
3989     title: "3n-hsw xl710"
3990     data: "vpp-compare-testbeds-ref"
3991     nic: "NIC_Intel-XL710"
3992   compare:
3993     title: "3n-skx xxv710"
3994     data: "vpp-compare-testbeds-cmp"
3995     nic: "NIC_Intel-XXV710"
3996   data: "vpp-compare-testbeds"
3997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3998   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3999   parameters:
4000   - "name"
4001   - "parent"
4002   - "throughput"
4003   - "tags"
4004
4005 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4006 - type: "table"
4007   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4008   algorithm: "table_perf_comparison_nic"
4009   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4010   reference:
4011     title: "3n-hsw xl710"
4012     data: "vpp-compare-testbeds-ref"
4013     nic: "NIC_Intel-XL710"
4014   compare:
4015     title: "3n-skx xxv710"
4016     data: "vpp-compare-testbeds-cmp"
4017     nic: "NIC_Intel-XXV710"
4018   data: "vpp-compare-testbeds"
4019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4020   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4021   parameters:
4022   - "name"
4023   - "parent"
4024   - "throughput"
4025   - "tags"
4026
4027 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4028 - type: "table"
4029   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4030   algorithm: "table_perf_comparison"
4031   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4032   reference:
4033     title: "2n-skx"
4034     data: "vpp-compare-testbeds-skx-clx-ref"
4035   compare:
4036     title: "2n-clx"
4037     data: "vpp-compare-testbeds-skx-clx-cmp"
4038   data: "vpp-compare-testbeds-skx-clx"
4039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4040   filter: "'2T1C'"
4041   parameters:
4042   - "name"
4043   - "parent"
4044   - "throughput"
4045   - "tags"
4046
4047 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4048 - type: "table"
4049   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4050   algorithm: "table_perf_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4052   reference:
4053     title: "2n-skx"
4054     data: "vpp-compare-testbeds-skx-clx-ref"
4055   compare:
4056     title: "2n-clx"
4057     data: "vpp-compare-testbeds-skx-clx-cmp"
4058   data: "vpp-compare-testbeds-skx-clx"
4059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4060   filter: "'4T2C'"
4061   parameters:
4062   - "name"
4063   - "parent"
4064   - "throughput"
4065   - "tags"
4066
4067 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4068 - type: "table"
4069   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4070   algorithm: "table_perf_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4072   reference:
4073     title: "2n-skx"
4074     data: "vpp-compare-testbeds-skx-clx-ref"
4075   compare:
4076     title: "2n-clx"
4077     data: "vpp-compare-testbeds-skx-clx-cmp"
4078   data: "vpp-compare-testbeds-skx-clx"
4079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4080   filter: "'2T1C'"
4081   parameters:
4082   - "name"
4083   - "parent"
4084   - "throughput"
4085   - "tags"
4086
4087 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4088 - type: "table"
4089   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4090   algorithm: "table_perf_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4092   reference:
4093     title: "2n-skx"
4094     data: "vpp-compare-testbeds-skx-clx-ref"
4095   compare:
4096     title: "2n-clx"
4097     data: "vpp-compare-testbeds-skx-clx-cmp"
4098   data: "vpp-compare-testbeds-skx-clx"
4099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4100   filter: "'4T2C'"
4101   parameters:
4102   - "name"
4103   - "parent"
4104   - "throughput"
4105   - "tags"
4106
4107 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4108 - type: "table"
4109   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4110   algorithm: "table_perf_comparison_nic"
4111   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4112   reference:
4113     title: "3n-hsw xl710"
4114     data: "vpp-compare-testbeds-hsw-clx-ref"
4115     nic: "NIC_Intel-XL710"
4116   compare:
4117     title: "2n-clx xxv710"
4118     data: "vpp-compare-testbeds-hsw-clx-cmp"
4119     nic: "NIC_Intel-XXV710"
4120   data: "vpp-compare-testbeds-hsw-clx"
4121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4122   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4123   parameters:
4124   - "name"
4125   - "parent"
4126   - "throughput"
4127   - "tags"
4128
4129 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4130 - type: "table"
4131   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4132   algorithm: "table_perf_comparison_nic"
4133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4134   reference:
4135     title: "3n-hsw xl710"
4136     data: "vpp-compare-testbeds-hsw-clx-ref"
4137     nic: "NIC_Intel-XL710"
4138   compare:
4139     title: "2n-clx xxv710"
4140     data: "vpp-compare-testbeds-hsw-clx-cmp"
4141     nic: "NIC_Intel-XXV710"
4142   data: "vpp-compare-testbeds-hsw-clx"
4143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4144   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4145   parameters:
4146   - "name"
4147   - "parent"
4148   - "throughput"
4149   - "tags"
4150
4151 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4152 - type: "table"
4153   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4154   algorithm: "table_perf_comparison_nic"
4155   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4156   reference:
4157     title: "3n-hsw xl710"
4158     data: "vpp-compare-testbeds-hsw-clx-ref"
4159     nic: "NIC_Intel-XL710"
4160   compare:
4161     title: "2n-clx xxv710"
4162     data: "vpp-compare-testbeds-hsw-clx-cmp"
4163     nic: "NIC_Intel-XXV710"
4164   data: "vpp-compare-testbeds-hsw-clx"
4165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4166   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4167   parameters:
4168   - "name"
4169   - "parent"
4170   - "throughput"
4171   - "tags"
4172
4173 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4174 - type: "table"
4175   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4176   algorithm: "table_perf_comparison_nic"
4177   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4178   reference:
4179     title: "3n-hsw xl710"
4180     data: "vpp-compare-testbeds-hsw-clx-ref"
4181     nic: "NIC_Intel-XL710"
4182   compare:
4183     title: "2n-clx xxv710"
4184     data: "vpp-compare-testbeds-hsw-clx-cmp"
4185     nic: "NIC_Intel-XXV710"
4186   data: "vpp-compare-testbeds-hsw-clx"
4187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4188   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4189   parameters:
4190   - "name"
4191   - "parent"
4192   - "throughput"
4193   - "tags"
4194
4195 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4196 - type: "table"
4197   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4198   algorithm: "table_perf_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4200   reference:
4201     title: "3n-skx"
4202     data: "vpp-compare-topologies-ref"
4203   compare:
4204     title: "2n-skx"
4205     data: "vpp-compare-topologies-cmp"
4206   data: "vpp-compare-topologies"
4207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4208   filter: "'NDRPDR' and '1C'"
4209   parameters:
4210   - "name"
4211   - "parent"
4212   - "throughput"
4213
4214 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4215 - type: "table"
4216   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4217   algorithm: "table_perf_comparison"
4218   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4219   reference:
4220     title: "3n-skx"
4221     data: "vpp-compare-topologies-ref"
4222   compare:
4223     title: "2n-skx"
4224     data: "vpp-compare-topologies-cmp"
4225   data: "vpp-compare-topologies"
4226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4227   filter: "'NDRPDR' and '2C'"
4228   parameters:
4229   - "name"
4230   - "parent"
4231   - "throughput"
4232
4233 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4234 - type: "table"
4235   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4236   algorithm: "table_perf_comparison"
4237   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4238   reference:
4239     title: "3n-skx"
4240     data: "vpp-compare-topologies-ref"
4241   compare:
4242     title: "2n-skx"
4243     data: "vpp-compare-topologies-cmp"
4244   data: "vpp-compare-topologies"
4245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4246   filter: "'NDRPDR' and '1C'"
4247   parameters:
4248   - "name"
4249   - "parent"
4250   - "throughput"
4251
4252 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4253 - type: "table"
4254   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4255   algorithm: "table_perf_comparison"
4256   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4257   reference:
4258     title: "3n-skx"
4259     data: "vpp-compare-topologies-ref"
4260   compare:
4261     title: "2n-skx"
4262     data: "vpp-compare-topologies-cmp"
4263   data: "vpp-compare-topologies"
4264   include-tests: "PDR"
4265   filter: "'NDRPDR' and '2C'"
4266   parameters:
4267   - "name"
4268   - "parent"
4269   - "throughput"
4270
4271 # VPP Performance Changes 3n-hsw 1t1c MRR
4272 - type: "table"
4273   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4274   algorithm: "table_perf_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4276   history:
4277     - title: "1904"
4278       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4279   reference:
4280     title: "1908"
4281     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4282   compare:
4283     title: "2001"
4284     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4285   data: "vpp-performance-changes-3n-hsw-mrr"
4286   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4287   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4288   parameters:
4289   - "name"
4290   - "parent"
4291   - "result"
4292
4293 # VPP Performance Changes 3n-hsw 2t2c MRR
4294 - type: "table"
4295   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4296   algorithm: "table_perf_comparison"
4297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4298   history:
4299     - title: "1904"
4300       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4301   reference:
4302     title: "1908"
4303     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4304   compare:
4305     title: "2001"
4306     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4307   data: "vpp-performance-changes-3n-hsw-mrr"
4308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4309   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4310   parameters:
4311   - "name"
4312   - "parent"
4313   - "result"
4314
4315 # VPP Performance Changes 3n-hsw 4t4c MRR
4316 - type: "table"
4317   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4318   algorithm: "table_perf_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4320   history:
4321     - title: "1904"
4322       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4323   reference:
4324     title: "1908"
4325     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4326   compare:
4327     title: "2001"
4328     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4329   data: "vpp-performance-changes-3n-hsw-mrr"
4330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4331   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4332   parameters:
4333   - "name"
4334   - "parent"
4335   - "result"
4336
4337 # VPP Performance Changes 3n-skx 2t1c MRR
4338 - type: "table"
4339   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4340   algorithm: "table_perf_comparison"
4341   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4342 #  rca:
4343 #    title: "RCA"
4344 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4345   history:
4346     - title: "1904"
4347       data: "vpp-performance-changes-3n-skx-mrr-h1"
4348   reference:
4349     title: "1908"
4350     data: "vpp-performance-changes-3n-skx-mrr-ref"
4351   compare:
4352     title: "2001"
4353     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4354   data: "vpp-performance-changes-3n-skx-mrr"
4355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4356   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4357   parameters:
4358   - "name"
4359   - "parent"
4360   - "result"
4361
4362 # VPP Performance Changes 3n-skx 4t2c MRR
4363 - type: "table"
4364   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4365   algorithm: "table_perf_comparison"
4366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4367 #  rca:
4368 #    title: "RCA"
4369 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4370   history:
4371     - title: "1904"
4372       data: "vpp-performance-changes-3n-skx-mrr-h1"
4373   reference:
4374     title: "1908"
4375     data: "vpp-performance-changes-3n-skx-mrr-ref"
4376   compare:
4377     title: "2001"
4378     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4379   data: "vpp-performance-changes-3n-skx-mrr"
4380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4381   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4382   parameters:
4383   - "name"
4384   - "parent"
4385   - "result"
4386
4387 # VPP Performance Changes 3n-skx 8t4c MRR
4388 - type: "table"
4389   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4390   algorithm: "table_perf_comparison"
4391   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4392 #  rca:
4393 #    title: "RCA"
4394 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4395   history:
4396     - title: "1904"
4397       data: "vpp-performance-changes-3n-skx-mrr-h1"
4398   reference:
4399     title: "1908"
4400     data: "vpp-performance-changes-3n-skx-mrr-ref"
4401   compare:
4402     title: "2001"
4403     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4404   data: "vpp-performance-changes-3n-skx-mrr"
4405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4406   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4407   parameters:
4408   - "name"
4409   - "parent"
4410   - "result"
4411
4412 # VPP Performance Changes 2n-skx 2t1c MRR
4413 - type: "table"
4414   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4415   algorithm: "table_perf_comparison"
4416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4417 #  rca:
4418 #    title: "RCA"
4419 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4420   history:
4421     - title: "1904"
4422       data: "vpp-performance-changes-2n-skx-mrr-h1"
4423   reference:
4424     title: "1908"
4425     data: "vpp-performance-changes-2n-skx-mrr-ref"
4426   compare:
4427     title: "2001"
4428     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4429   data: "vpp-performance-changes-2n-skx-mrr"
4430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4431   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4432   parameters:
4433   - "name"
4434   - "parent"
4435   - "result"
4436
4437 # VPP Performance Changes 2n-skx 4t2c MRR
4438 - type: "table"
4439   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4440   algorithm: "table_perf_comparison"
4441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4442 #  rca:
4443 #    title: "RCA"
4444 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4445   history:
4446     - title: "1904"
4447       data: "vpp-performance-changes-2n-skx-mrr-h1"
4448   reference:
4449     title: "1908"
4450     data: "vpp-performance-changes-2n-skx-mrr-ref"
4451   compare:
4452     title: "2001"
4453     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4454   data: "vpp-performance-changes-2n-skx-mrr"
4455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4456   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4457   parameters:
4458   - "name"
4459   - "parent"
4460   - "result"
4461
4462 # VPP Performance Changes 2n-skx 8t4c MRR
4463 - type: "table"
4464   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4465   algorithm: "table_perf_comparison"
4466   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4467 #  rca:
4468 #    title: "RCA"
4469 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4470   history:
4471     - title: "1904"
4472       data: "vpp-performance-changes-2n-skx-mrr-h1"
4473   reference:
4474     title: "1908"
4475     data: "vpp-performance-changes-2n-skx-mrr-ref"
4476   compare:
4477     title: "2001"
4478     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4479   data: "vpp-performance-changes-2n-skx-mrr"
4480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4481   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4482   parameters:
4483   - "name"
4484   - "parent"
4485   - "result"
4486
4487 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4488 #- type: "table"
4489 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4490 #  algorithm: "table_perf_comparison"
4491 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4492 #  reference:
4493 #    title: "1908"
4494 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4495 #  compare:
4496 #    title: "2001"
4497 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4498 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4499 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4500 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4501 #  parameters:
4502 #  - "name"
4503 #  - "parent"
4504 #  - "result"
4505 #
4506 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4507 #- type: "table"
4508 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4509 #  algorithm: "table_perf_comparison"
4510 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4511 #  reference:
4512 #    title: "1908"
4513 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4514 #  compare:
4515 #    title: "2001"
4516 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4517 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4518 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4519 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4520 #  parameters:
4521 #  - "name"
4522 #  - "parent"
4523 #  - "result"
4524 #
4525 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4526 #- type: "table"
4527 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4528 #  algorithm: "table_perf_comparison"
4529 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4530 #  reference:
4531 #    title: "1908"
4532 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4533 #  compare:
4534 #    title: "2001"
4535 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4536 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4537 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4538 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4539 #  parameters:
4540 #  - "name"
4541 #  - "parent"
4542 #  - "result"
4543
4544 # VPP Performance Changes 2n-dnv 1t1c MRR
4545 - type: "table"
4546   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4547   algorithm: "table_perf_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4549   reference:
4550     title: "1908"
4551     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4552   compare:
4553     title: "2001"
4554     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4555   data: "vpp-performance-changes-2n-dnv-mrr"
4556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4557   filter: "'1T1C' and 'MRR'"
4558   parameters:
4559   - "name"
4560   - "parent"
4561   - "result"
4562
4563 # VPP Performance Changes 2n-dnv 2t2c MRR
4564 - type: "table"
4565   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4566   algorithm: "table_perf_comparison"
4567   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4568   reference:
4569     title: "1908"
4570     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4571   compare:
4572     title: "2001"
4573     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4574   data: "vpp-performance-changes-2n-dnv-mrr"
4575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4576   filter: "'2T2C' and 'MRR'"
4577   parameters:
4578   - "name"
4579   - "parent"
4580   - "result"
4581
4582 # VPP Performance Changes 2n-dnv 4t4c MRR
4583 - type: "table"
4584   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4585   algorithm: "table_perf_comparison"
4586   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4587   reference:
4588     title: "1908"
4589     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4590   compare:
4591     title: "2001"
4592     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4593   data: "vpp-performance-changes-2n-dnv-mrr"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "'4T4C' and 'MRR'"
4596   parameters:
4597   - "name"
4598   - "parent"
4599   - "result"
4600
4601 # VPP Performance Changes 3n-dnv 1t1c MRR
4602 - type: "table"
4603   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4604   algorithm: "table_perf_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4606   reference:
4607     title: "1908"
4608     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4609   compare:
4610     title: "2001"
4611     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4612   data: "vpp-performance-changes-3n-dnv-mrr"
4613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4614   filter: "'1T1C' and 'MRR'"
4615   parameters:
4616   - "name"
4617   - "parent"
4618   - "result"
4619
4620 # VPP Performance Changes 3n-dnv 2t2c MRR
4621 - type: "table"
4622   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4623   algorithm: "table_perf_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4625   reference:
4626     title: "1908"
4627     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4628   compare:
4629     title: "2001"
4630     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4631   data: "vpp-performance-changes-3n-dnv-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'2T2C' and 'MRR'"
4634   parameters:
4635   - "name"
4636   - "parent"
4637   - "result"
4638
4639 # VPP Performance Changes 3n-dnv 4t4c MRR
4640 - type: "table"
4641   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4642   algorithm: "table_perf_comparison"
4643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4644   reference:
4645     title: "1908"
4646     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4647   compare:
4648     title: "2001"
4649     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4650   data: "vpp-performance-changes-3n-dnv-mrr"
4651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4652   filter: "'4T4C' and 'MRR'"
4653   parameters:
4654   - "name"
4655   - "parent"
4656   - "result"
4657
4658 # VPP Performance Changes 3n-tsh 1t1c MRR
4659 - type: "table"
4660   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4661   algorithm: "table_perf_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4663   reference:
4664     title: "1908"
4665     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4666   compare:
4667     title: "2001"
4668     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4669   data: "vpp-performance-changes-3n-tsh-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "'1T1C' and 'MRR'"
4672   parameters:
4673   - "name"
4674   - "parent"
4675   - "result"
4676
4677 # VPP Performance Changes 3n-tsh 2t2c MRR
4678 - type: "table"
4679   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4680   algorithm: "table_perf_comparison"
4681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4682   reference:
4683     title: "1908"
4684     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4685   compare:
4686     title: "2001"
4687     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4688   data: "vpp-performance-changes-3n-tsh-mrr"
4689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4690   filter: "'2T2C' and 'MRR'"
4691   parameters:
4692   - "name"
4693   - "parent"
4694   - "result"
4695
4696 # VPP Performance Changes 3n-tsh 4t4c MRR
4697 - type: "table"
4698   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4699   algorithm: "table_perf_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4701   reference:
4702     title: "1908"
4703     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4704   compare:
4705     title: "2001"
4706     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4707   data: "vpp-performance-changes-3n-tsh-mrr"
4708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4709   filter: "'4T4C' and 'MRR'"
4710   parameters:
4711   - "name"
4712   - "parent"
4713   - "result"
4714
4715 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4716 - type: "table"
4717   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4718   algorithm: "table_perf_comparison_nic"
4719   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4720   reference:
4721     title: "3n-hsw xl710"
4722     data: "vpp-compare-testbeds-mrr-ref"
4723     nic: "NIC_Intel-XL710"
4724   compare:
4725     title: "3n-skx xxv710"
4726     data: "vpp-compare-testbeds-mrr-cmp"
4727     nic: "NIC_Intel-XXV710"
4728   data: "vpp-compare-testbeds-mrr"
4729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4730   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4731   parameters:
4732   - "name"
4733   - "parent"
4734   - "result"
4735   - "tags"
4736
4737 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4738 - type: "table"
4739   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4740   algorithm: "table_perf_comparison_nic"
4741   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4742   reference:
4743     title: "3n-hsw xl710"
4744     data: "vpp-compare-testbeds-mrr-ref"
4745     nic: "NIC_Intel-XL710"
4746   compare:
4747     title: "3n-skx xxv710"
4748     data: "vpp-compare-testbeds-mrr-cmp"
4749     nic: "NIC_Intel-XXV710"
4750   data: "vpp-compare-testbeds-mrr"
4751   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4752   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4753   parameters:
4754   - "name"
4755   - "parent"
4756   - "result"
4757   - "tags"
4758
4759 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4760 - type: "table"
4761   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4762   algorithm: "table_perf_comparison_nic"
4763   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4764   reference:
4765     title: "3n-hsw xl710"
4766     data: "vpp-compare-testbeds-mrr-ref"
4767     nic: "NIC_Intel-XL710"
4768   compare:
4769     title: "3n-skx xxv710"
4770     data: "vpp-compare-testbeds-mrr-cmp"
4771     nic: "NIC_Intel-XXV710"
4772   data: "vpp-compare-testbeds-mrr"
4773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4774   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4775   parameters:
4776   - "name"
4777   - "parent"
4778   - "result"
4779   - "tags"
4780
4781 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4782 - type: "table"
4783   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4784   algorithm: "table_perf_comparison"
4785   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4786   reference:
4787     title: "2n-skx"
4788     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4789   compare:
4790     title: "2n-clx"
4791     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4792   data: "vpp-compare-testbeds-mrr-skx-clx"
4793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4794   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4795   parameters:
4796   - "name"
4797   - "parent"
4798   - "result"
4799   - "tags"
4800
4801 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4802 - type: "table"
4803   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4804   algorithm: "table_perf_comparison"
4805   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4806   reference:
4807     title: "2n-skx"
4808     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4809   compare:
4810     title: "2n-clx"
4811     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4812   data: "vpp-compare-testbeds-mrr-skx-clx"
4813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4814   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4815   parameters:
4816   - "name"
4817   - "parent"
4818   - "result"
4819   - "tags"
4820
4821 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4822 - type: "table"
4823   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4824   algorithm: "table_perf_comparison"
4825   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4826   reference:
4827     title: "2n-skx"
4828     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4829   compare:
4830     title: "2n-clx"
4831     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4832   data: "vpp-compare-testbeds-mrr-skx-clx"
4833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4834   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4835   parameters:
4836   - "name"
4837   - "parent"
4838   - "result"
4839   - "tags"
4840
4841 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4842 - type: "table"
4843   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4844   algorithm: "table_perf_comparison"
4845   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4846   reference:
4847     title: "3n-skx"
4848     data: "vpp-compare-topologies-mrr-ref"
4849   compare:
4850     title: "2n-skx"
4851     data: "vpp-compare-topologies-mrr-cmp"
4852   data: "vpp-compare-topologies-mrr"
4853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4854   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4855   parameters:
4856   - "name"
4857   - "parent"
4858   - "result"
4859
4860 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4861 - type: "table"
4862   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4863   algorithm: "table_perf_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4865   reference:
4866     title: "3n-skx"
4867     data: "vpp-compare-topologies-mrr-ref"
4868   compare:
4869     title: "2n-skx"
4870     data: "vpp-compare-topologies-mrr-cmp"
4871   data: "vpp-compare-topologies-mrr"
4872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4873   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4874   parameters:
4875   - "name"
4876   - "parent"
4877   - "result"
4878
4879 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4880 - type: "table"
4881   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4882   algorithm: "table_perf_comparison"
4883   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4884   reference:
4885     title: "3n-skx"
4886     data: "vpp-compare-topologies-mrr-ref"
4887   compare:
4888     title: "2n-skx"
4889     data: "vpp-compare-topologies-mrr-cmp"
4890   data: "vpp-compare-topologies-mrr"
4891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4892   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4893   parameters:
4894   - "name"
4895   - "parent"
4896   - "result"
4897
4898 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4899 - type: "table"
4900   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4901   algorithm: "table_perf_comparison_nic"
4902   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4903   reference:
4904     title: "3n-hsw xl710"
4905     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4906     nic: "NIC_Intel-XL710"
4907   compare:
4908     title: "2n-clx xxv710"
4909     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4910     nic: "NIC_Intel-XXV710"
4911   data: "vpp-compare-testbeds-mrr-hsw-clx"
4912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4913   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4914   parameters:
4915   - "name"
4916   - "parent"
4917   - "result"
4918   - "tags"
4919
4920 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4921 - type: "table"
4922   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4923   algorithm: "table_perf_comparison_nic"
4924   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4925   reference:
4926     title: "3n-hsw xl710"
4927     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4928     nic: "NIC_Intel-XL710"
4929   compare:
4930     title: "2n-clx xxv710"
4931     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4932     nic: "NIC_Intel-XXV710"
4933   data: "vpp-compare-testbeds-mrr-hsw-clx"
4934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4935   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4936   parameters:
4937   - "name"
4938   - "parent"
4939   - "result"
4940   - "tags"
4941
4942 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4943 - type: "table"
4944   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4945   algorithm: "table_perf_comparison_nic"
4946   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4947   reference:
4948     title: "3n-hsw xl710"
4949     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4950     nic: "NIC_Intel-XL710"
4951   compare:
4952     title: "2n-clx xxv710"
4953     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4954     nic: "NIC_Intel-XXV710"
4955   data: "vpp-compare-testbeds-mrr-hsw-clx"
4956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4958   parameters:
4959   - "name"
4960   - "parent"
4961   - "result"
4962   - "tags"
4963
4964 # Detailed Test Results - VPP Performance Results 3n-hsw
4965 - type: "table"
4966   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4967   algorithm: "table_merged_details"
4968   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4969   columns:
4970   - title: " |prein| Test Name |preout| "
4971     data: "data name"
4972   - 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| "
4973     data: "data msg"
4974   data: "vpp-perf-results-3n-hsw"
4975   filter: "all"
4976   parameters:
4977   - "name"
4978   - "parent"
4979   - "msg"
4980
4981 # Detailed Test Results - VPP Performance Results 3n-skx
4982 - type: "table"
4983   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4984   algorithm: "table_merged_details"
4985   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4986   columns:
4987   - title: " |prein| Test Name |preout| "
4988     data: "data name"
4989   - 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| "
4990     data: "data msg"
4991   data: "vpp-perf-results-3n-skx"
4992   filter: "all"
4993   remove-ndr: True  # Temporary solution: remove NDR results from test message
4994   parameters:
4995   - "name"
4996   - "parent"
4997   - "msg"
4998
4999 # Detailed Test Results - VPP Performance Results 2n-skx
5000 - type: "table"
5001   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5002   algorithm: "table_merged_details"
5003   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5004   columns:
5005   - title: " |prein| Test Name |preout| "
5006     data: "data name"
5007   - 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| "
5008     data: "data msg"
5009   data: "vpp-perf-results-2n-skx"
5010   filter: "all"
5011   remove-ndr: True  # Temporary solution: remove NDR results from test message
5012   parameters:
5013   - "name"
5014   - "parent"
5015   - "msg"
5016
5017 # Detailed Test Results - VPP Performance Results 2n-clx
5018 - type: "table"
5019   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5020   algorithm: "table_merged_details"
5021   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5022   columns:
5023   - title: " |prein| Test Name |preout| "
5024     data: "data name"
5025   - 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| "
5026     data: "data msg"
5027   data: "vpp-perf-results-2n-clx"
5028   filter: "all"
5029   parameters:
5030   - "name"
5031   - "parent"
5032   - "msg"
5033
5034 # Detailed Test Results - VPP Performance Results 3n-tsh
5035 - type: "table"
5036   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5037   algorithm: "table_merged_details"
5038   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5039   columns:
5040   - title: " |prein| Test Name |preout| "
5041     data: "data name"
5042   - 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| "
5043     data: "data msg"
5044   data: "vpp-perf-results-3n-tsh"
5045   filter: "all"
5046   parameters:
5047   - "name"
5048   - "parent"
5049   - "msg"
5050
5051 # Detailed Test Results - VPP Performance Results 3n-dnv
5052 - type: "table"
5053   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5054   algorithm: "table_merged_details"
5055   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5056   columns:
5057   - title: " |prein| Test Name |preout| "
5058     data: "data name"
5059   - 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| "
5060     data: "data msg"
5061   data: "vpp-perf-results-3n-dnv"
5062   filter: "all"
5063   parameters:
5064   - "name"
5065   - "parent"
5066   - "msg"
5067
5068 # Detailed Test Results - VPP Performance Results 2n-dnv
5069 - type: "table"
5070   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5071   algorithm: "table_merged_details"
5072   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5073   columns:
5074   - title: " |prein| Test Name |preout| "
5075     data: "data name"
5076   - 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| "
5077     data: "data msg"
5078   data: "vpp-perf-results-2n-dnv"
5079   filter: "all"
5080   parameters:
5081   - "name"
5082   - "parent"
5083   - "msg"
5084
5085 # Test configuration - VPP Performance Test Configs 3n-hsw
5086 - type: "table"
5087   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5088   algorithm: "table_merged_details"
5089   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5090   columns:
5091   - title: " |prein| Test Name |preout| "
5092     data: "data name"
5093   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5094     data: "data conf-history"
5095   data: "vpp-perf-results-3n-hsw"
5096   filter: "all"
5097   parameters:
5098   - "parent"
5099   - "name"
5100   - "conf-history"
5101
5102 # Test configuration - VPP Performance Test Configs 3n-skx
5103 - type: "table"
5104   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5105   algorithm: "table_merged_details"
5106   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5107   columns:
5108   - title: " |prein| Test Name |preout| "
5109     data: "data name"
5110   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5111     data: "data conf-history"
5112   data: "vpp-perf-results-3n-skx"
5113   filter: "all"
5114   parameters:
5115   - "parent"
5116   - "name"
5117   - "conf-history"
5118
5119 # Test configuration - VPP Performance Test Configs 2n-skx
5120 - type: "table"
5121   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5122   algorithm: "table_merged_details"
5123   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5124   columns:
5125   - title: " |prein| Test Name |preout| "
5126     data: "data name"
5127   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5128     data: "data conf-history"
5129   data: "vpp-perf-results-2n-skx"
5130   filter: "all"
5131   parameters:
5132   - "parent"
5133   - "name"
5134   - "conf-history"
5135
5136 # Test configuration - VPP Performance Test Configs 2n-clx
5137 - type: "table"
5138   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5139   algorithm: "table_merged_details"
5140   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5141   columns:
5142   - title: " |prein| Test Name |preout| "
5143     data: "data name"
5144   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5145     data: "data conf-history"
5146   data: "vpp-perf-results-2n-clx"
5147   filter: "all"
5148   parameters:
5149   - "parent"
5150   - "name"
5151   - "conf-history"
5152
5153 # Test configuration - VPP Performance Test Configs 3n-tsh
5154 - type: "table"
5155   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5156   algorithm: "table_merged_details"
5157   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5158   columns:
5159   - title: " |prein| Test Name |preout| "
5160     data: "data name"
5161   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5162     data: "data conf-history"
5163   data: "vpp-perf-results-3n-tsh"
5164   filter: "all"
5165   parameters:
5166   - "parent"
5167   - "name"
5168   - "conf-history"
5169
5170 # Test configuration - VPP Performance Test Configs 3n-dnv
5171 - type: "table"
5172   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5173   algorithm: "table_merged_details"
5174   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5175   columns:
5176   - title: " |prein| Test Name |preout| "
5177     data: "data name"
5178   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5179     data: "data conf-history"
5180   data: "vpp-perf-results-3n-dnv"
5181   filter: "all"
5182   parameters:
5183   - "parent"
5184   - "name"
5185   - "conf-history"
5186
5187 # Test configuration - VPP Performance Test Configs 2n-dnv
5188 - type: "table"
5189   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5190   algorithm: "table_merged_details"
5191   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5192   columns:
5193   - title: " |prein| Test Name |preout| "
5194     data: "data name"
5195   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5196     data: "data conf-history"
5197   data: "vpp-perf-results-2n-dnv"
5198   filter: "all"
5199   parameters:
5200   - "parent"
5201   - "name"
5202   - "conf-history"
5203
5204 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5205 - type: "table"
5206   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5207   algorithm: "table_oper_data_html"
5208   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5209   data: "vpp-perf-results-3n-hsw"
5210   filter: "all"
5211
5212 # Test Operational Data - VPP Performance Operational Data 3n-skx
5213 - type: "table"
5214   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5215   algorithm: "table_oper_data_html"
5216   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5217   data: "vpp-perf-results-3n-skx"
5218   filter: "all"
5219
5220 # Test Operational Data - VPP Performance Operational Data 2n-skx
5221 - type: "table"
5222   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5223   algorithm: "table_oper_data_html"
5224   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5225   data: "vpp-perf-results-2n-skx"
5226   filter: "all"
5227
5228 # Test Operational Data - VPP Performance Operational Data 2n-clx
5229 - type: "table"
5230   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5231   algorithm: "table_oper_data_html"
5232   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5233   data: "vpp-perf-results-2n-clx"
5234   filter: "all"
5235
5236 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5237 - type: "table"
5238   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5239   algorithm: "table_oper_data_html"
5240   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5241   data: "vpp-perf-results-3n-tsh"
5242   filter: "all"
5243
5244 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5245 - type: "table"
5246   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5247   algorithm: "table_oper_data_html"
5248   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5249   data: "vpp-perf-results-3n-dnv"
5250   filter: "all"
5251
5252 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5253 - type: "table"
5254   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5255   algorithm: "table_oper_data_html"
5256   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5257   data: "vpp-perf-results-2n-dnv"
5258   filter: "all"
5259
5260 # Detailed Test Results - VPP MRR Results 3n-hsw
5261 - type: "table"
5262   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5263   algorithm: "table_merged_details"
5264   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5265   columns:
5266   - title: " |prein| Test Name |preout| "
5267     data: "data name"
5268   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5269     data: "data msg"
5270   data: "vpp-mrr-results-3n-hsw"
5271   filter: "all"
5272   parameters:
5273   - "name"
5274   - "parent"
5275   - "msg"
5276
5277 # Detailed Test Results - VPP MRR Results 3n-skx
5278 - type: "table"
5279   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5280   algorithm: "table_merged_details"
5281   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5282   columns:
5283   - title: " |prein| Test Name |preout| "
5284     data: "data name"
5285   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5286     data: "data msg"
5287   data: "vpp-mrr-results-3n-skx"
5288   filter: "all"
5289   parameters:
5290   - "name"
5291   - "parent"
5292   - "msg"
5293
5294 # Detailed Test Results - VPP MRR Results 2n-skx
5295 - type: "table"
5296   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5297   algorithm: "table_merged_details"
5298   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5299   columns:
5300   - title: " |prein| Test Name |preout| "
5301     data: "data name"
5302   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5303     data: "data msg"
5304   data: "vpp-mrr-results-2n-skx"
5305   filter: "all"
5306   parameters:
5307   - "name"
5308   - "parent"
5309   - "msg"
5310
5311 # Detailed Test Results - VPP MRR Results 2n-clx
5312 - type: "table"
5313   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5314   algorithm: "table_merged_details"
5315   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5316   columns:
5317   - title: " |prein| Test Name |preout| "
5318     data: "data name"
5319   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5320     data: "data msg"
5321   data: "vpp-mrr-results-2n-clx"
5322   filter: "all"
5323   parameters:
5324   - "name"
5325   - "parent"
5326   - "msg"
5327
5328 # Detailed Test Results - VPP MRR Results 3n-tsh
5329 - type: "table"
5330   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5331   algorithm: "table_merged_details"
5332   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5333   columns:
5334   - title: " |prein| Test Name |preout| "
5335     data: "data name"
5336   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5337     data: "data msg"
5338   data: "vpp-mrr-results-3n-tsh"
5339   filter: "all"
5340   parameters:
5341   - "name"
5342   - "parent"
5343   - "msg"
5344
5345 # Detailed Test Results - VPP MRR Results 3n-dnv
5346 - type: "table"
5347   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5348   algorithm: "table_merged_details"
5349   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5350   columns:
5351   - title: " |prein| Test Name |preout| "
5352     data: "data name"
5353   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5354     data: "data msg"
5355   data: "vpp-mrr-results-3n-dnv"
5356   filter: "all"
5357   parameters:
5358   - "name"
5359   - "parent"
5360   - "msg"
5361
5362 # Detailed Test Results - VPP MRR Results 2n-dnv
5363 - type: "table"
5364   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5365   algorithm: "table_merged_details"
5366   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5367   columns:
5368   - title: " |prein| Test Name |preout| "
5369     data: "data name"
5370   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5371     data: "data msg"
5372   data: "vpp-mrr-results-2n-dnv"
5373   filter: "all"
5374   parameters:
5375   - "name"
5376   - "parent"
5377   - "msg"
5378
5379 # Test configuration - VPP MRR Test Configs 3n-hsw
5380 - type: "table"
5381   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5382   algorithm: "table_merged_details"
5383   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5384   columns:
5385   - title: " |prein| Test Name |preout| "
5386     data: "data name"
5387   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5388     data: "data conf-history"
5389   data: "vpp-mrr-results-3n-hsw"
5390   filter: "all"
5391   parameters:
5392   - "parent"
5393   - "name"
5394   - "conf-history"
5395
5396 # Test configuration - VPP MRR Test Configs 3n-skx
5397 - type: "table"
5398   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5399   algorithm: "table_merged_details"
5400   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5401   columns:
5402   - title: " |prein| Test Name |preout| "
5403     data: "data name"
5404   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5405     data: "data conf-history"
5406   data: "vpp-mrr-results-3n-skx"
5407   filter: "all"
5408   parameters:
5409   - "parent"
5410   - "name"
5411   - "conf-history"
5412
5413 # Test configuration - VPP MRR Test Configs 2n-skx
5414 - type: "table"
5415   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5416   algorithm: "table_merged_details"
5417   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5418   columns:
5419   - title: " |prein| Test Name |preout| "
5420     data: "data name"
5421   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5422     data: "data conf-history"
5423   data: "vpp-mrr-results-2n-skx"
5424   filter: "all"
5425   parameters:
5426   - "parent"
5427   - "name"
5428   - "conf-history"
5429
5430 # Test configuration - VPP MRR Test Configs 2n-clx
5431 - type: "table"
5432   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5433   algorithm: "table_merged_details"
5434   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5435   columns:
5436   - title: " |prein| Test Name |preout| "
5437     data: "data name"
5438   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5439     data: "data conf-history"
5440   data: "vpp-mrr-results-2n-clx"
5441   filter: "all"
5442   parameters:
5443   - "parent"
5444   - "name"
5445   - "conf-history"
5446
5447 # Test configuration - VPP MRR Test Configs 3n-tsh
5448 - type: "table"
5449   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5450   algorithm: "table_merged_details"
5451   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5452   columns:
5453   - title: " |prein| Test Name |preout| "
5454     data: "data name"
5455   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5456     data: "data conf-history"
5457   data: "vpp-mrr-results-3n-tsh"
5458   filter: "all"
5459   parameters:
5460   - "parent"
5461   - "name"
5462   - "conf-history"
5463
5464 # Test configuration - VPP MRR Test Configs 3n-dnv
5465 - type: "table"
5466   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5467   algorithm: "table_merged_details"
5468   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5469   columns:
5470   - title: " |prein| Test Name |preout| "
5471     data: "data name"
5472   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5473     data: "data conf-history"
5474   data: "vpp-mrr-results-3n-dnv"
5475   filter: "all"
5476   parameters:
5477   - "parent"
5478   - "name"
5479   - "conf-history"
5480
5481 # Test configuration - VPP MRR Test Configs 2n-dnv
5482 - type: "table"
5483   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5484   algorithm: "table_merged_details"
5485   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5486   columns:
5487   - title: " |prein| Test Name |preout| "
5488     data: "data name"
5489   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5490     data: "data conf-history"
5491   data: "vpp-mrr-results-2n-dnv"
5492   filter: "all"
5493   parameters:
5494   - "parent"
5495   - "name"
5496   - "conf-history"
5497
5498 # Detailed Test Results - VPP Device Results - Ubuntu
5499 - type: "table"
5500   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5501   algorithm: "table_merged_details"
5502   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5503   columns:
5504   - title: " |prein| Test Name |preout| "
5505     data: "data name"
5506   - title: " |prein| Status |preout| "
5507     data: "data status"
5508   data: "vpp-device-results-ubuntu"
5509   filter: "all"
5510   parameters:
5511   - "name"
5512   - "parent"
5513   - "doc"
5514   - "status"
5515
5516 # Test configuration - VPP Device Test Configs - Ubuntu
5517 - type: "table"
5518   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5519   algorithm: "table_merged_details"
5520   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5521   columns:
5522   - title: " |prein| Test Name |preout| "
5523     data: "data name"
5524   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5525     data: "data conf-history"
5526   data: "vpp-device-results-ubuntu"
5527   filter: "all"
5528   parameters:
5529   - "parent"
5530   - "name"
5531   - "conf-history"
5532
5533 ################################################################################
5534
5535 # DPDK Performance Changes 3n-hsw 1t1c pdr
5536 - type: "table"
5537   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5538   algorithm: "table_perf_comparison"
5539   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5540   history:
5541     - title: "1904"
5542       data: "dpdk-performance-changes-3n-hsw-h1"
5543   reference:
5544     title: "1908"
5545     data: "dpdk-performance-changes-3n-hsw-ref"
5546   compare:
5547     title: "2001"
5548     data: "dpdk-performance-changes-3n-hsw-cmp"
5549   data: "dpdk-performance-changes-3n-hsw"
5550   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5551   filter: "'1T1C' and 'NDRPDR'"
5552   parameters:
5553   - "name"
5554   - "parent"
5555   - "throughput"
5556
5557 # DPDK Performance Changes 3n-hsw 2t2c pdr
5558 - type: "table"
5559   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5560   algorithm: "table_perf_comparison"
5561   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5562   history:
5563     - title: "1904"
5564       data: "dpdk-performance-changes-3n-hsw-h1"
5565   reference:
5566     title: "1908"
5567     data: "dpdk-performance-changes-3n-hsw-ref"
5568   compare:
5569     title: "2001"
5570     data: "dpdk-performance-changes-3n-hsw-cmp"
5571   data: "dpdk-performance-changes-3n-hsw"
5572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5573   filter: "'2T2C' and 'NDRPDR'"
5574   parameters:
5575   - "name"
5576   - "parent"
5577   - "throughput"
5578
5579 # DPDK Performance Changes 3n-hsw 1t1c ndr
5580 - type: "table"
5581   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5582   algorithm: "table_perf_comparison"
5583   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5584   history:
5585     - title: "1904"
5586       data: "dpdk-performance-changes-3n-hsw-h1"
5587   reference:
5588     title: "1908"
5589     data: "dpdk-performance-changes-3n-hsw-ref"
5590   compare:
5591     title: "2001"
5592     data: "dpdk-performance-changes-3n-hsw-cmp"
5593   data: "dpdk-performance-changes-3n-hsw"
5594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5595   filter: "'1T1C' and 'NDRPDR'"
5596   parameters:
5597   - "name"
5598   - "parent"
5599   - "throughput"
5600
5601 # DPDK Performance Changes 3n-hsw 2t2c ndr
5602 - type: "table"
5603   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5604   algorithm: "table_perf_comparison"
5605   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5606   history:
5607     - title: "1904"
5608       data: "dpdk-performance-changes-3n-hsw-h1"
5609   reference:
5610     title: "1908"
5611     data: "dpdk-performance-changes-3n-hsw-ref"
5612   compare:
5613     title: "2001"
5614     data: "dpdk-performance-changes-3n-hsw-cmp"
5615   data: "dpdk-performance-changes-3n-hsw"
5616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5617   filter: "'2T2C' and 'NDRPDR'"
5618   parameters:
5619   - "name"
5620   - "parent"
5621   - "throughput"
5622
5623 # DPDK Performance Changes 3n-skx 2t1c pdr
5624 - type: "table"
5625   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5626   algorithm: "table_perf_comparison"
5627   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5628   history:
5629     - title: "1904"
5630       data: "dpdk-performance-changes-3n-skx-h1"
5631   reference:
5632     title: "1908"
5633     data: "dpdk-performance-changes-3n-skx-ref"
5634   compare:
5635     title: "2001"
5636     data: "dpdk-performance-changes-3n-skx-cmp"
5637   data: "dpdk-performance-changes-3n-skx"
5638   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5639   filter: "'2T1C' and 'NDRPDR'"
5640   parameters:
5641   - "name"
5642   - "parent"
5643   - "throughput"
5644
5645 # DPDK Performance Changes 3n-skx 4t2c pdr
5646 - type: "table"
5647   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5648   algorithm: "table_perf_comparison"
5649   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5650   history:
5651     - title: "1904"
5652       data: "dpdk-performance-changes-3n-skx-h1"
5653   reference:
5654     title: "1908"
5655     data: "dpdk-performance-changes-3n-skx-ref"
5656   compare:
5657     title: "2001"
5658     data: "dpdk-performance-changes-3n-skx-cmp"
5659   data: "dpdk-performance-changes-3n-skx"
5660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5661   filter: "'4T2C' and 'NDRPDR'"
5662   parameters:
5663   - "name"
5664   - "parent"
5665   - "throughput"
5666
5667 # DPDK Performance Changes 3n-skx 2t1c ndr
5668 - type: "table"
5669   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5670   algorithm: "table_perf_comparison"
5671   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5672   history:
5673     - title: "1904"
5674       data: "dpdk-performance-changes-3n-skx-h1"
5675   reference:
5676     title: "1908"
5677     data: "dpdk-performance-changes-3n-skx-ref"
5678   compare:
5679     title: "2001"
5680     data: "dpdk-performance-changes-3n-skx-cmp"
5681   data: "dpdk-performance-changes-3n-skx"
5682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5683   filter: "'2T1C' and 'NDRPDR'"
5684   parameters:
5685   - "name"
5686   - "parent"
5687   - "throughput"
5688
5689 # DPDK Performance Changes 3n-skx 4t2c ndr
5690 - type: "table"
5691   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5692   algorithm: "table_perf_comparison"
5693   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5694   history:
5695     - title: "1904"
5696       data: "dpdk-performance-changes-3n-skx-h1"
5697   reference:
5698     title: "1908"
5699     data: "dpdk-performance-changes-3n-skx-ref"
5700   compare:
5701     title: "2001"
5702     data: "dpdk-performance-changes-3n-skx-cmp"
5703   data: "dpdk-performance-changes-3n-skx"
5704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5705   filter: "'4T2C' and 'NDRPDR'"
5706   parameters:
5707   - "name"
5708   - "parent"
5709   - "throughput"
5710
5711 # DPDK Performance Changes 2n-skx 2t1c pdr
5712 - type: "table"
5713   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5714   algorithm: "table_perf_comparison"
5715   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5716   history:
5717     - title: "1904"
5718       data: "dpdk-performance-changes-2n-skx-h1"
5719   reference:
5720     title: "1908"
5721     data: "dpdk-performance-changes-2n-skx-ref"
5722   compare:
5723     title: "2001"
5724     data: "dpdk-performance-changes-2n-skx-cmp"
5725   data: "dpdk-performance-changes-2n-skx"
5726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5727   filter: "'2T1C' and 'NDRPDR'"
5728   parameters:
5729   - "name"
5730   - "parent"
5731   - "throughput"
5732
5733 # DPDK Performance Changes 2n-skx 4t2c pdr
5734 - type: "table"
5735   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5736   algorithm: "table_perf_comparison"
5737   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5738   history:
5739     - title: "1904"
5740       data: "dpdk-performance-changes-2n-skx-h1"
5741   reference:
5742     title: "1908"
5743     data: "dpdk-performance-changes-2n-skx-ref"
5744   compare:
5745     title: "2001"
5746     data: "dpdk-performance-changes-2n-skx-cmp"
5747   data: "dpdk-performance-changes-2n-skx"
5748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5749   filter: "'4T2C' and 'NDRPDR'"
5750   parameters:
5751   - "name"
5752   - "parent"
5753   - "throughput"
5754
5755 # DPDK Performance Changes 2n-skx 2t1c ndr
5756 - type: "table"
5757   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5758   algorithm: "table_perf_comparison"
5759   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5760   history:
5761     - title: "1904"
5762       data: "dpdk-performance-changes-2n-skx-h1"
5763   reference:
5764     title: "1908"
5765     data: "dpdk-performance-changes-2n-skx-ref"
5766   compare:
5767     title: "2001"
5768     data: "dpdk-performance-changes-2n-skx-cmp"
5769   data: "dpdk-performance-changes-2n-skx"
5770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5771   filter: "'2T1C' and 'NDRPDR'"
5772   parameters:
5773   - "name"
5774   - "parent"
5775   - "throughput"
5776
5777 # DPDK Performance Changes 2n-skx 4t2c ndr
5778 - type: "table"
5779   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5780   algorithm: "table_perf_comparison"
5781   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5782   history:
5783     - title: "1904"
5784       data: "dpdk-performance-changes-2n-skx-h1"
5785   reference:
5786     title: "1908"
5787     data: "dpdk-performance-changes-2n-skx-ref"
5788   compare:
5789     title: "2001"
5790     data: "dpdk-performance-changes-2n-skx-cmp"
5791   data: "dpdk-performance-changes-2n-skx"
5792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5793   filter: "'4T2C' and 'NDRPDR'"
5794   parameters:
5795   - "name"
5796   - "parent"
5797   - "throughput"
5798
5799 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5800 - type: "table"
5801   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5802   algorithm: "table_perf_comparison"
5803   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5804   reference:
5805     title: "3n-hsw"
5806     data: "dpdk-compare-testbeds-ref"
5807   compare:
5808     title: "3n-skx"
5809     data: "dpdk-compare-testbeds-cmp"
5810   data: "dpdk-compare-testbeds"
5811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5812   filter: "'NIC_Intel-X710'"
5813   parameters:
5814   - "name"
5815   - "parent"
5816   - "throughput"
5817
5818 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5819 - type: "table"
5820   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5821   algorithm: "table_perf_comparison"
5822   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5823   reference:
5824     title: "3n-hsw"
5825     data: "dpdk-compare-testbeds-ref"
5826   compare:
5827     title: "3n-skx"
5828     data: "dpdk-compare-testbeds-cmp"
5829   data: "dpdk-compare-testbeds"
5830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5831   filter: "'NIC_Intel-X710'"
5832   parameters:
5833   - "name"
5834   - "parent"
5835   - "throughput"
5836
5837 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5838 - type: "table"
5839   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5840   algorithm: "table_perf_comparison"
5841   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5842   reference:
5843     title: "2n-skx"
5844     data: "dpdk-compare-testbeds-skx-clx-ref"
5845   compare:
5846     title: "2n-clx"
5847     data: "dpdk-compare-testbeds-skx-clx-cmp"
5848   data: "dpdk-compare-testbeds-skx-clx"
5849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5850   filter: "all"
5851   parameters:
5852   - "name"
5853   - "parent"
5854   - "throughput"
5855
5856 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5857 - type: "table"
5858   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5859   algorithm: "table_perf_comparison"
5860   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5861   reference:
5862     title: "2n-skx"
5863     data: "dpdk-compare-testbeds-skx-clx-ref"
5864   compare:
5865     title: "2n-clx"
5866     data: "dpdk-compare-testbeds-skx-clx-cmp"
5867   data: "dpdk-compare-testbeds-skx-clx"
5868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5869   filter: "all"
5870   parameters:
5871   - "name"
5872   - "parent"
5873   - "throughput"
5874
5875 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5876 - type: "table"
5877   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5878   algorithm: "table_perf_comparison"
5879   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5880   reference:
5881     title: "3n-skx"
5882     data: "dpdk-compare-topologies-ref"
5883   compare:
5884     title: "2n-skx"
5885     data: "dpdk-compare-topologies-cmp"
5886   data: "dpdk-compare-topologies"
5887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5888   filter: "all"
5889   parameters:
5890   - "name"
5891   - "parent"
5892   - "throughput"
5893
5894 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5895 - type: "table"
5896   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5897   algorithm: "table_perf_comparison"
5898   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5899   reference:
5900     title: "3n-skx"
5901     data: "dpdk-compare-topologies-ref"
5902   compare:
5903     title: "2n-skx"
5904     data: "dpdk-compare-topologies-cmp"
5905   data: "dpdk-compare-topologies"
5906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5907   filter: "all"
5908   parameters:
5909   - "name"
5910   - "parent"
5911   - "throughput"
5912
5913 # Detailed Test Results - DPDK Performance Results 3n-hsw
5914 - type: "table"
5915   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5916   algorithm: "table_merged_details"
5917   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5918   columns:
5919   - title: " |prein| Test Name |preout| "
5920     data: "data name"
5921   - 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| "
5922     data: "data msg"
5923   data: "dpdk-perf-results-3n-hsw"
5924   filter: "all"
5925   parameters:
5926   - "name"
5927   - "parent"
5928   - "msg"
5929
5930 # Detailed Test Results - DPDK Performance Results 3n-skx
5931 - type: "table"
5932   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5933   algorithm: "table_merged_details"
5934   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5935   columns:
5936   - title: " |prein| Test Name |preout| "
5937     data: "data name"
5938   - 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| "
5939     data: "data msg"
5940   data: "dpdk-perf-results-3n-skx"
5941   filter: "all"
5942   remove-ndr: True  # Temporary solution: remove NDR results from test message
5943   parameters:
5944   - "name"
5945   - "parent"
5946   - "msg"
5947
5948 # Detailed Test Results - DPDK Performance Results 2n-skx
5949 - type: "table"
5950   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5951   algorithm: "table_merged_details"
5952   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5953   columns:
5954   - title: " |prein| Test Name |preout| "
5955     data: "data name"
5956   - 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| "
5957     data: "data msg"
5958   data: "dpdk-perf-results-2n-skx"
5959   filter: "all"
5960   remove-ndr: True  # Temporary solution: remove NDR results from test message
5961   parameters:
5962   - "name"
5963   - "parent"
5964   - "msg"
5965
5966 # Detailed Test Results - DPDK Performance Results 2n-clx
5967 - type: "table"
5968   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5969   algorithm: "table_merged_details"
5970   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5971   columns:
5972   - title: " |prein| Test Name |preout| "
5973     data: "data name"
5974   - 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| "
5975     data: "data msg"
5976   data: "dpdk-perf-results-2n-clx"
5977   filter: "all"
5978   parameters:
5979   - "name"
5980   - "parent"
5981   - "msg"
5982
5983 # Detailed Test Results - DPDK Performance Results 2n-dnv
5984 - type: "table"
5985   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5986   algorithm: "table_merged_details"
5987   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5988   columns:
5989   - title: " |prein| Test Name |preout| "
5990     data: "data name"
5991   - 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| "
5992     data: "data msg"
5993   data: "dpdk-perf-results-2n-dnv"
5994   filter: "all"
5995   parameters:
5996   - "name"
5997   - "parent"
5998   - "msg"
5999
6000 # Detailed Test Results - DPDK Performance Results 3n-dnv
6001 - type: "table"
6002   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6003   algorithm: "table_merged_details"
6004   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6005   columns:
6006   - title: " |prein| Test Name |preout| "
6007     data: "data name"
6008   - 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| "
6009     data: "data msg"
6010   data: "dpdk-perf-results-3n-dnv"
6011   filter: "all"
6012   parameters:
6013   - "name"
6014   - "parent"
6015   - "msg"
6016
6017 # Detailed Test Results - DPDK Performance Results 3n-tsh
6018 - type: "table"
6019   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6020   algorithm: "table_merged_details"
6021   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6022   columns:
6023   - title: " |prein| Test Name |preout| "
6024     data: "data name"
6025   - 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| "
6026     data: "data msg"
6027   data: "dpdk-perf-results-3n-tsh"
6028   filter: "all"
6029   parameters:
6030   - "name"
6031   - "parent"
6032   - "msg"
6033
6034 ################################################################################
6035 ###                                F I L E S                                 ###
6036 ################################################################################
6037
6038 # VPP Performance Results
6039 - type: "file"
6040   title: "VPP Performance Results"
6041   algorithm: "file_details_split"
6042   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6043   dir-tables:
6044     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6045     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6046     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6047     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6048     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6049     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6050     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6051   data:
6052     - "vpp-perf-results-2n-skx"
6053     - "vpp-perf-results-3n-skx"
6054     - "vpp-perf-results-2n-clx"
6055     - "vpp-perf-results-3n-hsw"
6056     - "vpp-perf-results-3n-tsh"
6057     - "vpp-perf-results-2n-dnv"
6058     - "vpp-perf-results-3n-dnv"
6059   filter: "all"
6060   data-start-level: 4
6061   order-chapters:
6062     level-1:
6063       - "l2"
6064       - "ip4"
6065       - "ip6"
6066       - "srv6"
6067       - "ip4_tunnels"
6068       - "ip6_tunnels"
6069       - "vm_vhost"
6070       - "container_memif"
6071       - "crypto"
6072       - "vts"
6073       - "lb"
6074       - "nfv_density"
6075       - "hoststack"
6076     level-2:
6077       - "2n-skx"
6078       - "3n-skx"
6079       - "2n-clx"
6080       - "3n-hsw"
6081       - "3n-tsh"
6082       - "2n-dnv"
6083       - "3n-dnv"
6084     level-3:
6085       - "xl710"
6086       - "x520"
6087       - "xxv710"
6088       - "x710"
6089       - "x553"
6090       - "cx556a"
6091       - "vic1227"
6092       - "vic1385"
6093
6094 # VPP Performance Configuration
6095 - type: "file"
6096   title: "VPP Performance Configuration"
6097   algorithm: "file_details_split"
6098   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6099   dir-tables:
6100     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6101     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6102     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6103     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6104     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6105     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6106     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6107   data:
6108     - "vpp-perf-results-2n-skx"
6109     - "vpp-perf-results-3n-skx"
6110     - "vpp-perf-results-2n-clx"
6111     - "vpp-perf-results-3n-hsw"
6112     - "vpp-perf-results-3n-tsh"
6113     - "vpp-perf-results-2n-dnv"
6114     - "vpp-perf-results-3n-dnv"
6115   filter: "all"
6116   data-start-level: 4
6117   order-chapters:
6118     level-1:
6119       - "l2"
6120       - "ip4"
6121       - "ip6"
6122       - "srv6"
6123       - "ip4_tunnels"
6124       - "ip6_tunnels"
6125       - "vm_vhost"
6126       - "container_memif"
6127       - "crypto"
6128       - "vts"
6129       - "lb"
6130       - "nfv_density"
6131       - "hoststack"
6132     level-2:
6133       - "2n-skx"
6134       - "3n-skx"
6135       - "2n-clx"
6136       - "3n-hsw"
6137       - "3n-tsh"
6138       - "2n-dnv"
6139       - "3n-dnv"
6140     level-3:
6141       - "xl710"
6142       - "x520"
6143       - "xxv710"
6144       - "x710"
6145       - "x553"
6146       - "cx556a"
6147       - "vic1227"
6148       - "vic1385"
6149
6150 # VPP Performance Operational
6151 - type: "file"
6152   title: "VPP Performance Operational"
6153   algorithm: "file_details_split_html"
6154   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6155   dir-tables:
6156     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6157     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6158     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6159     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6160     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6161     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6162     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6163   data:
6164     - "vpp-perf-results-2n-skx"
6165     - "vpp-perf-results-3n-skx"
6166     - "vpp-perf-results-2n-clx"
6167     - "vpp-perf-results-3n-hsw"
6168     - "vpp-perf-results-3n-tsh"
6169     - "vpp-perf-results-2n-dnv"
6170     - "vpp-perf-results-3n-dnv"
6171   filter: "all"
6172   data-start-level: 4
6173   order-chapters:
6174     level-1:
6175       - "l2"
6176       - "ip4"
6177       - "ip6"
6178       - "srv6"
6179       - "ip4_tunnels"
6180       - "ip6_tunnels"
6181       - "vm_vhost"
6182       - "container_memif"
6183       - "crypto"
6184       - "vts"
6185       - "lb"
6186       - "nfv_density"
6187       - "hoststack"
6188     level-2:
6189       - "2n-skx"
6190       - "3n-skx"
6191       - "2n-clx"
6192       - "3n-hsw"
6193       - "3n-tsh"
6194       - "2n-dnv"
6195       - "3n-dnv"
6196     level-3:
6197       - "xl710"
6198       - "x520"
6199       - "xxv710"
6200       - "x710"
6201       - "x553"
6202       - "cx556a"
6203       - "vic1227"
6204       - "vic1385"
6205
6206 # VPP MRR Results
6207 - type: "file"
6208   title: "VPP MRR Results"
6209   algorithm: "file_details_split"
6210   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6211   dir-tables:
6212     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6213     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6214     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6215     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6216     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6217     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6218     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6219   data:
6220     - "vpp-mrr-results-2n-skx"
6221     - "vpp-mrr-results-3n-skx"
6222     - "vpp-mrr-results-2n-clx"
6223     - "vpp-mrr-results-3n-hsw"
6224     - "vpp-mrr-results-3n-tsh"
6225     - "vpp-mrr-results-2n-dnv"
6226     - "vpp-mrr-results-3n-dnv"
6227   filter: "all"
6228   data-start-level: 4
6229   order-chapters:
6230     level-1:
6231       - "l2"
6232       - "ip4"
6233       - "ip6"
6234       - "srv6"
6235       - "ip4_tunnels"
6236       - "ip6_tunnels"
6237       - "vm_vhost"
6238       - "container_memif"
6239       - "crypto"
6240       - "vts"
6241       - "lb"
6242       - "nfv_density"
6243       - "hoststack"
6244     level-2:
6245       - "2n-skx"
6246       - "3n-skx"
6247       - "2n-clx"
6248       - "3n-hsw"
6249       - "3n-tsh"
6250       - "2n-dnv"
6251       - "3n-dnv"
6252     level-3:
6253       - "xl710"
6254       - "x520"
6255       - "xxv710"
6256       - "x710"
6257       - "x553"
6258       - "cx556a"
6259       - "vic1227"
6260       - "vic1385"
6261
6262 # VPP MRR Configuration
6263 - type: "file"
6264   title: "VPP MRR Configuration"
6265   algorithm: "file_details_split"
6266   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6267   dir-tables:
6268     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6269     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6270     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6271     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6272     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6273     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6274     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6275   data:
6276     - "vpp-mrr-results-2n-skx"
6277     - "vpp-mrr-results-3n-skx"
6278     - "vpp-mrr-results-2n-clx"
6279     - "vpp-mrr-results-3n-hsw"
6280     - "vpp-mrr-results-3n-tsh"
6281     - "vpp-mrr-results-2n-dnv"
6282     - "vpp-mrr-results-3n-dnv"
6283   filter: "all"
6284   data-start-level: 4
6285   order-chapters:
6286     level-1:
6287       - "l2"
6288       - "ip4"
6289       - "ip6"
6290       - "srv6"
6291       - "ip4_tunnels"
6292       - "ip6_tunnels"
6293       - "vm_vhost"
6294       - "container_memif"
6295       - "crypto"
6296       - "vts"
6297       - "lb"
6298       - "nfv_density"
6299       - "hoststack"
6300     level-2:
6301       - "2n-skx"
6302       - "3n-skx"
6303       - "2n-clx"
6304       - "3n-hsw"
6305       - "3n-tsh"
6306       - "2n-dnv"
6307       - "3n-dnv"
6308     level-3:
6309       - "xl710"
6310       - "x520"
6311       - "xxv710"
6312       - "x710"
6313       - "x553"
6314       - "cx556a"
6315       - "vic1227"
6316       - "vic1385"
6317
6318 # VPP Device Results - Ubuntu
6319 - type: "file"
6320   title: "VPP Device Results - Ubuntu"
6321   algorithm: "file_test_results"
6322   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6323   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6324   data: "vpp-device-results-ubuntu"
6325   filter: "all"
6326   data-start-level: 4
6327
6328 # VPP Device Configuration - Ubuntu
6329 - type: "file"
6330   title: "VPP Device Configuration - Ubuntu"
6331   algorithm: "file_test_results"
6332   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6333   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6334   data: "vpp-device-results-ubuntu"
6335   filter: "all"
6336   data-start-level: 4
6337
6338 # DPDK Performance Results 3n-hsw
6339 - type: "file"
6340   title: "DPDK Performance Results 3n-hsw"
6341   algorithm: "file_test_results"
6342   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6343   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6344   data: "dpdk-perf-results-3n-hsw"
6345   filter: "all"
6346   data-start-level: 4
6347
6348 # DPDK Performance Results 3n-skx
6349 - type: "file"
6350   title: "DPDK Performance Results 3n-skx"
6351   algorithm: "file_test_results"
6352   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6353   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6354   data: "dpdk-perf-results-3n-skx"
6355   filter: "all"
6356   data-start-level: 4
6357
6358 # DPDK Performance Results 2n-skx
6359 - type: "file"
6360   title: "DPDK Performance Results 2n-skx"
6361   algorithm: "file_test_results"
6362   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6363   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6364   data: "dpdk-perf-results-2n-skx"
6365   filter: "all"
6366   data-start-level: 4
6367
6368 # DPDK Performance Results 2n-clx
6369 - type: "file"
6370   title: "DPDK Performance Results 2n-clx"
6371   algorithm: "file_test_results"
6372   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6373   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6374   data: "dpdk-perf-results-2n-clx"
6375   filter: "all"
6376   data-start-level: 4
6377
6378 # DPDK Performance Results 2n-dnv
6379 - type: "file"
6380   title: "DPDK Performance Results 2n-dnv"
6381   algorithm: "file_test_results"
6382   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6383   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6384   data: "dpdk-perf-results-2n-dnv"
6385   filter: "all"
6386   data-start-level: 4
6387
6388 # DPDK Performance Results 3n-dnv
6389 - type: "file"
6390   title: "DPDK Performance Results 3n-dnv"
6391   algorithm: "file_test_results"
6392   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6393   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6394   data: "dpdk-perf-results-3n-dnv"
6395   filter: "all"
6396   data-start-level: 4
6397
6398 # DPDK Performance Results 3n-tsh
6399 - type: "file"
6400   title: "DPDK Performance Results 3n-tsh"
6401   algorithm: "file_test_results"
6402   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6403   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6404   data: "dpdk-perf-results-3n-tsh"
6405   filter: "all"
6406   data-start-level: 4
6407
6408 ################################################################################
6409 ###                                P L O T S                                 ###
6410 ################################################################################
6411
6412 # Hoststack tests 3n-hsw
6413
6414 - type: "plot"
6415   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6416   algorithm: "plot_perf_box_name"
6417   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6418   data: "plot-vpp-hoststack-3n-hsw"
6419   include:
6420     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6421     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6422   layout:
6423     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6424     layout: "plot-hoststack"
6425
6426 - type: "plot"
6427   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6428   algorithm: "plot_perf_box_name"
6429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6430   data: "plot-vpp-hoststack-3n-hsw"
6431   include:
6432     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6433     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6434   layout:
6435     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6436     layout: "plot-hoststack"
6437
6438 - type: "plot"
6439   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6440   algorithm: "plot_perf_box_name"
6441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6442   data: "plot-vpp-hoststack-3n-hsw"
6443   include:
6444     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6445     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6446     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6447     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6448   layout:
6449     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6450     layout: "plot-hoststack"
6451
6452 # Plots VPP HTTP Server Performance
6453 - type: "plot"
6454   title: "VPP HTTP Server Performance"
6455   algorithm: "plot_http_server_perf_box"
6456   output-file-type: ".html"
6457   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6458   data:
6459     "plot-vpp-http-server-performance"
6460   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6461   parameters:
6462   - "result"
6463   - "name"
6464   traces:
6465     hoverinfo: "y+name"
6466     boxpoints: "outliers"
6467     whiskerwidth: 0
6468   layout:
6469     title: "VPP HTTP Server Performance"
6470     layout:
6471       "plot-cps"
6472
6473 - type: "plot"
6474   title: "VPP HTTP Server Performance"
6475   algorithm: "plot_http_server_perf_box"
6476   output-file-type: ".html"
6477   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6478   data:
6479     "plot-vpp-http-server-performance"
6480   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6481   parameters:
6482   - "result"
6483   - "name"
6484   traces:
6485     hoverinfo: "y+name"
6486     boxpoints: "outliers"
6487     whiskerwidth: 0
6488   layout:
6489     title: "VPP HTTP Server Performance"
6490     layout:
6491       "plot-rps"
6492
6493 ################################################################################
6494
6495 # Soak Test (PLRsearch), boxes - 2n-clx
6496 - type: "plot"
6497   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6498   algorithm: "plot_perf_box_name"
6499   output-file-type: ".html"
6500   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6501   data: "plot-vpp-soak-2n-clx"
6502   include:
6503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6509   layout:
6510     title: "30 Minutes Soak Test (PLRsearch)"
6511     layout: "plot-soak-throughput"
6512
6513 # Soak Test (PLRsearch), boxes - 2n-clx
6514 - type: "plot"
6515   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6516   algorithm: "plot_perf_box_name"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6519   data: "plot-vpp-soak-2n-clx"
6520   include:
6521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6526     - "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"
6527   layout:
6528     title: "30 Minutes Soak Test (PLRsearch)"
6529     layout: "plot-soak-throughput"
6530
6531 ###############################################################################
6532
6533 # Reconf tests 2n-skx
6534
6535 #- type: "plot"
6536 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6537 #  algorithm: "plot_nf_reconf_box_name"
6538 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6539 #  data: "plot-vpp-nfv-reconf-2n-skx"
6540 #  include:
6541 #    - "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"
6542 #    - "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"
6543 #    - "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"
6544 #    - "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"
6545 #    - "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"
6546 #    - "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"
6547 #  layout:
6548 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6549 #    layout: "plot-throughput"
6550 #
6551 #- type: "plot"
6552 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6553 #  algorithm: "plot_nf_reconf_box_name"
6554 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6555 #  data: "plot-vpp-nfv-reconf-2n-skx"
6556 #  include:
6557 #    - "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"
6558 #    - "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"
6559 #    - "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"
6560 #    - "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"
6561 #    - "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"
6562 #    - "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"
6563 #  layout:
6564 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6565 #    layout: "plot-throughput"
6566 #
6567 #- type: "plot"
6568 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6569 #  algorithm: "plot_nf_reconf_box_name"
6570 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6571 #  data: "plot-vpp-nfv-reconf-2n-skx"
6572 #  include:
6573 #    - "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"
6574 #    - "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"
6575 #    - "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"
6576 #    - "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"
6577 #    - "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"
6578 #    - "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"
6579 #  layout:
6580 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6581 #    layout: "plot-throughput"
6582
6583 ###############################################################################
6584
6585 # Reconf tests 2n-clx
6586
6587 - type: "plot"
6588   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6589   algorithm: "plot_nf_reconf_box_name"
6590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6591   data: "plot-vpp-nfv-reconf-2n-clx"
6592   include:
6593     - "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"
6594     - "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"
6595     - "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"
6596     - "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"
6597   layout:
6598     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6599     layout: "plot-throughput"
6600
6601 - type: "plot"
6602   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6603   algorithm: "plot_nf_reconf_box_name"
6604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6605   data: "plot-vpp-nfv-reconf-2n-clx"
6606   include:
6607     - "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"
6608     - "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"
6609     - "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"
6610     - "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"
6611   layout:
6612     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6613     layout: "plot-throughput"
6614
6615 - type: "plot"
6616   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6617   algorithm: "plot_nf_reconf_box_name"
6618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6619   data: "plot-vpp-nfv-reconf-2n-clx"
6620   include:
6621     - "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"
6622     - "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"
6623     - "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"
6624     - "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"
6625   layout:
6626     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6627     layout: "plot-throughput"
6628
6629 ################################################################################
6630 ## Plots - NF Density - VSC - MRR 64b
6631 #- type: "plot"
6632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6633 #  algorithm: "plot_nf_heatmap"
6634 #  output-file-type: ".html"
6635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6636 #  data: "plot-vpp-nfv-2n-skx-mrr"
6637 #  filter: "'NIC_Intel-XXV710' and
6638 #           'NF_DENSITY' and
6639 #           'VHOST' and
6640 #           not 'VXLAN' and
6641 #           'CHAIN' and
6642 #           'NF_VPPIP4' and
6643 #           '64B' and
6644 #           '2T1C' and
6645 #           'MRR'"
6646 #  parameters:
6647 #  - "result"
6648 #  - "name"
6649 #  - "tags"
6650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6651 #  x-axis: "X = VNFs per Service Chain"
6652 #  y-axis: "Y = Number of Service Chains"
6653 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6654 #  layout:
6655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6656 #    layout: "plot-service-density"
6657 #
6658 #- type: "plot"
6659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6660 #  algorithm: "plot_nf_heatmap"
6661 #  output-file-type: ".html"
6662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6663 #  data: "plot-vpp-nfv-2n-skx-mrr"
6664 #  filter: "'NIC_Intel-XXV710' and
6665 #           'NF_DENSITY' and
6666 #           'VHOST' and
6667 #           not 'VXLAN' and
6668 #           'CHAIN' and
6669 #           'NF_VPPIP4' and
6670 #           '64B' and
6671 #           '4T2C' and
6672 #           'MRR'"
6673 #  parameters:
6674 #  - "result"
6675 #  - "name"
6676 #  - "tags"
6677 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6678 #  x-axis: "X = VNFs per Service Chain"
6679 #  y-axis: "Y = Number of Service Chains"
6680 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6681 #  layout:
6682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6683 #    layout: "plot-service-density"
6684 #
6685 #- type: "plot"
6686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6687 #  algorithm: "plot_nf_heatmap"
6688 #  output-file-type: ".html"
6689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6690 #  data: "plot-vpp-nfv-2n-skx-mrr"
6691 #  filter: "'NIC_Intel-XXV710' and
6692 #           'NF_DENSITY' and
6693 #           'VHOST' and
6694 #           not 'VXLAN' and
6695 #           'CHAIN' and
6696 #           'NF_VPPIP4' and
6697 #           '64B' and
6698 #           '8T4C' and
6699 #           'MRR'"
6700 #  parameters:
6701 #  - "result"
6702 #  - "name"
6703 #  - "tags"
6704 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6705 #  x-axis: "X = VNFs per Service Chain"
6706 #  y-axis: "Y = Number of Service Chains"
6707 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6708 #  layout:
6709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6710 #    layout: "plot-service-density"
6711 #
6712 ## Plots - NF Density - VSC - MRR IMIX
6713 #- type: "plot"
6714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6715 #  algorithm: "plot_nf_heatmap"
6716 #  output-file-type: ".html"
6717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6718 #  data: "plot-vpp-nfv-2n-skx-mrr"
6719 #  filter: "'NIC_Intel-XXV710' and
6720 #           'NF_DENSITY' and
6721 #           'VHOST' and
6722 #           not 'VXLAN' and
6723 #           'CHAIN' and
6724 #           'NF_VPPIP4' and
6725 #           'IMIX' and
6726 #           '2T1C' and
6727 #           'MRR'"
6728 #  parameters:
6729 #  - "result"
6730 #  - "name"
6731 #  - "tags"
6732 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6733 #  x-axis: "X = VNFs per Service Chain"
6734 #  y-axis: "Y = Number of Service Chains"
6735 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6736 #  layout:
6737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6738 #    layout: "plot-service-density"
6739 #
6740 #- type: "plot"
6741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6742 #  algorithm: "plot_nf_heatmap"
6743 #  output-file-type: ".html"
6744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6745 #  data: "plot-vpp-nfv-2n-skx-mrr"
6746 #  filter: "'NIC_Intel-XXV710' and
6747 #           'NF_DENSITY' and
6748 #           'VHOST' and
6749 #           not 'VXLAN' and
6750 #           'CHAIN' and
6751 #           'NF_VPPIP4' and
6752 #           'IMIX' and
6753 #           '4T2C' and
6754 #           'MRR'"
6755 #  parameters:
6756 #  - "result"
6757 #  - "name"
6758 #  - "tags"
6759 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6760 #  x-axis: "X = VNFs per Service Chain"
6761 #  y-axis: "Y = Number of Service Chains"
6762 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6763 #  layout:
6764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6765 #    layout: "plot-service-density"
6766 #
6767 #- type: "plot"
6768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6769 #  algorithm: "plot_nf_heatmap"
6770 #  output-file-type: ".html"
6771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6772 #  data: "plot-vpp-nfv-2n-skx-mrr"
6773 #  filter: "'NIC_Intel-XXV710' and
6774 #           'NF_DENSITY' and
6775 #           'VHOST' and
6776 #           not 'VXLAN' and
6777 #           'CHAIN' and
6778 #           'NF_VPPIP4' and
6779 #           'IMIX' and
6780 #           '8T4C' and
6781 #           'MRR'"
6782 #  parameters:
6783 #  - "result"
6784 #  - "name"
6785 #  - "tags"
6786 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6787 #  x-axis: "X = VNFs per Service Chain"
6788 #  y-axis: "Y = Number of Service Chains"
6789 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6790 #  layout:
6791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6792 #    layout: "plot-service-density"
6793 #
6794 ## Plots - NF Density - VSC - NDR 64b
6795 #- type: "plot"
6796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6797 #  algorithm: "plot_nf_heatmap"
6798 #  output-file-type: ".html"
6799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6800 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6801 #  filter: "'NIC_Intel-XXV710' and
6802 #           'NF_DENSITY' and
6803 #           'VHOST' and
6804 #           not 'VXLAN' and
6805 #           'CHAIN' and
6806 #           'NF_VPPIP4' and
6807 #           '64B' and
6808 #           '2T1C' and
6809 #           'NDRPDR'"
6810 #  parameters:
6811 #  - "throughput"
6812 #  - "name"
6813 #  - "tags"
6814 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6815 #  x-axis: "X = VNFs per Service Chain"
6816 #  y-axis: "Y = Number of Service Chains"
6817 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6818 #  layout:
6819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6820 #    layout: "plot-service-density"
6821 #
6822 #- type: "plot"
6823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6824 #  algorithm: "plot_nf_heatmap"
6825 #  output-file-type: ".html"
6826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6827 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6828 #  filter: "'NIC_Intel-XXV710' and
6829 #           'NF_DENSITY' and
6830 #           'VHOST' and
6831 #           not 'VXLAN' and
6832 #           'CHAIN' and
6833 #           'NF_VPPIP4' and
6834 #           '64B' and
6835 #           '4T2C' and
6836 #           'NDRPDR'"
6837 #  parameters:
6838 #  - "throughput"
6839 #  - "name"
6840 #  - "tags"
6841 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6842 #  x-axis: "X = VNFs per Service Chain"
6843 #  y-axis: "Y = Number of Service Chains"
6844 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6845 #  layout:
6846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6847 #    layout: "plot-service-density"
6848 #
6849 #- type: "plot"
6850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6851 #  algorithm: "plot_nf_heatmap"
6852 #  output-file-type: ".html"
6853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6854 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6855 #  filter: "'NIC_Intel-XXV710' and
6856 #           'NF_DENSITY' and
6857 #           'VHOST' and
6858 #           not 'VXLAN' and
6859 #           'CHAIN' and
6860 #           'NF_VPPIP4' and
6861 #           '64B' and
6862 #           '8T4C' and
6863 #           'NDRPDR'"
6864 #  parameters:
6865 #  - "throughput"
6866 #  - "name"
6867 #  - "tags"
6868 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6869 #  x-axis: "X = VNFs per Service Chain"
6870 #  y-axis: "Y = Number of Service Chains"
6871 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6872 #  layout:
6873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6874 #    layout: "plot-service-density"
6875 #
6876 ## Plots - NF Density - VSC - NDR IMIX
6877 #- type: "plot"
6878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6879 #  algorithm: "plot_nf_heatmap"
6880 #  output-file-type: ".html"
6881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6882 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6883 #  filter: "'NIC_Intel-XXV710' and
6884 #           'NF_DENSITY' and
6885 #           'VHOST' and
6886 #           not 'VXLAN' and
6887 #           'CHAIN' and
6888 #           'NF_VPPIP4' and
6889 #           'IMIX' and
6890 #           '2T1C' and
6891 #           'NDRPDR'"
6892 #  parameters:
6893 #  - "throughput"
6894 #  - "name"
6895 #  - "tags"
6896 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6897 #  x-axis: "X = VNFs per Service Chain"
6898 #  y-axis: "Y = Number of Service Chains"
6899 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6900 #  layout:
6901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6902 #    layout: "plot-service-density"
6903 #
6904 #- type: "plot"
6905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6906 #  algorithm: "plot_nf_heatmap"
6907 #  output-file-type: ".html"
6908 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6909 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6910 #  filter: "'NIC_Intel-XXV710' and
6911 #           'NF_DENSITY' and
6912 #           'VHOST' and
6913 #           not 'VXLAN' and
6914 #           'CHAIN' and
6915 #           'NF_VPPIP4' and
6916 #           'IMIX' and
6917 #           '4T2C' and
6918 #           'NDRPDR'"
6919 #  parameters:
6920 #  - "throughput"
6921 #  - "name"
6922 #  - "tags"
6923 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6924 #  x-axis: "X = VNFs per Service Chain"
6925 #  y-axis: "Y = Number of Service Chains"
6926 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6927 #  layout:
6928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6929 #    layout: "plot-service-density"
6930 #
6931 #- type: "plot"
6932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6933 #  algorithm: "plot_nf_heatmap"
6934 #  output-file-type: ".html"
6935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6936 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6937 #  filter: "'NIC_Intel-XXV710' and
6938 #           'NF_DENSITY' and
6939 #           'VHOST' and
6940 #           not 'VXLAN' and
6941 #           'CHAIN' and
6942 #           'NF_VPPIP4' and
6943 #           'IMIX' and
6944 #           '8T4C' and
6945 #           'NDRPDR'"
6946 #  parameters:
6947 #  - "throughput"
6948 #  - "name"
6949 #  - "tags"
6950 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6951 #  x-axis: "X = VNFs per Service Chain"
6952 #  y-axis: "Y = Number of Service Chains"
6953 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6954 #  layout:
6955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6956 #    layout: "plot-service-density"
6957 #
6958 ## Plots - NF Density - VSC - PDR 64b
6959 #- type: "plot"
6960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6961 #  algorithm: "plot_nf_heatmap"
6962 #  output-file-type: ".html"
6963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6964 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6965 #  filter: "'NIC_Intel-XXV710' and
6966 #           'NF_DENSITY' and
6967 #           'VHOST' and
6968 #           not 'VXLAN' and
6969 #           'CHAIN' and
6970 #           'NF_VPPIP4' and
6971 #           '64B' and
6972 #           '2T1C' and
6973 #           'NDRPDR'"
6974 #  parameters:
6975 #  - "throughput"
6976 #  - "name"
6977 #  - "tags"
6978 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6979 #  x-axis: "X = VNFs per Service Chain"
6980 #  y-axis: "Y = Number of Service Chains"
6981 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6982 #  layout:
6983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6984 #    layout: "plot-service-density"
6985 #
6986 #- type: "plot"
6987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6988 #  algorithm: "plot_nf_heatmap"
6989 #  output-file-type: ".html"
6990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6991 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6992 #  filter: "'NIC_Intel-XXV710' and
6993 #           'NF_DENSITY' and
6994 #           'VHOST' and
6995 #           not 'VXLAN' and
6996 #           'CHAIN' and
6997 #           'NF_VPPIP4' and
6998 #           '64B' and
6999 #           '4T2C' and
7000 #           'NDRPDR'"
7001 #  parameters:
7002 #  - "throughput"
7003 #  - "name"
7004 #  - "tags"
7005 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7006 #  x-axis: "X = VNFs per Service Chain"
7007 #  y-axis: "Y = Number of Service Chains"
7008 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7009 #  layout:
7010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7011 #    layout: "plot-service-density"
7012 #
7013 #- type: "plot"
7014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7015 #  algorithm: "plot_nf_heatmap"
7016 #  output-file-type: ".html"
7017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7018 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7019 #  filter: "'NIC_Intel-XXV710' and
7020 #           'NF_DENSITY' and
7021 #           'VHOST' and
7022 #           not 'VXLAN' and
7023 #           'CHAIN' and
7024 #           'NF_VPPIP4' and
7025 #           '64B' and
7026 #           '8T4C' and
7027 #           'NDRPDR'"
7028 #  parameters:
7029 #  - "throughput"
7030 #  - "name"
7031 #  - "tags"
7032 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7036 #  layout:
7037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7038 #    layout: "plot-service-density"
7039 #
7040 ## Plots - NF Density - VSC - PDR IMIX
7041 #- type: "plot"
7042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7043 #  algorithm: "plot_nf_heatmap"
7044 #  output-file-type: ".html"
7045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7046 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7047 #  filter: "'NIC_Intel-XXV710' and
7048 #           'NF_DENSITY' and
7049 #           'VHOST' and
7050 #           not 'VXLAN' and
7051 #           'CHAIN' and
7052 #           'NF_VPPIP4' and
7053 #           'IMIX' and
7054 #           '2T1C' and
7055 #           'NDRPDR'"
7056 #  parameters:
7057 #  - "throughput"
7058 #  - "name"
7059 #  - "tags"
7060 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7061 #  x-axis: "X = VNFs per Service Chain"
7062 #  y-axis: "Y = Number of Service Chains"
7063 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7064 #  layout:
7065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7066 #    layout: "plot-service-density"
7067 #
7068 #- type: "plot"
7069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7070 #  algorithm: "plot_nf_heatmap"
7071 #  output-file-type: ".html"
7072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7073 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7074 #  filter: "'NIC_Intel-XXV710' and
7075 #           'NF_DENSITY' and
7076 #           'VHOST' and
7077 #           not 'VXLAN' and
7078 #           'CHAIN' and
7079 #           'NF_VPPIP4' and
7080 #           'IMIX' and
7081 #           '4T2C' and
7082 #           'NDRPDR'"
7083 #  parameters:
7084 #  - "throughput"
7085 #  - "name"
7086 #  - "tags"
7087 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7088 #  x-axis: "X = VNFs per Service Chain"
7089 #  y-axis: "Y = Number of Service Chains"
7090 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7091 #  layout:
7092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7093 #    layout: "plot-service-density"
7094 #
7095 #- type: "plot"
7096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7097 #  algorithm: "plot_nf_heatmap"
7098 #  output-file-type: ".html"
7099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7100 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7101 #  filter: "'NIC_Intel-XXV710' and
7102 #           'NF_DENSITY' and
7103 #           'VHOST' and
7104 #           not 'VXLAN' and
7105 #           'CHAIN' and
7106 #           'NF_VPPIP4' and
7107 #           'IMIX' and
7108 #           '8T4C' and
7109 #           'NDRPDR'"
7110 #  parameters:
7111 #  - "throughput"
7112 #  - "name"
7113 #  - "tags"
7114 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7115 #  x-axis: "X = VNFs per Service Chain"
7116 #  y-axis: "Y = Number of Service Chains"
7117 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7118 #  layout:
7119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7120 #    layout: "plot-service-density"
7121 #
7122 ################################################################################
7123 ## Plots - NF Density - VSC - MRR 64b
7124 #- type: "plot"
7125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7126 #  algorithm: "plot_nf_heatmap"
7127 #  output-file-type: ".html"
7128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7129 #  data: "plot-vpp-nfv-2n-skx-mrr"
7130 #  filter: "'NIC_Intel-XXV710' and
7131 #           'NF_DENSITY' and
7132 #           'VHOST' and
7133 #           'VXLAN' and
7134 #           'CHAIN' and
7135 #           '118' and
7136 #           '2T1C' and
7137 #           'MRR'"
7138 #  parameters:
7139 #  - "result"
7140 #  - "name"
7141 #  - "tags"
7142 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7143 #  x-axis: "X = VNFs per Service Chain"
7144 #  y-axis: "Y = Number of Service Chains"
7145 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7146 #  layout:
7147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7148 #    layout: "plot-service-density"
7149 #
7150 #- type: "plot"
7151 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7152 #  algorithm: "plot_nf_heatmap"
7153 #  output-file-type: ".html"
7154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7155 #  data: "plot-vpp-nfv-2n-skx-mrr"
7156 #  filter: "'NIC_Intel-XXV710' and
7157 #           'NF_DENSITY' and
7158 #           'VHOST' and
7159 #           'VXLAN' and
7160 #           'CHAIN' and
7161 #           '118' and
7162 #           '4T2C' and
7163 #           'MRR'"
7164 #  parameters:
7165 #  - "result"
7166 #  - "name"
7167 #  - "tags"
7168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7169 #  x-axis: "X = VNFs per Service Chain"
7170 #  y-axis: "Y = Number of Service Chains"
7171 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7172 #  layout:
7173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7174 #    layout: "plot-service-density"
7175 #
7176 #- type: "plot"
7177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7178 #  algorithm: "plot_nf_heatmap"
7179 #  output-file-type: ".html"
7180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7181 #  data: "plot-vpp-nfv-2n-skx-mrr"
7182 #  filter: "'NIC_Intel-XXV710' and
7183 #           'NF_DENSITY' and
7184 #           'VHOST' and
7185 #           'VXLAN' and
7186 #           'CHAIN' and
7187 #           '118' and
7188 #           '8T4C' and
7189 #           'MRR'"
7190 #  parameters:
7191 #  - "result"
7192 #  - "name"
7193 #  - "tags"
7194 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7195 #  x-axis: "X = VNFs per Service Chain"
7196 #  y-axis: "Y = Number of Service Chains"
7197 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7198 #  layout:
7199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7200 #    layout: "plot-service-density"
7201 #
7202 ## Plots - NF Density - VSC - MRR IMIX
7203 #- type: "plot"
7204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7205 #  algorithm: "plot_nf_heatmap"
7206 #  output-file-type: ".html"
7207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7208 #  data: "plot-vpp-nfv-2n-skx-mrr"
7209 #  filter: "'NIC_Intel-XXV710' and
7210 #           'NF_DENSITY' and
7211 #           'VHOST' and
7212 #           'VXLAN' and
7213 #           'CHAIN' and
7214 #           'IMIX' and
7215 #           '2T1C' and
7216 #           'MRR'"
7217 #  parameters:
7218 #  - "result"
7219 #  - "name"
7220 #  - "tags"
7221 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7222 #  x-axis: "X = VNFs per Service Chain"
7223 #  y-axis: "Y = Number of Service Chains"
7224 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7225 #  layout:
7226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7227 #    layout: "plot-service-density"
7228 #
7229 #- type: "plot"
7230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7231 #  algorithm: "plot_nf_heatmap"
7232 #  output-file-type: ".html"
7233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7234 #  data: "plot-vpp-nfv-2n-skx-mrr"
7235 #  filter: "'NIC_Intel-XXV710' and
7236 #           'NF_DENSITY' and
7237 #           'VHOST' and
7238 #           'VXLAN' and
7239 #           'CHAIN' and
7240 #           'IMIX' and
7241 #           '4T2C' and
7242 #           'MRR'"
7243 #  parameters:
7244 #  - "result"
7245 #  - "name"
7246 #  - "tags"
7247 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7248 #  x-axis: "X = VNFs per Service Chain"
7249 #  y-axis: "Y = Number of Service Chains"
7250 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7251 #  layout:
7252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7253 #    layout: "plot-service-density"
7254 #
7255 #- type: "plot"
7256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7257 #  algorithm: "plot_nf_heatmap"
7258 #  output-file-type: ".html"
7259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7260 #  data: "plot-vpp-nfv-2n-skx-mrr"
7261 #  filter: "'NIC_Intel-XXV710' and
7262 #           'NF_DENSITY' and
7263 #           'VHOST' and
7264 #           'VXLAN' and
7265 #           'CHAIN' and
7266 #           'IMIX' and
7267 #           '8T4C' and
7268 #           'MRR'"
7269 #  parameters:
7270 #  - "result"
7271 #  - "name"
7272 #  - "tags"
7273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7274 #  x-axis: "X = VNFs per Service Chain"
7275 #  y-axis: "Y = Number of Service Chains"
7276 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7277 #  layout:
7278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7279 #    layout: "plot-service-density"
7280 #
7281 ## Plots - NF Density - VSC - NDR 64b
7282 #- type: "plot"
7283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7284 #  algorithm: "plot_nf_heatmap"
7285 #  output-file-type: ".html"
7286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7288 #  filter: "'NIC_Intel-XXV710' and
7289 #           'NF_DENSITY' and
7290 #           'VHOST' and
7291 #           'VXLAN' and
7292 #           'CHAIN' and
7293 #           '118' and
7294 #           '2T1C' and
7295 #           'NDRPDR'"
7296 #  parameters:
7297 #  - "throughput"
7298 #  - "name"
7299 #  - "tags"
7300 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7301 #  x-axis: "X = VNFs per Service Chain"
7302 #  y-axis: "Y = Number of Service Chains"
7303 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7304 #  layout:
7305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7306 #    layout: "plot-service-density"
7307 #
7308 #- type: "plot"
7309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7310 #  algorithm: "plot_nf_heatmap"
7311 #  output-file-type: ".html"
7312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7313 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7314 #  filter: "'NIC_Intel-XXV710' and
7315 #           'NF_DENSITY' and
7316 #           'VHOST' and
7317 #           'VXLAN' and
7318 #           'CHAIN' and
7319 #           '118' and
7320 #           '4T2C' and
7321 #           'NDRPDR'"
7322 #  parameters:
7323 #  - "throughput"
7324 #  - "name"
7325 #  - "tags"
7326 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7327 #  x-axis: "X = VNFs per Service Chain"
7328 #  y-axis: "Y = Number of Service Chains"
7329 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7330 #  layout:
7331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7332 #    layout: "plot-service-density"
7333 #
7334 #- type: "plot"
7335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7336 #  algorithm: "plot_nf_heatmap"
7337 #  output-file-type: ".html"
7338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7339 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7340 #  filter: "'NIC_Intel-XXV710' and
7341 #           'NF_DENSITY' and
7342 #           'VHOST' and
7343 #           'VXLAN' and
7344 #           'CHAIN' and
7345 #           '118' and
7346 #           '8T4C' and
7347 #           'NDRPDR'"
7348 #  parameters:
7349 #  - "throughput"
7350 #  - "name"
7351 #  - "tags"
7352 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7353 #  x-axis: "X = VNFs per Service Chain"
7354 #  y-axis: "Y = Number of Service Chains"
7355 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7356 #  layout:
7357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7358 #    layout: "plot-service-density"
7359 #
7360 ## Plots - NF Density - VSC - NDR IMIX
7361 #- type: "plot"
7362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7363 #  algorithm: "plot_nf_heatmap"
7364 #  output-file-type: ".html"
7365 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7366 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7367 #  filter: "'NIC_Intel-XXV710' and
7368 #           'NF_DENSITY' and
7369 #           'VHOST' and
7370 #           'VXLAN' and
7371 #           'CHAIN' and
7372 #           'IMIX' and
7373 #           '2T1C' and
7374 #           'NDRPDR'"
7375 #  parameters:
7376 #  - "throughput"
7377 #  - "name"
7378 #  - "tags"
7379 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7380 #  x-axis: "X = VNFs per Service Chain"
7381 #  y-axis: "Y = Number of Service Chains"
7382 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7383 #  layout:
7384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7385 #    layout: "plot-service-density"
7386 #
7387 #- type: "plot"
7388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7389 #  algorithm: "plot_nf_heatmap"
7390 #  output-file-type: ".html"
7391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7392 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7393 #  filter: "'NIC_Intel-XXV710' and
7394 #           'NF_DENSITY' and
7395 #           'VHOST' and
7396 #           'VXLAN' and
7397 #           'CHAIN' and
7398 #           'IMIX' and
7399 #           '4T2C' and
7400 #           'NDRPDR'"
7401 #  parameters:
7402 #  - "throughput"
7403 #  - "name"
7404 #  - "tags"
7405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7406 #  x-axis: "X = VNFs per Service Chain"
7407 #  y-axis: "Y = Number of Service Chains"
7408 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7409 #  layout:
7410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7411 #    layout: "plot-service-density"
7412 #
7413 #- type: "plot"
7414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7415 #  algorithm: "plot_nf_heatmap"
7416 #  output-file-type: ".html"
7417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7418 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7419 #  filter: "'NIC_Intel-XXV710' and
7420 #           'NF_DENSITY' and
7421 #           'VHOST' and
7422 #           'VXLAN' and
7423 #           'CHAIN' and
7424 #           'IMIX' and
7425 #           '8T4C' and
7426 #           'NDRPDR'"
7427 #  parameters:
7428 #  - "throughput"
7429 #  - "name"
7430 #  - "tags"
7431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7432 #  x-axis: "X = VNFs per Service Chain"
7433 #  y-axis: "Y = Number of Service Chains"
7434 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7435 #  layout:
7436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7437 #    layout: "plot-service-density"
7438 #
7439 ## Plots - NF Density - VSC - PDR 64b
7440 #- type: "plot"
7441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7442 #  algorithm: "plot_nf_heatmap"
7443 #  output-file-type: ".html"
7444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7445 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7446 #  filter: "'NIC_Intel-XXV710' and
7447 #           'NF_DENSITY' and
7448 #           'VHOST' and
7449 #           'VXLAN' and
7450 #           'CHAIN' and
7451 #           '118' and
7452 #           '2T1C' and
7453 #           'NDRPDR'"
7454 #  parameters:
7455 #  - "throughput"
7456 #  - "name"
7457 #  - "tags"
7458 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7459 #  x-axis: "X = VNFs per Service Chain"
7460 #  y-axis: "Y = Number of Service Chains"
7461 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7462 #  layout:
7463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7464 #    layout: "plot-service-density"
7465 #
7466 #- type: "plot"
7467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7468 #  algorithm: "plot_nf_heatmap"
7469 #  output-file-type: ".html"
7470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7471 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7472 #  filter: "'NIC_Intel-XXV710' and
7473 #           'NF_DENSITY' and
7474 #           'VHOST' and
7475 #           'VXLAN' and
7476 #           'CHAIN' and
7477 #           '118' and
7478 #           '4T2C' and
7479 #           'NDRPDR'"
7480 #  parameters:
7481 #  - "throughput"
7482 #  - "name"
7483 #  - "tags"
7484 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7485 #  x-axis: "X = VNFs per Service Chain"
7486 #  y-axis: "Y = Number of Service Chains"
7487 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7488 #  layout:
7489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7490 #    layout: "plot-service-density"
7491 #
7492 #- type: "plot"
7493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7494 #  algorithm: "plot_nf_heatmap"
7495 #  output-file-type: ".html"
7496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7497 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7498 #  filter: "'NIC_Intel-XXV710' and
7499 #           'NF_DENSITY' and
7500 #           'VHOST' and
7501 #           'VXLAN' and
7502 #           'CHAIN' and
7503 #           '118' and
7504 #           '8T4C' and
7505 #           'NDRPDR'"
7506 #  parameters:
7507 #  - "throughput"
7508 #  - "name"
7509 #  - "tags"
7510 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7511 #  x-axis: "X = VNFs per Service Chain"
7512 #  y-axis: "Y = Number of Service Chains"
7513 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7514 #  layout:
7515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7516 #    layout: "plot-service-density"
7517 #
7518 ## Plots - NF Density - VSC - PDR IMIX
7519 #- type: "plot"
7520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7521 #  algorithm: "plot_nf_heatmap"
7522 #  output-file-type: ".html"
7523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7524 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7525 #  filter: "'NIC_Intel-XXV710' and
7526 #           'NF_DENSITY' and
7527 #           'VHOST' and
7528 #           'VXLAN' and
7529 #           'CHAIN' and
7530 #           'IMIX' and
7531 #           '2T1C' and
7532 #           'NDRPDR'"
7533 #  parameters:
7534 #  - "throughput"
7535 #  - "name"
7536 #  - "tags"
7537 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7538 #  x-axis: "X = VNFs per Service Chain"
7539 #  y-axis: "Y = Number of Service Chains"
7540 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7541 #  layout:
7542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7543 #    layout: "plot-service-density"
7544 #
7545 #- type: "plot"
7546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7547 #  algorithm: "plot_nf_heatmap"
7548 #  output-file-type: ".html"
7549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7550 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7551 #  filter: "'NIC_Intel-XXV710' and
7552 #           'NF_DENSITY' and
7553 #           'VHOST' and
7554 #           'VXLAN' and
7555 #           'CHAIN' and
7556 #           'IMIX' and
7557 #           '4T2C' and
7558 #           'NDRPDR'"
7559 #  parameters:
7560 #  - "throughput"
7561 #  - "name"
7562 #  - "tags"
7563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7564 #  x-axis: "X = VNFs per Service Chain"
7565 #  y-axis: "Y = Number of Service Chains"
7566 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7567 #  layout:
7568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7569 #    layout: "plot-service-density"
7570 #
7571 #- type: "plot"
7572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7573 #  algorithm: "plot_nf_heatmap"
7574 #  output-file-type: ".html"
7575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7576 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7577 #  filter: "'NIC_Intel-XXV710' and
7578 #           'NF_DENSITY' and
7579 #           'VHOST' and
7580 #           'VXLAN' and
7581 #           'CHAIN' and
7582 #           'IMIX' and
7583 #           '8T4C' and
7584 #           'NDRPDR'"
7585 #  parameters:
7586 #  - "throughput"
7587 #  - "name"
7588 #  - "tags"
7589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7590 #  x-axis: "X = VNFs per Service Chain"
7591 #  y-axis: "Y = Number of Service Chains"
7592 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7593 #  layout:
7594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7595 #    layout: "plot-service-density"
7596 #
7597 ################################################################################
7598 ## Plots - NF Density - CSC - MRR 64b
7599 #- type: "plot"
7600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7601 #  algorithm: "plot_nf_heatmap"
7602 #  output-file-type: ".html"
7603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7604 #  data: "plot-vpp-nfv-2n-skx-mrr"
7605 #  filter: "'NIC_Intel-XXV710' and
7606 #           'NF_DENSITY' and
7607 #           'DOCKER' and
7608 #           'CHAIN' and
7609 #           'NF_VPPIP4' and
7610 #           '64B' and
7611 #           '2T1C' and
7612 #           'MRR'"
7613 #  parameters:
7614 #  - "result"
7615 #  - "name"
7616 #  - "tags"
7617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7618 #  x-axis: "X = CNFs per Service Chain"
7619 #  y-axis: "Y = Number of Service Chains"
7620 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7621 #  layout:
7622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7623 #    layout: "plot-service-density"
7624 #
7625 #- type: "plot"
7626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7627 #  algorithm: "plot_nf_heatmap"
7628 #  output-file-type: ".html"
7629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7630 #  data: "plot-vpp-nfv-2n-skx-mrr"
7631 #  filter: "'NIC_Intel-XXV710' and
7632 #           'NF_DENSITY' and
7633 #           'DOCKER' and
7634 #           'CHAIN' and
7635 #           'NF_VPPIP4' and
7636 #           '64B' and
7637 #           '4T2C' and
7638 #           'MRR'"
7639 #  parameters:
7640 #  - "result"
7641 #  - "name"
7642 #  - "tags"
7643 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7644 #  x-axis: "X = CNFs per Service Chain"
7645 #  y-axis: "Y = Number of Service Chains"
7646 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7647 #  layout:
7648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7649 #    layout: "plot-service-density"
7650 #
7651 #- type: "plot"
7652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7653 #  algorithm: "plot_nf_heatmap"
7654 #  output-file-type: ".html"
7655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7656 #  data: "plot-vpp-nfv-2n-skx-mrr"
7657 #  filter: "'NIC_Intel-XXV710' and
7658 #           'NF_DENSITY' and
7659 #           'DOCKER' and
7660 #           'CHAIN' and
7661 #           'NF_VPPIP4' and
7662 #           '64B' and
7663 #           '8T4C' and
7664 #           'MRR'"
7665 #  parameters:
7666 #  - "result"
7667 #  - "name"
7668 #  - "tags"
7669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7670 #  x-axis: "X = CNFs per Service Chain"
7671 #  y-axis: "Y = Number of Service Chains"
7672 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7673 #  layout:
7674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7675 #    layout: "plot-service-density"
7676 #
7677 ## Plots - NF Density - CSC - MRR IMIX
7678 #- type: "plot"
7679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7680 #  algorithm: "plot_nf_heatmap"
7681 #  output-file-type: ".html"
7682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7683 #  data: "plot-vpp-nfv-2n-skx-mrr"
7684 #  filter: "'NIC_Intel-XXV710' and
7685 #           'NF_DENSITY' and
7686 #           'DOCKER' and
7687 #           'CHAIN' and
7688 #           'NF_VPPIP4' and
7689 #           'IMIX' and
7690 #           '2T1C' and
7691 #           'MRR'"
7692 #  parameters:
7693 #  - "result"
7694 #  - "name"
7695 #  - "tags"
7696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7697 #  x-axis: "X = CNFs per Service Chain"
7698 #  y-axis: "Y = Number of Service Chains"
7699 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7700 #  layout:
7701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7702 #    layout: "plot-service-density"
7703 #
7704 #- type: "plot"
7705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7706 #  algorithm: "plot_nf_heatmap"
7707 #  output-file-type: ".html"
7708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7709 #  data: "plot-vpp-nfv-2n-skx-mrr"
7710 #  filter: "'NIC_Intel-XXV710' and
7711 #           'NF_DENSITY' and
7712 #           'DOCKER' and
7713 #           'CHAIN' and
7714 #           'NF_VPPIP4' and
7715 #           'IMIX' and
7716 #           '4T2C' and
7717 #           'MRR'"
7718 #  parameters:
7719 #  - "result"
7720 #  - "name"
7721 #  - "tags"
7722 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7723 #  x-axis: "X = CNFs per Service Chain"
7724 #  y-axis: "Y = Number of Service Chains"
7725 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7726 #  layout:
7727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7728 #    layout: "plot-service-density"
7729 #
7730 #- type: "plot"
7731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7732 #  algorithm: "plot_nf_heatmap"
7733 #  output-file-type: ".html"
7734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7735 #  data: "plot-vpp-nfv-2n-skx-mrr"
7736 #  filter: "'NIC_Intel-XXV710' and
7737 #           'NF_DENSITY' and
7738 #           'DOCKER' and
7739 #           'CHAIN' and
7740 #           'NF_VPPIP4' and
7741 #           'IMIX' and
7742 #           '8T4C' and
7743 #           'MRR'"
7744 #  parameters:
7745 #  - "result"
7746 #  - "name"
7747 #  - "tags"
7748 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7749 #  x-axis: "X = CNFs per Service Chain"
7750 #  y-axis: "Y = Number of Service Chains"
7751 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7752 #  layout:
7753 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7754 #    layout: "plot-service-density"
7755 #
7756 ## Plots - NF Density - CSC - NDR 64b
7757 #- type: "plot"
7758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7759 #  algorithm: "plot_nf_heatmap"
7760 #  output-file-type: ".html"
7761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7762 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7763 #  filter: "'NIC_Intel-XXV710' and
7764 #           'NF_DENSITY' and
7765 #           'DOCKER' and
7766 #           'CHAIN' and
7767 #           'NF_VPPIP4' and
7768 #           '64B' and
7769 #           '2T1C' and
7770 #           'NDRPDR'"
7771 #  parameters:
7772 #  - "throughput"
7773 #  - "name"
7774 #  - "tags"
7775 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7776 #  x-axis: "X = CNFs per Service Chain"
7777 #  y-axis: "Y = Number of Service Chains"
7778 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7779 #  layout:
7780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7781 #    layout: "plot-service-density"
7782 #
7783 #- type: "plot"
7784 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7785 #  algorithm: "plot_nf_heatmap"
7786 #  output-file-type: ".html"
7787 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7788 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7789 #  filter: "'NIC_Intel-XXV710' and
7790 #           'NF_DENSITY' and
7791 #           'DOCKER' and
7792 #           'CHAIN' and
7793 #           'NF_VPPIP4' and
7794 #           '64B' and
7795 #           '4T2C' and
7796 #           'NDRPDR'"
7797 #  parameters:
7798 #  - "throughput"
7799 #  - "name"
7800 #  - "tags"
7801 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7802 #  x-axis: "X = CNFs per Service Chain"
7803 #  y-axis: "Y = Number of Service Chains"
7804 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7805 #  layout:
7806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7807 #    layout: "plot-service-density"
7808 #
7809 #- type: "plot"
7810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7811 #  algorithm: "plot_nf_heatmap"
7812 #  output-file-type: ".html"
7813 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7814 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7815 #  filter: "'NIC_Intel-XXV710' and
7816 #           'NF_DENSITY' and
7817 #           'DOCKER' and
7818 #           'CHAIN' and
7819 #           'NF_VPPIP4' and
7820 #           '64B' and
7821 #           '8T4C' and
7822 #           'NDRPDR'"
7823 #  parameters:
7824 #  - "throughput"
7825 #  - "name"
7826 #  - "tags"
7827 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7828 #  x-axis: "X = CNFs per Service Chain"
7829 #  y-axis: "Y = Number of Service Chains"
7830 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7831 #  layout:
7832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7833 #    layout: "plot-service-density"
7834 #
7835 ## Plots - NF Density - CSC - NDR IMIX
7836 #- type: "plot"
7837 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7838 #  algorithm: "plot_nf_heatmap"
7839 #  output-file-type: ".html"
7840 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7841 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7842 #  filter: "'NIC_Intel-XXV710' and
7843 #           'NF_DENSITY' and
7844 #           'DOCKER' and
7845 #           'CHAIN' and
7846 #           'NF_VPPIP4' and
7847 #           'IMIX' and
7848 #           '2T1C' and
7849 #           'NDRPDR'"
7850 #  parameters:
7851 #  - "throughput"
7852 #  - "name"
7853 #  - "tags"
7854 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7855 #  x-axis: "X = CNFs per Service Chain"
7856 #  y-axis: "Y = Number of Service Chains"
7857 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7858 #  layout:
7859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7860 #    layout: "plot-service-density"
7861 #
7862 #- type: "plot"
7863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7864 #  algorithm: "plot_nf_heatmap"
7865 #  output-file-type: ".html"
7866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7867 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7868 #  filter: "'NIC_Intel-XXV710' and
7869 #           'NF_DENSITY' and
7870 #           'DOCKER' and
7871 #           'CHAIN' and
7872 #           'NF_VPPIP4' and
7873 #           'IMIX' and
7874 #           '4T2C' and
7875 #           'NDRPDR'"
7876 #  parameters:
7877 #  - "throughput"
7878 #  - "name"
7879 #  - "tags"
7880 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7881 #  x-axis: "X = CNFs per Service Chain"
7882 #  y-axis: "Y = Number of Service Chains"
7883 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7884 #  layout:
7885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7886 #    layout: "plot-service-density"
7887 #
7888 #- type: "plot"
7889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7890 #  algorithm: "plot_nf_heatmap"
7891 #  output-file-type: ".html"
7892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7893 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7894 #  filter: "'NIC_Intel-XXV710' and
7895 #           'NF_DENSITY' and
7896 #           'DOCKER' and
7897 #           'CHAIN' and
7898 #           'NF_VPPIP4' and
7899 #           'IMIX' and
7900 #           '8T4C' and
7901 #           'NDRPDR'"
7902 #  parameters:
7903 #  - "throughput"
7904 #  - "name"
7905 #  - "tags"
7906 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7907 #  x-axis: "X = CNFs per Service Chain"
7908 #  y-axis: "Y = Number of Service Chains"
7909 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7910 #  layout:
7911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7912 #    layout: "plot-service-density"
7913 #
7914 ## Plots - NF Density - CSC - PDR 64b
7915 #- type: "plot"
7916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7917 #  algorithm: "plot_nf_heatmap"
7918 #  output-file-type: ".html"
7919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7920 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7921 #  filter: "'NIC_Intel-XXV710' and
7922 #           'NF_DENSITY' and
7923 #           'DOCKER' and
7924 #           'CHAIN' and
7925 #           'NF_VPPIP4' and
7926 #           '64B' and
7927 #           '2T1C' and
7928 #           'NDRPDR'"
7929 #  parameters:
7930 #  - "throughput"
7931 #  - "name"
7932 #  - "tags"
7933 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7934 #  x-axis: "X = CNFs per Service Chain"
7935 #  y-axis: "Y = Number of Service Chains"
7936 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7937 #  layout:
7938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7939 #    layout: "plot-service-density"
7940 #
7941 #- type: "plot"
7942 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7943 #  algorithm: "plot_nf_heatmap"
7944 #  output-file-type: ".html"
7945 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7946 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7947 #  filter: "'NIC_Intel-XXV710' and
7948 #           'NF_DENSITY' and
7949 #           'DOCKER' and
7950 #           'CHAIN' and
7951 #           'NF_VPPIP4' and
7952 #           '64B' and
7953 #           '4T2C' and
7954 #           'NDRPDR'"
7955 #  parameters:
7956 #  - "throughput"
7957 #  - "name"
7958 #  - "tags"
7959 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7960 #  x-axis: "X = CNFs per Service Chain"
7961 #  y-axis: "Y = Number of Service Chains"
7962 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7963 #  layout:
7964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7965 #    layout: "plot-service-density"
7966 #
7967 #- type: "plot"
7968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7969 #  algorithm: "plot_nf_heatmap"
7970 #  output-file-type: ".html"
7971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7972 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7973 #  filter: "'NIC_Intel-XXV710' and
7974 #           'NF_DENSITY' and
7975 #           'DOCKER' and
7976 #           'CHAIN' and
7977 #           'NF_VPPIP4' and
7978 #           '64B' and
7979 #           '8T4C' and
7980 #           'NDRPDR'"
7981 #  parameters:
7982 #  - "throughput"
7983 #  - "name"
7984 #  - "tags"
7985 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7986 #  x-axis: "X = CNFs per Service Chain"
7987 #  y-axis: "Y = Number of Service Chains"
7988 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7989 #  layout:
7990 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7991 #    layout: "plot-service-density"
7992 #
7993 ## Plots - NF Density - CSC - PDR IMIX
7994 #- type: "plot"
7995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7996 #  algorithm: "plot_nf_heatmap"
7997 #  output-file-type: ".html"
7998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7999 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8000 #  filter: "'NIC_Intel-XXV710' and
8001 #           'NF_DENSITY' and
8002 #           'DOCKER' and
8003 #           'CHAIN' and
8004 #           'NF_VPPIP4' and
8005 #           'IMIX' and
8006 #           '2T1C' and
8007 #           'NDRPDR'"
8008 #  parameters:
8009 #  - "throughput"
8010 #  - "name"
8011 #  - "tags"
8012 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8013 #  x-axis: "X = CNFs per Service Chain"
8014 #  y-axis: "Y = Number of Service Chains"
8015 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8016 #  layout:
8017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8018 #    layout: "plot-service-density"
8019 #
8020 #- type: "plot"
8021 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8022 #  algorithm: "plot_nf_heatmap"
8023 #  output-file-type: ".html"
8024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8025 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8026 #  filter: "'NIC_Intel-XXV710' and
8027 #           'NF_DENSITY' and
8028 #           'DOCKER' and
8029 #           'CHAIN' and
8030 #           'NF_VPPIP4' and
8031 #           'IMIX' and
8032 #           '4T2C' and
8033 #           'NDRPDR'"
8034 #  parameters:
8035 #  - "throughput"
8036 #  - "name"
8037 #  - "tags"
8038 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8039 #  x-axis: "X = CNFs per Service Chain"
8040 #  y-axis: "Y = Number of Service Chains"
8041 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8042 #  layout:
8043 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8044 #    layout: "plot-service-density"
8045 #
8046 #- type: "plot"
8047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8048 #  algorithm: "plot_nf_heatmap"
8049 #  output-file-type: ".html"
8050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8051 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8052 #  filter: "'NIC_Intel-XXV710' and
8053 #           'NF_DENSITY' and
8054 #           'DOCKER' and
8055 #           'CHAIN' and
8056 #           'NF_VPPIP4' and
8057 #           'IMIX' and
8058 #           '8T4C' and
8059 #           'NDRPDR'"
8060 #  parameters:
8061 #  - "throughput"
8062 #  - "name"
8063 #  - "tags"
8064 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8065 #  x-axis: "X = CNFs per Service Chain"
8066 #  y-axis: "Y = Number of Service Chains"
8067 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8068 #  layout:
8069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8070 #    layout: "plot-service-density"
8071 #
8072 ################################################################################
8073 #
8074 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8075 #- type: "plot"
8076 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8077 #  algorithm: "plot_nf_heatmap"
8078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8079 #  data: "plot-vpp-nfv-3n-skx-mrr"
8080 #  filter: "'NIC_Intel-XXV710' and
8081 #           'NF_DENSITY' and
8082 #           'DOCKER' and
8083 #           'CHAIN' and
8084 #           'NF_VPPIP4' and
8085 #           'IPSEC' and
8086 #           'TNL_4' and
8087 #           'IMIX' and
8088 #           '2T1C' and
8089 #           'MRR'"
8090 #  parameters:
8091 #  - "result"
8092 #  - "name"
8093 #  - "tags"
8094 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8095 #  x-axis: "X = CNFs per Service Chain"
8096 #  y-axis: "Y = Number of Service Chains"
8097 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8098 #  layout:
8099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8100 #    layout: "plot-service-density"
8101 #
8102 #- type: "plot"
8103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8104 #  algorithm: "plot_nf_heatmap"
8105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8106 #  data: "plot-vpp-nfv-3n-skx-mrr"
8107 #  filter: "'NIC_Intel-XXV710' and
8108 #           'NF_DENSITY' and
8109 #           'DOCKER' and
8110 #           'CHAIN' and
8111 #           'NF_VPPIP4' and
8112 #           'IPSEC' and
8113 #           'TNL_4' and
8114 #           'IMIX' and
8115 #           '4T2C' and
8116 #           'MRR'"
8117 #  parameters:
8118 #  - "result"
8119 #  - "name"
8120 #  - "tags"
8121 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8122 #  x-axis: "X = CNFs per Service Chain"
8123 #  y-axis: "Y = Number of Service Chains"
8124 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8125 #  layout:
8126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8127 #    layout: "plot-service-density"
8128 #
8129 #- type: "plot"
8130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8131 #  algorithm: "plot_nf_heatmap"
8132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8133 #  data: "plot-vpp-nfv-3n-skx-mrr"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           'NF_DENSITY' and
8136 #           'DOCKER' and
8137 #           'CHAIN' and
8138 #           'NF_VPPIP4' and
8139 #           'IPSEC' and
8140 #           'TNL_4' and
8141 #           'IMIX' and
8142 #           '8T4C' and
8143 #           'MRR'"
8144 #  parameters:
8145 #  - "result"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = CNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8154 #    layout: "plot-service-density"
8155
8156 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8157 - type: "plot"
8158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8159   algorithm: "plot_nf_heatmap"
8160   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8161   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8162   filter: "'NIC_Intel-XXV710' and
8163            'NF_DENSITY' and
8164            'DOCKER' and
8165            'CHAIN' and
8166            'NF_VPPIP4' and
8167            'IPSEC' and
8168            'TNL_4' and
8169            'IMIX' and
8170            '2T1C' and
8171            'NDRPDR'"
8172   parameters:
8173   - "throughput"
8174   - "name"
8175   - "tags"
8176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8177   x-axis: "X = CNFs per Service Chain"
8178   y-axis: "Y = Number of Service Chains"
8179   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8180   layout:
8181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8182     layout: "plot-service-density"
8183
8184 - type: "plot"
8185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8186   algorithm: "plot_nf_heatmap"
8187   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8188   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8189   filter: "'NIC_Intel-XXV710' and
8190            'NF_DENSITY' and
8191            'DOCKER' and
8192            'CHAIN' and
8193            'NF_VPPIP4' and
8194            'IPSEC' and
8195            'TNL_4' and
8196            'IMIX' and
8197            '4T2C' and
8198            'NDRPDR'"
8199   parameters:
8200   - "throughput"
8201   - "name"
8202   - "tags"
8203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8204   x-axis: "X = CNFs per Service Chain"
8205   y-axis: "Y = Number of Service Chains"
8206   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8207   layout:
8208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8209     layout: "plot-service-density"
8210
8211 - type: "plot"
8212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8213   algorithm: "plot_nf_heatmap"
8214   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8215   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8216   filter: "'NIC_Intel-XXV710' and
8217            'NF_DENSITY' and
8218            'DOCKER' and
8219            'CHAIN' and
8220            'NF_VPPIP4' and
8221            'IPSEC' and
8222            'TNL_4' and
8223            'IMIX' and
8224            '8T4C' and
8225            'NDRPDR'"
8226   parameters:
8227   - "throughput"
8228   - "name"
8229   - "tags"
8230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8231   x-axis: "X = CNFs per Service Chain"
8232   y-axis: "Y = Number of Service Chains"
8233   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8234   layout:
8235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8236     layout: "plot-service-density"
8237
8238 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8239 - type: "plot"
8240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8241   algorithm: "plot_nf_heatmap"
8242   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8243   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8244   filter: "'NIC_Intel-XXV710' and
8245            'NF_DENSITY' and
8246            'DOCKER' and
8247            'CHAIN' and
8248            'NF_VPPIP4' and
8249            'IPSEC' and
8250            'TNL_4' and
8251            'IMIX' and
8252            '2T1C' and
8253            'NDRPDR'"
8254   parameters:
8255   - "throughput"
8256   - "name"
8257   - "tags"
8258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8259   x-axis: "X = CNFs per Service Chain"
8260   y-axis: "Y = Number of Service Chains"
8261   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8262   layout:
8263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8264     layout: "plot-service-density"
8265
8266 - type: "plot"
8267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8268   algorithm: "plot_nf_heatmap"
8269   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8270   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8271   filter: "'NIC_Intel-XXV710' and
8272            'NF_DENSITY' and
8273            'DOCKER' and
8274            'CHAIN' and
8275            'NF_VPPIP4' and
8276            'IPSEC' and
8277            'TNL_4' and
8278            'IMIX' and
8279            '4T2C' and
8280            'NDRPDR'"
8281   parameters:
8282   - "throughput"
8283   - "name"
8284   - "tags"
8285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8286   x-axis: "X = CNFs per Service Chain"
8287   y-axis: "Y = Number of Service Chains"
8288   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8289   layout:
8290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8291     layout: "plot-service-density"
8292
8293 - type: "plot"
8294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8295   algorithm: "plot_nf_heatmap"
8296   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8297   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8298   filter: "'NIC_Intel-XXV710' and
8299            'NF_DENSITY' and
8300            'DOCKER' and
8301            'CHAIN' and
8302            'NF_VPPIP4' and
8303            'IPSEC' and
8304            'TNL_4' and
8305            'IMIX' and
8306            '8T4C' and
8307            'NDRPDR'"
8308   parameters:
8309   - "throughput"
8310   - "name"
8311   - "tags"
8312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8313   x-axis: "X = CNFs per Service Chain"
8314   y-axis: "Y = Number of Service Chains"
8315   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8316   layout:
8317     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8318     layout: "plot-service-density"
8319
8320 ###############################################################################
8321
8322 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8327   data: "plot-vpp-nfv-3n-hsw-mrr"
8328   filter: "'NIC_Intel-XL710' and
8329            'NF_DENSITY' and
8330            'DOCKER' and
8331            'CHAIN' and
8332            'NF_VPPIP4' and
8333            'IMIX' and
8334            'TNL_4' and
8335            '1T1C' and
8336            'MRR'"
8337   parameters:
8338   - "result"
8339   - "name"
8340   - "tags"
8341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8342   x-axis: "X = CNFs per Service Chain"
8343   y-axis: "Y = Number of Service Chains"
8344   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8345   layout:
8346     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8347     layout: "plot-service-density"
8348
8349 - type: "plot"
8350   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8351   algorithm: "plot_nf_heatmap"
8352   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8353   data: "plot-vpp-nfv-3n-hsw-mrr"
8354   filter: "'NIC_Intel-XL710' and
8355            'NF_DENSITY' and
8356            'DOCKER' and
8357            'CHAIN' and
8358            'NF_VPPIP4' and
8359            'IPSEC' and
8360            'TNL_4' and
8361            'IMIX' and
8362            '2T2C' and
8363            'MRR'"
8364   parameters:
8365   - "result"
8366   - "name"
8367   - "tags"
8368   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8369   x-axis: "X = CNFs per Service Chain"
8370   y-axis: "Y = Number of Service Chains"
8371   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8372   layout:
8373     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8374     layout: "plot-service-density"
8375
8376 - type: "plot"
8377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8378   algorithm: "plot_nf_heatmap"
8379   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8380   data: "plot-vpp-nfv-3n-hsw-mrr"
8381   filter: "'NIC_Intel-XL710' and
8382            'NF_DENSITY' and
8383            'DOCKER' and
8384            'CHAIN' and
8385            'NF_VPPIP4' and
8386            'IPSEC' and
8387            'TNL_4' and
8388            'IMIX' and
8389            '4T4C' and
8390            'MRR'"
8391   parameters:
8392   - "result"
8393   - "name"
8394   - "tags"
8395   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8396   x-axis: "X = CNFs per Service Chain"
8397   y-axis: "Y = Number of Service Chains"
8398   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8399   layout:
8400     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8401     layout: "plot-service-density"
8402
8403 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8404 - type: "plot"
8405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8406   algorithm: "plot_nf_heatmap"
8407   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8408   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8409   filter: "'NIC_Intel-XL710' and
8410            'NF_DENSITY' and
8411            'DOCKER' and
8412            'CHAIN' and
8413            'NF_VPPIP4' and
8414            'IPSEC' and
8415            'TNL_4' and
8416            'IMIX' and
8417            '1T1C' and
8418            'NDRPDR'"
8419   parameters:
8420   - "throughput"
8421   - "name"
8422   - "tags"
8423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8424   x-axis: "X = CNFs per Service Chain"
8425   y-axis: "Y = Number of Service Chains"
8426   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8427   layout:
8428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8429     layout: "plot-service-density"
8430
8431 - type: "plot"
8432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8433   algorithm: "plot_nf_heatmap"
8434   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8435   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8436   filter: "'NIC_Intel-XL710' and
8437            'NF_DENSITY' and
8438            'DOCKER' and
8439            'CHAIN' and
8440            'NF_VPPIP4' and
8441            'IPSEC' and
8442            'TNL_4' and
8443            'IMIX' and
8444            '2T2C' and
8445            'NDRPDR'"
8446   parameters:
8447   - "throughput"
8448   - "name"
8449   - "tags"
8450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8451   x-axis: "X = CNFs per Service Chain"
8452   y-axis: "Y = Number of Service Chains"
8453   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8454   layout:
8455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8456     layout: "plot-service-density"
8457
8458 - type: "plot"
8459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8460   algorithm: "plot_nf_heatmap"
8461   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8462   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8463   filter: "'NIC_Intel-XL710' and
8464            'NF_DENSITY' and
8465            'DOCKER' and
8466            'CHAIN' and
8467            'NF_VPPIP4' and
8468            'IPSEC' and
8469            'TNL_4' and
8470            'IMIX' and
8471            '4T4C' and
8472            'NDRPDR'"
8473   parameters:
8474   - "throughput"
8475   - "name"
8476   - "tags"
8477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8478   x-axis: "X = CNFs per Service Chain"
8479   y-axis: "Y = Number of Service Chains"
8480   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8481   layout:
8482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8483     layout: "plot-service-density"
8484
8485 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8486 - type: "plot"
8487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8488   algorithm: "plot_nf_heatmap"
8489   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8490   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8491   filter: "'NIC_Intel-XL710' and
8492            'NF_DENSITY' and
8493            'DOCKER' and
8494            'CHAIN' and
8495            'NF_VPPIP4' and
8496            'IPSEC' and
8497            'TNL_4' and
8498            'IMIX' and
8499            '1T1C' and
8500            'NDRPDR'"
8501   parameters:
8502   - "throughput"
8503   - "name"
8504   - "tags"
8505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8506   x-axis: "X = CNFs per Service Chain"
8507   y-axis: "Y = Number of Service Chains"
8508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8509   layout:
8510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8511     layout: "plot-service-density"
8512
8513 - type: "plot"
8514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8515   algorithm: "plot_nf_heatmap"
8516   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8517   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8518   filter: "'NIC_Intel-XL710' and
8519            'NF_DENSITY' and
8520            'DOCKER' and
8521            'CHAIN' and
8522            'NF_VPPIP4' and
8523            'IPSEC' and
8524            'TNL_4' and
8525            'IMIX' and
8526            '2T2C' and
8527            'NDRPDR'"
8528   parameters:
8529   - "throughput"
8530   - "name"
8531   - "tags"
8532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8533   x-axis: "X = CNFs per Service Chain"
8534   y-axis: "Y = Number of Service Chains"
8535   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8536   layout:
8537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8538     layout: "plot-service-density"
8539
8540 - type: "plot"
8541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8542   algorithm: "plot_nf_heatmap"
8543   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8544   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8545   filter: "'NIC_Intel-XL710' and
8546            'NF_DENSITY' and
8547            'DOCKER' and
8548            'CHAIN' and
8549            'NF_VPPIP4' and
8550            'IPSEC' and
8551            'TNL_4' and
8552            'IMIX' and
8553            '4T4C' and
8554            'NDRPDR'"
8555   parameters:
8556   - "throughput"
8557   - "name"
8558   - "tags"
8559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8560   x-axis: "X = CNFs per Service Chain"
8561   y-axis: "Y = Number of Service Chains"
8562   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8563   layout:
8564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8565     layout: "plot-service-density"
8566
8567 ###############################################################################
8568
8569 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8570 #- type: "plot"
8571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8572 #  algorithm: "plot_nf_heatmap"
8573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8574 #  data: "plot-vpp-nfv-3n-skx-mrr"
8575 #  filter: "'NIC_Intel-XXV710' and
8576 #           'NF_DENSITY' and
8577 #           'DOCKER' and
8578 #           'CHAIN' and
8579 #           'NF_VPPIP4' and
8580 #           'IPSEC' and
8581 #           'TNL_1000' and
8582 #           'IMIX' and
8583 #           '2T1C' and
8584 #           'MRR'"
8585 #  parameters:
8586 #  - "result"
8587 #  - "name"
8588 #  - "tags"
8589 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8590 #  x-axis: "X = CNFs per Service Chain"
8591 #  y-axis: "Y = Number of Service Chains"
8592 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8593 #  layout:
8594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8595 #    layout: "plot-service-density"
8596 #
8597 #- type: "plot"
8598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8599 #  algorithm: "plot_nf_heatmap"
8600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8601 #  data: "plot-vpp-nfv-3n-skx-mrr"
8602 #  filter: "'NIC_Intel-XXV710' and
8603 #           'NF_DENSITY' and
8604 #           'DOCKER' and
8605 #           'CHAIN' and
8606 #           'NF_VPPIP4' and
8607 #           'IPSEC' and
8608 #           'TNL_1000' and
8609 #           'IMIX' and
8610 #           '4T2C' and
8611 #           'MRR'"
8612 #  parameters:
8613 #  - "result"
8614 #  - "name"
8615 #  - "tags"
8616 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8617 #  x-axis: "X = CNFs per Service Chain"
8618 #  y-axis: "Y = Number of Service Chains"
8619 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8620 #  layout:
8621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8622 #    layout: "plot-service-density"
8623 #
8624 #- type: "plot"
8625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8626 #  algorithm: "plot_nf_heatmap"
8627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8628 #  data: "plot-vpp-nfv-3n-skx-mrr"
8629 #  filter: "'NIC_Intel-XXV710' and
8630 #           'NF_DENSITY' and
8631 #           'DOCKER' and
8632 #           'CHAIN' and
8633 #           'NF_VPPIP4' and
8634 #           'IPSEC' and
8635 #           'TNL_1000' and
8636 #           'IMIX' and
8637 #           '8T4C' and
8638 #           'MRR'"
8639 #  parameters:
8640 #  - "result"
8641 #  - "name"
8642 #  - "tags"
8643 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8644 #  x-axis: "X = CNFs per Service Chain"
8645 #  y-axis: "Y = Number of Service Chains"
8646 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8647 #  layout:
8648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8649 #    layout: "plot-service-density"
8650
8651 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8652 - type: "plot"
8653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8654   algorithm: "plot_nf_heatmap"
8655   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8656   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8657   filter: "'NIC_Intel-XXV710' and
8658            'NF_DENSITY' and
8659            'DOCKER' and
8660            'CHAIN' and
8661            'NF_VPPIP4' and
8662            'IPSEC' and
8663            'TNL_1000' and
8664            'IMIX' and
8665            '2T1C' and
8666            'NDRPDR'"
8667   parameters:
8668   - "throughput"
8669   - "name"
8670   - "tags"
8671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8672   x-axis: "X = CNFs per Service Chain"
8673   y-axis: "Y = Number of Service Chains"
8674   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8675   layout:
8676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8677     layout: "plot-service-density"
8678
8679 - type: "plot"
8680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8681   algorithm: "plot_nf_heatmap"
8682   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8683   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8684   filter: "'NIC_Intel-XXV710' and
8685            'NF_DENSITY' and
8686            'DOCKER' and
8687            'CHAIN' and
8688            'NF_VPPIP4' and
8689            'IPSEC' and
8690            'TNL_1000' and
8691            'IMIX' and
8692            '4T2C' and
8693            'NDRPDR'"
8694   parameters:
8695   - "throughput"
8696   - "name"
8697   - "tags"
8698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8699   x-axis: "X = CNFs per Service Chain"
8700   y-axis: "Y = Number of Service Chains"
8701   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8702   layout:
8703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8704     layout: "plot-service-density"
8705
8706 - type: "plot"
8707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8708   algorithm: "plot_nf_heatmap"
8709   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8710   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8711   filter: "'NIC_Intel-XXV710' and
8712            'NF_DENSITY' and
8713            'DOCKER' and
8714            'CHAIN' and
8715            'NF_VPPIP4' and
8716            'IPSEC' and
8717            'TNL_1000' and
8718            'IMIX' and
8719            '8T4C' and
8720            'NDRPDR'"
8721   parameters:
8722   - "throughput"
8723   - "name"
8724   - "tags"
8725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8726   x-axis: "X = CNFs per Service Chain"
8727   y-axis: "Y = Number of Service Chains"
8728   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8729   layout:
8730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8731     layout: "plot-service-density"
8732
8733 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8734 - type: "plot"
8735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8736   algorithm: "plot_nf_heatmap"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8738   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8739   filter: "'NIC_Intel-XXV710' and
8740            'NF_DENSITY' and
8741            'DOCKER' and
8742            'CHAIN' and
8743            'NF_VPPIP4' and
8744            'IPSEC' and
8745            'TNL_1000' and
8746            'IMIX' and
8747            '2T1C' and
8748            'NDRPDR'"
8749   parameters:
8750   - "throughput"
8751   - "name"
8752   - "tags"
8753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8754   x-axis: "X = CNFs per Service Chain"
8755   y-axis: "Y = Number of Service Chains"
8756   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8759     layout: "plot-service-density"
8760
8761 - type: "plot"
8762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8763   algorithm: "plot_nf_heatmap"
8764   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8765   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8766   filter: "'NIC_Intel-XXV710' and
8767            'NF_DENSITY' and
8768            'DOCKER' and
8769            'CHAIN' and
8770            'NF_VPPIP4' and
8771            'IPSEC' and
8772            'TNL_1000' and
8773            'IMIX' and
8774            '4T2C' and
8775            'NDRPDR'"
8776   parameters:
8777   - "throughput"
8778   - "name"
8779   - "tags"
8780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8781   x-axis: "X = CNFs per Service Chain"
8782   y-axis: "Y = Number of Service Chains"
8783   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8784   layout:
8785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8786     layout: "plot-service-density"
8787
8788 - type: "plot"
8789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8790   algorithm: "plot_nf_heatmap"
8791   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8792   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8793   filter: "'NIC_Intel-XXV710' and
8794            'NF_DENSITY' and
8795            'DOCKER' and
8796            'CHAIN' and
8797            'NF_VPPIP4' and
8798            'IPSEC' and
8799            'TNL_1000' and
8800            'IMIX' and
8801            '8T4C' and
8802            'NDRPDR'"
8803   parameters:
8804   - "throughput"
8805   - "name"
8806   - "tags"
8807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8808   x-axis: "X = CNFs per Service Chain"
8809   y-axis: "Y = Number of Service Chains"
8810   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8811   layout:
8812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8813     layout: "plot-service-density"
8814
8815 ###############################################################################
8816
8817 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8818 - type: "plot"
8819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8820   algorithm: "plot_nf_heatmap"
8821   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8822   data: "plot-vpp-nfv-3n-hsw-mrr"
8823   filter: "'NIC_Intel-XL710' and
8824            'NF_DENSITY' and
8825            'DOCKER' and
8826            'CHAIN' and
8827            'NF_VPPIP4' and
8828            'IMIX' and
8829            'TNL_1000' and
8830            '1T1C' and
8831            'MRR'"
8832   parameters:
8833   - "result"
8834   - "name"
8835   - "tags"
8836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8837   x-axis: "X = CNFs per Service Chain"
8838   y-axis: "Y = Number of Service Chains"
8839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8840   layout:
8841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8842     layout: "plot-service-density"
8843
8844 - type: "plot"
8845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8846   algorithm: "plot_nf_heatmap"
8847   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8848   data: "plot-vpp-nfv-3n-hsw-mrr"
8849   filter: "'NIC_Intel-XL710' and
8850            'NF_DENSITY' and
8851            'DOCKER' and
8852            'CHAIN' and
8853            'NF_VPPIP4' and
8854            'IPSEC' and
8855            'TNL_1000' and
8856            'IMIX' and
8857            '2T2C' and
8858            'MRR'"
8859   parameters:
8860   - "result"
8861   - "name"
8862   - "tags"
8863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8864   x-axis: "X = CNFs per Service Chain"
8865   y-axis: "Y = Number of Service Chains"
8866   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8867   layout:
8868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8869     layout: "plot-service-density"
8870
8871 - type: "plot"
8872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8873   algorithm: "plot_nf_heatmap"
8874   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8875   data: "plot-vpp-nfv-3n-hsw-mrr"
8876   filter: "'NIC_Intel-XL710' and
8877            'NF_DENSITY' and
8878            'DOCKER' and
8879            'CHAIN' and
8880            'NF_VPPIP4' and
8881            'IPSEC' and
8882            'TNL_1000' and
8883            'IMIX' and
8884            '4T4C' and
8885            'MRR'"
8886   parameters:
8887   - "result"
8888   - "name"
8889   - "tags"
8890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8891   x-axis: "X = CNFs per Service Chain"
8892   y-axis: "Y = Number of Service Chains"
8893   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8894   layout:
8895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8896     layout: "plot-service-density"
8897
8898 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8899 - type: "plot"
8900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8901   algorithm: "plot_nf_heatmap"
8902   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8903   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8904   filter: "'NIC_Intel-XL710' and
8905            'NF_DENSITY' and
8906            'DOCKER' and
8907            'CHAIN' and
8908            'NF_VPPIP4' and
8909            'IPSEC' and
8910            'TNL_1000' and
8911            'IMIX' and
8912            '1T1C' and
8913            'NDRPDR'"
8914   parameters:
8915   - "throughput"
8916   - "name"
8917   - "tags"
8918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8919   x-axis: "X = CNFs per Service Chain"
8920   y-axis: "Y = Number of Service Chains"
8921   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8922   layout:
8923     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8924     layout: "plot-service-density"
8925
8926 - type: "plot"
8927   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8928   algorithm: "plot_nf_heatmap"
8929   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8930   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8931   filter: "'NIC_Intel-XL710' and
8932            'NF_DENSITY' and
8933            'DOCKER' and
8934            'CHAIN' and
8935            'NF_VPPIP4' and
8936            'IPSEC' and
8937            'TNL_1000' and
8938            'IMIX' and
8939            '2T2C' and
8940            'NDRPDR'"
8941   parameters:
8942   - "throughput"
8943   - "name"
8944   - "tags"
8945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8946   x-axis: "X = CNFs per Service Chain"
8947   y-axis: "Y = Number of Service Chains"
8948   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8949   layout:
8950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8951     layout: "plot-service-density"
8952
8953 - type: "plot"
8954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8955   algorithm: "plot_nf_heatmap"
8956   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8957   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8958   filter: "'NIC_Intel-XL710' and
8959            'NF_DENSITY' and
8960            'DOCKER' and
8961            'CHAIN' and
8962            'NF_VPPIP4' and
8963            'IPSEC' and
8964            'TNL_1000' and
8965            'IMIX' and
8966            '4T4C' and
8967            'NDRPDR'"
8968   parameters:
8969   - "throughput"
8970   - "name"
8971   - "tags"
8972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8973   x-axis: "X = CNFs per Service Chain"
8974   y-axis: "Y = Number of Service Chains"
8975   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8976   layout:
8977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8978     layout: "plot-service-density"
8979
8980 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8981 - type: "plot"
8982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8983   algorithm: "plot_nf_heatmap"
8984   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8985   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8986   filter: "'NIC_Intel-XL710' and
8987            'NF_DENSITY' and
8988            'DOCKER' and
8989            'CHAIN' and
8990            'NF_VPPIP4' and
8991            'IPSEC' and
8992            'TNL_1000' and
8993            'IMIX' and
8994            '1T1C' and
8995            'NDRPDR'"
8996   parameters:
8997   - "throughput"
8998   - "name"
8999   - "tags"
9000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9001   x-axis: "X = CNFs per Service Chain"
9002   y-axis: "Y = Number of Service Chains"
9003   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9004   layout:
9005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9006     layout: "plot-service-density"
9007
9008 - type: "plot"
9009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9010   algorithm: "plot_nf_heatmap"
9011   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9012   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9013   filter: "'NIC_Intel-XL710' and
9014            'NF_DENSITY' and
9015            'DOCKER' and
9016            'CHAIN' and
9017            'NF_VPPIP4' and
9018            'IPSEC' and
9019            'TNL_1000' and
9020            'IMIX' and
9021            '2T2C' and
9022            'NDRPDR'"
9023   parameters:
9024   - "throughput"
9025   - "name"
9026   - "tags"
9027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9028   x-axis: "X = CNFs per Service Chain"
9029   y-axis: "Y = Number of Service Chains"
9030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9031   layout:
9032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9033     layout: "plot-service-density"
9034
9035 - type: "plot"
9036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9037   algorithm: "plot_nf_heatmap"
9038   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9039   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9040   filter: "'NIC_Intel-XL710' and
9041            'NF_DENSITY' and
9042            'DOCKER' and
9043            'CHAIN' and
9044            'NF_VPPIP4' and
9045            'IPSEC' and
9046            'TNL_1000' and
9047            'IMIX' and
9048            '4T4C' and
9049            'NDRPDR'"
9050   parameters:
9051   - "throughput"
9052   - "name"
9053   - "tags"
9054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9055   x-axis: "X = CNFs per Service Chain"
9056   y-axis: "Y = Number of Service Chains"
9057   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9058   layout:
9059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9060     layout: "plot-service-density"
9061
9062 ###############################################################################
9063
9064 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9065 #- type: "plot"
9066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9067 #  algorithm: "plot_nf_heatmap"
9068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9069 #  data: "plot-vpp-nfv-3n-skx-mrr"
9070 #  filter: "'NIC_Intel-XXV710' and
9071 #           'NF_DENSITY' and
9072 #           'DOCKER' and
9073 #           'CHAIN' and
9074 #           'NF_VPPIP4' and
9075 #           'IPSEC' and
9076 #           'TNL_10000' and
9077 #           'IMIX' and
9078 #           '2T1C' and
9079 #           'MRR'"
9080 #  parameters:
9081 #  - "result"
9082 #  - "name"
9083 #  - "tags"
9084 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9085 #  x-axis: "X = CNFs per Service Chain"
9086 #  y-axis: "Y = Number of Service Chains"
9087 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9088 #  layout:
9089 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9090 #    layout: "plot-service-density"
9091 #
9092 #- type: "plot"
9093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9094 #  algorithm: "plot_nf_heatmap"
9095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9096 #  data: "plot-vpp-nfv-3n-skx-mrr"
9097 #  filter: "'NIC_Intel-XXV710' and
9098 #           'NF_DENSITY' and
9099 #           'DOCKER' and
9100 #           'CHAIN' and
9101 #           'NF_VPPIP4' and
9102 #           'IPSEC' and
9103 #           'TNL_10000' and
9104 #           'IMIX' and
9105 #           '4T2C' and
9106 #           'MRR'"
9107 #  parameters:
9108 #  - "result"
9109 #  - "name"
9110 #  - "tags"
9111 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9112 #  x-axis: "X = CNFs per Service Chain"
9113 #  y-axis: "Y = Number of Service Chains"
9114 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9115 #  layout:
9116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9117 #    layout: "plot-service-density"
9118 #
9119 #- type: "plot"
9120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9121 #  algorithm: "plot_nf_heatmap"
9122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9123 #  data: "plot-vpp-nfv-3n-skx-mrr"
9124 #  filter: "'NIC_Intel-XXV710' and
9125 #           'NF_DENSITY' and
9126 #           'DOCKER' and
9127 #           'CHAIN' and
9128 #           'NF_VPPIP4' and
9129 #           'IPSEC' and
9130 #           'TNL_10000' and
9131 #           'IMIX' and
9132 #           '8T4C' and
9133 #           'MRR'"
9134 #  parameters:
9135 #  - "result"
9136 #  - "name"
9137 #  - "tags"
9138 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9139 #  x-axis: "X = CNFs per Service Chain"
9140 #  y-axis: "Y = Number of Service Chains"
9141 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9142 #  layout:
9143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9144 #    layout: "plot-service-density"
9145
9146 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9147 - type: "plot"
9148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9149   algorithm: "plot_nf_heatmap"
9150   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9151   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9152   filter: "'NIC_Intel-XXV710' and
9153            'NF_DENSITY' and
9154            'DOCKER' and
9155            'CHAIN' and
9156            'NF_VPPIP4' and
9157            'IPSEC' and
9158            'TNL_10000' and
9159            'IMIX' and
9160            '2T1C' and
9161            'NDRPDR'"
9162   parameters:
9163   - "throughput"
9164   - "name"
9165   - "tags"
9166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9167   x-axis: "X = CNFs per Service Chain"
9168   y-axis: "Y = Number of Service Chains"
9169   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9170   layout:
9171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9172     layout: "plot-service-density"
9173
9174 - type: "plot"
9175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9176   algorithm: "plot_nf_heatmap"
9177   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9178   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9179   filter: "'NIC_Intel-XXV710' and
9180            'NF_DENSITY' and
9181            'DOCKER' and
9182            'CHAIN' and
9183            'NF_VPPIP4' and
9184            'IPSEC' and
9185            'TNL_10000' and
9186            'IMIX' and
9187            '4T2C' and
9188            'NDRPDR'"
9189   parameters:
9190   - "throughput"
9191   - "name"
9192   - "tags"
9193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9194   x-axis: "X = CNFs per Service Chain"
9195   y-axis: "Y = Number of Service Chains"
9196   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9197   layout:
9198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9199     layout: "plot-service-density"
9200
9201 - type: "plot"
9202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9203   algorithm: "plot_nf_heatmap"
9204   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9205   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9206   filter: "'NIC_Intel-XXV710' and
9207            'NF_DENSITY' and
9208            'DOCKER' and
9209            'CHAIN' and
9210            'NF_VPPIP4' and
9211            'IPSEC' and
9212            'TNL_10000' and
9213            'IMIX' and
9214            '8T4C' and
9215            'NDRPDR'"
9216   parameters:
9217   - "throughput"
9218   - "name"
9219   - "tags"
9220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9221   x-axis: "X = CNFs per Service Chain"
9222   y-axis: "Y = Number of Service Chains"
9223   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9224   layout:
9225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9226     layout: "plot-service-density"
9227
9228 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9229 - type: "plot"
9230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9231   algorithm: "plot_nf_heatmap"
9232   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9233   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9234   filter: "'NIC_Intel-XXV710' and
9235            'NF_DENSITY' and
9236            'DOCKER' and
9237            'CHAIN' and
9238            'NF_VPPIP4' and
9239            'IPSEC' and
9240            'TNL_10000' and
9241            'IMIX' and
9242            '2T1C' and
9243            'NDRPDR'"
9244   parameters:
9245   - "throughput"
9246   - "name"
9247   - "tags"
9248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9249   x-axis: "X = CNFs per Service Chain"
9250   y-axis: "Y = Number of Service Chains"
9251   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9252   layout:
9253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9254     layout: "plot-service-density"
9255
9256 - type: "plot"
9257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9258   algorithm: "plot_nf_heatmap"
9259   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9260   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9261   filter: "'NIC_Intel-XXV710' and
9262            'NF_DENSITY' and
9263            'DOCKER' and
9264            'CHAIN' and
9265            'NF_VPPIP4' and
9266            'IPSEC' and
9267            'TNL_10000' and
9268            'IMIX' and
9269            '4T2C' and
9270            'NDRPDR'"
9271   parameters:
9272   - "throughput"
9273   - "name"
9274   - "tags"
9275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9276   x-axis: "X = CNFs per Service Chain"
9277   y-axis: "Y = Number of Service Chains"
9278   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9279   layout:
9280     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9281     layout: "plot-service-density"
9282
9283 - type: "plot"
9284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9285   algorithm: "plot_nf_heatmap"
9286   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9287   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9288   filter: "'NIC_Intel-XXV710' and
9289            'NF_DENSITY' and
9290            'DOCKER' and
9291            'CHAIN' and
9292            'NF_VPPIP4' and
9293            'IPSEC' and
9294            'TNL_10000' and
9295            'IMIX' and
9296            '8T4C' and
9297            'NDRPDR'"
9298   parameters:
9299   - "throughput"
9300   - "name"
9301   - "tags"
9302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9303   x-axis: "X = CNFs per Service Chain"
9304   y-axis: "Y = Number of Service Chains"
9305   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9306   layout:
9307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9308     layout: "plot-service-density"
9309
9310 ###############################################################################
9311
9312 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9313 - type: "plot"
9314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9315   algorithm: "plot_nf_heatmap"
9316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9317   data: "plot-vpp-nfv-3n-hsw-mrr"
9318   filter: "'NIC_Intel-XL710' and
9319            'NF_DENSITY' and
9320            'DOCKER' and
9321            'CHAIN' and
9322            'NF_VPPIP4' and
9323            'IMIX' and
9324            'TNL_10000' and
9325            '1T1C' and
9326            'MRR'"
9327   parameters:
9328   - "result"
9329   - "name"
9330   - "tags"
9331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9332   x-axis: "X = CNFs per Service Chain"
9333   y-axis: "Y = Number of Service Chains"
9334   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9335   layout:
9336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9337     layout: "plot-service-density"
9338
9339 - type: "plot"
9340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9341   algorithm: "plot_nf_heatmap"
9342   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9343   data: "plot-vpp-nfv-3n-hsw-mrr"
9344   filter: "'NIC_Intel-XL710' and
9345            'NF_DENSITY' and
9346            'DOCKER' and
9347            'CHAIN' and
9348            'NF_VPPIP4' and
9349            'IPSEC' and
9350            'TNL_10000' and
9351            'IMIX' and
9352            '2T2C' and
9353            'MRR'"
9354   parameters:
9355   - "result"
9356   - "name"
9357   - "tags"
9358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9359   x-axis: "X = CNFs per Service Chain"
9360   y-axis: "Y = Number of Service Chains"
9361   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9362   layout:
9363     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9364     layout: "plot-service-density"
9365
9366 - type: "plot"
9367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9368   algorithm: "plot_nf_heatmap"
9369   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9370   data: "plot-vpp-nfv-3n-hsw-mrr"
9371   filter: "'NIC_Intel-XL710' and
9372            'NF_DENSITY' and
9373            'DOCKER' and
9374            'CHAIN' and
9375            'NF_VPPIP4' and
9376            'IPSEC' and
9377            'TNL_10000' and
9378            'IMIX' and
9379            '4T4C' and
9380            'MRR'"
9381   parameters:
9382   - "result"
9383   - "name"
9384   - "tags"
9385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9386   x-axis: "X = CNFs per Service Chain"
9387   y-axis: "Y = Number of Service Chains"
9388   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9389   layout:
9390     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9391     layout: "plot-service-density"
9392
9393 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9394 - type: "plot"
9395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9396   algorithm: "plot_nf_heatmap"
9397   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9398   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9399   filter: "'NIC_Intel-XL710' and
9400            'NF_DENSITY' and
9401            'DOCKER' and
9402            'CHAIN' and
9403            'NF_VPPIP4' and
9404            'IPSEC' and
9405            'TNL_10000' and
9406            'IMIX' and
9407            '1T1C' and
9408            'NDRPDR'"
9409   parameters:
9410   - "throughput"
9411   - "name"
9412   - "tags"
9413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9414   x-axis: "X = CNFs per Service Chain"
9415   y-axis: "Y = Number of Service Chains"
9416   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9417   layout:
9418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9419     layout: "plot-service-density"
9420
9421 - type: "plot"
9422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9423   algorithm: "plot_nf_heatmap"
9424   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9425   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9426   filter: "'NIC_Intel-XL710' and
9427            'NF_DENSITY' and
9428            'DOCKER' and
9429            'CHAIN' and
9430            'NF_VPPIP4' and
9431            'IPSEC' and
9432            'TNL_10000' and
9433            'IMIX' and
9434            '2T2C' and
9435            'NDRPDR'"
9436   parameters:
9437   - "throughput"
9438   - "name"
9439   - "tags"
9440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9441   x-axis: "X = CNFs per Service Chain"
9442   y-axis: "Y = Number of Service Chains"
9443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9444   layout:
9445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9446     layout: "plot-service-density"
9447
9448 - type: "plot"
9449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9450   algorithm: "plot_nf_heatmap"
9451   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9452   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9453   filter: "'NIC_Intel-XL710' and
9454            'NF_DENSITY' and
9455            'DOCKER' and
9456            'CHAIN' and
9457            'NF_VPPIP4' and
9458            'IPSEC' and
9459            'TNL_10000' and
9460            'IMIX' and
9461            '4T4C' and
9462            'NDRPDR'"
9463   parameters:
9464   - "throughput"
9465   - "name"
9466   - "tags"
9467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9468   x-axis: "X = CNFs per Service Chain"
9469   y-axis: "Y = Number of Service Chains"
9470   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9471   layout:
9472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9473     layout: "plot-service-density"
9474
9475 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9476 - type: "plot"
9477   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9478   algorithm: "plot_nf_heatmap"
9479   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9480   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9481   filter: "'NIC_Intel-XL710' and
9482            'NF_DENSITY' and
9483            'DOCKER' and
9484            'CHAIN' and
9485            'NF_VPPIP4' and
9486            'IPSEC' and
9487            'TNL_10000' and
9488            'IMIX' and
9489            '1T1C' and
9490            'NDRPDR'"
9491   parameters:
9492   - "throughput"
9493   - "name"
9494   - "tags"
9495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9496   x-axis: "X = CNFs per Service Chain"
9497   y-axis: "Y = Number of Service Chains"
9498   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9499   layout:
9500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9501     layout: "plot-service-density"
9502
9503 - type: "plot"
9504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9505   algorithm: "plot_nf_heatmap"
9506   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9507   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9508   filter: "'NIC_Intel-XL710' and
9509            'NF_DENSITY' and
9510            'DOCKER' and
9511            'CHAIN' and
9512            'NF_VPPIP4' and
9513            'IPSEC' and
9514            'TNL_10000' and
9515            'IMIX' and
9516            '2T2C' and
9517            'NDRPDR'"
9518   parameters:
9519   - "throughput"
9520   - "name"
9521   - "tags"
9522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9523   x-axis: "X = CNFs per Service Chain"
9524   y-axis: "Y = Number of Service Chains"
9525   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9526   layout:
9527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9528     layout: "plot-service-density"
9529
9530 - type: "plot"
9531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9532   algorithm: "plot_nf_heatmap"
9533   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9534   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9535   filter: "'NIC_Intel-XL710' and
9536            'NF_DENSITY' and
9537            'DOCKER' and
9538            'CHAIN' and
9539            'NF_VPPIP4' and
9540            'IPSEC' and
9541            'TNL_10000' and
9542            'IMIX' and
9543            '4T4C' and
9544            'NDRPDR'"
9545   parameters:
9546   - "throughput"
9547   - "name"
9548   - "tags"
9549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9550   x-axis: "X = CNFs per Service Chain"
9551   y-axis: "Y = Number of Service Chains"
9552   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9553   layout:
9554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9555     layout: "plot-service-density"
9556
9557 ###############################################################################
9558
9559 # Plots - NF Density - CSP - MRR 64b
9560
9561 #- type: "plot"
9562 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9563 #  algorithm: "plot_nf_heatmap"
9564 #  output-file-type: ".html"
9565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9566 #  data: "plot-vpp-nfv-2n-skx-mrr"
9567 #  filter: "'NIC_Intel-XXV710' and
9568 #           'NF_DENSITY' and
9569 #           'DOCKER' and
9570 #           'PIPELINE' and
9571 #           'NF_VPPIP4' and
9572 #           '64B' and
9573 #           '2T1C' and
9574 #           'MRR'"
9575 #  parameters:
9576 #  - "result"
9577 #  - "name"
9578 #  - "tags"
9579 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9580 #  x-axis: "X = CNFs per Service Pipeline"
9581 #  y-axis: "Y = Number of Service Pipelines"
9582 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9583 #  layout:
9584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9585 #    layout: "plot-service-density"
9586 #
9587 #- type: "plot"
9588 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9589 #  algorithm: "plot_nf_heatmap"
9590 #  output-file-type: ".html"
9591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9592 #  data: "plot-vpp-nfv-2n-skx-mrr"
9593 #  filter: "'NIC_Intel-XXV710' and
9594 #           'NF_DENSITY' and
9595 #           'DOCKER' and
9596 #           'PIPELINE' and
9597 #           'NF_VPPIP4' and
9598 #           '64B' and
9599 #           '4T2C' and
9600 #           'MRR'"
9601 #  parameters:
9602 #  - "result"
9603 #  - "name"
9604 #  - "tags"
9605 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9606 #  x-axis: "X = CNFs per Service Pipeline"
9607 #  y-axis: "Y = Number of Service Pipelines"
9608 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9609 #  layout:
9610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9611 #    layout: "plot-service-density"
9612 #
9613 #- type: "plot"
9614 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9615 #  algorithm: "plot_nf_heatmap"
9616 #  output-file-type: ".html"
9617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9618 #  data: "plot-vpp-nfv-2n-skx-mrr"
9619 #  filter: "'NIC_Intel-XXV710' and
9620 #           'NF_DENSITY' and
9621 #           'DOCKER' and
9622 #           'PIPELINE' and
9623 #           'NF_VPPIP4' and
9624 #           '64B' and
9625 #           '8T4C' and
9626 #           'MRR'"
9627 #  parameters:
9628 #  - "result"
9629 #  - "name"
9630 #  - "tags"
9631 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9632 #  x-axis: "X = CNFs per Service Pipeline"
9633 #  y-axis: "Y = Number of Service Pipelines"
9634 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9635 #  layout:
9636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9637 #    layout: "plot-service-density"
9638 #
9639 ## Plots - NF Density - CSP - MRR IMIX
9640 #- type: "plot"
9641 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9642 #  algorithm: "plot_nf_heatmap"
9643 #  output-file-type: ".html"
9644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9645 #  data: "plot-vpp-nfv-2n-skx-mrr"
9646 #  filter: "'NIC_Intel-XXV710' and
9647 #           'NF_DENSITY' and
9648 #           'DOCKER' and
9649 #           'PIPELINE' and
9650 #           'NF_VPPIP4' and
9651 #           'IMIX' and
9652 #           '2T1C' and
9653 #           'MRR'"
9654 #  parameters:
9655 #  - "result"
9656 #  - "name"
9657 #  - "tags"
9658 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9659 #  x-axis: "X = CNFs per Service Pipeline"
9660 #  y-axis: "Y = Number of Service Pipelines"
9661 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9662 #  layout:
9663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9664 #    layout: "plot-service-density"
9665 #
9666 #- type: "plot"
9667 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9668 #  algorithm: "plot_nf_heatmap"
9669 #  output-file-type: ".html"
9670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9671 #  data: "plot-vpp-nfv-2n-skx-mrr"
9672 #  filter: "'NIC_Intel-XXV710' and
9673 #           'NF_DENSITY' and
9674 #           'DOCKER' and
9675 #           'PIPELINE' and
9676 #           'NF_VPPIP4' and
9677 #           'IMIX' and
9678 #           '4T2C' and
9679 #           'MRR'"
9680 #  parameters:
9681 #  - "result"
9682 #  - "name"
9683 #  - "tags"
9684 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9685 #  x-axis: "X = CNFs per Service Pipeline"
9686 #  y-axis: "Y = Number of Service Pipelines"
9687 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9688 #  layout:
9689 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9690 #    layout: "plot-service-density"
9691 #
9692 #- type: "plot"
9693 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9694 #  algorithm: "plot_nf_heatmap"
9695 #  output-file-type: ".html"
9696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9697 #  data: "plot-vpp-nfv-2n-skx-mrr"
9698 #  filter: "'NIC_Intel-XXV710' and
9699 #           'NF_DENSITY' and
9700 #           'DOCKER' and
9701 #           'PIPELINE' and
9702 #           'NF_VPPIP4' and
9703 #           'IMIX' and
9704 #           '8T4C' and
9705 #           'MRR'"
9706 #  parameters:
9707 #  - "result"
9708 #  - "name"
9709 #  - "tags"
9710 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9711 #  x-axis: "X = CNFs per Service Pipeline"
9712 #  y-axis: "Y = Number of Service Pipelines"
9713 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9714 #  layout:
9715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9716 #    layout: "plot-service-density"
9717 #
9718 ## Plots - NF Density - CSP - NDR 64b
9719 #- type: "plot"
9720 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9721 #  algorithm: "plot_nf_heatmap"
9722 #  output-file-type: ".html"
9723 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9724 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9725 #  filter: "'NIC_Intel-XXV710' and
9726 #           'NF_DENSITY' and
9727 #           'DOCKER' and
9728 #           'PIPELINE' and
9729 #           'NF_VPPIP4' and
9730 #           '64B' and
9731 #           '2T1C' and
9732 #           'NDRPDR'"
9733 #  parameters:
9734 #  - "throughput"
9735 #  - "name"
9736 #  - "tags"
9737 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9738 #  x-axis: "X = CNFs per Service Pipeline"
9739 #  y-axis: "Y = Number of Service Pipelines"
9740 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9741 #  layout:
9742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9743 #    layout: "plot-service-density"
9744 #
9745 #- type: "plot"
9746 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9747 #  algorithm: "plot_nf_heatmap"
9748 #  output-file-type: ".html"
9749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9750 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9751 #  filter: "'NIC_Intel-XXV710' and
9752 #           'NF_DENSITY' and
9753 #           'DOCKER' and
9754 #           'PIPELINE' and
9755 #           'NF_VPPIP4' and
9756 #           '64B' and
9757 #           '4T2C' and
9758 #           'NDRPDR'"
9759 #  parameters:
9760 #  - "throughput"
9761 #  - "name"
9762 #  - "tags"
9763 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9764 #  x-axis: "X = CNFs per Service Pipeline"
9765 #  y-axis: "Y = Number of Service Pipelines"
9766 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9767 #  layout:
9768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9769 #    layout: "plot-service-density"
9770 #
9771 #- type: "plot"
9772 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9773 #  algorithm: "plot_nf_heatmap"
9774 #  output-file-type: ".html"
9775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9776 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9777 #  filter: "'NIC_Intel-XXV710' and
9778 #           'NF_DENSITY' and
9779 #           'DOCKER' and
9780 #           'PIPELINE' and
9781 #           'NF_VPPIP4' and
9782 #           '64B' and
9783 #           '8T4C' and
9784 #           'NDRPDR'"
9785 #  parameters:
9786 #  - "throughput"
9787 #  - "name"
9788 #  - "tags"
9789 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9790 #  x-axis: "X = CNFs per Service Pipeline"
9791 #  y-axis: "Y = Number of Service Pipelines"
9792 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9793 #  layout:
9794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9795 #    layout: "plot-service-density"
9796 #
9797 ## Plots - NF Density - CSP - NDR IMIX
9798 #- type: "plot"
9799 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9800 #  algorithm: "plot_nf_heatmap"
9801 #  output-file-type: ".html"
9802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9803 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9804 #  filter: "'NIC_Intel-XXV710' and
9805 #           'NF_DENSITY' and
9806 #           'DOCKER' and
9807 #           'PIPELINE' and
9808 #           'NF_VPPIP4' and
9809 #           'IMIX' and
9810 #           '2T1C' and
9811 #           'NDRPDR'"
9812 #  parameters:
9813 #  - "throughput"
9814 #  - "name"
9815 #  - "tags"
9816 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9817 #  x-axis: "X = CNFs per Service Pipeline"
9818 #  y-axis: "Y = Number of Service Pipelines"
9819 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9820 #  layout:
9821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9822 #    layout: "plot-service-density"
9823 #
9824 #- type: "plot"
9825 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9826 #  algorithm: "plot_nf_heatmap"
9827 #  output-file-type: ".html"
9828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9829 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9830 #  filter: "'NIC_Intel-XXV710' and
9831 #           'NF_DENSITY' and
9832 #           'DOCKER' and
9833 #           'PIPELINE' and
9834 #           'NF_VPPIP4' and
9835 #           'IMIX' and
9836 #           '4T2C' and
9837 #           'NDRPDR'"
9838 #  parameters:
9839 #  - "throughput"
9840 #  - "name"
9841 #  - "tags"
9842 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9843 #  x-axis: "X = CNFs per Service Pipeline"
9844 #  y-axis: "Y = Number of Service Pipelines"
9845 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9846 #  layout:
9847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9848 #    layout: "plot-service-density"
9849 #
9850 #- type: "plot"
9851 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9852 #  algorithm: "plot_nf_heatmap"
9853 #  output-file-type: ".html"
9854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9855 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9856 #  filter: "'NIC_Intel-XXV710' and
9857 #           'NF_DENSITY' and
9858 #           'DOCKER' and
9859 #           'PIPELINE' and
9860 #           'NF_VPPIP4' and
9861 #           'IMIX' and
9862 #           '8T4C' and
9863 #           'NDRPDR'"
9864 #  parameters:
9865 #  - "throughput"
9866 #  - "name"
9867 #  - "tags"
9868 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9869 #  x-axis: "X = CNFs per Service Pipeline"
9870 #  y-axis: "Y = Number of Service Pipelines"
9871 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9872 #  layout:
9873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9874 #    layout: "plot-service-density"
9875 #
9876 ## Plots - NF Density - CSP - PDR 64b
9877 #- type: "plot"
9878 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9879 #  algorithm: "plot_nf_heatmap"
9880 #  output-file-type: ".html"
9881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9882 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9883 #  filter: "'NIC_Intel-XXV710' and
9884 #           'NF_DENSITY' and
9885 #           'DOCKER' and
9886 #           'PIPELINE' and
9887 #           'NF_VPPIP4' and
9888 #           '64B' and
9889 #           '2T1C' and
9890 #           'NDRPDR'"
9891 #  parameters:
9892 #  - "throughput"
9893 #  - "name"
9894 #  - "tags"
9895 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9896 #  x-axis: "X = CNFs per Service Pipeline"
9897 #  y-axis: "Y = Number of Service Pipelines"
9898 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9899 #  layout:
9900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9901 #    layout: "plot-service-density"
9902 #
9903 #- type: "plot"
9904 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9905 #  algorithm: "plot_nf_heatmap"
9906 #  output-file-type: ".html"
9907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9908 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9909 #  filter: "'NIC_Intel-XXV710' and
9910 #           'NF_DENSITY' and
9911 #           'DOCKER' and
9912 #           'PIPELINE' and
9913 #           'NF_VPPIP4' and
9914 #           '64B' and
9915 #           '4T2C' and
9916 #           'NDRPDR'"
9917 #  parameters:
9918 #  - "throughput"
9919 #  - "name"
9920 #  - "tags"
9921 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9922 #  x-axis: "X = CNFs per Service Pipeline"
9923 #  y-axis: "Y = Number of Service Pipelines"
9924 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9925 #  layout:
9926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9927 #    layout: "plot-service-density"
9928 #
9929 #- type: "plot"
9930 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9931 #  algorithm: "plot_nf_heatmap"
9932 #  output-file-type: ".html"
9933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9934 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9935 #  filter: "'NIC_Intel-XXV710' and
9936 #           'NF_DENSITY' and
9937 #           'DOCKER' and
9938 #           'PIPELINE' and
9939 #           'NF_VPPIP4' and
9940 #           '64B' and
9941 #           '8T4C' and
9942 #           'NDRPDR'"
9943 #  parameters:
9944 #  - "throughput"
9945 #  - "name"
9946 #  - "tags"
9947 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9948 #  x-axis: "X = CNFs per Service Pipeline"
9949 #  y-axis: "Y = Number of Service Pipelines"
9950 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9951 #  layout:
9952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9953 #    layout: "plot-service-density"
9954 #
9955 ## Plots - NF Density - CSP - PDR IMIX
9956 #- type: "plot"
9957 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9958 #  algorithm: "plot_nf_heatmap"
9959 #  output-file-type: ".html"
9960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9961 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9962 #  filter: "'NIC_Intel-XXV710' and
9963 #           'NF_DENSITY' and
9964 #           'DOCKER' and
9965 #           'PIPELINE' and
9966 #           'NF_VPPIP4' and
9967 #           'IMIX' and
9968 #           '2T1C' and
9969 #           'NDRPDR'"
9970 #  parameters:
9971 #  - "throughput"
9972 #  - "name"
9973 #  - "tags"
9974 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9975 #  x-axis: "X = CNFs per Service Pipeline"
9976 #  y-axis: "Y = Number of Service Pipelines"
9977 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9978 #  layout:
9979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9980 #    layout: "plot-service-density"
9981 #
9982 #- type: "plot"
9983 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9984 #  algorithm: "plot_nf_heatmap"
9985 #  output-file-type: ".html"
9986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9987 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9988 #  filter: "'NIC_Intel-XXV710' and
9989 #           'NF_DENSITY' and
9990 #           'DOCKER' and
9991 #           'PIPELINE' and
9992 #           'NF_VPPIP4' and
9993 #           'IMIX' and
9994 #           '4T2C' and
9995 #           'NDRPDR'"
9996 #  parameters:
9997 #  - "throughput"
9998 #  - "name"
9999 #  - "tags"
10000 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10001 #  x-axis: "X = CNFs per Service Pipeline"
10002 #  y-axis: "Y = Number of Service Pipelines"
10003 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10004 #  layout:
10005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10006 #    layout: "plot-service-density"
10007 #
10008 #- type: "plot"
10009 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10010 #  algorithm: "plot_nf_heatmap"
10011 #  output-file-type: ".html"
10012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10013 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10014 #  filter: "'NIC_Intel-XXV710' and
10015 #           'NF_DENSITY' and
10016 #           'DOCKER' and
10017 #           'PIPELINE' and
10018 #           'NF_VPPIP4' and
10019 #           'IMIX' and
10020 #           '8T4C' and
10021 #           'NDRPDR'"
10022 #  parameters:
10023 #  - "throughput"
10024 #  - "name"
10025 #  - "tags"
10026 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10027 #  x-axis: "X = CNFs per Service Pipeline"
10028 #  y-axis: "Y = Number of Service Pipelines"
10029 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10030 #  layout:
10031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10032 #    layout: "plot-service-density"
10033
10034 ###############################################################################
10035 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10036
10037 - type: "plot"
10038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10039   algorithm: "plot_nf_heatmap"
10040   output-file-type: ".html"
10041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10042   data: "plot-vpp-nfv-2n-clx-mrr"
10043   filter: "'NIC_Intel-XXV710' and
10044            'NF_DENSITY' and
10045            'VHOST' and
10046            not 'VXLAN' and
10047            'CHAIN' and
10048            'NF_VPPIP4' and
10049            'IMIX' and
10050            '2T1C' and
10051            'MRR'"
10052   parameters:
10053   - "result"
10054   - "name"
10055   - "tags"
10056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10057   x-axis: "X = VNFs per Service Chain"
10058   y-axis: "Y = Number of Service Chains"
10059   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10060   layout:
10061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10062     layout: "plot-service-density"
10063
10064 - type: "plot"
10065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10066   algorithm: "plot_nf_heatmap"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10069   data: "plot-vpp-nfv-2n-clx-mrr"
10070   filter: "'NIC_Intel-XXV710' and
10071            'NF_DENSITY' and
10072            'VHOST' and
10073            not 'VXLAN' and
10074            'CHAIN' and
10075            'NF_VPPIP4' and
10076            'IMIX' and
10077            '4T2C' and
10078            'MRR'"
10079   parameters:
10080   - "result"
10081   - "name"
10082   - "tags"
10083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10084   x-axis: "X = VNFs per Service Chain"
10085   y-axis: "Y = Number of Service Chains"
10086   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10087   layout:
10088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10089     layout: "plot-service-density"
10090
10091 - type: "plot"
10092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10093   algorithm: "plot_nf_heatmap"
10094   output-file-type: ".html"
10095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10096   data: "plot-vpp-nfv-2n-clx-mrr"
10097   filter: "'NIC_Intel-XXV710' and
10098            'NF_DENSITY' and
10099            'VHOST' and
10100            not 'VXLAN' and
10101            'CHAIN' and
10102            'NF_VPPIP4' and
10103            'IMIX' and
10104            '8T4C' and
10105            'MRR'"
10106   parameters:
10107   - "result"
10108   - "name"
10109   - "tags"
10110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10111   x-axis: "X = VNFs per Service Chain"
10112   y-axis: "Y = Number of Service Chains"
10113   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10114   layout:
10115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10116     layout: "plot-service-density"
10117
10118 # Plots - NF Density - VSC - NDR IMIX
10119 - type: "plot"
10120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10121   algorithm: "plot_nf_heatmap"
10122   output-file-type: ".html"
10123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10124   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10125   filter: "'NIC_Intel-XXV710' and
10126            'NF_DENSITY' and
10127            'VHOST' and
10128            not 'VXLAN' and
10129            'CHAIN' and
10130            'NF_VPPIP4' and
10131            'IMIX' and
10132            '2T1C' and
10133            'NDRPDR'"
10134   parameters:
10135   - "throughput"
10136   - "name"
10137   - "tags"
10138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10139   x-axis: "X = VNFs per Service Chain"
10140   y-axis: "Y = Number of Service Chains"
10141   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10142   layout:
10143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10144     layout: "plot-service-density"
10145
10146 - type: "plot"
10147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10148   algorithm: "plot_nf_heatmap"
10149   output-file-type: ".html"
10150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10151   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10152   filter: "'NIC_Intel-XXV710' and
10153            'NF_DENSITY' and
10154            'VHOST' and
10155            not 'VXLAN' and
10156            'CHAIN' and
10157            'NF_VPPIP4' and
10158            'IMIX' and
10159            '4T2C' and
10160            'NDRPDR'"
10161   parameters:
10162   - "throughput"
10163   - "name"
10164   - "tags"
10165   include-tests: "NDR" # "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 NDR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10171     layout: "plot-service-density"
10172
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'VHOST' and
10182            not 'VXLAN' and
10183            'CHAIN' and
10184            'NF_VPPIP4' and
10185            'IMIX' and
10186            '8T4C' and
10187            'NDRPDR'"
10188   parameters:
10189   - "throughput"
10190   - "name"
10191   - "tags"
10192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10193   x-axis: "X = VNFs per Service Chain"
10194   y-axis: "Y = Number of Service Chains"
10195   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10196   layout:
10197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10198     layout: "plot-service-density"
10199
10200 # Plots - NF Density - VSC - PDR IMIX
10201 - type: "plot"
10202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10203   algorithm: "plot_nf_heatmap"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10206   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10207   filter: "'NIC_Intel-XXV710' and
10208            'NF_DENSITY' and
10209            'VHOST' and
10210            not 'VXLAN' and
10211            'CHAIN' and
10212            'NF_VPPIP4' and
10213            'IMIX' and
10214            '2T1C' and
10215            'NDRPDR'"
10216   parameters:
10217   - "throughput"
10218   - "name"
10219   - "tags"
10220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10221   x-axis: "X = VNFs per Service Chain"
10222   y-axis: "Y = Number of Service Chains"
10223   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10224   layout:
10225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10226     layout: "plot-service-density"
10227
10228 - type: "plot"
10229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10230   algorithm: "plot_nf_heatmap"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10233   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10234   filter: "'NIC_Intel-XXV710' and
10235            'NF_DENSITY' and
10236            'VHOST' and
10237            not 'VXLAN' and
10238            'CHAIN' and
10239            'NF_VPPIP4' and
10240            'IMIX' and
10241            '4T2C' and
10242            'NDRPDR'"
10243   parameters:
10244   - "throughput"
10245   - "name"
10246   - "tags"
10247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10248   x-axis: "X = VNFs per Service Chain"
10249   y-axis: "Y = Number of Service Chains"
10250   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10251   layout:
10252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10253     layout: "plot-service-density"
10254
10255 - type: "plot"
10256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10257   algorithm: "plot_nf_heatmap"
10258   output-file-type: ".html"
10259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10260   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10261   filter: "'NIC_Intel-XXV710' and
10262            'NF_DENSITY' and
10263            'VHOST' and
10264            not 'VXLAN' and
10265            'CHAIN' and
10266            'NF_VPPIP4' and
10267            'IMIX' and
10268            '8T4C' and
10269            'NDRPDR'"
10270   parameters:
10271   - "throughput"
10272   - "name"
10273   - "tags"
10274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10275   x-axis: "X = VNFs per Service Chain"
10276   y-axis: "Y = Number of Service Chains"
10277   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10278   layout:
10279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10280     layout: "plot-service-density"
10281
10282 # Plots - NF Density - VSC - MRR IMIX
10283 - type: "plot"
10284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10285   algorithm: "plot_nf_heatmap"
10286   output-file-type: ".html"
10287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10288   data: "plot-vpp-nfv-2n-clx-mrr"
10289   filter: "'NIC_Intel-XXV710' and
10290            'NF_DENSITY' and
10291            'VHOST' and
10292            'VXLAN' and
10293            'CHAIN' and
10294            'IMIX' and
10295            '2T1C' and
10296            'MRR'"
10297   parameters:
10298   - "result"
10299   - "name"
10300   - "tags"
10301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10302   x-axis: "X = VNFs per Service Chain"
10303   y-axis: "Y = Number of Service Chains"
10304   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10305   layout:
10306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10307     layout: "plot-service-density"
10308
10309 - type: "plot"
10310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10311   algorithm: "plot_nf_heatmap"
10312   output-file-type: ".html"
10313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10314   data: "plot-vpp-nfv-2n-clx-mrr"
10315   filter: "'NIC_Intel-XXV710' and
10316            'NF_DENSITY' and
10317            'VHOST' and
10318            'VXLAN' and
10319            'CHAIN' and
10320            'IMIX' and
10321            '4T2C' and
10322            'MRR'"
10323   parameters:
10324   - "result"
10325   - "name"
10326   - "tags"
10327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10328   x-axis: "X = VNFs per Service Chain"
10329   y-axis: "Y = Number of Service Chains"
10330   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10331   layout:
10332     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10333     layout: "plot-service-density"
10334
10335 - type: "plot"
10336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10337   algorithm: "plot_nf_heatmap"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10340   data: "plot-vpp-nfv-2n-clx-mrr"
10341   filter: "'NIC_Intel-XXV710' and
10342            'NF_DENSITY' and
10343            'VHOST' and
10344            'VXLAN' and
10345            'CHAIN' and
10346            'IMIX' and
10347            '8T4C' and
10348            'MRR'"
10349   parameters:
10350   - "result"
10351   - "name"
10352   - "tags"
10353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = VNFs per Service Chain"
10355   y-axis: "Y = Number of Service Chains"
10356   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10359     layout: "plot-service-density"
10360
10361 # Plots - NF Density - VSC - NDR IMIX
10362 - type: "plot"
10363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10364   algorithm: "plot_nf_heatmap"
10365   output-file-type: ".html"
10366   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10367   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10368   filter: "'NIC_Intel-XXV710' and
10369            'NF_DENSITY' and
10370            'VHOST' and
10371            'VXLAN' and
10372            'CHAIN' a
10373            'IMIX' and
10374            '2T1C' and
10375            'NDRPDR'"
10376   parameters:
10377   - "throughput"
10378   - "name"
10379   - "tags"
10380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10381   x-axis: "X = VNFs per Service Chain"
10382   y-axis: "Y = Number of Service Chains"
10383   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10384   layout:
10385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10386     layout: "plot-service-density"
10387
10388 - type: "plot"
10389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10390   algorithm: "plot_nf_heatmap"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10393   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10394   filter: "'NIC_Intel-XXV710' and
10395            'NF_DENSITY' and
10396            'VHOST' and
10397            'VXLAN' and
10398            'CHAIN' and
10399            'IMIX' and
10400            '4T2C' and
10401            'NDRPDR'"
10402   parameters:
10403   - "throughput"
10404   - "name"
10405   - "tags"
10406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10407   x-axis: "X = VNFs per Service Chain"
10408   y-axis: "Y = Number of Service Chains"
10409   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10410   layout:
10411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10412     layout: "plot-service-density"
10413
10414 - type: "plot"
10415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10416   algorithm: "plot_nf_heatmap"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10420   filter: "'NIC_Intel-XXV710' and
10421            'NF_DENSITY' and
10422            'VHOST' and
10423            'VXLAN' and
10424            'CHAIN' and
10425            'IMIX' and
10426            '8T4C' and
10427            'NDRPDR'"
10428   parameters:
10429   - "throughput"
10430   - "name"
10431   - "tags"
10432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10433   x-axis: "X = VNFs per Service Chain"
10434   y-axis: "Y = Number of Service Chains"
10435   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10436   layout:
10437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10438     layout: "plot-service-density"
10439
10440 # Plots - NF Density - VSC - PDR IMIX
10441 - type: "plot"
10442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10443   algorithm: "plot_nf_heatmap"
10444   output-file-type: ".html"
10445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10446   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10447   filter: "'NIC_Intel-XXV710' and
10448            'NF_DENSITY' and
10449            'VHOST' and
10450            'VXLAN' and
10451            'CHAIN' and
10452            'IMIX' and
10453            '2T1C' and
10454            'NDRPDR'"
10455   parameters:
10456   - "throughput"
10457   - "name"
10458   - "tags"
10459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10460   x-axis: "X = VNFs per Service Chain"
10461   y-axis: "Y = Number of Service Chains"
10462   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10463   layout:
10464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10465     layout: "plot-service-density"
10466
10467 - type: "plot"
10468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10469   algorithm: "plot_nf_heatmap"
10470   output-file-type: ".html"
10471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10472   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10473   filter: "'NIC_Intel-XXV710' and
10474            'NF_DENSITY' and
10475            'VHOST' and
10476            'VXLAN' and
10477            'CHAIN' and
10478            'IMIX' and
10479            '4T2C' and
10480            'NDRPDR'"
10481   parameters:
10482   - "throughput"
10483   - "name"
10484   - "tags"
10485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10486   x-axis: "X = VNFs per Service Chain"
10487   y-axis: "Y = Number of Service Chains"
10488   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10489   layout:
10490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10491     layout: "plot-service-density"
10492
10493 - type: "plot"
10494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10495   algorithm: "plot_nf_heatmap"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10498   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10499   filter: "'NIC_Intel-XXV710' and
10500            'NF_DENSITY' and
10501            'VHOST' and
10502            'VXLAN' and
10503            'CHAIN' and
10504            'IMIX' and
10505            '8T4C' and
10506            'NDRPDR'"
10507   parameters:
10508   - "throughput"
10509   - "name"
10510   - "tags"
10511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10512   x-axis: "X = VNFs per Service Chain"
10513   y-axis: "Y = Number of Service Chains"
10514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10515   layout:
10516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10517     layout: "plot-service-density"
10518
10519 # Plots - NF Density - CSC - MRR IMIX
10520 - type: "plot"
10521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10522   algorithm: "plot_nf_heatmap"
10523   output-file-type: ".html"
10524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10525   data: "plot-vpp-nfv-2n-clx-mrr"
10526   filter: "'NIC_Intel-XXV710' and
10527            'NF_DENSITY' and
10528            'DOCKER' and
10529            'CHAIN' and
10530            'NF_VPPIP4' and
10531            'IMIX' and
10532            '2T1C' and
10533            'MRR'"
10534   parameters:
10535   - "result"
10536   - "name"
10537   - "tags"
10538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10539   x-axis: "X = CNFs per Service Chain"
10540   y-axis: "Y = Number of Service Chains"
10541   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10542   layout:
10543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10544     layout: "plot-service-density"
10545
10546 - type: "plot"
10547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10548   algorithm: "plot_nf_heatmap"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10551   data: "plot-vpp-nfv-2n-clx-mrr"
10552   filter: "'NIC_Intel-XXV710' and
10553            'NF_DENSITY' and
10554            'DOCKER' and
10555            'CHAIN' and
10556            'NF_VPPIP4' and
10557            'IMIX' and
10558            '4T2C' and
10559            'MRR'"
10560   parameters:
10561   - "result"
10562   - "name"
10563   - "tags"
10564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10565   x-axis: "X = CNFs per Service Chain"
10566   y-axis: "Y = Number of Service Chains"
10567   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10568   layout:
10569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10570     layout: "plot-service-density"
10571
10572 - type: "plot"
10573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10574   algorithm: "plot_nf_heatmap"
10575   output-file-type: ".html"
10576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10577   data: "plot-vpp-nfv-2n-clx-mrr"
10578   filter: "'NIC_Intel-XXV710' and
10579            'NF_DENSITY' and
10580            'DOCKER' and
10581            'CHAIN' and
10582            'NF_VPPIP4' and
10583            'IMIX' and
10584            '8T4C' and
10585            'MRR'"
10586   parameters:
10587   - "result"
10588   - "name"
10589   - "tags"
10590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10591   x-axis: "X = CNFs per Service Chain"
10592   y-axis: "Y = Number of Service Chains"
10593   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10594   layout:
10595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10596     layout: "plot-service-density"
10597
10598 # Plots - NF Density - CSC - NDR IMIX
10599 - type: "plot"
10600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10601   algorithm: "plot_nf_heatmap"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10604   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10605   filter: "'NIC_Intel-XXV710' and
10606            'NF_DENSITY' and
10607            'DOCKER' and
10608            'CHAIN' and
10609            'NF_VPPIP4' and
10610            'IMIX' and
10611            '2T1C' and
10612            'NDRPDR'"
10613   parameters:
10614   - "throughput"
10615   - "name"
10616   - "tags"
10617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10618   x-axis: "X = CNFs per Service Chain"
10619   y-axis: "Y = Number of Service Chains"
10620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10621   layout:
10622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10623     layout: "plot-service-density"
10624
10625 - type: "plot"
10626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10627   algorithm: "plot_nf_heatmap"
10628   output-file-type: ".html"
10629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10630   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10631   filter: "'NIC_Intel-XXV710' and
10632            'NF_DENSITY' and
10633            'DOCKER' and
10634            'CHAIN' and
10635            'NF_VPPIP4' and
10636            'IMIX' and
10637            '4T2C' and
10638            'NDRPDR'"
10639   parameters:
10640   - "throughput"
10641   - "name"
10642   - "tags"
10643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10644   x-axis: "X = CNFs per Service Chain"
10645   y-axis: "Y = Number of Service Chains"
10646   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10647   layout:
10648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10649     layout: "plot-service-density"
10650
10651 - type: "plot"
10652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10653   algorithm: "plot_nf_heatmap"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10656   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10657   filter: "'NIC_Intel-XXV710' and
10658            'NF_DENSITY' and
10659            'DOCKER' and
10660            'CHAIN' and
10661            'NF_VPPIP4' and
10662            'IMIX' and
10663            '8T4C' and
10664            'NDRPDR'"
10665   parameters:
10666   - "throughput"
10667   - "name"
10668   - "tags"
10669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10670   x-axis: "X = CNFs per Service Chain"
10671   y-axis: "Y = Number of Service Chains"
10672   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10673   layout:
10674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10675     layout: "plot-service-density"
10676
10677 # Plots - NF Density - CSC - PDR IMIX
10678 - type: "plot"
10679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10680   algorithm: "plot_nf_heatmap"
10681   output-file-type: ".html"
10682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10683   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10684   filter: "'NIC_Intel-XXV710' and
10685            'NF_DENSITY' and
10686            'DOCKER' and
10687            'CHAIN' and
10688            'NF_VPPIP4' and
10689            'IMIX' and
10690            '2T1C' and
10691            'NDRPDR'"
10692   parameters:
10693   - "throughput"
10694   - "name"
10695   - "tags"
10696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10697   x-axis: "X = CNFs per Service Chain"
10698   y-axis: "Y = Number of Service Chains"
10699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10700   layout:
10701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10702     layout: "plot-service-density"
10703
10704 - type: "plot"
10705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10706   algorithm: "plot_nf_heatmap"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10709   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10710   filter: "'NIC_Intel-XXV710' and
10711            'NF_DENSITY' and
10712            'DOCKER' and
10713            'CHAIN' and
10714            'NF_VPPIP4' and
10715            'IMIX' and
10716            '4T2C' and
10717            'NDRPDR'"
10718   parameters:
10719   - "throughput"
10720   - "name"
10721   - "tags"
10722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10723   x-axis: "X = CNFs per Service Chain"
10724   y-axis: "Y = Number of Service Chains"
10725   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10726   layout:
10727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10728     layout: "plot-service-density"
10729
10730 - type: "plot"
10731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10732   algorithm: "plot_nf_heatmap"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10735   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10736   filter: "'NIC_Intel-XXV710' and
10737            'NF_DENSITY' and
10738            'DOCKER' and
10739            'CHAIN' and
10740            'NF_VPPIP4' and
10741            'IMIX' and
10742            '8T4C' and
10743            'NDRPDR'"
10744   parameters:
10745   - "throughput"
10746   - "name"
10747   - "tags"
10748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10749   x-axis: "X = CNFs per Service Chain"
10750   y-axis: "Y = Number of Service Chains"
10751   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10752   layout:
10753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10754     layout: "plot-service-density"
10755
10756 # Plots - NF Density - CSP - MRR IMIX
10757 - type: "plot"
10758   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10759   algorithm: "plot_nf_heatmap"
10760   output-file-type: ".html"
10761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10762   data: "plot-vpp-nfv-2n-clx-mrr"
10763   filter: "'NIC_Intel-XXV710' and
10764            'NF_DENSITY' and
10765            'DOCKER' and
10766            'PIPELINE' and
10767            'NF_VPPIP4' and
10768            'IMIX' and
10769            '2T1C' and
10770            'MRR'"
10771   parameters:
10772   - "result"
10773   - "name"
10774   - "tags"
10775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10776   x-axis: "X = CNFs per Service Pipeline"
10777   y-axis: "Y = Number of Service Pipelines"
10778   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10779   layout:
10780     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10781     layout: "plot-service-density"
10782
10783 - type: "plot"
10784   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10785   algorithm: "plot_nf_heatmap"
10786   output-file-type: ".html"
10787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10788   data: "plot-vpp-nfv-2n-clx-mrr"
10789   filter: "'NIC_Intel-XXV710' and
10790            'NF_DENSITY' and
10791            'DOCKER' and
10792            'PIPELINE' and
10793            'NF_VPPIP4' and
10794            'IMIX' and
10795            '4T2C' and
10796            'MRR'"
10797   parameters:
10798   - "result"
10799   - "name"
10800   - "tags"
10801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10802   x-axis: "X = CNFs per Service Pipeline"
10803   y-axis: "Y = Number of Service Pipelines"
10804   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10805   layout:
10806     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10807     layout: "plot-service-density"
10808
10809 - type: "plot"
10810   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10811   algorithm: "plot_nf_heatmap"
10812   output-file-type: ".html"
10813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10814   data: "plot-vpp-nfv-2n-clx-mrr"
10815   filter: "'NIC_Intel-XXV710' and
10816            'NF_DENSITY' and
10817            'DOCKER' and
10818            'PIPELINE' and
10819            'NF_VPPIP4' and
10820            'IMIX' and
10821            '8T4C' and
10822            'MRR'"
10823   parameters:
10824   - "result"
10825   - "name"
10826   - "tags"
10827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10828   x-axis: "X = CNFs per Service Pipeline"
10829   y-axis: "Y = Number of Service Pipelines"
10830   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10831   layout:
10832     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10833     layout: "plot-service-density"
10834
10835 # Plots - NF Density - CSP - NDR IMIX
10836 - type: "plot"
10837   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10838   algorithm: "plot_nf_heatmap"
10839   output-file-type: ".html"
10840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10841   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10842   filter: "'NIC_Intel-XXV710' and
10843            'NF_DENSITY' and
10844            'DOCKER' and
10845            'PIPELINE' and
10846            'NF_VPPIP4' and
10847            'IMIX' and
10848            '2T1C' and
10849            'NDRPDR'"
10850   parameters:
10851   - "throughput"
10852   - "name"
10853   - "tags"
10854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10855   x-axis: "X = CNFs per Service Pipeline"
10856   y-axis: "Y = Number of Service Pipelines"
10857   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10858   layout:
10859     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10860     layout: "plot-service-density"
10861
10862 - type: "plot"
10863   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10864   algorithm: "plot_nf_heatmap"
10865   output-file-type: ".html"
10866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10867   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10868   filter: "'NIC_Intel-XXV710' and
10869            'NF_DENSITY' and
10870            'DOCKER' and
10871            'PIPELINE' and
10872            'NF_VPPIP4' and
10873            'IMIX' and
10874            '4T2C' and
10875            'NDRPDR'"
10876   parameters:
10877   - "throughput"
10878   - "name"
10879   - "tags"
10880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10881   x-axis: "X = CNFs per Service Pipeline"
10882   y-axis: "Y = Number of Service Pipelines"
10883   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10884   layout:
10885     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10886     layout: "plot-service-density"
10887
10888 - type: "plot"
10889   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10890   algorithm: "plot_nf_heatmap"
10891   output-file-type: ".html"
10892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10893   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10894   filter: "'NIC_Intel-XXV710' and
10895            'NF_DENSITY' and
10896            'DOCKER' and
10897            'PIPELINE' and
10898            'NF_VPPIP4' and
10899            'IMIX' and
10900            '8T4C' and
10901            'NDRPDR'"
10902   parameters:
10903   - "throughput"
10904   - "name"
10905   - "tags"
10906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10907   x-axis: "X = CNFs per Service Pipeline"
10908   y-axis: "Y = Number of Service Pipelines"
10909   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10910   layout:
10911     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10912     layout: "plot-service-density"
10913
10914 # Plots - NF Density - CSP - PDR IMIX
10915 - type: "plot"
10916   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10917   algorithm: "plot_nf_heatmap"
10918   output-file-type: ".html"
10919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10920   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10921   filter: "'NIC_Intel-XXV710' and
10922            'NF_DENSITY' and
10923            'DOCKER' and
10924            'PIPELINE' and
10925            'NF_VPPIP4' and
10926            'IMIX' and
10927            '2T1C' and
10928            'NDRPDR'"
10929   parameters:
10930   - "throughput"
10931   - "name"
10932   - "tags"
10933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10934   x-axis: "X = CNFs per Service Pipeline"
10935   y-axis: "Y = Number of Service Pipelines"
10936   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10937   layout:
10938     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10939     layout: "plot-service-density"
10940
10941 - type: "plot"
10942   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10943   algorithm: "plot_nf_heatmap"
10944   output-file-type: ".html"
10945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10946   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10947   filter: "'NIC_Intel-XXV710' and
10948            'NF_DENSITY' and
10949            'DOCKER' and
10950            'PIPELINE' and
10951            'NF_VPPIP4' and
10952            'IMIX' and
10953            '4T2C' and
10954            'NDRPDR'"
10955   parameters:
10956   - "throughput"
10957   - "name"
10958   - "tags"
10959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10960   x-axis: "X = CNFs per Service Pipeline"
10961   y-axis: "Y = Number of Service Pipelines"
10962   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10963   layout:
10964     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10965     layout: "plot-service-density"
10966
10967 - type: "plot"
10968   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10969   algorithm: "plot_nf_heatmap"
10970   output-file-type: ".html"
10971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10972   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10973   filter: "'NIC_Intel-XXV710' and
10974            'NF_DENSITY' and
10975            'DOCKER' and
10976            'PIPELINE' and
10977            'NF_VPPIP4' and
10978            'IMIX' and
10979            '8T4C' and
10980            'NDRPDR'"
10981   parameters:
10982   - "throughput"
10983   - "name"
10984   - "tags"
10985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10986   x-axis: "X = CNFs per Service Pipeline"
10987   y-axis: "Y = Number of Service Pipelines"
10988   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10989   layout:
10990     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10991     layout: "plot-service-density"
10992
10993 ################################################################################
10994
10995 # Packet Throughput
10996
10997 - type: "plot"
10998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10999   algorithm: "plot_perf_box_name"
11000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11002   include:
11003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11007   layout:
11008     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11009     layout: "plot-throughput"
11010
11011 - type: "plot"
11012   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11013   algorithm: "plot_perf_box_name"
11014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11016   include:
11017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11019     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11020     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11021   layout:
11022     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11023     layout: "plot-throughput"
11024
11025 - type: "plot"
11026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11027   algorithm: "plot_perf_box_name"
11028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11030   include:
11031     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11032     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11033     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11034     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11035   layout:
11036     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11037     layout: "plot-throughput"
11038
11039 - type: "plot"
11040   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11041   algorithm: "plot_perf_box_name"
11042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11044   include:
11045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11049   layout:
11050     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11060     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11061     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11062     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11063     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11064   layout:
11065     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11070   algorithm: "plot_perf_box_name"
11071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11073   include:
11074     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11075     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11076     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11077     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11078     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11079   layout:
11080     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11088   include:
11089     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11090     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11091     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11092     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11093     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11094   layout:
11095     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11103   include:
11104     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11105     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11106     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11107     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11108     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11109   layout:
11110     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11111     layout: "plot-throughput"
11112
11113 - type: "plot"
11114   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11115   algorithm: "plot_perf_box_name"
11116   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11117   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11118   include:
11119     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11120     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11121     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11122     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11123     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11124   layout:
11125     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11126     layout: "plot-throughput"
11127
11128 - type: "plot"
11129   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11130   algorithm: "plot_perf_box_name"
11131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11133   include:
11134     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11135     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11136     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11137     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11138     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11139   layout:
11140     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11141     layout: "plot-throughput"
11142
11143 - type: "plot"
11144   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11145   algorithm: "plot_perf_box_name"
11146   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11148   include:
11149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11155   layout:
11156     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11157     layout: "plot-throughput"
11158
11159 - type: "plot"
11160   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11161   algorithm: "plot_perf_box_name"
11162   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11164   include:
11165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11171   layout:
11172     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11173     layout: "plot-throughput"
11174
11175 - type: "plot"
11176   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11177   algorithm: "plot_perf_box_name"
11178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11180   include:
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11186   layout:
11187     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11188     layout: "plot-throughput"
11189
11190 - type: "plot"
11191   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11192   algorithm: "plot_perf_box_name"
11193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11195   include:
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11201   layout:
11202     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11203     layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11210   include:
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11214   layout:
11215     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11216     layout: "plot-throughput"
11217
11218 - type: "plot"
11219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11220   algorithm: "plot_perf_box_name"
11221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11223   include:
11224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11227   layout:
11228     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11229     layout: "plot-throughput"
11230
11231 - type: "plot"
11232   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11233   algorithm: "plot_perf_box_name"
11234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11236   include:
11237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11242   layout:
11243     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11248   algorithm: "plot_perf_box_name"
11249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11251   include:
11252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11257   layout:
11258     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11259     layout: "plot-throughput"
11260
11261 - type: "plot"
11262   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11263   algorithm: "plot_perf_box_name"
11264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11266   include:
11267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11270   layout:
11271     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11272     layout: "plot-throughput"
11273
11274 - type: "plot"
11275   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11276   algorithm: "plot_perf_box_name"
11277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11279   include:
11280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11283   layout:
11284     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11285     layout: "plot-throughput"
11286
11287 - type: "plot"
11288   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11289   algorithm: "plot_perf_box_name"
11290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11292   include:
11293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11299   layout:
11300     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11301     layout: "plot-throughput"
11302
11303 - type: "plot"
11304   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11305   algorithm: "plot_perf_box_name"
11306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11308   include:
11309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11315   layout:
11316     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11317     layout: "plot-throughput"
11318
11319 - type: "plot"
11320   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11321   algorithm: "plot_perf_box_name"
11322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11324   include:
11325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11331   layout:
11332     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11340   include:
11341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11347   layout:
11348     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11349     layout: "plot-throughput"
11350
11351 - type: "plot"
11352   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11353   algorithm: "plot_perf_box_name"
11354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11356   include:
11357     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11360   layout:
11361     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11362     layout: "plot-throughput"
11363
11364 - type: "plot"
11365   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11366   algorithm: "plot_perf_box_name"
11367   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11369   include:
11370     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11373   layout:
11374     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11379   algorithm: "plot_perf_box_name"
11380   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11382   include:
11383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11386 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11387 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11388   layout:
11389     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11390     layout: "plot-throughput"
11391
11392 - type: "plot"
11393   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11394   algorithm: "plot_perf_box_name"
11395   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11397   include:
11398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11401 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11402 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11403   layout:
11404     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11405     layout: "plot-throughput"
11406
11407 - type: "plot"
11408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11409   algorithm: "plot_perf_box_name"
11410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11412   include:
11413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11418   layout:
11419     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11427   include:
11428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11433   layout:
11434     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11435     layout: "plot-throughput"
11436
11437 - type: "plot"
11438   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11439   algorithm: "plot_perf_box_name"
11440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11442   include:
11443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11448   layout:
11449     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11457   include:
11458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11463   layout:
11464     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11479   layout:
11480     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11481     layout: "plot-throughput"
11482
11483 - type: "plot"
11484   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11485   algorithm: "plot_perf_box_name"
11486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11488   include:
11489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11495   layout:
11496     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11504   include:
11505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11511   layout:
11512     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11513     layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11520   include:
11521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11527   layout:
11528     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11533   algorithm: "plot_perf_box_name"
11534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11536   include:
11537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11542   layout:
11543     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11544     layout: "plot-throughput"
11545
11546 - type: "plot"
11547   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11548   algorithm: "plot_perf_box_name"
11549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11551   include:
11552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11557   layout:
11558     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11559     layout: "plot-throughput"
11560
11561 - type: "plot"
11562   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11563   algorithm: "plot_perf_box_name"
11564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11566   include:
11567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11573   layout:
11574     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11582   include:
11583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11589   layout:
11590     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11591     layout: "plot-throughput"
11592
11593 - type: "plot"
11594   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11595   algorithm: "plot_perf_box_name"
11596   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11597   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11598   include:
11599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11604   layout:
11605     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11610   algorithm: "plot_perf_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11612   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11613   include:
11614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11619   layout:
11620     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11621     layout: "plot-throughput"
11622
11623 - type: "plot"
11624   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11625   algorithm: "plot_perf_box_name"
11626   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11627   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11628   include:
11629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11635   layout:
11636     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11643   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11644   include:
11645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11651   layout:
11652     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11660   include:
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11666   layout:
11667     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11675   include:
11676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11681   layout:
11682     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11689   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11690   include:
11691     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11697   layout:
11698     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11706   include:
11707     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11713   layout:
11714     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11722   include:
11723     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11725   layout:
11726     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11734   include:
11735     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11737   layout:
11738     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11746   include:
11747     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11751   layout:
11752     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11757   algorithm: "plot_perf_box_name"
11758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11760   include:
11761     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11765   layout:
11766     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11779   layout:
11780     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11781     layout: "plot-throughput"
11782
11783 - type: "plot"
11784   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11785   algorithm: "plot_perf_box_name"
11786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11788   include:
11789     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11793   layout:
11794     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11802   include:
11803     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11807   layout:
11808     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11809     layout: "plot-throughput"
11810
11811 - type: "plot"
11812   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11813   algorithm: "plot_perf_box_name"
11814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11816   include:
11817     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11821   layout:
11822     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11830   include:
11831     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11835   layout:
11836     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11844   include:
11845     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11849   layout:
11850     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11858   include:
11859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11865   layout:
11866     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11874   include:
11875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11881   layout:
11882     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11890   include:
11891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11896   layout:
11897     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11905   include:
11906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11911   layout:
11912     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11920   include:
11921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11926   layout:
11927     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11935   include:
11936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11941   layout:
11942     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11950   include:
11951     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11954   layout:
11955     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11963   include:
11964     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11967   layout:
11968     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11980   layout:
11981     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11993   layout:
11994     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12008   layout:
12009     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12017   include:
12018     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12023   layout:
12024     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12032   include:
12033     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12038   layout:
12039     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12053   layout:
12054     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12059   algorithm: "plot_perf_box_name"
12060   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12061   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12062   include:
12063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12068   layout:
12069     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12070     layout: "plot-throughput"
12071
12072 - type: "plot"
12073   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12074   algorithm: "plot_perf_box_name"
12075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12077   include:
12078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12083   layout:
12084     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12092   include:
12093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12098   layout:
12099     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12107   include:
12108     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12113   layout:
12114     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12122   include:
12123     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12128   layout:
12129     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12136   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12137   include:
12138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12143   layout:
12144     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12145     layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12152   include:
12153     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12154     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12155     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12159   layout:
12160     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12168   include:
12169     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12170     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12171     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12172     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12173     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12174     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12175   layout:
12176     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12184   include:
12185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12189   layout:
12190     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12198   include:
12199     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12200     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12201     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12203   layout:
12204     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12212   include:
12213     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12214     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12215     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12216     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12217     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12218     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12219   layout:
12220     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12228   include:
12229     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12232     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12233     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12234     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12235   layout:
12236     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12244   include:
12245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12247     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12248     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12249     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12250     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12251   layout:
12252     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12260   include:
12261     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12263     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12264     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12265     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12266     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12267   layout:
12268     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12276   include:
12277     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12279     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12280     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12281     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12282     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12283   layout:
12284     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12292   include:
12293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12297     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12298     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12299   layout:
12300     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12308   include:
12309     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12310     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12311     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12312     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12313     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12314     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12315   layout:
12316     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12324   include:
12325     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12326     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12327     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12328     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12329     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12330     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12331   layout:
12332     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12340   include:
12341     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12342     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12344     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12345     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12346     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12347   layout:
12348     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12355   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12356   include:
12357     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12358     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12359     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12360     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12361     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12362     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12363   layout:
12364     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12372   include:
12373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12379   layout:
12380     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12388   include:
12389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12395   layout:
12396     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12404   include:
12405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12411   layout:
12412     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12413     layout: "plot-throughput"
12414
12415 - type: "plot"
12416   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12417   algorithm: "plot_perf_box_name"
12418   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12420   include:
12421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12427   layout:
12428     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12436   include:
12437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12443   layout:
12444     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12449   algorithm: "plot_perf_box_name"
12450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12452   include:
12453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12459   layout:
12460     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12461     layout: "plot-throughput"
12462
12463 - type: "plot"
12464   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12465   algorithm: "plot_perf_box_name"
12466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12468   include:
12469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12473   layout:
12474     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12475     layout: "plot-throughput"
12476
12477 - type: "plot"
12478   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12479   algorithm: "plot_perf_box_name"
12480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12482   include:
12483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12487   layout:
12488     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12496   include:
12497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12501   layout:
12502     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12510   include:
12511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12515   layout:
12516     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12524   include:
12525     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12531   layout:
12532     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12540   include:
12541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12547   layout:
12548     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12562   layout:
12563     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12577   layout:
12578     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12586   include:
12587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12592   layout:
12593     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12607   layout:
12608     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12616   include:
12617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12621   layout:
12622     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12623     layout: "plot-throughput"
12624
12625 - type: "plot"
12626   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12627   algorithm: "plot_perf_box_name"
12628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12630   include:
12631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12635   layout:
12636     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12651   layout:
12652     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12660   include:
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12667   layout:
12668     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12683   layout:
12684     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12692   include:
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12699   layout:
12700     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12701     layout: "plot-throughput"
12702
12703 - type: "plot"
12704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12705   algorithm: "plot_perf_box_name"
12706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12708   include:
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12715   layout:
12716     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12717     layout: "plot-throughput"
12718
12719 - type: "plot"
12720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12721   algorithm: "plot_perf_box_name"
12722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12724   include:
12725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12731   layout:
12732     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12740   include:
12741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12747   layout:
12748     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756   include:
12757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12763   layout:
12764     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12772   include:
12773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12777   layout:
12778     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12786   include:
12787     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12791   layout:
12792     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12800   include:
12801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12807   layout:
12808     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12816   include:
12817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12823   layout:
12824     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12832   include:
12833     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12839   layout:
12840     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12848   include:
12849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12855   layout:
12856     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12857     layout: "plot-throughput"
12858
12859 #- type: "plot"
12860 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12861 #  algorithm: "plot_perf_box_name"
12862 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12863 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12864 #  include:
12865 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12866 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12867 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12868 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12869 #  layout:
12870 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12871 #    layout: "plot-throughput"
12872 #
12873 #- type: "plot"
12874 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12875 #  algorithm: "plot_perf_box_name"
12876 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12877 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12878 #  include:
12879 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12880 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12881 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12882 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12883 #  layout:
12884 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12885 #    layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12891   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12892   include:
12893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12899   layout:
12900     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12901     layout: "plot-throughput"
12902
12903 - type: "plot"
12904   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12905   algorithm: "plot_perf_box_name"
12906   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12907   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12908   include:
12909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12915   layout:
12916     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12917     layout: "plot-throughput"
12918
12919 #- type: "plot"
12920 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12921 #  algorithm: "plot_perf_box_name"
12922 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12923 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12924 #  include:
12925 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12926 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12927 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12928 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12929 #  layout:
12930 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12931 #    layout: "plot-throughput"
12932 #
12933 #- type: "plot"
12934 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12935 #  algorithm: "plot_perf_box_name"
12936 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12937 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12938 #  include:
12939 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12940 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12941 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12942 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12943 #  layout:
12944 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12945 #    layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12952   include:
12953     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12959   layout:
12960     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12965   algorithm: "plot_perf_box_name"
12966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12968   include:
12969     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12975   layout:
12976     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12977     layout: "plot-throughput"
12978
12979 #- type: "plot"
12980 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12981 #  algorithm: "plot_perf_box_name"
12982 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12983 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12984 #  include:
12985 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12986 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12987 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12988 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12989 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12990 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12991 #  layout:
12992 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12993 #    layout: "plot-throughput"
12994 #
12995 #- type: "plot"
12996 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12997 #  algorithm: "plot_perf_box_name"
12998 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12999 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13000 #  include:
13001 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13002 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13003 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13004 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13005 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13006 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13007 #  layout:
13008 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13009 #    layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13016   include:
13017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13019     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13020     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13021     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13022     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13023   layout:
13024     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13025     layout: "plot-throughput"
13026
13027 - type: "plot"
13028   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13029   algorithm: "plot_perf_box_name"
13030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13032   include:
13033     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13034     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13035     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13036     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13037     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13038     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13039   layout:
13040     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13041     layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13048   include:
13049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13053     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13054     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13055   layout:
13056     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13064   include:
13065     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13066     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13067     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13068     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13069     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13070     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13071   layout:
13072     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13073     layout: "plot-throughput"
13074
13075 - type: "plot"
13076   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13077   algorithm: "plot_perf_box_name"
13078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13080   include:
13081     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13082     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13083     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13084     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13085     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13086     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13087   layout:
13088     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13089     layout: "plot-throughput"
13090
13091 - type: "plot"
13092   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13093   algorithm: "plot_perf_box_name"
13094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13096   include:
13097     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13098     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13099     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13100     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13101     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13102     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13103   layout:
13104     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13105     layout: "plot-throughput"
13106
13107 - type: "plot"
13108   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13109   algorithm: "plot_perf_box_name"
13110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13112   include:
13113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13116     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13117     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13118     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13119   layout:
13120     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13127   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13128   include:
13129     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13130     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13131     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13132     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13133     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13134     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13135   layout:
13136     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13137     layout: "plot-throughput"
13138
13139 #- type: "plot"
13140 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13141 #  algorithm: "plot_perf_box_name"
13142 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13143 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13144 #  include:
13145 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13146 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13147 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13148 #  layout:
13149 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13150 #    layout: "plot-throughput"
13151 #
13152 #- type: "plot"
13153 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13154 #  algorithm: "plot_perf_box_name"
13155 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13156 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13157 #  include:
13158 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13159 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13160 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13161 #  layout:
13162 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13163 #    layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13170   include:
13171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13176   layout:
13177     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13185   include:
13186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13191   layout:
13192     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13200   include:
13201     - "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"
13202     - "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"
13203     - "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"
13204     - "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"
13205     - "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"
13206   layout:
13207     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13215   include:
13216     - "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"
13217     - "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"
13218     - "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"
13219     - "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"
13220     - "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"
13221   layout:
13222     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13223     layout: "plot-throughput"
13224
13225 - type: "plot"
13226   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13227   algorithm: "plot_perf_box_name"
13228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13230   include:
13231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13236   layout:
13237     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13251   layout:
13252     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13266   layout:
13267     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13268     layout: "plot-throughput"
13269
13270 - type: "plot"
13271   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13272   algorithm: "plot_perf_box_name"
13273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13275   include:
13276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13281   layout:
13282     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13290   include:
13291     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13293     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13296   layout:
13297     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13305   include:
13306     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13311   layout:
13312     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13320   include:
13321     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13326   layout:
13327     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13335   include:
13336     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13341   layout:
13342     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350   include:
13351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13355   layout:
13356     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13357     layout: "plot-throughput"
13358
13359 - type: "plot"
13360   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13361   algorithm: "plot_perf_box_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13364   include:
13365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13369   layout:
13370     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13371     layout: "plot-throughput"
13372
13373 - type: "plot"
13374   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13375   algorithm: "plot_perf_box_name"
13376   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13378   include:
13379     - "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"
13380     - "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"
13381     - "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"
13382     - "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"
13383   layout:
13384     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392   include:
13393     - "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"
13394     - "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"
13395     - "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"
13396     - "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"
13397   layout:
13398     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13399     layout: "plot-throughput"
13400
13401 - type: "plot"
13402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13403   algorithm: "plot_perf_box_name"
13404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13413   layout:
13414     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422   include:
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13429   layout:
13430     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13431     layout: "plot-throughput"
13432
13433 - type: "plot"
13434   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13435   algorithm: "plot_perf_box_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13438   include:
13439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13445   layout:
13446     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13447     layout: "plot-throughput"
13448
13449 - type: "plot"
13450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13451   algorithm: "plot_perf_box_name"
13452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13454   include:
13455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13458     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13461   layout:
13462     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13463     layout: "plot-throughput"
13464
13465 - type: "plot"
13466   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13467   algorithm: "plot_perf_box_name"
13468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13470   include:
13471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13477   layout:
13478     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13479     layout: "plot-throughput"
13480
13481 - type: "plot"
13482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13483   algorithm: "plot_perf_box_name"
13484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13486   include:
13487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13493   layout:
13494     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13495     layout: "plot-throughput"
13496
13497 - type: "plot"
13498   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13499   algorithm: "plot_perf_box_name"
13500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13502   include:
13503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13508   layout:
13509     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13523   layout:
13524     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13532   include:
13533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13535   layout:
13536     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13544   include:
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "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"
13558     - "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"
13559   layout:
13560     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13565   algorithm: "plot_perf_box_name"
13566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13568   include:
13569     - "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"
13570     - "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"
13571   layout:
13572     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13573     layout: "plot-throughput"
13574
13575 - type: "plot"
13576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13577   algorithm: "plot_perf_box_name"
13578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13580   include:
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13583   layout:
13584     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13595   layout:
13596     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13597     layout: "plot-throughput"
13598
13599 - type: "plot"
13600   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13601   algorithm: "plot_perf_box_name"
13602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13604   include:
13605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607   layout:
13608     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13616   include:
13617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13619   layout:
13620     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13621     layout: "plot-throughput"
13622
13623 - type: "plot"
13624   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13625   algorithm: "plot_perf_box_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13628   include:
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13635   layout:
13636     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13637     layout: "plot-throughput"
13638
13639 - type: "plot"
13640   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13641   algorithm: "plot_perf_box_name"
13642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13644   include:
13645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13651   layout:
13652     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13653     layout: "plot-throughput"
13654
13655 - type: "plot"
13656   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13657   algorithm: "plot_perf_box_name"
13658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13660   include:
13661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13667   layout:
13668     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13669     layout: "plot-throughput"
13670
13671 - type: "plot"
13672   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13673   algorithm: "plot_perf_box_name"
13674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13676   include:
13677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683   layout:
13684     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13685     layout: "plot-throughput"
13686
13687 #- type: "plot"
13688 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13689 #  algorithm: "plot_perf_box_name"
13690 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13691 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13692 #  include:
13693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13694 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13695 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13696 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13697 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13698 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13699 #  layout:
13700 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13701 #    layout: "plot-throughput"
13702 #
13703 #- type: "plot"
13704 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13705 #  algorithm: "plot_perf_box_name"
13706 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13707 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13708 #  include:
13709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13715 #  layout:
13716 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13717 #    layout: "plot-throughput"
13718
13719 - type: "plot"
13720   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13721   algorithm: "plot_perf_box_name"
13722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13724   include:
13725     - "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"
13726     - "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"
13727     - "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"
13728     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13731   layout:
13732     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13733     layout: "plot-throughput"
13734
13735 - type: "plot"
13736   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13737   algorithm: "plot_perf_box_name"
13738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13740   include:
13741     - "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"
13742     - "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"
13743     - "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"
13744     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13745     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13746     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13747   layout:
13748     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13749     layout: "plot-throughput"
13750
13751 ################################################################################
13752
13753 # Packet Speedup
13754
13755 - type: "plot"
13756   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13757   algorithm: "plot_tsa_name"
13758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13760   include:
13761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13765   layout:
13766     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13767     layout: "plot-throughput-speedup-analysis"
13768
13769 - type: "plot"
13770   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13771   algorithm: "plot_tsa_name"
13772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13779   layout:
13780     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13781     layout: "plot-throughput-speedup-analysis"
13782
13783 - type: "plot"
13784   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13785   algorithm: "plot_tsa_name"
13786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13788   include:
13789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13793   layout:
13794     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13795     layout: "plot-throughput-speedup-analysis"
13796
13797 - type: "plot"
13798   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13799   algorithm: "plot_tsa_name"
13800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13802   include:
13803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13807   layout:
13808     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13809     layout: "plot-throughput-speedup-analysis"
13810
13811 - type: "plot"
13812   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13813   algorithm: "plot_tsa_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13816   include:
13817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13818     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13819     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13820     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13821     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13822   layout:
13823     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13824     layout: "plot-throughput-speedup-analysis"
13825
13826 - type: "plot"
13827   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13828   algorithm: "plot_tsa_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13831   include:
13832     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13833     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13834     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13835     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13836     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13837   layout:
13838     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13839     layout: "plot-throughput-speedup-analysis"
13840
13841 - type: "plot"
13842   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13843   algorithm: "plot_tsa_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13846   include:
13847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13848     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13849     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13850     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13851     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13852   layout:
13853     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13854     layout: "plot-throughput-speedup-analysis"
13855
13856 - type: "plot"
13857   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13858   algorithm: "plot_tsa_name"
13859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13861   include:
13862     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13863     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13864     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13865     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13866     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13867   layout:
13868     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13869     layout: "plot-throughput-speedup-analysis"
13870
13871 - type: "plot"
13872   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13873   algorithm: "plot_tsa_name"
13874   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13876   include:
13877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13883   layout:
13884     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13885     layout: "plot-throughput-speedup-analysis"
13886
13887 - type: "plot"
13888   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13889   algorithm: "plot_tsa_name"
13890   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13892   include:
13893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13899   layout:
13900     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13901     layout: "plot-throughput-speedup-analysis"
13902
13903 - type: "plot"
13904   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13905   algorithm: "plot_tsa_name"
13906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13914   layout:
13915     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13916     layout: "plot-throughput-speedup-analysis"
13917
13918 - type: "plot"
13919   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13920   algorithm: "plot_tsa_name"
13921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13923   include:
13924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13929   layout:
13930     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13931     layout: "plot-throughput-speedup-analysis"
13932
13933 - type: "plot"
13934   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13935   algorithm: "plot_tsa_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13942   layout:
13943     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13944     layout: "plot-throughput-speedup-analysis"
13945
13946 - type: "plot"
13947   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13948   algorithm: "plot_tsa_name"
13949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13951   include:
13952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13955   layout:
13956     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13964   include:
13965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13970   layout:
13971     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13972     layout: "plot-throughput-speedup-analysis"
13973
13974 - type: "plot"
13975   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13976   algorithm: "plot_tsa_name"
13977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13985   layout:
13986     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13987     layout: "plot-throughput-speedup-analysis"
13988
13989 - type: "plot"
13990   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13991   algorithm: "plot_tsa_name"
13992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13994   include:
13995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13998   layout:
13999     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14000     layout: "plot-throughput-speedup-analysis"
14001
14002 - type: "plot"
14003   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14004   algorithm: "plot_tsa_name"
14005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14011   layout:
14012     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14013     layout: "plot-throughput-speedup-analysis"
14014
14015 - type: "plot"
14016   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14017   algorithm: "plot_tsa_name"
14018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14020   include:
14021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14027   layout:
14028     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14029     layout: "plot-throughput-speedup-analysis"
14030
14031 - type: "plot"
14032   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14033   algorithm: "plot_tsa_name"
14034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14043   layout:
14044     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14045     layout: "plot-throughput-speedup-analysis"
14046
14047 - type: "plot"
14048   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14049   algorithm: "plot_tsa_name"
14050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14059   layout:
14060     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14061     layout: "plot-throughput-speedup-analysis"
14062
14063 - type: "plot"
14064   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14065   algorithm: "plot_tsa_name"
14066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14068   include:
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14075   layout:
14076     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14077     layout: "plot-throughput-speedup-analysis"
14078
14079 - type: "plot"
14080   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14081   algorithm: "plot_tsa_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14084   include:
14085     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14088   layout:
14089     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14090     layout: "plot-throughput-speedup-analysis"
14091
14092 - type: "plot"
14093   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14094   algorithm: "plot_tsa_name"
14095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14097   include:
14098     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14101   layout:
14102     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14103     layout: "plot-throughput-speedup-analysis"
14104
14105 - type: "plot"
14106   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14107   algorithm: "plot_tsa_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14114 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14115 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14116   layout:
14117     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14125   include:
14126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14129 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14130 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14131   layout:
14132     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 - type: "plot"
14136   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14137   algorithm: "plot_tsa_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14146   layout:
14147     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14161   layout:
14162     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14170   include:
14171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14176   layout:
14177     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14178     layout: "plot-throughput-speedup-analysis"
14179
14180 - type: "plot"
14181   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14182   algorithm: "plot_tsa_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14185   include:
14186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14191   layout:
14192     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 - type: "plot"
14196   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14197   algorithm: "plot_tsa_name"
14198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14200   include:
14201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14207   layout:
14208     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14209     layout: "plot-throughput-speedup-analysis"
14210
14211 - type: "plot"
14212   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14213   algorithm: "plot_tsa_name"
14214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14216   include:
14217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14223   layout:
14224     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 - type: "plot"
14228   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14229   algorithm: "plot_tsa_name"
14230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14232   include:
14233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14239   layout:
14240     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14248   include:
14249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14255   layout:
14256     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14257     layout: "plot-throughput-speedup-analysis"
14258
14259 - type: "plot"
14260   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14261   algorithm: "plot_tsa_name"
14262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14264   include:
14265     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14267   layout:
14268     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14269     layout: "plot-throughput-speedup-analysis"
14270
14271 - type: "plot"
14272   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14273   algorithm: "plot_tsa_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14276   include:
14277     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14279   layout:
14280     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14281     layout: "plot-throughput-speedup-analysis"
14282
14283 - type: "plot"
14284   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14285   algorithm: "plot_tsa_name"
14286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14288   include:
14289     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14293   layout:
14294     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14295     layout: "plot-throughput-speedup-analysis"
14296
14297 - type: "plot"
14298   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14299   algorithm: "plot_tsa_name"
14300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14302   include:
14303     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14307   layout:
14308     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14309     layout: "plot-throughput-speedup-analysis"
14310
14311 - type: "plot"
14312   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14313   algorithm: "plot_tsa_name"
14314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14316   include:
14317     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14321   layout:
14322     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 - type: "plot"
14326   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14327   algorithm: "plot_tsa_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14330   include:
14331     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14335   layout:
14336     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14337     layout: "plot-throughput-speedup-analysis"
14338
14339 - type: "plot"
14340   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14341   algorithm: "plot_tsa_name"
14342   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14344   include:
14345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14351   layout:
14352     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 - type: "plot"
14356   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14357   algorithm: "plot_tsa_name"
14358   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14360   include:
14361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14367   layout:
14368     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 - type: "plot"
14372   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14373   algorithm: "plot_tsa_name"
14374   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14376   include:
14377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14382   layout:
14383     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14384     layout: "plot-throughput-speedup-analysis"
14385
14386 - type: "plot"
14387   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14388   algorithm: "plot_tsa_name"
14389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14391   include:
14392     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14397   layout:
14398     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14406   include:
14407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14412   layout:
14413     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14421   include:
14422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14427   layout:
14428     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14436   include:
14437     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14440   layout:
14441     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14449   include:
14450     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14453   layout:
14454     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14455     layout: "plot-throughput-speedup-analysis"
14456
14457 - type: "plot"
14458   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14459   algorithm: "plot_tsa_name"
14460   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14462   include:
14463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14466   layout:
14467     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14479   layout:
14480     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14488   include:
14489     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14494   layout:
14495     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14509   layout:
14510     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14524   layout:
14525     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14526     layout: "plot-throughput-speedup-analysis"
14527
14528 - type: "plot"
14529   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14530   algorithm: "plot_tsa_name"
14531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14533   include:
14534     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14539   layout:
14540     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14541     layout: "plot-throughput-speedup-analysis"
14542
14543 - type: "plot"
14544   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14545   algorithm: "plot_tsa_name"
14546   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14548   include:
14549     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14550     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14551     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14552     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14553     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14554     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14555   layout:
14556     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14564   include:
14565     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14566     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14567     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14568     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14569     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14570     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14571   layout:
14572     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14580   include:
14581     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14582     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14583     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14584     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14585   layout:
14586     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14594   include:
14595     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14596     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14597     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14598     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14599   layout:
14600     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14610     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14611     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14612     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14613     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14615   layout:
14616     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14626     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14627     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14628     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14629     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14630     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14631   layout:
14632     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14642     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14643     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14644     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14645     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14646     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14647   layout:
14648     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14658     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14659     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14660     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14661     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14662     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14663   layout:
14664     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14665     layout: "plot-throughput-speedup-analysis"
14666
14667 - type: "plot"
14668   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14669   algorithm: "plot_tsa_name"
14670   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14672   include:
14673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14679   layout:
14680     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14695   layout:
14696     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14704   include:
14705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14711   layout:
14712     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14720   include:
14721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14727   layout:
14728     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14743   layout:
14744     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14759   layout:
14760     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14773   layout:
14774     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14782   include:
14783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14787   layout:
14788     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14796   include:
14797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14801   layout:
14802     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 - type: "plot"
14806   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14807   algorithm: "plot_tsa_name"
14808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14810   include:
14811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14815   layout:
14816     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14824   include:
14825     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14826     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14827     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14828     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14831   layout:
14832     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14833     layout: "plot-throughput-speedup-analysis"
14834
14835 - type: "plot"
14836   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14837   algorithm: "plot_tsa_name"
14838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14840   include:
14841     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14842     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14843     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14844     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14847   layout:
14848     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 - type: "plot"
14852   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14853   algorithm: "plot_tsa_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14856   include:
14857     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14858     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14859     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14860     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14862   layout:
14863     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14873     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14874     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14875     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14876     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14877   layout:
14878     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14907   layout:
14908     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14921   layout:
14922     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14935   layout:
14936     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14951   layout:
14952     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14960   include:
14961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14967   layout:
14968     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14976   include:
14977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14983   layout:
14984     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 - type: "plot"
14988   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14989   algorithm: "plot_tsa_name"
14990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14992   include:
14993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14999   layout:
15000     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15001     layout: "plot-throughput-speedup-analysis"
15002
15003 - type: "plot"
15004   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15005   algorithm: "plot_tsa_name"
15006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15008   include:
15009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15015   layout:
15016     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15031   layout:
15032     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15040   include:
15041     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15042     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15043     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15044     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15045     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15046     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15047   layout:
15048     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15056   include:
15057     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15058     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15059     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15060     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15061     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15062     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15063   layout:
15064     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15074     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15075     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15076     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15077     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15078     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15079   layout:
15080     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15088   include:
15089     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15090     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15091     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15092     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15093     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15094     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15095   layout:
15096     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15110   layout:
15111     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15119   include:
15120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15125   layout:
15126     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15127     layout: "plot-throughput-speedup-analysis"
15128
15129 - type: "plot"
15130   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15131   algorithm: "plot_tsa_name"
15132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15134   include:
15135     - "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"
15136     - "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"
15137     - "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"
15138     - "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"
15139     - "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"
15140   layout:
15141     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15149   include:
15150     - "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"
15151     - "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"
15152     - "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"
15153     - "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"
15154     - "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"
15155   layout:
15156     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15157     layout: "plot-throughput-speedup-analysis"
15158
15159 - type: "plot"
15160   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15161   algorithm: "plot_tsa_name"
15162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15164   include:
15165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15170   layout:
15171     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15172     layout: "plot-throughput-speedup-analysis"
15173
15174 - type: "plot"
15175   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15176   algorithm: "plot_tsa_name"
15177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15179   include:
15180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15185   layout:
15186     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15194   include:
15195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15200   layout:
15201     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15202     layout: "plot-throughput-speedup-analysis"
15203
15204 - type: "plot"
15205   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15206   algorithm: "plot_tsa_name"
15207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15209   include:
15210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15215   layout:
15216     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15217     layout: "plot-throughput-speedup-analysis"
15218
15219 - type: "plot"
15220   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15221   algorithm: "plot_tsa_name"
15222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15224   include:
15225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15230   layout:
15231     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15239   include:
15240     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15242     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15243     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15244     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15245   layout:
15246     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15247     layout: "plot-throughput-speedup-analysis"
15248
15249 - type: "plot"
15250   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15251   algorithm: "plot_tsa_name"
15252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15254   include:
15255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15260   layout:
15261     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15269   include:
15270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15275   layout:
15276     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15284   include:
15285     - "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"
15286     - "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"
15287     - "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"
15288     - "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"
15289   layout:
15290     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "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"
15300     - "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"
15301     - "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"
15302     - "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"
15303   layout:
15304     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15312   include:
15313     - "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"
15314     - "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"
15315     - "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"
15316     - "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"
15317   layout:
15318     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15326   include:
15327     - "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"
15328     - "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"
15329     - "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"
15330     - "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"
15331   layout:
15332     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15340   include:
15341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15347   layout:
15348     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15356   include:
15357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15363   layout:
15364     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15372   include:
15373     - "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"
15374     - "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"
15375     - "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"
15376     - "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"
15377     - "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"
15378     - "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"
15379   layout:
15380     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15388   include:
15389     - "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"
15390     - "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"
15391     - "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"
15392     - "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"
15393     - "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"
15394     - "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"
15395   layout:
15396     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15404   include:
15405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15411   layout:
15412     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15413     layout: "plot-throughput-speedup-analysis"
15414
15415 - type: "plot"
15416   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15417   algorithm: "plot_tsa_name"
15418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15420   include:
15421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15427   layout:
15428     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15436   include:
15437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15442   layout:
15443     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15451   include:
15452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15456     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15457   layout:
15458     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15459     layout: "plot-throughput-speedup-analysis"
15460
15461 - type: "plot"
15462   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15463   algorithm: "plot_tsa_name"
15464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15466   include:
15467     - "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"
15468     - "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"
15469   layout:
15470     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15478   include:
15479     - "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"
15480     - "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"
15481   layout:
15482     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15490   include:
15491     - "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"
15492     - "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"
15493   layout:
15494     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 - type: "plot"
15498   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15499   algorithm: "plot_tsa_name"
15500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15502   include:
15503     - "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"
15504     - "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"
15505   layout:
15506     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15507     layout: "plot-throughput-speedup-analysis"
15508
15509 - type: "plot"
15510   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15511   algorithm: "plot_tsa_name"
15512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15514   include:
15515     - "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"
15516     - "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"
15517     - "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"
15518     - "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"
15519     - "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"
15520     - "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"
15521   layout:
15522     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15530   include:
15531     - "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"
15532     - "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"
15533     - "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"
15534     - "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"
15535     - "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"
15536     - "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"
15537   layout:
15538     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15539     layout: "plot-throughput-speedup-analysis"
15540
15541 - type: "plot"
15542   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15543   algorithm: "plot_tsa_name"
15544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15546   include:
15547     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15548     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15549     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15550     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15551     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15552   layout:
15553     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15561   include:
15562     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15563     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15564     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15565     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15566     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15567   layout:
15568     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 - type: "plot"
15572   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15573   algorithm: "plot_tsa_name"
15574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15576   include:
15577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15582   layout:
15583     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 - type: "plot"
15587   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15588   algorithm: "plot_tsa_name"
15589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15591   include:
15592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15597   layout:
15598     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15599     layout: "plot-throughput-speedup-analysis"
15600
15601 - type: "plot"
15602   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15603   algorithm: "plot_tsa_name"
15604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15606   include:
15607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15613   layout:
15614     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15622   include:
15623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15629   layout:
15630     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15638   include:
15639     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15641     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15642     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15643   layout:
15644     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15652   include:
15653     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15657   layout:
15658     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15666   include:
15667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15672   layout:
15673     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15681   include:
15682     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15683     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15687   layout:
15688     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15696   include:
15697     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15698     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15699     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15700     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15701     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15702     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15703   layout:
15704     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 - type: "plot"
15708   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15709   algorithm: "plot_tsa_name"
15710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15712   include:
15713     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15714     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15715     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15716     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15717     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15718     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15719   layout:
15720     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15721     layout: "plot-throughput-speedup-analysis"
15722
15723 - type: "plot"
15724   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15725   algorithm: "plot_tsa_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15728   include:
15729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15733   layout:
15734     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15735     layout: "plot-throughput-speedup-analysis"
15736
15737 - type: "plot"
15738   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15739   algorithm: "plot_tsa_name"
15740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15741   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15742   include:
15743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15747   layout:
15748     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15756   include:
15757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15763   layout:
15764     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15772   include:
15773     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15779   layout:
15780     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15781     layout: "plot-throughput-speedup-analysis"
15782
15783 - type: "plot"
15784   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15785   algorithm: "plot_tsa_name"
15786   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15787   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15788   include:
15789     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15795   layout:
15796     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15804   include:
15805     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15811   layout:
15812     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15820   include:
15821     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15822     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15823     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15824     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15825     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15827   layout:
15828     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15829     layout: "plot-throughput-speedup-analysis"
15830
15831 - type: "plot"
15832   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15833   algorithm: "plot_tsa_name"
15834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15836   include:
15837     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15838     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15839     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15843   layout:
15844     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15845     layout: "plot-throughput-speedup-analysis"
15846
15847 - type: "plot"
15848   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15849   algorithm: "plot_tsa_name"
15850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15852   include:
15853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15854     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15855     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15856     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15857     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15858     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15859   layout:
15860     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15861     layout: "plot-throughput-speedup-analysis"
15862
15863 - type: "plot"
15864   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15865   algorithm: "plot_tsa_name"
15866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15868   include:
15869     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15870     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15871     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15872     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15873     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15874     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15875   layout:
15876     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15877     layout: "plot-throughput-speedup-analysis"
15878
15879 - type: "plot"
15880   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15881   algorithm: "plot_tsa_name"
15882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15884   include:
15885     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15887     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15889     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15891   layout:
15892     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15900   include:
15901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15902     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15903     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15904     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15907   layout:
15908     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 #- type: "plot"
15912 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15913 #  algorithm: "plot_tsa_name"
15914 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15915 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15916 #  include:
15917 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15918 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15919 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15920 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15921 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15922 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15923 #  layout:
15924 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15925 #    layout: "plot-throughput-speedup-analysis"
15926 #
15927 #- type: "plot"
15928 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15929 #  algorithm: "plot_tsa_name"
15930 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15931 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15932 #  include:
15933 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15934 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15935 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15936 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15937 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15938 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15939 #  layout:
15940 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15941 #    layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15948   include:
15949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15954   layout:
15955     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15963   include:
15964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15969   layout:
15970     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15978   include:
15979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15985   layout:
15986     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15994   include:
15995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16001   layout:
16002     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16010   include:
16011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16016   layout:
16017     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16025   include:
16026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16031   layout:
16032     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 #- type: "plot"
16036 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16037 #  algorithm: "plot_tsa_name"
16038 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16039 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16040 #  include:
16041 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16042 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16043 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16044 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16045 #  layout:
16046 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16047 #    layout: "plot-throughput-speedup-analysis"
16048 #
16049 #- type: "plot"
16050 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16051 #  algorithm: "plot_tsa_name"
16052 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16053 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16054 #  include:
16055 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16056 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16057 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16058 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16059 #  layout:
16060 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16061 #    layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16068   include:
16069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16075   layout:
16076     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16084   include:
16085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16091   layout:
16092     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16100   include:
16101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16106   layout:
16107     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16115   include:
16116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16119     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16120     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16121   layout:
16122     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16130   include:
16131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16133     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16137   layout:
16138     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16146   include:
16147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16153   layout:
16154     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16162   include:
16163     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16165     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16166     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16167   layout:
16168     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16176   include:
16177     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16179     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16180     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16181   layout:
16182     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16190   include:
16191     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16192     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16196   layout:
16197     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16198     layout: "plot-throughput-speedup-analysis"
16199
16200 - type: "plot"
16201   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16202   algorithm: "plot_tsa_name"
16203   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16204   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16205   include:
16206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16211   layout:
16212     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16220   include:
16221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16222     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16223     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16224     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16225     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16226     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16227   layout:
16228     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16229     layout: "plot-throughput-speedup-analysis"
16230
16231 - type: "plot"
16232   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16233   algorithm: "plot_tsa_name"
16234   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16235   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16236   include:
16237     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16238     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16239     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16240     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16241     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16242     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16243   layout:
16244     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16245     layout: "plot-throughput-speedup-analysis"
16246
16247 #- type: "plot"
16248 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16249 #  algorithm: "plot_tsa_name"
16250 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16251 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16252 #  include:
16253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16254 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16255 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16256 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16257 #  layout:
16258 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16259 #    layout: "plot-throughput-speedup-analysis"
16260 #
16261 #- type: "plot"
16262 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16263 #  algorithm: "plot_tsa_name"
16264 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16265 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16266 #  include:
16267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16269 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16270 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16271 #  layout:
16272 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16273 #    layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16280   include:
16281     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16282     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16283     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16284     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16285     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16286     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16287   layout:
16288     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16296   include:
16297     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16298     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16299     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16300     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16301     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16302     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16303   layout:
16304     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 #- type: "plot"
16308 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16309 #  algorithm: "plot_tsa_name"
16310 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16311 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16312 #  include:
16313 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16314 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16315 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16316 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16317 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16318 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16319 #  layout:
16320 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16321 #    layout: "plot-throughput-speedup-analysis"
16322 #
16323 #- type: "plot"
16324 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16325 #  algorithm: "plot_tsa_name"
16326 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16327 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16328 #  include:
16329 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16330 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16331 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16332 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16333 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16334 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16335 #  layout:
16336 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16337 #    layout: "plot-throughput-speedup-analysis"
16338
16339 #- type: "plot"
16340 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16341 #  algorithm: "plot_tsa_name"
16342 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16343 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16344 #  include:
16345 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16346 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16347 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16348 #  layout:
16349 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16350 #    layout: "plot-throughput-speedup-analysis"
16351 #
16352 #- type: "plot"
16353 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16354 #  algorithm: "plot_tsa_name"
16355 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16356 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16357 #  include:
16358 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16359 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16360 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16361 #  layout:
16362 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16363 #    layout: "plot-throughput-speedup-analysis"
16364
16365 ################################################################################
16366
16367 # Packet Throughput - DPDK
16368
16369 # 2n-skx-xxv710
16370
16371 - type: "plot"
16372   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16373   algorithm: "plot_perf_box_name"
16374   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16375   data: "plot-dpdk-throughput-latency-2n-skx"
16376   include:
16377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16378     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16379   layout:
16380     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16381     layout: "plot-throughput"
16382
16383 - type: "plot"
16384   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16385   algorithm: "plot_perf_box_name"
16386   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16387   data: "plot-dpdk-throughput-latency-2n-skx"
16388   include:
16389     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16390     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16391   layout:
16392     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16393     layout: "plot-throughput"
16394
16395 - type: "plot"
16396   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16397   algorithm: "plot_perf_box_name"
16398   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16399   data: "plot-dpdk-throughput-latency-2n-skx"
16400   include:
16401     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16402     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16403   layout:
16404     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16405     layout: "plot-throughput"
16406
16407 - type: "plot"
16408   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16409   algorithm: "plot_perf_box_name"
16410   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16411   data: "plot-dpdk-throughput-latency-2n-skx"
16412   include:
16413     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16414     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16415   layout:
16416     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16417     layout: "plot-throughput"
16418
16419 # 2n-skx-x710
16420
16421 - type: "plot"
16422   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16423   algorithm: "plot_perf_box_name"
16424   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16425   data: "plot-dpdk-throughput-latency-2n-skx"
16426   include:
16427     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16428     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16429   layout:
16430     title: "2n-skx-x710-64b-2t1c-base-ndr"
16431     layout: "plot-throughput"
16432
16433 - type: "plot"
16434   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16435   algorithm: "plot_perf_box_name"
16436   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16437   data: "plot-dpdk-throughput-latency-2n-skx"
16438   include:
16439     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16440     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16441   layout:
16442     title: "2n-skx-x710-64b-4t2c-base-ndr"
16443     layout: "plot-throughput"
16444
16445 - type: "plot"
16446   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16447   algorithm: "plot_perf_box_name"
16448   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16449   data: "plot-dpdk-throughput-latency-2n-skx"
16450   include:
16451     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16452     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16453   layout:
16454     title: "2n-skx-x710-64b-2t1c-base-pdr"
16455     layout: "plot-throughput"
16456
16457 - type: "plot"
16458   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16459   algorithm: "plot_perf_box_name"
16460   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16461   data: "plot-dpdk-throughput-latency-2n-skx"
16462   include:
16463     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16464     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16465   layout:
16466     title: "2n-skx-x710-64b-4t2c-base-pdr"
16467     layout: "plot-throughput"
16468
16469 # 3n-skx-xxv710
16470
16471 - type: "plot"
16472   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16473   algorithm: "plot_perf_box_name"
16474   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16475   data: "plot-dpdk-throughput-latency-3n-skx"
16476   include:
16477     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16478     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16479   layout:
16480     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16481     layout: "plot-throughput"
16482
16483 - type: "plot"
16484   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16485   algorithm: "plot_perf_box_name"
16486   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16487   data: "plot-dpdk-throughput-latency-3n-skx"
16488   include:
16489     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16490     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16491   layout:
16492     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16493     layout: "plot-throughput"
16494
16495 - type: "plot"
16496   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16497   algorithm: "plot_perf_box_name"
16498   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16499   data: "plot-dpdk-throughput-latency-3n-skx"
16500   include:
16501     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16502     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16503   layout:
16504     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16505     layout: "plot-throughput"
16506
16507 - type: "plot"
16508   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16509   algorithm: "plot_perf_box_name"
16510   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16511   data: "plot-dpdk-throughput-latency-3n-skx"
16512   include:
16513     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16514     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16515   layout:
16516     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16517     layout: "plot-throughput"
16518
16519 # 3n-skx-x710
16520
16521 - type: "plot"
16522   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16523   algorithm: "plot_perf_box_name"
16524   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16525   data: "plot-dpdk-throughput-latency-3n-skx"
16526   include:
16527     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16528     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16529   layout:
16530     title: "3n-skx-x710-64b-2t1c-base-ndr"
16531     layout: "plot-throughput"
16532
16533 - type: "plot"
16534   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16535   algorithm: "plot_perf_box_name"
16536   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16537   data: "plot-dpdk-throughput-latency-3n-skx"
16538   include:
16539     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16540     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16541   layout:
16542     title: "3n-skx-x710-64b-4t2c-base-ndr"
16543     layout: "plot-throughput"
16544
16545 - type: "plot"
16546   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16547   algorithm: "plot_perf_box_name"
16548   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16549   data: "plot-dpdk-throughput-latency-3n-skx"
16550   include:
16551     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16552     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16553   layout:
16554     title: "3n-skx-x710-64b-2t1c-base-pdr"
16555     layout: "plot-throughput"
16556
16557 - type: "plot"
16558   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16559   algorithm: "plot_perf_box_name"
16560   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16561   data: "plot-dpdk-throughput-latency-3n-skx"
16562   include:
16563     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16564     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16565   layout:
16566     title: "3n-skx-x710-64b-4t2c-base-pdr"
16567     layout: "plot-throughput"
16568
16569 # 3n-hsw-xl710
16570
16571 - type: "plot"
16572   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16573   algorithm: "plot_perf_box_name"
16574   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16575   data: "plot-dpdk-throughput-latency-3n-hsw"
16576   include:
16577     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16578     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16579   layout:
16580     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16581     layout: "plot-throughput"
16582
16583 - type: "plot"
16584   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16585   algorithm: "plot_perf_box_name"
16586   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16587   data: "plot-dpdk-throughput-latency-3n-hsw"
16588   include:
16589     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16590     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16591   layout:
16592     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16593     layout: "plot-throughput"
16594
16595 - type: "plot"
16596   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16597   algorithm: "plot_perf_box_name"
16598   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16599   data: "plot-dpdk-throughput-latency-3n-hsw"
16600   include:
16601     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16602     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16603   layout:
16604     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16605     layout: "plot-throughput"
16606
16607 - type: "plot"
16608   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16609   algorithm: "plot_perf_box_name"
16610   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16611   data: "plot-dpdk-throughput-latency-3n-hsw"
16612   include:
16613     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16614     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16615   layout:
16616     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16617     layout: "plot-throughput"
16618
16619 # 3n-hsw-x710
16620
16621 - type: "plot"
16622   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16623   algorithm: "plot_perf_box_name"
16624   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16625   data: "plot-dpdk-throughput-latency-3n-hsw"
16626   include:
16627     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16628     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16629   layout:
16630     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16631     layout: "plot-throughput"
16632
16633 - type: "plot"
16634   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16635   algorithm: "plot_perf_box_name"
16636   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16637   data: "plot-dpdk-throughput-latency-3n-hsw"
16638   include:
16639     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16640     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16641   layout:
16642     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16643     layout: "plot-throughput"
16644
16645 - type: "plot"
16646   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16647   algorithm: "plot_perf_box_name"
16648   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16649   data: "plot-dpdk-throughput-latency-3n-hsw"
16650   include:
16651     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16652     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16653   layout:
16654     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16655     layout: "plot-throughput"
16656
16657 - type: "plot"
16658   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16659   algorithm: "plot_perf_box_name"
16660   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16661   data: "plot-dpdk-throughput-latency-3n-hsw"
16662   include:
16663     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16664     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16665   layout:
16666     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16667     layout: "plot-throughput"
16668
16669 # 2n-dnv-x553
16670
16671 - type: "plot"
16672   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16673   algorithm: "plot_perf_box_name"
16674   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16675   data: "plot-dpdk-throughput-latency-2n-dnv"
16676   include:
16677     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16678     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16679   layout:
16680     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16681     layout: "plot-throughput"
16682
16683 - type: "plot"
16684   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16685   algorithm: "plot_perf_box_name"
16686   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16687   data: "plot-dpdk-throughput-latency-2n-dnv"
16688   include:
16689     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16690     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16691   layout:
16692     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16693     layout: "plot-throughput"
16694
16695 - type: "plot"
16696   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16697   algorithm: "plot_perf_box_name"
16698   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16699   data: "plot-dpdk-throughput-latency-2n-dnv"
16700   include:
16701     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16702     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16703   layout:
16704     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16705     layout: "plot-throughput"
16706
16707 - type: "plot"
16708   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16709   algorithm: "plot_perf_box_name"
16710   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16711   data: "plot-dpdk-throughput-latency-2n-dnv"
16712   include:
16713     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16714     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16715   layout:
16716     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16717     layout: "plot-throughput"
16718
16719 # 3n-dnv-x553
16720
16721 - type: "plot"
16722   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16723   algorithm: "plot_perf_box_name"
16724   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16725   data: "plot-dpdk-throughput-latency-3n-dnv"
16726   include:
16727     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16728     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16729   layout:
16730     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16731     layout: "plot-throughput"
16732
16733 - type: "plot"
16734   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16737   data: "plot-dpdk-throughput-latency-3n-dnv"
16738   include:
16739     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16740     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16741   layout:
16742     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16743     layout: "plot-throughput"
16744
16745 - type: "plot"
16746   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16747   algorithm: "plot_perf_box_name"
16748   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16749   data: "plot-dpdk-throughput-latency-3n-dnv"
16750   include:
16751     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16752     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16753   layout:
16754     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16755     layout: "plot-throughput"
16756
16757 - type: "plot"
16758   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16759   algorithm: "plot_perf_box_name"
16760   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16761   data: "plot-dpdk-throughput-latency-3n-dnv"
16762   include:
16763     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16764     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16765   layout:
16766     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16767     layout: "plot-throughput"
16768
16769 # 3n-tsh-x520
16770
16771 - type: "plot"
16772   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16773   algorithm: "plot_perf_box_name"
16774   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16775   data: "plot-dpdk-throughput-latency-3n-tsh"
16776   include:
16777     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16778     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16779   layout:
16780     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16781     layout: "plot-throughput"
16782
16783 - type: "plot"
16784   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16785   algorithm: "plot_perf_box_name"
16786   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16787   data: "plot-dpdk-throughput-latency-3n-tsh"
16788   include:
16789     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16790     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16791   layout:
16792     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16793     layout: "plot-throughput"
16794
16795 - type: "plot"
16796   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16797   algorithm: "plot_perf_box_name"
16798   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16799   data: "plot-dpdk-throughput-latency-3n-tsh"
16800   include:
16801     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16802     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16803   layout:
16804     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16809   algorithm: "plot_perf_box_name"
16810   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16811   data: "plot-dpdk-throughput-latency-3n-tsh"
16812   include:
16813     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16814     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16815   layout:
16816     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16817     layout: "plot-throughput"
16818
16819 ################################################################################
16820 ###   2n-clx                                                                 ###
16821 ################################################################################
16822
16823 # Packet Throughput
16824
16825 - type: "plot"
16826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16830   include:
16831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16835   layout:
16836     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16837     layout: "plot-throughput"
16838
16839 - type: "plot"
16840   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16841   algorithm: "plot_perf_box_name"
16842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16844   include:
16845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16846     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16848     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16849   layout:
16850     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16851     layout: "plot-throughput"
16852
16853 - type: "plot"
16854   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16855   algorithm: "plot_perf_box_name"
16856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16858   include:
16859     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16860     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16863   layout:
16864     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16865     layout: "plot-throughput"
16866
16867 - type: "plot"
16868   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16869   algorithm: "plot_perf_box_name"
16870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16872   include:
16873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16877   layout:
16878     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16879     layout: "plot-throughput"
16880
16881 - type: "plot"
16882   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16883   algorithm: "plot_perf_box_name"
16884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16886   include:
16887     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16888     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16889     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16890     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16891   layout:
16892     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16893     layout: "plot-throughput"
16894
16895 - type: "plot"
16896   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16897   algorithm: "plot_perf_box_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16900   include:
16901     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16902     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16903     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16904     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16905   layout:
16906     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16907     layout: "plot-throughput"
16908
16909 - type: "plot"
16910   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16911   algorithm: "plot_perf_box_name"
16912   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16914   include:
16915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16921   layout:
16922     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16923     layout: "plot-throughput"
16924
16925 - type: "plot"
16926   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16930   include:
16931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16936   layout:
16937     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16938     layout: "plot-throughput"
16939
16940 - type: "plot"
16941   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16942   algorithm: "plot_perf_box_name"
16943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16945   include:
16946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16950   layout:
16951     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16952     layout: "plot-throughput"
16953
16954 - type: "plot"
16955   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16956   algorithm: "plot_perf_box_name"
16957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16959   include:
16960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16964   layout:
16965     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16970   algorithm: "plot_perf_box_name"
16971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16973   include:
16974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16977   layout:
16978     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16979     layout: "plot-throughput"
16980
16981 - type: "plot"
16982   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16983   algorithm: "plot_perf_box_name"
16984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16986   include:
16987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16990   layout:
16991     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16992     layout: "plot-throughput"
16993
16994 - type: "plot"
16995   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16996   algorithm: "plot_perf_box_name"
16997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16999   include:
17000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17005   layout:
17006     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17020   layout:
17021     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17026   algorithm: "plot_perf_box_name"
17027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17029   include:
17030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17033   layout:
17034     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17042   include:
17043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17046   layout:
17047     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17048     layout: "plot-throughput"
17049
17050 - type: "plot"
17051   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17055   include:
17056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17062   layout:
17063     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17064     layout: "plot-throughput"
17065
17066 - type: "plot"
17067   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17068   algorithm: "plot_perf_box_name"
17069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17071   include:
17072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17078   layout:
17079     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17080     layout: "plot-throughput"
17081
17082 - type: "plot"
17083   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17087   include:
17088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17094   layout:
17095     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17096     layout: "plot-throughput"
17097
17098 - type: "plot"
17099   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17100   algorithm: "plot_perf_box_name"
17101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17103   include:
17104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17122   layout:
17123     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17124     layout: "plot-throughput"
17125
17126 - type: "plot"
17127   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17128   algorithm: "plot_perf_box_name"
17129   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17131   include:
17132     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17133     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17134   layout:
17135     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17136     layout: "plot-throughput"
17137
17138 - type: "plot"
17139   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17143   include:
17144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17150   layout:
17151     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17152     layout: "plot-throughput"
17153
17154 - type: "plot"
17155   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17156   algorithm: "plot_perf_box_name"
17157   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17159   include:
17160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17166   layout:
17167     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17172   algorithm: "plot_perf_box_name"
17173   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17175   include:
17176     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17182   layout:
17183     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17191   include:
17192     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17198   layout:
17199     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17200     layout: "plot-throughput"
17201
17202 - type: "plot"
17203   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17204   algorithm: "plot_perf_box_name"
17205   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17207   include:
17208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17214   layout:
17215     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17223   include:
17224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17230   layout:
17231     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17239   include:
17240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17245   layout:
17246     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17254   include:
17255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17260   layout:
17261     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17262     layout: "plot-throughput"
17263
17264 - type: "plot"
17265   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17266   algorithm: "plot_perf_box_name"
17267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17269   include:
17270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17275   layout:
17276     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17290   layout:
17291     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17292     layout: "plot-throughput"
17293
17294 - type: "plot"
17295   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17299   include:
17300     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17305   layout:
17306     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17307     layout: "plot-throughput"
17308
17309 - type: "plot"
17310   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17311   algorithm: "plot_perf_box_name"
17312   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17314   include:
17315     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17320   layout:
17321     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17326   algorithm: "plot_perf_box_name"
17327   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17329   include:
17330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17335   layout:
17336     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17350   layout:
17351     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17365   layout:
17366     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17377     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17380   layout:
17381     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17382     layout: "plot-throughput"
17383
17384 - type: "plot"
17385   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17389   include:
17390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17396   layout:
17397     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17412   layout:
17413     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17414     layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17421   include:
17422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17426   layout:
17427     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17428     layout: "plot-throughput"
17429
17430 - type: "plot"
17431   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17435   include:
17436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17440   layout:
17441     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17442     layout: "plot-throughput"
17443
17444 - type: "plot"
17445   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17449   include:
17450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17456   layout:
17457     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17465   include:
17466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17472   layout:
17473     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17474     layout: "plot-throughput"
17475
17476 - type: "plot"
17477   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17478   algorithm: "plot_perf_box_name"
17479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17481   include:
17482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17486   layout:
17487     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17488     layout: "plot-throughput"
17489
17490 - type: "plot"
17491   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17492   algorithm: "plot_perf_box_name"
17493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17495   include:
17496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17500   layout:
17501     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509   include:
17510     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17511     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17512     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17513     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17514     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17515     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17516   layout:
17517     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17522   algorithm: "plot_perf_box_name"
17523   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17525   include:
17526     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17527     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17528     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17529     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17530     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17531     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17532   layout:
17533     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17534     layout: "plot-throughput"
17535
17536 - type: "plot"
17537   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17543     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17544     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17545     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17546   layout:
17547     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17555   include:
17556     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17557     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17558     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17559     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17560   layout:
17561     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17566   algorithm: "plot_perf_box_name"
17567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17569   include:
17570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17575   layout:
17576     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17577     layout: "plot-throughput"
17578
17579 - type: "plot"
17580   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17584   include:
17585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17590   layout:
17591     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "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"
17601     - "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"
17602     - "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"
17603     - "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"
17604     - "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"
17605   layout:
17606     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17607     layout: "plot-throughput"
17608
17609 - type: "plot"
17610   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17611   algorithm: "plot_perf_box_name"
17612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17614   include:
17615     - "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"
17616     - "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"
17617     - "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"
17618     - "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"
17619     - "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"
17620   layout:
17621     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17626   algorithm: "plot_perf_box_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17635   layout:
17636     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17637     layout: "plot-throughput"
17638
17639 - type: "plot"
17640   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17641   algorithm: "plot_perf_box_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17650   layout:
17651     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17656   algorithm: "plot_perf_box_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17659   include:
17660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17664     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17665   layout:
17666     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17667     layout: "plot-throughput"
17668
17669 - type: "plot"
17670   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17671   algorithm: "plot_perf_box_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17678     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17680   layout:
17681     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17682     layout: "plot-throughput"
17683
17684 - type: "plot"
17685   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17686   algorithm: "plot_perf_box_name"
17687   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17689   include:
17690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17694   layout:
17695     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17708   layout:
17709     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17710     layout: "plot-throughput"
17711
17712 - type: "plot"
17713   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17714   algorithm: "plot_perf_box_name"
17715   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17717   include:
17718     - "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"
17719     - "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"
17720     - "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"
17721     - "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"
17722   layout:
17723     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "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"
17733     - "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"
17734     - "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"
17735     - "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"
17736   layout:
17737     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17738     layout: "plot-throughput"
17739
17740 - type: "plot"
17741   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17742   algorithm: "plot_perf_box_name"
17743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17745   include:
17746     - "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"
17747     - "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"
17748     - "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"
17749     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17750     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17751     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17752   layout:
17753     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17754     layout: "plot-throughput"
17755
17756 - type: "plot"
17757   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17758   algorithm: "plot_perf_box_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "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"
17763     - "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"
17764     - "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"
17765     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17766     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17767     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17768   layout:
17769     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17770     layout: "plot-throughput"
17771
17772 ################################################################################
17773
17774 # Packet Speedup
17775
17776 - type: "plot"
17777   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17778   algorithm: "plot_tsa_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17786   layout:
17787     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17788     layout: "plot-throughput-speedup-analysis"
17789
17790 - type: "plot"
17791   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17792   algorithm: "plot_tsa_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17800   layout:
17801     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17802     layout: "plot-throughput-speedup-analysis"
17803
17804 - type: "plot"
17805   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17806   algorithm: "plot_tsa_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17814   layout:
17815     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17816     layout: "plot-throughput-speedup-analysis"
17817
17818 - type: "plot"
17819   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17820   algorithm: "plot_tsa_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17828   layout:
17829     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17830     layout: "plot-throughput-speedup-analysis"
17831
17832 - type: "plot"
17833   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17834   algorithm: "plot_tsa_name"
17835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17837   include:
17838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17840     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17841     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17842   layout:
17843     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17844     layout: "plot-throughput-speedup-analysis"
17845
17846 - type: "plot"
17847   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17848   algorithm: "plot_tsa_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17853     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17854     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17855     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17856   layout:
17857     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17858     layout: "plot-throughput-speedup-analysis"
17859
17860 - type: "plot"
17861   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17862   algorithm: "plot_tsa_name"
17863   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17865   include:
17866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17872   layout:
17873     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17874     layout: "plot-throughput-speedup-analysis"
17875
17876 - type: "plot"
17877   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17878   algorithm: "plot_tsa_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17888   layout:
17889     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17890     layout: "plot-throughput-speedup-analysis"
17891
17892 - type: "plot"
17893   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17894   algorithm: "plot_tsa_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17902   layout:
17903     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17904     layout: "plot-throughput-speedup-analysis"
17905
17906 - type: "plot"
17907   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17908   algorithm: "plot_tsa_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17916   layout:
17917     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17918     layout: "plot-throughput-speedup-analysis"
17919
17920 - type: "plot"
17921   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17922   algorithm: "plot_tsa_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17929   layout:
17930     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17931     layout: "plot-throughput-speedup-analysis"
17932
17933 - type: "plot"
17934   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17935   algorithm: "plot_tsa_name"
17936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17938   include:
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17942   layout:
17943     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17944     layout: "plot-throughput-speedup-analysis"
17945
17946 - type: "plot"
17947   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17948   algorithm: "plot_tsa_name"
17949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17951   include:
17952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17957   layout:
17958     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17959     layout: "plot-throughput-speedup-analysis"
17960
17961 - type: "plot"
17962   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17963   algorithm: "plot_tsa_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17972   layout:
17973     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17974     layout: "plot-throughput-speedup-analysis"
17975
17976 - type: "plot"
17977   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17978   algorithm: "plot_tsa_name"
17979   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17981   include:
17982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17985   layout:
17986     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17987     layout: "plot-throughput-speedup-analysis"
17988
17989 - type: "plot"
17990   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17991   algorithm: "plot_tsa_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17998   layout:
17999     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18000     layout: "plot-throughput-speedup-analysis"
18001
18002 - type: "plot"
18003   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18004   algorithm: "plot_tsa_name"
18005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18007   include:
18008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18016     layout: "plot-throughput-speedup-analysis"
18017
18018 - type: "plot"
18019   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18020   algorithm: "plot_tsa_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18030   layout:
18031     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18032     layout: "plot-throughput-speedup-analysis"
18033
18034 - type: "plot"
18035   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18036   algorithm: "plot_tsa_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18046   layout:
18047     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18048     layout: "plot-throughput-speedup-analysis"
18049
18050 - type: "plot"
18051   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18052   algorithm: "plot_tsa_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18062   layout:
18063     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18064     layout: "plot-throughput-speedup-analysis"
18065
18066 - type: "plot"
18067   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18068   algorithm: "plot_tsa_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18074   layout:
18075     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18076     layout: "plot-throughput-speedup-analysis"
18077
18078 - type: "plot"
18079   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18080   algorithm: "plot_tsa_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18086   layout:
18087     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18088     layout: "plot-throughput-speedup-analysis"
18089
18090 - type: "plot"
18091   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18092   algorithm: "plot_tsa_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18102   layout:
18103     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18104     layout: "plot-throughput-speedup-analysis"
18105
18106 - type: "plot"
18107   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18108   algorithm: "plot_tsa_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18115     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18116     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18118   layout:
18119     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18120     layout: "plot-throughput-speedup-analysis"
18121
18122 - type: "plot"
18123   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18124   algorithm: "plot_tsa_name"
18125   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18127   include:
18128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18134   layout:
18135     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18136     layout: "plot-throughput-speedup-analysis"
18137
18138 - type: "plot"
18139   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18140   algorithm: "plot_tsa_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18150   layout:
18151     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18152     layout: "plot-throughput-speedup-analysis"
18153
18154 - type: "plot"
18155   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18156   algorithm: "plot_tsa_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18166   layout:
18167     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18168     layout: "plot-throughput-speedup-analysis"
18169
18170 - type: "plot"
18171   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18172   algorithm: "plot_tsa_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18182   layout:
18183     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18184     layout: "plot-throughput-speedup-analysis"
18185
18186 - type: "plot"
18187   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18188   algorithm: "plot_tsa_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18197   layout:
18198     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18199     layout: "plot-throughput-speedup-analysis"
18200
18201 - type: "plot"
18202   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18203   algorithm: "plot_tsa_name"
18204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18206   include:
18207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18212   layout:
18213     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18214     layout: "plot-throughput-speedup-analysis"
18215
18216 - type: "plot"
18217   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18218   algorithm: "plot_tsa_name"
18219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18221   include:
18222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18227   layout:
18228     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18229     layout: "plot-throughput-speedup-analysis"
18230
18231 - type: "plot"
18232   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18233   algorithm: "plot_tsa_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18242   layout:
18243     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18244     layout: "plot-throughput-speedup-analysis"
18245
18246 - type: "plot"
18247   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18248   algorithm: "plot_tsa_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18257   layout:
18258     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18259     layout: "plot-throughput-speedup-analysis"
18260
18261 - type: "plot"
18262   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18263   algorithm: "plot_tsa_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18272   layout:
18273     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18274     layout: "plot-throughput-speedup-analysis"
18275
18276 - type: "plot"
18277   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18278   algorithm: "plot_tsa_name"
18279   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18281   include:
18282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18287   layout:
18288     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18289     layout: "plot-throughput-speedup-analysis"
18290
18291 - type: "plot"
18292   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18293   algorithm: "plot_tsa_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18302   layout:
18303     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18304     layout: "plot-throughput-speedup-analysis"
18305
18306 - type: "plot"
18307   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18308   algorithm: "plot_tsa_name"
18309   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18311   include:
18312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18317   layout:
18318     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18332   layout:
18333     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18334     layout: "plot-throughput-speedup-analysis"
18335
18336 - type: "plot"
18337   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18338   algorithm: "plot_tsa_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18348   layout:
18349     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18364   layout:
18365     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18378   layout:
18379     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18380     layout: "plot-throughput-speedup-analysis"
18381
18382 - type: "plot"
18383   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18384   algorithm: "plot_tsa_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18392   layout:
18393     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18394     layout: "plot-throughput-speedup-analysis"
18395
18396 - type: "plot"
18397   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18398   algorithm: "plot_tsa_name"
18399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18401   include:
18402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18408   layout:
18409     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18424   layout:
18425     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18426     layout: "plot-throughput-speedup-analysis"
18427
18428 - type: "plot"
18429   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18430   algorithm: "plot_tsa_name"
18431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18433   include:
18434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18438   layout:
18439     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18440     layout: "plot-throughput-speedup-analysis"
18441
18442 - type: "plot"
18443   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18444   algorithm: "plot_tsa_name"
18445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18447   include:
18448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18452   layout:
18453     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18454     layout: "plot-throughput-speedup-analysis"
18455
18456 - type: "plot"
18457   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18458   algorithm: "plot_tsa_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18464     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18465     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18466     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18467     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18468   layout:
18469     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18470     layout: "plot-throughput-speedup-analysis"
18471
18472 - type: "plot"
18473   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18474   algorithm: "plot_tsa_name"
18475   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18477   include:
18478     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18480     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18481     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18482     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18483     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18484   layout:
18485     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18495     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18496     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18497     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18498   layout:
18499     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18500     layout: "plot-throughput-speedup-analysis"
18501
18502 - type: "plot"
18503   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18504   algorithm: "plot_tsa_name"
18505   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18506   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18507   include:
18508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18510     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18512   layout:
18513     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18514     layout: "plot-throughput-speedup-analysis"
18515
18516 - type: "plot"
18517   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18518   algorithm: "plot_tsa_name"
18519   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521   include:
18522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18527   layout:
18528     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18529     layout: "plot-throughput-speedup-analysis"
18530
18531 - type: "plot"
18532   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18533   algorithm: "plot_tsa_name"
18534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18536   include:
18537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18542   layout:
18543     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "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"
18553     - "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"
18554     - "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"
18555     - "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"
18556     - "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"
18557   layout:
18558     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18559     layout: "plot-throughput-speedup-analysis"
18560
18561 - type: "plot"
18562   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18563   algorithm: "plot_tsa_name"
18564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18566   include:
18567     - "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"
18568     - "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"
18569     - "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"
18570     - "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"
18571     - "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"
18572   layout:
18573     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 - type: "plot"
18577   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18578   algorithm: "plot_tsa_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18587   layout:
18588     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18589     layout: "plot-throughput-speedup-analysis"
18590
18591 - type: "plot"
18592   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18593   algorithm: "plot_tsa_name"
18594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18596   include:
18597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18602   layout:
18603     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 - type: "plot"
18607   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18608   algorithm: "plot_tsa_name"
18609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611   include:
18612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18617   layout:
18618     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18619     layout: "plot-throughput-speedup-analysis"
18620
18621 - type: "plot"
18622   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18623   algorithm: "plot_tsa_name"
18624   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18626   include:
18627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18632   layout:
18633     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18634     layout: "plot-throughput-speedup-analysis"
18635
18636 - type: "plot"
18637   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18638   algorithm: "plot_tsa_name"
18639   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18641   include:
18642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18646   layout:
18647     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18648     layout: "plot-throughput-speedup-analysis"
18649
18650 - type: "plot"
18651   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18652   algorithm: "plot_tsa_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18660   layout:
18661     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18662     layout: "plot-throughput-speedup-analysis"
18663
18664 - type: "plot"
18665   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18666   algorithm: "plot_tsa_name"
18667   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18669   include:
18670     - "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"
18671     - "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"
18672     - "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"
18673     - "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"
18674   layout:
18675     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18676     layout: "plot-throughput-speedup-analysis"
18677
18678 - type: "plot"
18679   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18680   algorithm: "plot_tsa_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "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"
18685     - "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"
18686     - "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"
18687     - "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"
18688   layout:
18689     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18690     layout: "plot-throughput-speedup-analysis"
18691
18692 - type: "plot"
18693   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18694   algorithm: "plot_tsa_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "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"
18699     - "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"
18700     - "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"
18701     - "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"
18702     - "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"
18703     - "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"
18704   layout:
18705     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18706     layout: "plot-throughput-speedup-analysis"
18707
18708 - type: "plot"
18709   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18710   algorithm: "plot_tsa_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "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"
18715     - "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"
18716     - "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"
18717     - "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"
18718     - "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"
18719     - "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"
18720   layout:
18721     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18722     layout: "plot-throughput-speedup-analysis"
18723
18724 ################################################################################
18725
18726 # Packet Throughput - DPDK
18727
18728 # 2n-clx-xxv710
18729
18730 - type: "plot"
18731   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18732   algorithm: "plot_perf_box_name"
18733   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18734   data: "plot-dpdk-throughput-latency-2n-clx"
18735   include:
18736     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18737     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18738   layout:
18739     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18740     layout: "plot-throughput"
18741
18742 - type: "plot"
18743   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18744   algorithm: "plot_perf_box_name"
18745   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18746   data: "plot-dpdk-throughput-latency-2n-clx"
18747   include:
18748     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18749     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18750   layout:
18751     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18752     layout: "plot-throughput"
18753
18754 - type: "plot"
18755   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18756   algorithm: "plot_perf_box_name"
18757   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18758   data: "plot-dpdk-throughput-latency-2n-clx"
18759   include:
18760     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18761     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18762   layout:
18763     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18764     layout: "plot-throughput"
18765
18766 - type: "plot"
18767   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18768   algorithm: "plot_perf_box_name"
18769   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18770   data: "plot-dpdk-throughput-latency-2n-clx"
18771   include:
18772     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18773     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18774   layout:
18775     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18776     layout: "plot-throughput"
18777
18778 # 2n-clx-x710
18779
18780 - type: "plot"
18781   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18782   algorithm: "plot_perf_box_name"
18783   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18784   data: "plot-dpdk-throughput-latency-2n-clx"
18785   include:
18786     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18787     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18788   layout:
18789     title: "2n-clx-x710-64b-2t1c-base-ndr"
18790     layout: "plot-throughput"
18791
18792 - type: "plot"
18793   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18794   algorithm: "plot_perf_box_name"
18795   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18796   data: "plot-dpdk-throughput-latency-2n-clx"
18797   include:
18798     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18799     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18800   layout:
18801     title: "2n-clx-x710-64b-4t2c-base-ndr"
18802     layout: "plot-throughput"
18803
18804 - type: "plot"
18805   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18806   algorithm: "plot_perf_box_name"
18807   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18808   data: "plot-dpdk-throughput-latency-2n-clx"
18809   include:
18810     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18811     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18812   layout:
18813     title: "2n-clx-x710-64b-2t1c-base-pdr"
18814     layout: "plot-throughput"
18815
18816 - type: "plot"
18817   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18818   algorithm: "plot_perf_box_name"
18819   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18820   data: "plot-dpdk-throughput-latency-2n-clx"
18821   include:
18822     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18823     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18824   layout:
18825     title: "2n-clx-x710-64b-4t2c-base-pdr"
18826     layout: "plot-throughput"
18827
18828 ################################################################################
18829
18830 - type: "plot"
18831   title: "Latency by percentile: 2n-skx"
18832   algorithm: "plot_hdrh_lat_by_percentile"
18833   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18834   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18835   target-links: "../../_static/vpp"
18836   data: "plot-vpp-hdrh-lat-2n-skx"
18837   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18838   layout:
18839     layout: "plot-hdrh-latency-by-percentile"
18840
18841 - type: "plot"
18842   title: "Latency by percentile: 3n-skx"
18843   algorithm: "plot_hdrh_lat_by_percentile"
18844   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18845   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18846   target-links: "../../_static/vpp"
18847   data: "plot-vpp-hdrh-lat-3n-skx"
18848   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18849   layout:
18850     layout: "plot-hdrh-latency-by-percentile"
18851
18852 - type: "plot"
18853   title: "Latency by percentile: 2n-clx"
18854   algorithm: "plot_hdrh_lat_by_percentile"
18855   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18856   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18857   target-links: "../../_static/vpp"
18858   data: "plot-vpp-hdrh-lat-2n-clx"
18859   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18860   layout:
18861     layout: "plot-hdrh-latency-by-percentile"
18862
18863 - type: "plot"
18864   title: "Latency by percentile: 3n-hsw"
18865   algorithm: "plot_hdrh_lat_by_percentile"
18866   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18867   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18868   target-links: "../../_static/vpp"
18869   data: "plot-vpp-hdrh-lat-3n-hsw"
18870   filter: "'1T1C' and 'NIC_Intel-XL710'"
18871   layout:
18872     layout: "plot-hdrh-latency-by-percentile"
18873
18874 - type: "plot"
18875   title: "Latency by percentile: 3n-tsh"
18876   algorithm: "plot_hdrh_lat_by_percentile"
18877   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18878   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18879   target-links: "../../_static/vpp"
18880   data: "plot-vpp-hdrh-lat-3n-tsh"
18881   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18882   layout:
18883     layout: "plot-hdrh-latency-by-percentile"
18884
18885 - type: "plot"
18886   title: "Latency by percentile: DPDK 2n-skx"
18887   algorithm: "plot_hdrh_lat_by_percentile"
18888   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18889   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18890   target-links: "../../_static/dpdk"
18891   data: "plot-dpdk-hdrh-lat-2n-skx"
18892   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18893   layout:
18894     layout: "plot-hdrh-latency-by-percentile"
18895
18896 - type: "plot"
18897   title: "Latency by percentile: DPDK 3n-skx"
18898   algorithm: "plot_hdrh_lat_by_percentile"
18899   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18900   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18901   target-links: "../../_static/dpdk"
18902   data: "plot-dpdk-hdrh-lat-3n-skx"
18903   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18904   layout:
18905     layout: "plot-hdrh-latency-by-percentile"
18906
18907 - type: "plot"
18908   title: "Latency by percentile: DPDK 2n-clx"
18909   algorithm: "plot_hdrh_lat_by_percentile"
18910   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18911   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18912   target-links: "../../_static/dpdk"
18913   data: "plot-dpdk-hdrh-lat-2n-clx"
18914   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18915   layout:
18916     layout: "plot-hdrh-latency-by-percentile"
18917
18918 - type: "plot"
18919   title: "Latency by percentile: DPDK 3n-hsw"
18920   algorithm: "plot_hdrh_lat_by_percentile"
18921   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18922   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18923   target-links: "../../_static/dpdk"
18924   data: "plot-dpdk-hdrh-lat-3n-hsw"
18925   filter: "'1T1C' and 'NIC_Intel-XL710'"
18926   layout:
18927     layout: "plot-hdrh-latency-by-percentile"
18928
18929 - type: "plot"
18930   title: "Latency by percentile: DPDK 3n-tsh"
18931   algorithm: "plot_hdrh_lat_by_percentile"
18932   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18933   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18934   target-links: "../../_static/dpdk"
18935   data: "plot-dpdk-hdrh-lat-3n-tsh"
18936   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18937   layout:
18938     layout: "plot-hdrh-latency-by-percentile"