030a06387e151ae79c5af13b1dca2d6b50034aac
[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         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # 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         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
275
276     plot-vpp-hdrh-lat-3n-skx:
277       csit-vpp-perf-verify-2001-3n-skx:
278         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
279
280     plot-vpp-nfv-3n-skx-ndrpdr:
281       # TODO: Add data
282       csit-vpp-perf-verify-2001-3n-skx:
283         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
284
285     plot-vpp-nfv-3n-skx-mrr:
286       csit-vpp-perf-verify-2001-3n-skx:
287         - 50  # MRR sel
288
289     plot-dpdk-throughput-latency-3n-skx:
290       csit-dpdk-perf-verify-2001-3n-skx:
291         - 29  # NDRPDR sel xxv710
292         - 33  # NDRPDR sel xxv710
293         - 34  # NDRPDR sel xxv710
294         - 35  # NDRPDR sel xxv710
295         - 36  # NDRPDR sel xxv710
296         - 37  # NDRPDR sel xxv710
297         - 41  # NDRPDR sel xxv710
298         - 42  # NDRPDR sel xxv710
299         - 43  # NDRPDR sel xxv710
300         - 45  # NDRPDR sel xxv710
301         - 30  # NDRPDR sel x710
302         - 31  # NDRPDR sel x710
303         - 32  # NDRPDR sel x710
304         - 38  # NDRPDR sel x710
305         - 39  # NDRPDR sel x710
306         - 40  # NDRPDR sel x710
307         - 44  # NDRPDR sel x710
308         - 46  # NDRPDR sel x710
309         - 47  # NDRPDR sel x710
310         - 48  # NDRPDR sel x710
311
312     plot-dpdk-hdrh-lat-3n-skx:
313       csit-dpdk-perf-verify-2001-3n-skx:
314         - 29  # NDRPDR sel xxv710
315
316     # 2n-skx
317
318     plot-vpp-throughput-lat-tsa-2n-skx:
319       csit-vpp-perf-verify-2001-2n-skx:
320         - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
321         - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
322         - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
323         - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
324         - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
325         - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
326         - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
327         - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
328         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
329
330     plot-vpp-hdrh-lat-2n-skx:
331       csit-vpp-perf-verify-2001-2n-skx:
332         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
333
334     plot-vpp-http-server-performance:
335       csit-vpp-perf-verify-2001-2n-clx:
336         - 80  # TCP
337         - 82  # TCP
338         - 83  # TCP
339         - 85  # TCP
340         - 86  # TCP
341         - 87  # TCP
342         - 88  # TCP
343         - 89  # TCP
344         - 90  # TCP
345         - 91  # TCP
346
347     plot-vpp-soak-2n-skx:
348       # TODO: Replace the data
349       # csit-vpp-perf-verify-2001-2n-skx:
350       csit-vpp-perf-verify-1908-2n-skx:
351         - 83  # SOAK
352         - 86  # SOAK
353
354     plot-vpp-nfv-2n-skx-ndrpdr:
355       # TODO: Replace the data
356       csit-vpp-perf-verify-2001-2n-skx:
357         - 30  # NFV
358         - 31  # NFV
359
360     plot-vpp-nfv-2n-skx-mrr:
361       # TODO: Replace the data
362       # csit-vpp-perf-verify-2001-2n-skx:
363       csit-vpp-perf-verify-1908-2n-skx:
364         - 71  # NFV MRR
365
366     plot-vpp-nfv-reconf-2n-skx:
367       # TODO: Replace the data
368       # csit-vpp-perf-verify-2001-2n-skx:
369       csit-vpp-perf-verify-1908-2n-skx:
370         - 113 # NFV reconf sel
371         - 114 # NFV reconf sel
372         - 115 # NFV reconf sel
373
374     plot-dpdk-throughput-latency-2n-skx:
375       csit-dpdk-perf-verify-2001-2n-skx:
376         - 35  # NDRPDR sel xxv710
377         - 36  # NDRPDR sel xxv710
378         - 37  # NDRPDR sel xxv710
379         - 41  # NDRPDR sel xxv710
380         - 42  # NDRPDR sel xxv710
381         - 43  # NDRPDR sel xxv710
382         - 46  # NDRPDR sel xxv710
383         - 47  # NDRPDR sel xxv710
384         - 52  # NDRPDR sel xxv710
385         - 53  # NDRPDR sel xxv710
386         - 38  # NDRPDR sel x710
387         - 39  # NDRPDR sel x710
388         - 40  # NDRPDR sel x710
389         - 44  # NDRPDR sel x710
390         - 45  # NDRPDR sel x710
391         - 48  # NDRPDR sel x710
392         - 49  # NDRPDR sel x710
393         - 50  # NDRPDR sel x710
394         - 51  # NDRPDR sel x710
395         - 54  # NDRPDR sel x710
396
397     plot-dpdk-hdrh-lat-2n-skx:
398       csit-dpdk-perf-verify-2001-2n-skx:
399         - 35  # NDRPDR sel xxv710
400
401     # 2n-clx
402
403     plot-vpp-throughput-lat-tsa-2n-clx:
404       csit-vpp-perf-verify-2001-2n-clx:
405         - 28  # NDRPDR sel
406         - 29  # NDRPDR sel
407         - 32  # NDRPDR sel
408         - 40  # NDRPDR sel
409         - 43  # NDRPDR sel
410         - 44  # NDRPDR sel
411         - 45  # NDRPDR sel
412         - 47  # NDRPDR sel
413         - 48  # NDRPDR sel
414         - 49  # NDRPDR sel
415
416     plot-vpp-hdrh-lat-2n-clx:
417       csit-vpp-perf-verify-2001-2n-clx:
418         - 28  # NDRPDR sel
419
420     plot-vpp-nfv-2n-clx-ndrpdr:
421       csit-vpp-perf-verify-2001-2n-clx:
422         - 28  # NDRPDR sel
423         - 29  # NDRPDR sel
424         - 32  # NDRPDR sel
425         - 40  # NDRPDR sel
426         - 43  # NDRPDR sel
427         - 44  # NDRPDR sel
428         - 45  # NDRPDR sel
429         - 47  # NDRPDR sel
430         - 48  # NDRPDR sel
431         - 49  # NDRPDR sel
432
433     plot-vpp-nfv-2n-clx-mrr:
434       csit-vpp-perf-verify-2001-2n-clx:
435         - 39  # MRR
436
437     plot-vpp-nfv-reconf-2n-clx:
438       csit-vpp-perf-verify-2001-2n-clx:
439         - 68  # Reconf
440         - 69  # Reconf
441         - 70  # Reconf
442         - 71  # Reconf
443         - 72  # Reconf
444         - 73  # Reconf
445         - 74  # Reconf
446         - 75  # Reconf
447         - 76  # Reconf
448         - 77  # Reconf
449
450     plot-vpp-soak-2n-clx:
451       csit-vpp-perf-verify-2001-2n-clx:
452         - 93  # Soak
453         - 94  # Soak
454
455     plot-dpdk-throughput-latency-2n-clx:
456       csit-dpdk-perf-verify-2001-2n-clx:
457         - 15  # NDRPDR sel
458         - 16  # NDRPDR sel
459         - 17  # NDRPDR sel
460         - 18  # NDRPDR sel
461         - 19  # NDRPDR sel
462         - 20  # NDRPDR sel
463         - 21  # NDRPDR sel
464         - 22  # NDRPDR sel
465         - 23  # NDRPDR sel
466         - 24  # NDRPDR sel
467         - 25  # NDRPDR sel
468         - 26  # NDRPDR sel
469         - 27  # NDRPDR sel
470         - 28  # NDRPDR sel
471         - 29  # NDRPDR sel
472         - 30  # NDRPDR sel
473         - 31  # NDRPDR sel
474         - 32  # NDRPDR sel
475         - 33  # NDRPDR sel
476         - 34  # NDRPDR sel
477
478
479     plot-dpdk-hdrh-lat-2n-clx:
480       csit-dpdk-perf-verify-2001-2n-clx:
481         - 15  # NDRPDR sel
482
483     # 3n-tsh
484
485     plot-vpp-throughput-lat-tsa-3n-tsh:
486       csit-vpp-perf-verify-2001-3n-tsh:
487         - 3   # NDRPDR sel
488         - 4   # NDRPDR sel
489         - 7   # NDRPDR sel
490         - 8   # NDRPDR sel
491         - 10  # NDRPDR sel
492         - 12  # NDRPDR sel
493         - 13  # NDRPDR sel
494         - 14  # NDRPDR sel
495         - 15  # NDRPDR sel
496         - 21  # NDRPDR sel
497
498     plot-vpp-hdrh-lat-3n-tsh:
499       csit-vpp-perf-verify-2001-3n-tsh:
500         - 10  # NDRPDR sel
501
502     plot-dpdk-throughput-latency-3n-tsh:
503       csit-dpdk-perf-verify-2001-3n-tsh:
504         - 3   # NDRPDR sel
505         - 4   # NDRPDR sel
506         - 5   # NDRPDR sel
507         - 9   # NDRPDR sel
508         - 10  # NDRPDR sel
509         - 11  # NDRPDR sel
510         - 12  # NDRPDR sel
511         - 14  # NDRPDR sel
512         - 15  # NDRPDR sel
513         - 18  # NDRPDR sel
514
515     plot-dpdk-hdrh-lat-3n-tsh:
516       csit-dpdk-perf-verify-2001-3n-tsh:
517         - 3   # NDRPDR sel
518
519     # 3n-dnv
520
521     plot-vpp-throughput-lat-tsa-3n-dnv:
522       csit-vpp-perf-verify-2001-3n-dnv:
523         - 5   # NDRPDR sel
524         - 6   # NDRPDR sel
525         - 7   # NDRPDR sel
526         - 8   # NDRPDR sel
527         - 9   # NDRPDR sel
528         - 10  # NDRPDR sel
529         - 12  # NDRPDR sel
530         - 16  # NDRPDR sel
531         - 17  # NDRPDR sel
532         - 18  # NDRPDR sel
533
534     plot-dpdk-throughput-latency-3n-dnv:
535       csit-dpdk-perf-verify-2001-3n-dnv:
536         - 12  # NDRPDR sel
537         - 13  # NDRPDR sel
538         - 14  # NDRPDR sel
539         - 15  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543         - 19  # NDRPDR sel
544         - 20  # NDRPDR sel
545         - 22  # NDRPDR sel
546
547     # 2n-dnv
548
549     plot-vpp-throughput-lat-tsa-2n-dnv:
550       csit-vpp-perf-verify-2001-2n-dnv:
551         - 4   # NDRPDR sel
552         - 5   # NDRPDR sel
553         - 6   # NDRPDR sel
554         - 7   # NDRPDR sel
555         - 8   # NDRPDR sel
556         - 9   # NDRPDR sel
557         - 10  # NDRPDR sel
558         - 11  # NDRPDR sel
559         - 13  # NDRPDR sel
560         - 16  # NDRPDR sel
561
562     plot-dpdk-throughput-latency-2n-dnv:
563       csit-dpdk-perf-verify-2001-2n-dnv:
564         - 9   # NDRPDR sel
565         - 10  # NDRPDR sel
566         - 11  # NDRPDR sel
567         - 12  # NDRPDR sel
568         - 13  # NDRPDR sel
569         - 14  # NDRPDR sel
570         - 15  # NDRPDR sel
571         - 16  # NDRPDR sel
572         - 17  # NDRPDR sel
573         - 18  # NDRPDR sel
574
575     ###########################################################################
576     # Simple tables (only one data set):
577
578     # NIC Comparisons
579
580     vpp-nic-comparison-3n-skx:
581       # TODO: Add the data
582       csit-vpp-perf-verify-2001-3n-skx:
583         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
584
585     vpp-nic-comparison-2n-skx:
586       csit-vpp-perf-verify-2001-2n-skx:
587         - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
588         - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
589         - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
590         - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
591         - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
592         - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
593         - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
594         - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
595         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
596
597     vpp-nic-comparison-3n-skx-mrr:
598       csit-vpp-perf-verify-2001-3n-skx:
599         - 50  # MRR sel
600         - 53  # MRR sel addition
601
602     vpp-nic-comparison-2n-skx-mrr:
603       csit-vpp-perf-verify-2001-2n-skx:
604         - 101 # MRR sel
605         - 128 # MRR sel addition
606
607     # Results
608
609     vpp-perf-results-3n-hsw:
610       csit-vpp-perf-verify-2001-3n-hsw:
611         - 18  # NDRPDR full
612         - 20  # NDRPDR full
613         - 28  # NDRPDR full
614         - 35  # NDRPDR full
615         - 42  # NDRPDR full
616         - 46  # NDRPDR full
617         - 47  # NDRPDR full
618         - 48  # NDRPDR full
619         - 49  # NDRPDR full
620         - 50  # NDRPDR full
621         - 51  # NDRPDR full
622         - 52  # NDRPDR full
623         - 53  # NDRPDR full
624         - 54  # NDRPDR full
625         - 55  # NDRPDR full
626         - 56  # NDRPDR full
627         - 57  # NDRPDR full
628         - 58  # NDRPDR full
629         - 59  # NDRPDR full
630         - 61  # NDRPDR full
631         - 62  # NDRPDR full
632         - 63  # NDRPDR full
633         - 64  # NDRPDR full
634         - 65  # NDRPDR full
635         - 67  # NDRPDR full
636         - 70  # NDRPDR full
637         - 72  # NDRPDR full
638         - 73  # NDRPDR full
639         - 76  # NDRPDR full
640         - 77  # NDRPDR full
641         - 78  # NDRPDR full
642         - 79  # NDRPDR full
643         - 81  # NDRPDR full
644         - 82  # NDRPDR full
645         - 84  # NDRPDR full
646         - 85  # NDRPDR full
647
648     vpp-perf-results-3n-skx:
649       # TODO: Replace
650       csit-vpp-perf-verify-2001-3n-skx:
651         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
652
653     vpp-perf-results-2n-skx:
654       csit-vpp-perf-verify-2001-2n-skx:
655         # TODO: Replace
656         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
657
658     vpp-perf-results-2n-clx:
659       csit-vpp-perf-verify-2001-2n-clx:
660         - 53  # NDRPDR full
661         - 54  # NDRPDR full
662         - 55  # NDRPDR full
663         - 56  # NDRPDR full
664         - 57  # NDRPDR full
665         - 58  # NDRPDR full
666         - 59  # NDRPDR full
667         - 60  # NDRPDR full
668         - 61  # NDRPDR full
669         - 62  # NDRPDR full
670         - 63  # NDRPDR full
671         - 64  # NDRPDR full
672         - 65  # NDRPDR full
673         - 66  # NDRPDR full
674         - 67  # NDRPDR full
675
676     vpp-perf-results-3n-tsh:
677       csit-vpp-perf-verify-2001-3n-tsh:
678         - 10  # NDRPDR sel
679
680     vpp-perf-results-3n-dnv:
681       csit-vpp-perf-verify-2001-3n-dnv:
682         - 19  # NDRPDR full
683         - 20  # NDRPDR full
684         - 21  # NDRPDR full
685         - 22  # NDRPDR full
686         - 23  # NDRPDR full
687         - 24  # NDRPDR full
688         - 25  # NDRPDR full
689         - 26  # NDRPDR full
690         - 37  # NDRPDR full
691         - 38  # NDRPDR full
692         - 39  # NDRPDR full
693
694     vpp-perf-results-2n-dnv:
695       csit-vpp-perf-verify-2001-2n-dnv:
696         - 21  # NDRPDR full
697         - 22  # NDRPDR full
698         - 25  # NDRPDR full
699         - 26  # NDRPDR full
700         - 27  # NDRPDR full
701         - 28  # NDRPDR full
702
703     vpp-mrr-results-3n-hsw:
704       csit-vpp-perf-verify-2001-3n-hsw:
705         - 17  # MRR sel
706
707     vpp-mrr-results-3n-skx:
708       csit-vpp-perf-verify-2001-3n-skx:
709         - 50  # MRR sel
710         - 53  # MRR sel addition
711
712     vpp-mrr-results-2n-skx:
713       csit-vpp-perf-verify-2001-2n-skx:
714         - 101 # MRR sel
715         - 128 # MRR sel addition
716
717     vpp-mrr-results-2n-clx:
718       csit-vpp-perf-verify-2001-2n-clx:
719         - 39  # MRR
720
721     vpp-mrr-results-3n-tsh:
722       csit-vpp-perf-verify-2001-3n-tsh:
723         - 9   # MRR sel
724
725     vpp-mrr-results-3n-dnv:
726       csit-vpp-perf-verify-2001-3n-dnv:
727         - 11  # MRR sel
728
729     vpp-mrr-results-2n-dnv:
730       csit-vpp-perf-verify-2001-2n-dnv:
731         - 12  # MRR sel
732
733     vpp-device-results-ubuntu:
734       csit-vpp-device-2001-ubuntu1804-1n-skx:
735         - 57
736
737     dpdk-perf-results-3n-hsw:
738       csit-dpdk-perf-verify-2001-3n-hsw:
739         - 25  # NDRPDR full
740         - 26  # NDRPDR full
741
742     dpdk-perf-results-3n-skx:
743       csit-dpdk-perf-verify-2001-3n-skx:
744         - 29  # NDRPDR sel xxv710
745         - 30  # NDRPDR sel x710
746
747     dpdk-perf-results-2n-skx:
748       csit-dpdk-perf-verify-2001-2n-skx:
749         - 35  # NDRPDR sel xxv710
750         - 38  # NDRPDR sel x710
751
752     dpdk-perf-results-2n-clx:
753       csit-dpdk-perf-verify-2001-2n-clx:
754         - 15  # NDRPDR sel
755         - 34  # NDRPDR sel
756
757     dpdk-perf-results-2n-dnv:
758       csit-dpdk-perf-verify-2001-2n-dnv:
759         - 16  # NDRPDR sel
760
761     dpdk-perf-results-3n-dnv:
762       csit-dpdk-perf-verify-2001-3n-dnv:
763         - 12  # NDRPDR sel
764
765     dpdk-perf-results-3n-tsh:
766       csit-dpdk-perf-verify-2001-3n-tsh:
767         - 3   # NDRPDR sel
768
769 ###########################################################################
770     # Tables (more than one data set)
771
772     # Performance changes
773
774     vpp-performance-changes-3n-hsw-h1:
775       csit-vpp-perf-verify-1904-3n-hsw:
776         - 11  # NDRPDR sel
777         - 12  # NDRPDR sel
778         - 20  # NDRPDR sel
779         - 21  # NDRPDR sel
780         - 23  # NDRPDR sel
781         - 24  # NDRPDR sel
782         - 25  # NDRPDR sel
783         - 26  # NDRPDR sel
784         - 29  # NDRPDR sel
785         - 30  # NDRPDR sel
786     vpp-performance-changes-3n-hsw-ref:
787       csit-vpp-perf-verify-1908-3n-hsw:
788         - 12  # NDRPDR sel
789         - 13  # NDRPDR sel
790         - 14  # NDRPDR sel
791         - 15  # NDRPDR sel
792         - 16  # NDRPDR sel
793         - 17  # NDRPDR sel
794         - 18  # NDRPDR sel
795         - 19  # NDRPDR sel
796         - 20  # NDRPDR sel
797         - 21  # NDRPDR sel
798     vpp-performance-changes-3n-hsw-cmp:
799       csit-vpp-perf-verify-2001-3n-hsw:
800         - 21  # NDRPDR sel
801         - 22  # NDRPDR sel
802         - 23  # NDRPDR sel
803         - 24  # NDRPDR sel
804         - 25  # NDRPDR sel
805         - 29  # NDRPDR sel
806         - 30  # NDRPDR sel
807         - 31  # NDRPDR sel
808         - 32  # NDRPDR sel
809         - 34  # NDRPDR sel
810     vpp-performance-changes-3n-hsw:
811       - "vpp-performance-changes-3n-hsw-h1"
812       - "vpp-performance-changes-3n-hsw-ref"
813       - "vpp-performance-changes-3n-hsw-cmp"
814
815     vpp-performance-changes-3n-skx-h1:
816       csit-vpp-perf-verify-1904-3n-skx:
817         - 8   # NDRPDR sel
818         - 9   # NDRPDR sel
819         - 10  # NDRPDR sel
820         - 11  # NDRPDR sel
821         - 12  # NDRPDR sel
822         - 14  # NDRPDR sel
823         - 16  # NDRPDR sel
824         - 21  # NDRPDR sel
825         - 23  # NDRPDR sel
826         - 25  # NDRPDR sel
827     vpp-performance-changes-3n-skx-ref:
828       csit-vpp-perf-verify-1908-3n-skx:
829         - 14  # NDRPDR sel
830         - 16  # NDRPDR sel
831         - 19  # NDRPDR sel
832         - 20  # NDRPDR sel
833         - 22  # NDRPDR sel
834         - 23  # NDRPDR sel
835         - 24  # NDRPDR sel
836         - 25  # NDRPDR sel
837         - 26  # NDRPDR sel
838         - 29  # NDRPDR sel
839     vpp-performance-changes-3n-skx-cmp:
840       # TODO: Add the data
841       csit-vpp-perf-verify-2001-3n-skx:
842         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
843     vpp-performance-changes-3n-skx:
844       - "vpp-performance-changes-3n-skx-h1"
845       - "vpp-performance-changes-3n-skx-ref"
846       - "vpp-performance-changes-3n-skx-cmp"
847
848     vpp-performance-changes-2n-skx-h1:
849       csit-vpp-perf-verify-1904-2n-skx:
850         - 12  # NDRPDR sel
851         - 14  # NDRPDR sel
852         - 16  # NDRPDR sel
853         - 17  # NDRPDR sel
854         - 18  # NDRPDR sel
855         - 21  # NDRPDR sel
856         - 27  # NDRPDR sel
857         - 30  # NDRPDR sel
858         - 31  # NDRPDR sel
859         - 32  # NDRPDR sel
860     vpp-performance-changes-2n-skx-ref:
861       csit-vpp-perf-verify-1908-2n-skx:
862         - 26  # NDRPDR sel
863         - 27  # NDRPDR sel
864         - 34  # NDRPDR sel
865         - 35  # NDRPDR sel
866         - 36  # NDRPDR sel
867         - 42  # NDRPDR sel
868         - 43  # NDRPDR sel
869         - 44  # NDRPDR sel
870         - 45  # NDRPDR sel
871         - 46  # NDRPDR sel
872     vpp-performance-changes-2n-skx-cmp:
873       csit-vpp-perf-verify-2001-2n-skx:
874         - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
875         - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
876         - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
877         - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
878         - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
879         - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
880         - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
881         - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
882         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
883     vpp-performance-changes-2n-skx:
884       - "vpp-performance-changes-2n-skx-h1"
885       - "vpp-performance-changes-2n-skx-ref"
886       - "vpp-performance-changes-2n-skx-cmp"
887
888     vpp-performance-changes-nfv-2n-skx-ref:
889       csit-vpp-perf-verify-1908-2n-skx:
890         - 22  # NFV
891         - 31  # NFV
892         - 32  # NFV
893     vpp-performance-changes-nfv-2n-skx-cmp:
894       # TODO: Add the data
895       csit-vpp-perf-verify-2001-2n-skx:
896         - 30  # NFV
897         - 31  # NFV
898     vpp-performance-changes-nfv-2n-skx:
899       - "vpp-performance-changes-nfv-2n-skx-ref"
900       - "vpp-performance-changes-nfv-2n-skx-cmp"
901
902     vpp-performance-changes-2n-dnv-ref:
903       csit-vpp-perf-verify-1908-2n-dnv:
904         - 1   # NDRPDR sel
905         - 2   # NDRPDR sel
906         - 3   # NDRPDR sel
907         - 4   # NDRPDR sel
908         - 5   # NDRPDR sel
909         - 6   # NDRPDR sel
910         - 7   # NDRPDR sel
911         - 8   # NDRPDR sel
912         - 9   # NDRPDR sel
913         - 10  # NDRPDR sel
914     vpp-performance-changes-2n-dnv-cmp:
915       csit-vpp-perf-verify-2001-2n-dnv:
916         - 4   # NDRPDR sel
917         - 5   # NDRPDR sel
918         - 6   # NDRPDR sel
919         - 7   # NDRPDR sel
920         - 8   # NDRPDR sel
921         - 9   # NDRPDR sel
922         - 10  # NDRPDR sel
923         - 11  # NDRPDR sel
924         - 13  # NDRPDR sel
925         - 16  # NDRPDR sel
926     vpp-performance-changes-2n-dnv:
927       - "vpp-performance-changes-2n-dnv-ref"
928       - "vpp-performance-changes-2n-dnv-cmp"
929
930     vpp-performance-changes-3n-dnv-ref:
931       csit-vpp-perf-verify-1908-3n-dnv:
932         - 6   # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 8   # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 10  # NDRPDR sel
937         - 12  # NDRPDR sel
938         - 13  # NDRPDR sel
939         - 14  # NDRPDR sel
940         - 15  # NDRPDR sel
941         - 16  # NDRPDR sel
942     vpp-performance-changes-3n-dnv-cmp:
943       csit-vpp-perf-verify-2001-3n-dnv:
944         - 5   # NDRPDR sel
945         - 6   # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 8   # NDRPDR sel
948         - 9   # NDRPDR sel
949         - 10  # NDRPDR sel
950         - 12  # NDRPDR sel
951         - 16  # NDRPDR sel
952         - 17  # NDRPDR sel
953         - 18  # NDRPDR sel
954     vpp-performance-changes-3n-dnv:
955       - "vpp-performance-changes-3n-dnv-ref"
956       - "vpp-performance-changes-3n-dnv-cmp"
957
958     vpp-performance-changes-3n-tsh-ref:
959       csit-vpp-perf-verify-1908-3n-tsh:
960         - 7   # NDRPDR sel
961         - 8   # NDRPDR sel
962         - 9   # NDRPDR sel
963         - 10  # NDRPDR sel
964         - 11  # NDRPDR sel
965         - 12  # NDRPDR sel
966         - 13  # NDRPDR sel
967         - 14  # NDRPDR sel
968         - 15  # NDRPDR sel
969         - 16  # NDRPDR sel
970     vpp-performance-changes-3n-tsh-cmp:
971       csit-vpp-perf-verify-2001-3n-tsh:
972         - 3   # NDRPDR sel
973         - 4   # NDRPDR sel
974         - 7   # NDRPDR sel
975         - 8   # NDRPDR sel
976         - 10  # NDRPDR sel
977         - 12  # NDRPDR sel
978         - 13  # NDRPDR sel
979         - 14  # NDRPDR sel
980         - 15  # NDRPDR sel
981         - 21  # NDRPDR sel
982     vpp-performance-changes-3n-tsh:
983       - "vpp-performance-changes-3n-tsh-ref"
984       - "vpp-performance-changes-3n-tsh-cmp"
985
986     vpp-soak-vs-ndr-2n-skx-ref:
987       csit-vpp-perf-verify-2001-2n-skx:
988         - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
989         - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
990         - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
991         - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
992         - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
993         - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
994         - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
995         - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
996         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
997     vpp-soak-vs-ndr-2n-skx-cmp:
998       # TODO: Replace
999       # csit-vpp-perf-verify-2001-2n-skx:
1000       csit-vpp-perf-verify-1908-2n-skx:
1001         - 83  # SOAK
1002         - 86  # SOAK
1003     vpp-soak-vs-ndr-2n-skx:
1004       csit-vpp-perf-verify-2001-2n-skx:
1005         - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1006         - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1007         - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1008         - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1009         - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1010         - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1011         - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1012         - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1013         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1014         - 83  # SOAK
1015         - 86  # SOAK
1016
1017     vpp-soak-vs-ndr-2n-clx-ref:
1018       csit-vpp-perf-verify-2001-2n-clx:
1019         - 28  # NDRPDR sel
1020         - 29  # NDRPDR sel
1021         - 32  # NDRPDR sel
1022         - 40  # NDRPDR sel
1023         - 43  # NDRPDR sel
1024         - 44  # NDRPDR sel
1025         - 45  # NDRPDR sel
1026         - 47  # NDRPDR sel
1027         - 48  # NDRPDR sel
1028         - 49  # NDRPDR sel
1029     vpp-soak-vs-ndr-2n-clx-cmp:
1030       csit-vpp-perf-verify-2001-2n-clx:
1031         - 93  # SOAK
1032         - 94  # Soak
1033     vpp-soak-vs-ndr-2n-clx:
1034       csit-vpp-perf-verify-2001-2n-clx:
1035         - 28  # NDRPDR sel
1036         - 29  # NDRPDR sel
1037         - 32  # NDRPDR sel
1038         - 40  # NDRPDR sel
1039         - 43  # NDRPDR sel
1040         - 44  # NDRPDR sel
1041         - 45  # NDRPDR sel
1042         - 47  # NDRPDR sel
1043         - 48  # NDRPDR sel
1044         - 49  # NDRPDR sel
1045         - 93  # SOAK
1046         - 94  # Soak
1047
1048     vpp-performance-changes-3n-hsw-mrr-h1:
1049       csit-vpp-perf-verify-1904-3n-hsw:
1050         - 9   # MRR sel
1051     vpp-performance-changes-3n-hsw-mrr-ref:
1052       csit-vpp-perf-verify-1908-3n-hsw:
1053         - 39  # MRR sel
1054     vpp-performance-changes-3n-hsw-mrr-cmp:
1055       csit-vpp-perf-verify-2001-3n-hsw:
1056         - 17  # MRR sel
1057     vpp-performance-changes-3n-hsw-mrr:
1058       - "vpp-performance-changes-3n-hsw-mrr-h1"
1059       - "vpp-performance-changes-3n-hsw-mrr-ref"
1060       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1061
1062     vpp-performance-changes-3n-skx-mrr-h1:
1063       csit-vpp-perf-verify-1904-3n-skx:
1064         - 7   # MRR sel
1065     vpp-performance-changes-3n-skx-mrr-ref:
1066       csit-vpp-perf-verify-1908-3n-skx:
1067         - 36  # MRR sel
1068     vpp-performance-changes-3n-skx-mrr-cmp:
1069       csit-vpp-perf-verify-2001-3n-skx:
1070         - 50  # MRR sel
1071         - 53  # MRR sel addition
1072     vpp-performance-changes-3n-skx-mrr:
1073       - "vpp-performance-changes-3n-skx-mrr-h1"
1074       - "vpp-performance-changes-3n-skx-mrr-ref"
1075       - "vpp-performance-changes-3n-skx-mrr-cmp"
1076
1077     vpp-performance-changes-2n-skx-mrr-h1:
1078       csit-vpp-perf-verify-1904-2n-skx:
1079         - 11  # MRR sel
1080     vpp-performance-changes-2n-skx-mrr-ref:
1081       csit-vpp-perf-verify-1908-2n-skx:
1082         - 69  # MRR sel
1083     vpp-performance-changes-2n-skx-mrr-cmp:
1084       csit-vpp-perf-verify-2001-2n-skx:
1085         - 101 # MRR sel
1086         - 128 # MRR sel addition
1087     vpp-performance-changes-2n-skx-mrr:
1088       - "vpp-performance-changes-2n-skx-mrr-h1"
1089       - "vpp-performance-changes-2n-skx-mrr-ref"
1090       - "vpp-performance-changes-2n-skx-mrr-cmp"
1091
1092     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1093       csit-vpp-perf-verify-1908-2n-skx:
1094         - 71  # NFV MRR
1095     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1096       # TODO: Replace
1097       # csit-vpp-perf-verify-2001-2n-skx:
1098       csit-vpp-perf-verify-1908-2n-skx:
1099         - 71  # NFV MRR
1100     vpp-performance-changes-nfv-2n-skx-mrr:
1101       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1102       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1103
1104     vpp-performance-changes-2n-dnv-mrr-ref:
1105       csit-vpp-perf-verify-1908-2n-dnv:
1106         - 11  # MRR sel
1107     vpp-performance-changes-2n-dnv-mrr-cmp:
1108       csit-vpp-perf-verify-2001-2n-dnv:
1109         - 12  # MRR sel
1110     vpp-performance-changes-2n-dnv-mrr:
1111       - "vpp-performance-changes-2n-dnv-mrr-ref"
1112       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1113
1114     vpp-performance-changes-3n-dnv-mrr-ref:
1115       csit-vpp-perf-verify-1908-3n-dnv:
1116         - 17  # MRR sel
1117     vpp-performance-changes-3n-dnv-mrr-cmp:
1118       csit-vpp-perf-verify-2001-3n-dnv:
1119         - 11  # MRR sel
1120     vpp-performance-changes-3n-dnv-mrr:
1121       - "vpp-performance-changes-3n-dnv-mrr-ref"
1122       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1123
1124     vpp-performance-changes-3n-tsh-mrr-ref:
1125       csit-vpp-perf-verify-1908-3n-tsh:
1126         - 17  # MRR sel
1127     vpp-performance-changes-3n-tsh-mrr-cmp:
1128       csit-vpp-perf-verify-2001-3n-tsh:
1129         - 9   # MRR sel
1130     vpp-performance-changes-3n-tsh-mrr:
1131       - "vpp-performance-changes-3n-tsh-mrr-ref"
1132       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1133
1134     dpdk-performance-changes-3n-hsw-h1:
1135       csit-dpdk-perf-verify-1904-3n-hsw:
1136         - 2   # NDRPDR sel
1137         - 3   # NDRPDR sel
1138         - 5   # NDRPDR sel
1139         - 6   # NDRPDR sel
1140         - 13  # NDRPDR sel
1141         - 14  # NDRPDR sel
1142         - 15  # NDRPDR sel
1143         - 18  # NDRPDR sel
1144         - 19  # NDRPDR sel
1145         - 20  # NDRPDR sel
1146     dpdk-performance-changes-3n-hsw-ref:
1147       csit-dpdk-perf-verify-1908-3n-hsw:
1148         - 2   # NDRPDR sel
1149         - 3   # NDRPDR sel
1150         - 4   # NDRPDR sel
1151         - 5   # NDRPDR sel
1152         - 6   # NDRPDR sel
1153         - 7   # NDRPDR sel
1154         - 8   # NDRPDR sel
1155         - 9   # NDRPDR sel
1156         - 10  # NDRPDR sel
1157         - 11  # NDRPDR sel
1158     dpdk-performance-changes-3n-hsw-cmp:
1159       csit-dpdk-perf-verify-2001-3n-hsw:
1160 #        - 4   # NDRPDR sel
1161 #        - 5   # NDRPDR sel
1162 #        - 6   # NDRPDR sel
1163 #        - 7   # NDRPDR sel
1164 #        - 8   # NDRPDR sel
1165 #        - 9   # NDRPDR sel
1166 #        - 10  # NDRPDR sel
1167 #        - 11  # NDRPDR sel
1168 #        - 12  # NDRPDR sel
1169 #        - 13  # NDRPDR sel
1170         - 15  # NDRPDR sel
1171         - 16  # NDRPDR sel
1172         - 17  # NDRPDR sel
1173         - 18  # NDRPDR sel
1174         - 19  # NDRPDR sel
1175         - 20  # NDRPDR sel
1176         - 21  # NDRPDR sel
1177         - 22  # NDRPDR sel
1178         - 23  # NDRPDR sel
1179         - 24  # NDRPDR sel
1180     dpdk-performance-changes-3n-hsw:
1181       - "dpdk-performance-changes-3n-hsw-h1"
1182       - "dpdk-performance-changes-3n-hsw-ref"
1183       - "dpdk-performance-changes-3n-hsw-cmp"
1184
1185     dpdk-performance-changes-3n-skx-h1:
1186       csit-dpdk-perf-verify-1904-3n-skx:
1187         - 2   # NDRPDR sel
1188         - 3   # NDRPDR sel
1189         - 4   # NDRPDR sel
1190         - 5   # NDRPDR sel
1191         - 6   # NDRPDR sel
1192         - 7   # NDRPDR sel
1193         - 11  # NDRPDR sel
1194         - 12  # NDRPDR sel
1195         - 13  # NDRPDR sel
1196         - 14  # NDRPDR sel
1197     dpdk-performance-changes-3n-skx-ref:
1198       csit-dpdk-perf-verify-1908-3n-skx:
1199         - 3   # NDRPDR sel
1200         - 4   # NDRPDR sel
1201         - 5   # NDRPDR sel
1202         - 6   # NDRPDR sel
1203         - 7   # NDRPDR sel
1204         - 8   # NDRPDR sel
1205         - 9   # NDRPDR sel
1206         - 10  # NDRPDR sel
1207         - 11  # NDRPDR sel
1208         - 12  # NDRPDR sel
1209     dpdk-performance-changes-3n-skx-cmp:
1210       csit-dpdk-perf-verify-2001-3n-skx:
1211         - 29  # NDRPDR sel xxv710
1212         - 33  # NDRPDR sel xxv710
1213         - 34  # NDRPDR sel xxv710
1214         - 35  # NDRPDR sel xxv710
1215         - 36  # NDRPDR sel xxv710
1216         - 37  # NDRPDR sel xxv710
1217         - 41  # NDRPDR sel xxv710
1218         - 42  # NDRPDR sel xxv710
1219         - 43  # NDRPDR sel xxv710
1220         - 45  # NDRPDR sel xxv710
1221         - 30  # NDRPDR sel x710
1222         - 31  # NDRPDR sel x710
1223         - 32  # NDRPDR sel x710
1224         - 38  # NDRPDR sel x710
1225         - 39  # NDRPDR sel x710
1226         - 40  # NDRPDR sel x710
1227         - 44  # NDRPDR sel x710
1228         - 46  # NDRPDR sel x710
1229         - 47  # NDRPDR sel x710
1230         - 48  # NDRPDR sel x710
1231     dpdk-performance-changes-3n-skx:
1232       - "dpdk-performance-changes-3n-skx-h1"
1233       - "dpdk-performance-changes-3n-skx-ref"
1234       - "dpdk-performance-changes-3n-skx-cmp"
1235
1236     dpdk-performance-changes-2n-skx-h1:
1237       csit-dpdk-perf-verify-1904-2n-skx:
1238         - 2   # NDRPDR sel
1239         - 3   # NDRPDR sel
1240         - 4   # NDRPDR sel
1241         - 5   # NDRPDR sel
1242         - 7   # NDRPDR sel
1243         - 8   # NDRPDR sel
1244         - 9   # NDRPDR sel
1245         - 10  # NDRPDR sel
1246         - 11  # NDRPDR sel
1247         - 12  # NDRPDR sel
1248     dpdk-performance-changes-2n-skx-ref:
1249       csit-dpdk-perf-verify-1908-2n-skx:
1250         - 2   # NDRPDR sel
1251         - 3   # NDRPDR sel
1252         - 4   # NDRPDR sel
1253         - 5   # NDRPDR sel
1254         - 7   # NDRPDR sel
1255         - 8   # NDRPDR sel
1256         - 9   # NDRPDR sel
1257         - 10  # NDRPDR sel
1258         - 11  # NDRPDR sel
1259         - 12  # NDRPDR sel
1260     dpdk-performance-changes-2n-skx-cmp:
1261       csit-dpdk-perf-verify-2001-2n-skx:
1262         - 35  # NDRPDR sel xxv710
1263         - 36  # NDRPDR sel xxv710
1264         - 37  # NDRPDR sel xxv710
1265         - 41  # NDRPDR sel xxv710
1266         - 42  # NDRPDR sel xxv710
1267         - 43  # NDRPDR sel xxv710
1268         - 46  # NDRPDR sel xxv710
1269         - 47  # NDRPDR sel xxv710
1270         - 52  # NDRPDR sel xxv710
1271         - 53  # NDRPDR sel xxv710
1272         - 38  # NDRPDR sel x710
1273         - 39  # NDRPDR sel x710
1274         - 40  # NDRPDR sel x710
1275         - 44  # NDRPDR sel x710
1276         - 45  # NDRPDR sel x710
1277         - 48  # NDRPDR sel x710
1278         - 49  # NDRPDR sel x710
1279         - 50  # NDRPDR sel x710
1280         - 51  # NDRPDR sel x710
1281         - 54  # NDRPDR sel x710
1282     dpdk-performance-changes-2n-skx:
1283       - "dpdk-performance-changes-2n-skx-h1"
1284       - "dpdk-performance-changes-2n-skx-ref"
1285       - "dpdk-performance-changes-2n-skx-cmp"
1286
1287     # Compare testbeds
1288
1289     vpp-compare-testbeds-ref:
1290       csit-vpp-perf-verify-2001-3n-hsw:
1291         - 21  # NDRPDR sel
1292         - 22  # NDRPDR sel
1293         - 23  # NDRPDR sel
1294         - 24  # NDRPDR sel
1295         - 25  # NDRPDR sel
1296         - 29  # NDRPDR sel
1297         - 30  # NDRPDR sel
1298         - 31  # NDRPDR sel
1299         - 32  # NDRPDR sel
1300         - 34  # NDRPDR sel
1301     vpp-compare-testbeds-cmp:
1302       # TODO: Add the data
1303       csit-vpp-perf-verify-2001-3n-skx:
1304         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1305     vpp-compare-testbeds:
1306       - "vpp-compare-testbeds-ref"
1307       - "vpp-compare-testbeds-cmp"
1308
1309     vpp-compare-testbeds-skx-clx-ref:
1310       csit-vpp-perf-verify-2001-2n-skx:
1311         - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1312         - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1313         - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1314         - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1315         - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1316         - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1317         - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1318         - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1319         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1320     vpp-compare-testbeds-skx-clx-cmp:
1321       csit-vpp-perf-verify-2001-2n-clx:
1322         - 28  # NDRPDR sel
1323         - 29  # NDRPDR sel
1324         - 32  # NDRPDR sel
1325         - 40  # NDRPDR sel
1326         - 43  # NDRPDR sel
1327         - 44  # NDRPDR sel
1328         - 45  # NDRPDR sel
1329         - 47  # NDRPDR sel
1330         - 48  # NDRPDR sel
1331         - 49  # NDRPDR sel
1332     vpp-compare-testbeds-skx-clx:
1333       - "vpp-compare-testbeds-skx-clx-ref"
1334       - "vpp-compare-testbeds-skx-clx-cmp"
1335
1336     vpp-compare-testbeds-hsw-clx-ref:
1337       csit-vpp-perf-verify-2001-3n-hsw:
1338         - 21  # NDRPDR sel
1339         - 22  # NDRPDR sel
1340         - 23  # NDRPDR sel
1341         - 24  # NDRPDR sel
1342         - 25  # NDRPDR sel
1343         - 29  # NDRPDR sel
1344         - 30  # NDRPDR sel
1345         - 31  # NDRPDR sel
1346         - 32  # NDRPDR sel
1347         - 34  # NDRPDR sel
1348     vpp-compare-testbeds-hsw-clx-cmp:
1349       csit-vpp-perf-verify-2001-2n-clx:
1350         - 28  # NDRPDR sel
1351         - 29  # NDRPDR sel
1352         - 32  # NDRPDR sel
1353         - 40  # NDRPDR sel
1354         - 43  # NDRPDR sel
1355         - 44  # NDRPDR sel
1356         - 45  # NDRPDR sel
1357         - 47  # NDRPDR sel
1358         - 48  # NDRPDR sel
1359         - 49  # NDRPDR sel
1360     vpp-compare-testbeds-hsw-clx:
1361       - "vpp-compare-testbeds-hsw-clx-ref"
1362       - "vpp-compare-testbeds-hsw-clx-cmp"
1363
1364     vpp-compare-testbeds-mrr-ref:
1365       csit-vpp-perf-verify-2001-3n-hsw:
1366         - 17  # MRR sel
1367     vpp-compare-testbeds-mrr-cmp:
1368       csit-vpp-perf-verify-2001-3n-skx:
1369         - 50  # MRR sel
1370         - 53  # MRR sel addition
1371     vpp-compare-testbeds-mrr:
1372       - "vpp-compare-testbeds-mrr-ref"
1373       - "vpp-compare-testbeds-mrr-cmp"
1374
1375     vpp-compare-testbeds-mrr-skx-clx-ref:
1376       csit-vpp-perf-verify-2001-2n-skx:
1377         - 101 # MRR sel
1378         - 128 # MRR sel addition
1379     vpp-compare-testbeds-mrr-skx-clx-cmp:
1380       csit-vpp-perf-verify-2001-2n-clx:
1381         - 39  # MRR
1382     vpp-compare-testbeds-mrr-skx-clx:
1383       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1384       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1385
1386     vpp-compare-testbeds-mrr-hsw-clx-ref:
1387       csit-vpp-perf-verify-2001-3n-hsw:
1388         - 17  # MRR sel
1389     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1390       csit-vpp-perf-verify-2001-2n-clx:
1391         - 39  # MRR
1392     vpp-compare-testbeds-mrr-hsw-clx:
1393       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1394       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1395
1396     dpdk-compare-testbeds-ref:
1397       csit-dpdk-perf-verify-2001-3n-hsw:
1398         - 4   # NDRPDR sel
1399         - 5   # NDRPDR sel
1400         - 6   # NDRPDR sel
1401         - 7   # NDRPDR sel
1402         - 8   # NDRPDR sel
1403         - 9   # NDRPDR sel
1404         - 10  # NDRPDR sel
1405         - 11  # NDRPDR sel
1406         - 12  # NDRPDR sel
1407         - 13  # NDRPDR sel
1408         - 15  # NDRPDR sel
1409         - 16  # NDRPDR sel
1410         - 17  # NDRPDR sel
1411         - 18  # NDRPDR sel
1412         - 19  # NDRPDR sel
1413         - 20  # NDRPDR sel
1414         - 21  # NDRPDR sel
1415         - 22  # NDRPDR sel
1416         - 23  # NDRPDR sel
1417         - 24  # NDRPDR sel
1418     dpdk-compare-testbeds-cmp:
1419       csit-dpdk-perf-verify-2001-3n-skx:
1420         - 29  # NDRPDR sel xxv710
1421         - 33  # NDRPDR sel xxv710
1422         - 34  # NDRPDR sel xxv710
1423         - 35  # NDRPDR sel xxv710
1424         - 36  # NDRPDR sel xxv710
1425         - 37  # NDRPDR sel xxv710
1426         - 41  # NDRPDR sel xxv710
1427         - 42  # NDRPDR sel xxv710
1428         - 43  # NDRPDR sel xxv710
1429         - 45  # NDRPDR sel xxv710
1430         - 30  # NDRPDR sel x710
1431         - 31  # NDRPDR sel x710
1432         - 32  # NDRPDR sel x710
1433         - 38  # NDRPDR sel x710
1434         - 39  # NDRPDR sel x710
1435         - 40  # NDRPDR sel x710
1436         - 44  # NDRPDR sel x710
1437         - 46  # NDRPDR sel x710
1438         - 47  # NDRPDR sel x710
1439         - 48  # NDRPDR sel x710
1440     dpdk-compare-testbeds:
1441       - "dpdk-compare-testbeds-ref"
1442       - "dpdk-compare-testbeds-cmp"
1443
1444     dpdk-compare-testbeds-skx-clx-ref:
1445       csit-dpdk-perf-verify-2001-2n-skx:
1446         - 35  # NDRPDR sel xxv710
1447         - 36  # NDRPDR sel xxv710
1448         - 37  # NDRPDR sel xxv710
1449         - 41  # NDRPDR sel xxv710
1450         - 42  # NDRPDR sel xxv710
1451         - 43  # NDRPDR sel xxv710
1452         - 46  # NDRPDR sel xxv710
1453         - 47  # NDRPDR sel xxv710
1454         - 52  # NDRPDR sel xxv710
1455         - 53  # NDRPDR sel xxv710
1456         - 38  # NDRPDR sel x710
1457         - 39  # NDRPDR sel x710
1458         - 40  # NDRPDR sel x710
1459         - 44  # NDRPDR sel x710
1460         - 45  # NDRPDR sel x710
1461         - 48  # NDRPDR sel x710
1462         - 49  # NDRPDR sel x710
1463         - 50  # NDRPDR sel x710
1464         - 51  # NDRPDR sel x710
1465         - 54  # NDRPDR sel x710
1466     dpdk-compare-testbeds-skx-clx-cmp:
1467       csit-dpdk-perf-verify-2001-2n-clx:
1468         - 15  # NDRPDR sel
1469         - 16  # NDRPDR sel
1470         - 17  # NDRPDR sel
1471         - 18  # NDRPDR sel
1472         - 19  # NDRPDR sel
1473         - 20  # NDRPDR sel
1474         - 21  # NDRPDR sel
1475         - 22  # NDRPDR sel
1476         - 23  # NDRPDR sel
1477         - 24  # NDRPDR sel
1478         - 25  # NDRPDR sel
1479         - 26  # NDRPDR sel
1480         - 27  # NDRPDR sel
1481         - 28  # NDRPDR sel
1482         - 29  # NDRPDR sel
1483         - 30  # NDRPDR sel
1484         - 31  # NDRPDR sel
1485         - 32  # NDRPDR sel
1486         - 33  # NDRPDR sel
1487         - 34  # NDRPDR sel
1488
1489     dpdk-compare-testbeds-skx-clx:
1490       - "dpdk-compare-testbeds-skx-clx-ref"
1491       - "dpdk-compare-testbeds-skx-clx-cmp"
1492
1493     # Compare topologies
1494
1495     vpp-compare-topologies-ref:
1496       # TODO: Add the data
1497       csit-vpp-perf-verify-2001-3n-skx:
1498         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1499     vpp-compare-topologies-cmp:
1500       csit-vpp-perf-verify-2001-2n-skx:
1501         - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1502         - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1503         - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1504         - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1505         - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1506         - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1507         - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1508         - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1509         - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
1510     vpp-compare-topologies:
1511       - "vpp-compare-topologies-ref"
1512       - "vpp-compare-topologies-cmp"
1513
1514     vpp-compare-topologies-mrr-ref:
1515       csit-vpp-perf-verify-2001-3n-skx:
1516         - 50  # MRR sel
1517         - 53  # MRR sel addition
1518     vpp-compare-topologies-mrr-cmp:
1519       csit-vpp-perf-verify-2001-2n-skx:
1520         - 101 # MRR sel
1521         - 128 # MRR sel addition
1522     vpp-compare-topologies-mrr:
1523       - "vpp-compare-topologies-mrr-ref"
1524       - "vpp-compare-topologies-mrr-cmp"
1525
1526     dpdk-compare-topologies-ref:
1527       csit-dpdk-perf-verify-2001-3n-skx:
1528         - 29  # NDRPDR sel xxv710
1529         - 33  # NDRPDR sel xxv710
1530         - 34  # NDRPDR sel xxv710
1531         - 35  # NDRPDR sel xxv710
1532         - 36  # NDRPDR sel xxv710
1533         - 37  # NDRPDR sel xxv710
1534         - 41  # NDRPDR sel xxv710
1535         - 42  # NDRPDR sel xxv710
1536         - 43  # NDRPDR sel xxv710
1537         - 45  # NDRPDR sel xxv710
1538         - 30  # NDRPDR sel x710
1539         - 31  # NDRPDR sel x710
1540         - 32  # NDRPDR sel x710
1541         - 38  # NDRPDR sel x710
1542         - 39  # NDRPDR sel x710
1543         - 40  # NDRPDR sel x710
1544         - 44  # NDRPDR sel x710
1545         - 46  # NDRPDR sel x710
1546         - 47  # NDRPDR sel x710
1547         - 48  # NDRPDR sel x710
1548     dpdk-compare-topologies-cmp:
1549       csit-dpdk-perf-verify-2001-2n-skx:
1550         - 35  # NDRPDR sel xxv710
1551         - 36  # NDRPDR sel xxv710
1552         - 37  # NDRPDR sel xxv710
1553         - 41  # NDRPDR sel xxv710
1554         - 42  # NDRPDR sel xxv710
1555         - 43  # NDRPDR sel xxv710
1556         - 46  # NDRPDR sel xxv710
1557         - 47  # NDRPDR sel xxv710
1558         - 52  # NDRPDR sel xxv710
1559         - 53  # NDRPDR sel xxv710
1560         - 38  # NDRPDR sel x710
1561         - 39  # NDRPDR sel x710
1562         - 40  # NDRPDR sel x710
1563         - 44  # NDRPDR sel x710
1564         - 45  # NDRPDR sel x710
1565         - 48  # NDRPDR sel x710
1566         - 49  # NDRPDR sel x710
1567         - 50  # NDRPDR sel x710
1568         - 51  # NDRPDR sel x710
1569         - 54  # NDRPDR sel x710
1570     dpdk-compare-topologies:
1571       - "dpdk-compare-topologies-ref"
1572       - "dpdk-compare-topologies-cmp"
1573
1574   plot-layouts:
1575
1576     plot-soak-throughput:
1577       titlefont:
1578         size: 18
1579       xaxis:
1580         title: "<b>Test Cases [Index]</b>"
1581         titlefont:
1582           size: 16
1583         autorange: True
1584         fixedrange: False
1585         gridcolor: "rgb(230, 230, 230)"
1586         linecolor: "rgb(220, 220, 220)"
1587         linewidth: 1
1588         showgrid: True
1589         showline: True
1590         showticklabels: True
1591         tickcolor: "rgb(220, 220, 220)"
1592         tickmode: "linear"
1593         tickfont:
1594           size: 16
1595         zeroline: False
1596       yaxis:
1597         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1598         titlefont:
1599           size: 16
1600         gridcolor: "rgb(230, 230, 230)"
1601         hoverformat: ".4r"
1602         tickformat: ".3r"
1603         linecolor: "rgb(220, 220, 220)"
1604         linewidth: 1
1605         showgrid: True
1606         showline: True
1607         showticklabels: True
1608         tickcolor: "rgb(220, 220, 220)"
1609         tickfont:
1610           size: 16
1611         zeroline: False
1612         range: [0,50]
1613       autosize: False
1614       margin:
1615         t: 50
1616         b: 0
1617         l: 80
1618         r: 20
1619       showlegend: True
1620       legend:
1621         orientation: "h"
1622         font:
1623           size: 16
1624       width: 700
1625       height: 900
1626       paper_bgcolor: "#fff"
1627       plot_bgcolor: "#fff"
1628       hoverlabel:
1629         namelength: -1
1630
1631     plot-service-density:
1632       titlefont:
1633         size: 18
1634       xaxis:
1635         side: "top"
1636         autorange: True
1637         fixedrange: False
1638         showgrid: False
1639         showline: False
1640         showticklabels: False
1641         ticks: ""
1642         ticklen: 0
1643         tickwidth: 0
1644         zeroline: False
1645       yaxis:
1646         autorange: "reversed"
1647         showgrid: False
1648         showline: False
1649         showticklabels: False
1650         ticks: ""
1651         ticklen: 0
1652         tickwidth: 0
1653         zeroline: False
1654       showlegend: False
1655       paper_bgcolor: "#fff"
1656       plot_bgcolor: "#fff"
1657       width: 700
1658       height: 700
1659       hoverlabel:
1660         namelength: -1
1661
1662     plot-cps:
1663       titlefont:
1664         size: 18
1665       xaxis:
1666         title: "<b>Test Cases [Index]</b>"
1667         titlefont:
1668           size: 16
1669         autorange: True
1670         fixedrange: False
1671         gridcolor: "rgb(230, 230, 230)"
1672         linecolor: "rgb(220, 220, 220)"
1673         linewidth: 1
1674         showgrid: True
1675         showline: True
1676         showticklabels: True
1677         tickcolor: "rgb(220, 220, 220)"
1678         tickmode: "linear"
1679         tickfont:
1680           size: 16
1681         zeroline: False
1682       yaxis:
1683         title: "<b>Connections Per Second [cps]</b>"
1684         titlefont:
1685           size: 16
1686         gridcolor: "rgb(230, 230, 230)"
1687         hoverformat: ".4s"
1688         linecolor: "rgb(220, 220, 220)"
1689         linewidth: 1
1690         rangemode: "tozero"
1691         showgrid: True
1692         showline: True
1693         showticklabels: True
1694         tickcolor: "rgb(220, 220, 220)"
1695         tickformat: ".3s"
1696         tickfont:
1697           size: 16
1698         zeroline: False
1699       boxmode: "group"
1700       boxgroupgap: 0.5
1701       autosize: False
1702       margin:
1703         t: 50
1704         b: 20
1705         l: 80
1706         r: 20
1707       showlegend: True
1708       legend:
1709         orientation: "h"
1710         font:
1711           size: 16
1712       width: 700
1713       height: 800
1714       paper_bgcolor: "#fff"
1715       plot_bgcolor: "#fff"
1716       hoverlabel:
1717         namelength: -1
1718
1719     plot-rps:
1720       titlefont:
1721         size: 18
1722       xaxis:
1723         title: "<b>Test Cases [Index]</b>"
1724         titlefont:
1725           size: 16
1726         autorange: True
1727         fixedrange: False
1728         gridcolor: "rgb(230, 230, 230)"
1729         linecolor: "rgb(220, 220, 220)"
1730         linewidth: 1
1731         showgrid: True
1732         showline: True
1733         showticklabels: True
1734         tickcolor: "rgb(220, 220, 220)"
1735         tickmode: "linear"
1736         tickfont:
1737           size: 16
1738         zeroline: False
1739       yaxis:
1740         title: "<b>Requests Per Second [rps]</b>"
1741         titlefont:
1742           size: 16
1743         gridcolor: "rgb(230, 230, 230)"
1744         hoverformat: ".4s"
1745         linecolor: "rgb(220, 220, 220)"
1746         linewidth: 1
1747         rangemode: "tozero"
1748         showgrid: True
1749         showline: True
1750         showticklabels: True
1751         tickcolor: "rgb(230, 230, 230)"
1752         tickformat: ".3s"
1753         tickfont:
1754           size: 16
1755         zeroline: False
1756       boxmode: "group"
1757       boxgroupgap: 0.5
1758       autosize: False
1759       margin:
1760         t: 50
1761         b: 20
1762         l: 80
1763         r: 20
1764       showlegend: True
1765       legend:
1766         orientation: "h"
1767         font:
1768           size: 16
1769       width: 700
1770       height: 800
1771       paper_bgcolor: "#fff"
1772       plot_bgcolor: "#fff"
1773       hoverlabel:
1774         namelength: -1
1775
1776     plot-hoststack:
1777       titlefont:
1778         size: 16
1779       xaxis:
1780         title: "<b>Test Cases [Index]</b>"
1781         titlefont:
1782           size: 14
1783         autorange: True
1784         fixedrange: False
1785         gridcolor: "rgb(230, 230, 230)"
1786         linecolor: "rgb(220, 220, 220)"
1787         linewidth: 1
1788         showgrid: True
1789         showline: True
1790         showticklabels: True
1791         tickcolor: "rgb(220, 220, 220)"
1792         tickmode: "linear"
1793         tickfont:
1794           size: 14
1795         zeroline: False
1796       yaxis:
1797         title: "<b>Bandwidth [Gbps]</b>"
1798         titlefont:
1799           size: 14
1800         gridcolor: "rgb(230, 230, 230)"
1801         hoverformat: ".4s"
1802         linecolor: "rgb(220, 220, 220)"
1803         linewidth: 1
1804         rangemode: "tozero"
1805         showgrid: True
1806         showline: True
1807         showticklabels: True
1808         tickcolor: "rgb(230, 230, 230)"
1809         tickformat: ".3s"
1810         tickfont:
1811           size: 14
1812         zeroline: False
1813       boxmode: "group"
1814       boxgroupgap: 0.5
1815       autosize: False
1816       margin:
1817         t: 50
1818         b: 20
1819         l: 80
1820         r: 20
1821       showlegend: True
1822       legend:
1823         orientation: "h"
1824         font:
1825           size: 14
1826       width: 700
1827       height: 800
1828       paper_bgcolor: "#fff"
1829       plot_bgcolor: "#fff"
1830       hoverlabel:
1831         namelength: -1
1832
1833     plot-throughput:
1834       titlefont:
1835         size: 18
1836       xaxis:
1837         title: "<b>Test Cases [Index]</b>"
1838         titlefont:
1839           size: 16
1840         autorange: True
1841         fixedrange: False
1842         gridcolor: "rgb(230, 230, 230)"
1843         linecolor: "rgb(220, 220, 220)"
1844         linewidth: 1
1845         showgrid: True
1846         showline: True
1847         showticklabels: True
1848         tickcolor: "rgb(220, 220, 220)"
1849         tickmode: "linear"
1850         tickfont:
1851           size: 16
1852         zeroline: False
1853       yaxis:
1854         title: "<b>Packet Throughput [Mpps]</b>"
1855         titlefont:
1856           size: 16
1857         gridcolor: "rgb(230, 230, 230)"
1858         hoverformat: ".4r"
1859         tickformat: ".3r"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(220, 220, 220)"
1866         tickfont:
1867           size: 16
1868         zeroline: False
1869         range: [0,50]
1870       autosize: False
1871       margin:
1872         t: 50
1873         b: 0
1874         l: 80
1875         r: 20
1876       showlegend: True
1877       legend:
1878         orientation: "h"
1879         font:
1880           size: 16
1881       width: 700
1882       height: 900
1883       paper_bgcolor: "#fff"
1884       plot_bgcolor: "#fff"
1885       hoverlabel:
1886         namelength: -1
1887
1888     plot-throughput-speedup-analysis:
1889       titlefont:
1890         size: 18
1891       xaxis:
1892         title: "<b>Number of Cores [Qty]</b>"
1893         titlefont:
1894           size: 16
1895         autorange: True
1896         fixedrange: False
1897         gridcolor: "rgb(230, 230, 230)"
1898         linecolor: "rgb(220, 220, 220)"
1899         linewidth: 1
1900         showgrid: True
1901         showline: True
1902         showticklabels: True
1903         tickcolor: "rgb(238, 238, 238)"
1904         tickmode: "linear"
1905         tickfont:
1906           size: 16
1907         zeroline: False
1908       yaxis:
1909         title: "<b>Packet Throughput [Mpps]</b>"
1910         titlefont:
1911           size: 16
1912         type: "linear"
1913         gridcolor: "rgb(230, 230, 230)"
1914         hoverformat: ".4s"
1915         linecolor: "rgb(220, 220, 220)"
1916         linewidth: 1
1917         showgrid: True
1918         showline: True
1919         showticklabels: True
1920         tickcolor: "rgb(220, 220, 220)"
1921         tickformat: ".4s"
1922         tickfont:
1923           size: 16
1924         zeroline: True
1925         rangemode: "tozero"
1926         range: [0,100]
1927       legend:
1928         orientation: "h"
1929         font:
1930           size: 16
1931         xanchor: "left"
1932         yanchor: "top"
1933         x: 0
1934         y: -0.2
1935         bgcolor: "rgba(255, 255, 255, 0)"
1936         bordercolor: "rgba(255, 255, 255, 0)"
1937         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1938       autosize: False
1939       margin:
1940           't': 50
1941           'b': 150
1942           'l': 85
1943           'r': 10
1944       showlegend: True
1945       width: 700
1946       height: 700
1947       paper_bgcolor: "#fff"
1948       plot_bgcolor: "#fff"
1949       hoverlabel:
1950         namelength: -1
1951       annotations: [
1952         {
1953           text: "_ _          __          ...",
1954           align: "left",
1955           showarrow: False,
1956           xref: "paper",
1957           yref: "paper",
1958           xanchor: "left",
1959           yanchor: "top",
1960           x: 0,
1961           y: -0.13,
1962           font: {
1963             family: "Consolas, Courier New",
1964             size: 15
1965           },
1966         },
1967         {
1968           text: "    Perfect     Measured     Limit",
1969           align: "left",
1970           showarrow: False,
1971           xref: "paper",
1972           yref: "paper",
1973           xanchor: "left",
1974           yanchor: "top",
1975           x: 0,
1976           y: -0.15,
1977           font: {
1978             family: "Consolas, Courier New",
1979             size: 15
1980           },
1981         },
1982       ]
1983
1984     plot-latency:
1985       titlefont:
1986         size: 18
1987       xaxis:
1988         title: "<b>Direction</b>"
1989         titlefont:
1990           size: 16
1991         autorange: True
1992         fixedrange: False
1993         gridcolor: "rgb(230, 230, 230)"
1994         linecolor: "rgb(220, 220, 220)"
1995         linewidth: 1
1996         showgrid: True
1997         showline: True
1998         showticklabels: False
1999         tickcolor: "rgb(220, 220, 220)"
2000         tickmode: "linear"
2001         tickfont:
2002           size: 16
2003         zeroline: False
2004       yaxis:
2005         title: "<b>Packet Latency [uSec]</b>"
2006         titlefont:
2007           size: 16
2008         type: "linear"
2009         gridcolor: "rgb(230, 230, 230)"
2010         hoverformat: ".4s"
2011         linecolor: "rgb(220, 220, 220)"
2012         linewidth: 1
2013         showgrid: True
2014         showline: True
2015         showticklabels: True
2016         tickcolor: "rgb(220, 220, 220)"
2017         tickformat: ".4s"
2018         tickfont:
2019           size: 16
2020         zeroline: True
2021         rangemode: "tozero"
2022       legend:
2023         orientation: "h"
2024         font:
2025           size: 16
2026         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2027       autosize: False
2028       margin:
2029           't': 50
2030           'b': 150
2031           'l': 80
2032           'r': 10
2033       showlegend: True
2034       width: 700
2035       height: 700
2036       paper_bgcolor: "#fff"
2037       plot_bgcolor: "#fff"
2038       hoverlabel:
2039         namelength: -1
2040
2041     plot-hdrh-latency:
2042       title:
2043         text: ""
2044         xanchor: "center"
2045         x: 0.5
2046         font:
2047           size: 16
2048       width: 700
2049       plot_bgcolor: "white"
2050       annotations:
2051         - font:
2052             size: 14
2053           showarrow: False
2054           text: "<b>Packet Latency [uSec]</b>"
2055           x: 1
2056           xanchor: "right"
2057           xref: "paper"
2058           y: -0.045
2059           yanchor: "top"
2060           yref: "paper"
2061         - font:
2062             size: 14
2063           showarrow: False
2064           text: "<b>Probability [%]</b>"
2065           textangle: 270
2066           x: -0.06
2067           xanchor: "center"
2068           xref: "paper"
2069           y: 0.5
2070           yanchor: "middle"
2071           yref: "paper"
2072         - font:
2073             size: 14
2074           showarrow: False
2075           text: "<b>Direction: E-W</b>"
2076           x: 0.24
2077           xanchor: "center"
2078           xref: "paper"
2079           y: 1.05
2080           yanchor: "bottom"
2081           yref: "paper"
2082         - font:
2083             size: 14
2084           showarrow: False
2085           text: "<b>Direction: W-E</b>"
2086           x: 0.74
2087           xanchor: "center"
2088           xref: "paper"
2089           y: 1.05
2090           yanchor: "bottom"
2091           yref: "paper"
2092
2093     plot-hdrh-latency-percentile:
2094       title:
2095         text: ""
2096         xanchor: "center"
2097         x: 0.5
2098         font:
2099           size: 18
2100       xaxis:
2101         type: "log"
2102         title: "<b>Percentile [%]</b>"
2103         titlefont:
2104           size: 16
2105         autorange: True
2106         fixedrange: False
2107         gridcolor: "rgb(230, 230, 230)"
2108         linecolor: "rgb(220, 220, 220)"
2109         linewidth: 1
2110         showgrid: True
2111         showline: True
2112         showticklabels: True
2113         tickcolor: "rgb(220, 220, 220)"
2114         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2115         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2116         tickfont:
2117           size: 16
2118       yaxis:
2119         title: "<b>Packet Latency [uSec]</b>"
2120         titlefont:
2121           size: 16
2122         gridcolor: "rgb(230, 230, 230)"
2123         linecolor: "rgb(220, 220, 220)"
2124         linewidth: 1
2125         showgrid: True
2126         showline: True
2127         showticklabels: True
2128         tickcolor: "rgb(220, 220, 220)"
2129         tickfont:
2130           size: 16
2131       autosize: False
2132       showlegend: True
2133       legend:
2134         traceorder: "normal"
2135         orientation: "h"
2136         font:
2137           size: 16
2138         xanchor: "left"
2139         yanchor: "top"
2140         x: 0
2141         y: -0.15
2142         bgcolor: "rgba(255, 255, 255, 0)"
2143         bordercolor: "rgba(255, 255, 255, 0)"
2144       width: 700
2145       height: 700
2146       paper_bgcolor: "white"
2147       plot_bgcolor: "white"
2148
2149     plot-hdrh-latency-by-percentile:
2150       title:
2151         text: "<b>Latency by Percentile Distribution</b>"
2152         xanchor: "center"
2153         x: 0.5
2154         font:
2155           size: 18
2156       showlegend: True
2157       legend:
2158         traceorder: "normal"
2159         orientation: "h"
2160         font:
2161           size: 16
2162         xanchor: "left"
2163         yanchor: "top"
2164         x: 0
2165         y: -0.2
2166         bgcolor: "rgba(255, 255, 255, 0)"
2167         bordercolor: "rgba(255, 255, 255, 0)"
2168       xaxis:
2169         type: "linear"
2170         title: "<b>Percentile [%]</b>"
2171         titlefont:
2172           size: 14
2173         autorange: False
2174         fixedrange: False
2175         range: [0, 100]
2176         gridcolor: "rgb(230, 230, 230)"
2177         linecolor: "rgb(220, 220, 220)"
2178         linewidth: 1
2179         showgrid: True
2180         showline: True
2181         showticklabels: True
2182         tickcolor: "rgb(220, 220, 220)"
2183         tickvals: [0, 25, 50, 75, 100]
2184         ticktext: [0, 25, 50, 75, 100]
2185         tickfont:
2186           size: 14
2187       yaxis:
2188         title: "<b>One-Way Latency per Direction [uSec]</b>"
2189         titlefont:
2190           size: 14
2191         gridcolor: "rgb(230, 230, 230)"
2192         linecolor: "rgb(220, 220, 220)"
2193         linewidth: 1
2194         showgrid: True
2195         showline: True
2196         showticklabels: True
2197         tickcolor: "rgb(220, 220, 220)"
2198         tickfont:
2199           size: 14
2200       width: 700
2201       height: 700
2202       paper_bgcolor: "white"
2203       plot_bgcolor: "white"
2204
2205 - type: "static"
2206   src-path: "{DIR[RST]}"
2207   dst-path: "{DIR[WORKING,SRC]}"
2208
2209 - type: "input"
2210   general:
2211     file-name: "output_info.xml.gz"
2212     file-format: ".gz"
2213     arch-file-format:
2214       - ".gz"
2215       - ".zip"
2216     download-path: "{job}/{build}/archives/{filename}"
2217     extract: "output.xml"
2218
2219     zip-file-name: "robot-plugin.zip"
2220     zip-file-format: ".zip"
2221     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2222     zip-extract: "robot-plugin/output.xml"
2223
2224   builds:
2225
2226     csit-vpp-perf-verify-1904-3n-hsw:
2227       - 9   # MRR sel
2228       - 11  # NDRPDR sel
2229       - 12  # NDRPDR sel
2230       - 20  # NDRPDR sel
2231       - 21  # NDRPDR sel
2232       - 23  # NDRPDR sel
2233       - 24  # NDRPDR sel
2234       - 25  # NDRPDR sel
2235       - 26  # NDRPDR sel
2236       - 29  # NDRPDR sel
2237       - 30  # NDRPDR sel
2238     csit-vpp-perf-verify-1908-3n-hsw:
2239       - 12  # NDRPDR sel
2240       - 13  # NDRPDR sel
2241       - 14  # NDRPDR sel
2242       - 15  # NDRPDR sel
2243       - 16  # NDRPDR sel
2244       - 17  # NDRPDR sel
2245       - 18  # NDRPDR sel
2246       - 19  # NDRPDR sel
2247       - 20  # NDRPDR sel
2248       - 21  # NDRPDR sel
2249       - 48  # NDRPDR sel vhost
2250       - 49  # NDRPDR sel vhost
2251       - 52  # NDRPDR sel vhost
2252       - 53  # NDRPDR sel vhost
2253       - 54  # NDRPDR sel vhost
2254       - 55  # NDRPDR sel vhost
2255       - 56  # NDRPDR sel vhost
2256       - 57  # NDRPDR sel vhost
2257       - 58  # NDRPDR sel vhost
2258       - 59  # NDRPDR sel vhost
2259       - 39  # MRR sel
2260     csit-vpp-perf-verify-2001-3n-hsw:
2261       - 21  # NDRPDR sel
2262       - 22  # NDRPDR sel
2263       - 23  # NDRPDR sel
2264       - 24  # NDRPDR sel
2265       - 25  # NDRPDR sel
2266       - 29  # NDRPDR sel
2267       - 30  # NDRPDR sel
2268       - 31  # NDRPDR sel
2269       - 32  # NDRPDR sel
2270       - 34  # NDRPDR sel
2271       - 17  # MRR sel
2272       - 18  # NDRPDR full
2273       - 20  # NDRPDR full
2274       - 28  # NDRPDR full
2275       - 35  # NDRPDR full
2276       - 42  # NDRPDR full
2277       - 46  # NDRPDR full
2278       - 47  # NDRPDR full
2279       - 48  # NDRPDR full
2280       - 49  # NDRPDR full
2281       - 50  # NDRPDR full
2282       - 51  # NDRPDR full
2283       - 52  # NDRPDR full
2284       - 53  # NDRPDR full
2285       - 54  # NDRPDR full
2286       - 55  # NDRPDR full
2287       - 56  # NDRPDR full
2288       - 57  # NDRPDR full
2289       - 58  # NDRPDR full
2290       - 59  # NDRPDR full
2291       - 61  # NDRPDR full
2292       - 62  # NDRPDR full
2293       - 63  # NDRPDR full
2294       - 64  # NDRPDR full
2295       - 65  # NDRPDR full
2296       - 67  # NDRPDR full
2297       - 70  # NDRPDR full
2298       - 72  # NDRPDR full
2299       - 73  # NDRPDR full
2300       - 76  # NDRPDR full
2301       - 77  # NDRPDR full
2302       - 78  # NDRPDR full
2303       - 79  # NDRPDR full
2304       - 81  # NDRPDR full
2305       - 82  # NDRPDR full
2306       - 84  # NDRPDR full
2307       - 85  # NDRPDR full
2308       - 87  # hoststack
2309       - 88  # hoststack
2310       - 89  # hoststack
2311       - 90  # hoststack
2312       - 91  # hoststack
2313       - 92  # hoststack
2314       - 93  # hoststack
2315       - 94  # hoststack
2316       - 95  # hoststack
2317       - 96  # hoststack
2318
2319     csit-vpp-perf-verify-1904-3n-skx:
2320       - 7   # MRR sel
2321       - 8   # NDRPDR sel
2322       - 9   # NDRPDR sel
2323       - 10  # NDRPDR sel
2324       - 11  # NDRPDR sel
2325       - 12  # NDRPDR sel
2326       - 14  # NDRPDR sel
2327       - 16  # NDRPDR sel
2328       - 21  # NDRPDR sel
2329       - 23  # NDRPDR sel
2330       - 25  # NDRPDR sel
2331     csit-vpp-perf-verify-1908-3n-skx:
2332       - 14  # NDRPDR sel
2333       - 16  # NDRPDR sel
2334       - 19  # NDRPDR sel
2335       - 20  # NDRPDR sel
2336       - 22  # NDRPDR sel
2337       - 23  # NDRPDR sel
2338       - 24  # NDRPDR sel
2339       - 25  # NDRPDR sel
2340       - 26  # NDRPDR sel
2341       - 29  # NDRPDR sel
2342       - 52  # NDRPDR sel vhost
2343       - 53  # NDRPDR sel vhost
2344       - 55  # NDRPDR sel vhost
2345       - 61  # NDRPDR sel vhost
2346       - 62  # NDRPDR sel vhost
2347       - 63  # NDRPDR sel vhost
2348       - 64  # NDRPDR sel vhost
2349       - 65  # NDRPDR sel vhost
2350       - 66  # NDRPDR sel vhost
2351       - 67  # NDRPDR sel vhost
2352       - 36  # MRR sel
2353     csit-vpp-perf-verify-2001-3n-skx:
2354 #      - 45  # NDRPDR sel
2355 #      - 46  # NDRPDR sel
2356 #      - 47  # NDRPDR sel
2357 #      - 48  # NDRPDR sel
2358 #      - 49  # NDRPDR sel
2359 #      - 51  # NDRPDR sel
2360 #      - 52  # NDRPDR sel
2361 #      - 59  # NDRPDR sel
2362 #      - 65  # NDRPDR sel
2363 #      - 66  # NDRPDR sel
2364 #      - 54  # NDRPDR sel addition
2365 #      - 55  # NDRPDR sel addition
2366 #      - 56  # NDRPDR sel addition
2367 #      - 57  # NDRPDR sel addition
2368 #      - 58  # NDRPDR sel addition
2369 #      - 60  # NDRPDR sel addition
2370 #      - 61  # NDRPDR sel addition
2371 #      - 62  # NDRPDR sel addition
2372 #      - 63  # NDRPDR sel addition
2373 #      - 64  # NDRPDR sel addition
2374       - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2375       - 50  # MRR sel
2376       - 53  # MRR sel addition
2377
2378     csit-vpp-perf-verify-1904-2n-skx:
2379       - 11  # MRR sel
2380       - 12  # NDRPDR sel
2381       - 14  # NDRPDR sel
2382       - 16  # NDRPDR sel
2383       - 17  # NDRPDR sel
2384       - 18  # NDRPDR sel
2385       - 21  # NDRPDR sel
2386       - 27  # NDRPDR sel
2387       - 30  # NDRPDR sel
2388       - 31  # NDRPDR sel
2389       - 32  # NDRPDR sel
2390     csit-vpp-perf-verify-1908-2n-skx:
2391       - 26  # NDRPDR sel
2392       - 27  # NDRPDR sel
2393       - 34  # NDRPDR sel
2394       - 35  # NDRPDR sel
2395       - 36  # NDRPDR sel
2396       - 42  # NDRPDR sel
2397       - 43  # NDRPDR sel
2398       - 44  # NDRPDR sel
2399       - 45  # NDRPDR sel
2400       - 46  # NDRPDR sel
2401       - 88  # NDRPDR sel vhost
2402       - 89  # NDRPDR sel vhost
2403       - 91  # NDRPDR sel vhost
2404       - 92  # NDRPDR sel vhost
2405       - 93  # NDRPDR sel vhost
2406       - 94  # NDRPDR sel vhost
2407       - 95  # NDRPDR sel vhost
2408       - 96  # NDRPDR sel vhost
2409       - 97  # NDRPDR sel vhost
2410       - 98  # NDRPDR sel vhost
2411       - 69  # MRR sel
2412 #      - 22  # NFV
2413 #      - 31  # NFV
2414 #      - 32  # NFV
2415 #      - 71  # NFV MRR
2416     csit-vpp-perf-verify-2001-2n-skx:
2417 #      - 92  # NDRPDR sel
2418 #      - 93  # NDRPDR sel
2419 #      - 94  # NDRPDR sel
2420 #      - 95  # NDRPDR sel
2421 #      - 96  # NDRPDR sel
2422 #      - 97  # NDRPDR sel
2423 #      - 98  # NDRPDR sel
2424 #      - 99  # NDRPDR sel
2425 #      - 100 # NDRPDR sel
2426 #      - 102 # NDRPDR sel
2427 #      - 129 # NDRPDR sel addition
2428 #      - 130 # NDRPDR sel addition
2429 #      - 131 # NDRPDR sel addition
2430 #      - 132 # NDRPDR sel addition
2431 #      - 133 # NDRPDR sel addition
2432 #      - 134 # NDRPDR sel addition
2433 #      - 135 # NDRPDR sel addition
2434 #      - 136 # NDRPDR sel addition
2435 #      - 137 # NDRPDR sel addition
2436 #      - 138 # NDRPDR sel addition
2437       - 143  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2438       - 146  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2439       - 147  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2440       - 148  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2441       - 149  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2442       - 150  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2443       - 151  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2444       - 152  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2445       - 153  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2446       - 101  # MRR sel
2447       - 128  # MRR sel addition
2448
2449     csit-vpp-perf-verify-2001-2n-clx:
2450       - 28  # NDRPDR sel
2451       - 29  # NDRPDR sel
2452       - 32  # NDRPDR sel
2453       - 40  # NDRPDR sel
2454       - 43  # NDRPDR sel
2455       - 44  # NDRPDR sel
2456       - 45  # NDRPDR sel
2457       - 47  # NDRPDR sel
2458       - 48  # NDRPDR sel
2459       - 49  # NDRPDR sel
2460       - 39  # MRR
2461       - 53  # NDRPDR full
2462       - 54  # NDRPDR full
2463       - 55  # NDRPDR full
2464       - 56  # NDRPDR full
2465       - 57  # NDRPDR full
2466       - 58  # NDRPDR full
2467       - 59  # NDRPDR full
2468       - 60  # NDRPDR full
2469       - 61  # NDRPDR full
2470       - 62  # NDRPDR full
2471       - 63  # NDRPDR full
2472       - 64  # NDRPDR full
2473       - 65  # NDRPDR full
2474       - 66  # NDRPDR full
2475       - 67  # NDRPDR full
2476       - 68  # Reconf
2477       - 69  # Reconf
2478       - 70  # Reconf
2479       - 71  # Reconf
2480       - 72  # Reconf
2481       - 73  # Reconf
2482       - 74  # Reconf
2483       - 75  # Reconf
2484       - 76  # Reconf
2485       - 77  # Reconf
2486       - 80  # TCP
2487       - 82  # TCP
2488       - 83  # TCP
2489       - 85  # TCP
2490       - 86  # TCP
2491       - 87  # TCP
2492       - 88  # TCP
2493       - 89  # TCP
2494       - 90  # TCP
2495       - 91  # TCP
2496       - 93  # Soak
2497       - 94  # Soak
2498
2499     csit-vpp-perf-verify-1908-3n-tsh:
2500       - 7   # NDRPDR sel
2501       - 8   # NDRPDR sel
2502       - 9   # NDRPDR sel
2503       - 10  # NDRPDR sel
2504       - 11  # NDRPDR sel
2505       - 12  # NDRPDR sel
2506       - 13  # NDRPDR sel
2507       - 14  # NDRPDR sel
2508       - 15  # NDRPDR sel
2509       - 16  # NDRPDR sel
2510       - 17  # MRR sel
2511     csit-vpp-perf-verify-2001-3n-tsh:
2512       - 3   # NDRPDR sel
2513       - 4   # NDRPDR sel
2514       - 7   # NDRPDR sel
2515       - 8   # NDRPDR sel
2516       - 10  # NDRPDR sel
2517       - 12  # NDRPDR sel
2518       - 13  # NDRPDR sel
2519       - 14  # NDRPDR sel
2520       - 15  # NDRPDR sel
2521       - 21  # NDRPDR sel
2522       - 9   # MRR sel
2523
2524     csit-vpp-perf-verify-1908-3n-dnv:
2525       - 6   # NDRPDR sel
2526       - 7   # NDRPDR sel
2527       - 8   # NDRPDR sel
2528       - 9   # NDRPDR sel
2529       - 10  # NDRPDR sel
2530       - 12  # NDRPDR sel
2531       - 13  # NDRPDR sel
2532       - 14  # NDRPDR sel
2533       - 15  # NDRPDR sel
2534       - 16  # NDRPDR sel
2535       - 17  # MRR sel
2536     csit-vpp-perf-verify-2001-3n-dnv:
2537       - 5   # NDRPDR sel
2538       - 6   # NDRPDR sel
2539       - 7   # NDRPDR sel
2540       - 8   # NDRPDR sel
2541       - 9   # NDRPDR sel
2542       - 10  # NDRPDR sel
2543       - 12  # NDRPDR sel
2544       - 16  # NDRPDR sel
2545       - 17  # NDRPDR sel
2546       - 18  # NDRPDR sel
2547       - 11  # MRR sel
2548       - 19  # NDRPDR full
2549       - 20  # NDRPDR full
2550       - 21  # NDRPDR full
2551       - 22  # NDRPDR full
2552       - 23  # NDRPDR full
2553       - 24  # NDRPDR full
2554       - 25  # NDRPDR full
2555       - 26  # NDRPDR full
2556       - 37  # NDRPDR full
2557       - 38  # NDRPDR full
2558       - 39  # NDRPDR full
2559
2560     csit-vpp-perf-verify-1908-2n-dnv:
2561       - 1   # NDRPDR sel
2562       - 2   # NDRPDR sel
2563       - 3   # NDRPDR sel
2564       - 4   # NDRPDR sel
2565       - 5   # NDRPDR sel
2566       - 6   # NDRPDR sel
2567       - 7   # NDRPDR sel
2568       - 8   # NDRPDR sel
2569       - 9   # NDRPDR sel
2570       - 10  # NDRPDR sel
2571       - 11  # MRR sel
2572     csit-vpp-perf-verify-2001-2n-dnv:
2573       - 4   # NDRPDR sel
2574       - 5   # NDRPDR sel
2575       - 6   # NDRPDR sel
2576       - 7   # NDRPDR sel
2577       - 8   # NDRPDR sel
2578       - 9   # NDRPDR sel
2579       - 10  # NDRPDR sel
2580       - 11  # NDRPDR sel
2581       - 13  # NDRPDR sel
2582       - 16  # NDRPDR sel
2583       - 12  # MRR sel
2584       - 21  # NDRPDR full
2585       - 22  # NDRPDR full
2586       - 25  # NDRPDR full
2587       - 26  # NDRPDR full
2588       - 27  # NDRPDR full
2589       - 28  # NDRPDR full
2590
2591     csit-dpdk-perf-verify-1904-3n-hsw:
2592       - 2   # NDRPDR sel
2593       - 3   # NDRPDR sel
2594       - 5   # NDRPDR sel
2595       - 6   # NDRPDR sel
2596       - 13  # NDRPDR sel
2597       - 14  # NDRPDR sel
2598       - 15  # NDRPDR sel
2599       - 18  # NDRPDR sel
2600       - 19  # NDRPDR sel
2601       - 20  # NDRPDR sel
2602     csit-dpdk-perf-verify-1908-3n-hsw:
2603       - 2   # NDRPDR sel
2604       - 3   # NDRPDR sel
2605       - 4   # NDRPDR sel
2606       - 5   # NDRPDR sel
2607       - 6   # NDRPDR sel
2608       - 7   # NDRPDR sel
2609       - 8   # NDRPDR sel
2610       - 9   # NDRPDR sel
2611       - 10  # NDRPDR sel
2612       - 11  # NDRPDR sel
2613     csit-dpdk-perf-verify-2001-3n-hsw:
2614       - 4   # NDRPDR sel
2615       - 5   # NDRPDR sel
2616       - 6   # NDRPDR sel
2617       - 7   # NDRPDR sel
2618       - 8   # NDRPDR sel
2619       - 9   # NDRPDR sel
2620       - 10  # NDRPDR sel
2621       - 11  # NDRPDR sel
2622       - 12  # NDRPDR sel
2623       - 13  # NDRPDR sel
2624       - 15  # NDRPDR sel
2625       - 16  # NDRPDR sel
2626       - 17  # NDRPDR sel
2627       - 18  # NDRPDR sel
2628       - 19  # NDRPDR sel
2629       - 20  # NDRPDR sel
2630       - 21  # NDRPDR sel
2631       - 22  # NDRPDR sel
2632       - 23  # NDRPDR sel
2633       - 24  # NDRPDR sel
2634       - 25  # NDRPDR full
2635       - 26  # NDRPDR full
2636
2637     csit-dpdk-perf-verify-1904-3n-skx:
2638       - 2   # NDRPDR sel
2639       - 3   # NDRPDR sel
2640       - 4   # NDRPDR sel
2641       - 5   # NDRPDR sel
2642       - 6   # NDRPDR sel
2643       - 7   # NDRPDR sel
2644       - 11  # NDRPDR sel
2645       - 12  # NDRPDR sel
2646       - 13  # NDRPDR sel
2647       - 14  # NDRPDR sel
2648     csit-dpdk-perf-verify-1908-3n-skx:
2649       - 3   # NDRPDR sel
2650       - 4   # NDRPDR sel
2651       - 5   # NDRPDR sel
2652       - 6   # NDRPDR sel
2653       - 7   # NDRPDR sel
2654       - 8   # NDRPDR sel
2655       - 9   # NDRPDR sel
2656       - 10  # NDRPDR sel
2657       - 11  # NDRPDR sel
2658       - 12  # NDRPDR sel
2659     csit-dpdk-perf-verify-2001-3n-skx:
2660       - 29  # NDRPDR sel xxv710
2661       - 33  # NDRPDR sel xxv710
2662       - 34  # NDRPDR sel xxv710
2663       - 35  # NDRPDR sel xxv710
2664       - 36  # NDRPDR sel xxv710
2665       - 37  # NDRPDR sel xxv710
2666       - 41  # NDRPDR sel xxv710
2667       - 42  # NDRPDR sel xxv710
2668       - 43  # NDRPDR sel xxv710
2669       - 45  # NDRPDR sel xxv710
2670       - 30  # NDRPDR sel x710
2671       - 31  # NDRPDR sel x710
2672       - 32  # NDRPDR sel x710
2673       - 38  # NDRPDR sel x710
2674       - 39  # NDRPDR sel x710
2675       - 40  # NDRPDR sel x710
2676       - 44  # NDRPDR sel x710
2677       - 46  # NDRPDR sel x710
2678       - 47  # NDRPDR sel x710
2679       - 48  # NDRPDR sel x710
2680
2681     csit-dpdk-perf-verify-1904-2n-skx:
2682       - 2   # NDRPDR sel
2683       - 3   # NDRPDR sel
2684       - 4   # NDRPDR sel
2685       - 5   # NDRPDR sel
2686       - 7   # NDRPDR sel
2687       - 8   # NDRPDR sel
2688       - 9   # NDRPDR sel
2689       - 10  # NDRPDR sel
2690       - 11  # NDRPDR sel
2691       - 12  # NDRPDR sel
2692     csit-dpdk-perf-verify-1908-2n-skx:
2693       - 2   # NDRPDR sel
2694       - 3   # NDRPDR sel
2695       - 4   # NDRPDR sel
2696       - 5   # NDRPDR sel
2697       - 7   # NDRPDR sel
2698       - 8   # NDRPDR sel
2699       - 9   # NDRPDR sel
2700       - 10  # NDRPDR sel
2701       - 11  # NDRPDR sel
2702       - 12  # NDRPDR sel
2703     csit-dpdk-perf-verify-2001-2n-skx:
2704       - 35  # NDRPDR sel xxv710
2705       - 36  # NDRPDR sel xxv710
2706       - 37  # NDRPDR sel xxv710
2707       - 41  # NDRPDR sel xxv710
2708       - 42  # NDRPDR sel xxv710
2709       - 43  # NDRPDR sel xxv710
2710       - 46  # NDRPDR sel xxv710
2711       - 47  # NDRPDR sel xxv710
2712       - 52  # NDRPDR sel xxv710
2713       - 53  # NDRPDR sel xxv710
2714       - 38  # NDRPDR sel x710
2715       - 39  # NDRPDR sel x710
2716       - 40  # NDRPDR sel x710
2717       - 44  # NDRPDR sel x710
2718       - 45  # NDRPDR sel x710
2719       - 48  # NDRPDR sel x710
2720       - 49  # NDRPDR sel x710
2721       - 50  # NDRPDR sel x710
2722       - 51  # NDRPDR sel x710
2723       - 54  # NDRPDR sel x710
2724
2725
2726     csit-dpdk-perf-verify-2001-2n-clx:
2727       - 15  # NDRPDR sel
2728       - 16  # NDRPDR sel
2729       - 17  # NDRPDR sel
2730       - 18  # NDRPDR sel
2731       - 19  # NDRPDR sel
2732       - 20  # NDRPDR sel
2733       - 21  # NDRPDR sel
2734       - 22  # NDRPDR sel
2735       - 23  # NDRPDR sel
2736       - 24  # NDRPDR sel
2737       - 25  # NDRPDR sel
2738       - 26  # NDRPDR sel
2739       - 27  # NDRPDR sel
2740       - 28  # NDRPDR sel
2741       - 29  # NDRPDR sel
2742       - 30  # NDRPDR sel
2743       - 31  # NDRPDR sel
2744       - 32  # NDRPDR sel
2745       - 33  # NDRPDR sel
2746       - 34  # NDRPDR sel
2747
2748     csit-dpdk-perf-verify-2001-2n-dnv:
2749       - 9   # NDRPDR sel
2750       - 10  # NDRPDR sel
2751       - 11  # NDRPDR sel
2752       - 12  # NDRPDR sel
2753       - 13  # NDRPDR sel
2754       - 14  # NDRPDR sel
2755       - 15  # NDRPDR sel
2756       - 16  # NDRPDR sel
2757       - 17  # NDRPDR sel
2758       - 18  # NDRPDR sel
2759
2760     csit-dpdk-perf-verify-2001-3n-dnv:
2761       - 12  # NDRPDR sel
2762       - 13  # NDRPDR sel
2763       - 14  # NDRPDR sel
2764       - 15  # NDRPDR sel
2765       - 16  # NDRPDR sel
2766       - 17  # NDRPDR sel
2767       - 18  # NDRPDR sel
2768       - 19  # NDRPDR sel
2769       - 20  # NDRPDR sel
2770       - 22  # NDRPDR sel
2771
2772     csit-dpdk-perf-verify-2001-3n-tsh:
2773       - 3   # NDRPDR sel
2774       - 4   # NDRPDR sel
2775       - 5   # NDRPDR sel
2776       - 9   # NDRPDR sel
2777       - 10  # NDRPDR sel
2778       - 11  # NDRPDR sel
2779       - 12  # NDRPDR sel
2780       - 14  # NDRPDR sel
2781       - 15  # NDRPDR sel
2782       - 18  # NDRPDR sel
2783
2784     csit-vpp-device-2001-ubuntu1804-1n-skx:
2785       - 57
2786
2787 - type: "output"
2788   output: "report"
2789   format:
2790     html:
2791     - full
2792 #    pdf:
2793 #    - minimal
2794
2795 ################################################################################
2796 ###                               T A B L E S                                ###
2797 ################################################################################
2798
2799 ## VPP Soak vs NDR - 2n-skx
2800 #- type: "table"
2801 #  title: "VPP Soak vs NDR 2n-skx"
2802 #  algorithm: "table_soak_vs_ndr"
2803 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2804 #  reference:
2805 #    title: "NDR"
2806 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2807 #  compare:
2808 #    title: "Soak"
2809 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2810 #  data: "vpp-soak-vs-ndr-2n-skx"
2811 #  include-tests: "NDR"
2812 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2813 #  parameters:
2814 #    - "throughput"
2815 #    - "name"
2816 #    - "parent"
2817
2818 # VPP Soak vs NDR - 2n-clx
2819 - type: "table"
2820   title: "VPP Soak vs NDR 2n-clx"
2821   algorithm: "table_soak_vs_ndr"
2822   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2823   reference:
2824     title: "NDR"
2825     data: "vpp-soak-vs-ndr-2n-clx-ref"
2826   compare:
2827     title: "Soak"
2828     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2829   data: "vpp-soak-vs-ndr-2n-clx"
2830   include-tests: "NDR"
2831   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2832   parameters:
2833     - "throughput"
2834     - "name"
2835     - "parent"
2836
2837 ################################################################################
2838
2839 # VPP Compare NICs 3n-skx 2t1c ndr
2840 - type: "table"
2841   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2842   algorithm: "table_nics_comparison"
2843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2844   reference:
2845     title: "x710"
2846     nic: "NIC_Intel-X710"
2847   compare:
2848     title: "xxv710"
2849     nic: "NIC_Intel-XXV710"
2850   data: "vpp-nic-comparison-3n-skx"
2851   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2852   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2853   parameters:
2854   - "name"
2855   - "parent"
2856   - "throughput"
2857   - "tags"
2858
2859 # VPP Compare NICs 3n-skx 4t2c ndr
2860 - type: "table"
2861   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2862   algorithm: "table_nics_comparison"
2863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2864   reference:
2865     title: "x710"
2866     nic: "NIC_Intel-X710"
2867   compare:
2868     title: "xxv710"
2869     nic: "NIC_Intel-XXV710"
2870   data: "vpp-nic-comparison-3n-skx"
2871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2872   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2873   parameters:
2874   - "name"
2875   - "parent"
2876   - "throughput"
2877   - "tags"
2878
2879 # VPP Compare NICs 3n-skx 2t1c pdr
2880 - type: "table"
2881   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2882   algorithm: "table_nics_comparison"
2883   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2884   reference:
2885     title: "x710"
2886     nic: "NIC_Intel-X710"
2887   compare:
2888     title: "xxv710"
2889     nic: "NIC_Intel-XXV710"
2890   data: "vpp-nic-comparison-3n-skx"
2891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2892   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2893   parameters:
2894   - "name"
2895   - "parent"
2896   - "throughput"
2897   - "tags"
2898
2899  # VPP Compare NICs 3n-skx 4t2c pdr
2900 - type: "table"
2901   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2902   algorithm: "table_nics_comparison"
2903   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2904   reference:
2905     title: "x710"
2906     nic: "NIC_Intel-X710"
2907   compare:
2908     title: "xxv710"
2909     nic: "NIC_Intel-XXV710"
2910   data: "vpp-nic-comparison-3n-skx"
2911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2912   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2913   parameters:
2914   - "name"
2915   - "parent"
2916   - "throughput"
2917   - "tags"
2918
2919 # VPP Compare NICs 3n-skx 2t1c mrr
2920 - type: "table"
2921   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2922   algorithm: "table_nics_comparison"
2923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2924   reference:
2925     title: "x710"
2926     nic: "NIC_Intel-X710"
2927   compare:
2928     title: "xxv710"
2929     nic: "NIC_Intel-XXV710"
2930   data: "vpp-nic-comparison-3n-skx-mrr"
2931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2932   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2933   parameters:
2934   - "name"
2935   - "parent"
2936   - "result"
2937   - "tags"
2938
2939 # VPP Compare NICs 3n-skx 4t2c mrr
2940 - type: "table"
2941   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2942   algorithm: "table_nics_comparison"
2943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2944   reference:
2945     title: "x710"
2946     nic: "NIC_Intel-X710"
2947   compare:
2948     title: "xxv710"
2949     nic: "NIC_Intel-XXV710"
2950   data: "vpp-nic-comparison-3n-skx-mrr"
2951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2952   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2953   parameters:
2954   - "name"
2955   - "parent"
2956   - "result"
2957   - "tags"
2958
2959  # VPP Compare NICs 3n-skx 8t4c mrr
2960 - type: "table"
2961   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2962   algorithm: "table_nics_comparison"
2963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2964   reference:
2965     title: "x710"
2966     nic: "NIC_Intel-X710"
2967   compare:
2968     title: "xxv710"
2969     nic: "NIC_Intel-XXV710"
2970   data: "vpp-nic-comparison-3n-skx-mrr"
2971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2973   parameters:
2974   - "name"
2975   - "parent"
2976   - "result"
2977   - "tags"
2978
2979 # VPP Compare NICs 2n-skx 2t1c ndr
2980 - type: "table"
2981   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2982   algorithm: "table_nics_comparison"
2983   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2984   reference:
2985     title: "x710"
2986     nic: "NIC_Intel-X710"
2987   compare:
2988     title: "xxv710"
2989     nic: "NIC_Intel-XXV710"
2990   data: "vpp-nic-comparison-2n-skx"
2991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2992   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2993   parameters:
2994   - "name"
2995   - "parent"
2996   - "throughput"
2997   - "tags"
2998
2999 # VPP Compare NICs 2n-skx 4t2c ndr
3000 - type: "table"
3001   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3002   algorithm: "table_nics_comparison"
3003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3004   reference:
3005     title: "x710"
3006     nic: "NIC_Intel-X710"
3007   compare:
3008     title: "xxv710"
3009     nic: "NIC_Intel-XXV710"
3010   data: "vpp-nic-comparison-2n-skx"
3011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3012   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3013   parameters:
3014   - "name"
3015   - "parent"
3016   - "throughput"
3017   - "tags"
3018
3019  # VPP Compare NICs 2n-skx 2t1c pdr
3020 - type: "table"
3021   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3022   algorithm: "table_nics_comparison"
3023   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3024   reference:
3025     title: "x710"
3026     nic: "NIC_Intel-X710"
3027   compare:
3028     title: "xxv710"
3029     nic: "NIC_Intel-XXV710"
3030   data: "vpp-nic-comparison-2n-skx"
3031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3032   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3033   parameters:
3034   - "name"
3035   - "parent"
3036   - "throughput"
3037   - "tags"
3038
3039 # VPP Compare NICs 2n-skx 4t2c pdr
3040 - type: "table"
3041   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3042   algorithm: "table_nics_comparison"
3043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3044   reference:
3045     title: "x710"
3046     nic: "NIC_Intel-X710"
3047   compare:
3048     title: "xxv710"
3049     nic: "NIC_Intel-XXV710"
3050   data: "vpp-nic-comparison-2n-skx"
3051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3052   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "throughput"
3057   - "tags"
3058
3059 # VPP Compare NICs 2n-skx 2t1c mrr
3060 - type: "table"
3061   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3062   algorithm: "table_nics_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3064   reference:
3065     title: "x710"
3066     nic: "NIC_Intel-X710"
3067   compare:
3068     title: "xxv710"
3069     nic: "NIC_Intel-XXV710"
3070   data: "vpp-nic-comparison-2n-skx-mrr"
3071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3072   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3073   parameters:
3074   - "name"
3075   - "parent"
3076   - "result"
3077   - "tags"
3078
3079 # VPP Compare NICs 2n-skx 4t2c mrr
3080 - type: "table"
3081   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3082   algorithm: "table_nics_comparison"
3083   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3084   reference:
3085     title: "x710"
3086     nic: "NIC_Intel-X710"
3087   compare:
3088     title: "xxv710"
3089     nic: "NIC_Intel-XXV710"
3090   data: "vpp-nic-comparison-2n-skx-mrr"
3091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3092   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3093   parameters:
3094   - "name"
3095   - "parent"
3096   - "result"
3097   - "tags"
3098
3099 # VPP Compare NICs 2n-skx 8t4c mrr
3100 - type: "table"
3101   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3102   algorithm: "table_nics_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3104   reference:
3105     title: "x710"
3106     nic: "NIC_Intel-X710"
3107   compare:
3108     title: "xxv710"
3109     nic: "NIC_Intel-XXV710"
3110   data: "vpp-nic-comparison-2n-skx-mrr"
3111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3112   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3113   parameters:
3114   - "name"
3115   - "parent"
3116   - "result"
3117   - "tags"
3118
3119 ################################################################################
3120 # VPP
3121
3122 # VPP Performance Changes 3n-hsw 1t1c pdr
3123 - type: "table"
3124   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3125   algorithm: "table_perf_comparison"
3126   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3127   history:
3128     - title: "1904"
3129       data: "vpp-performance-changes-3n-hsw-h1"
3130   reference:
3131     title: "1908"
3132     data: "vpp-performance-changes-3n-hsw-ref"
3133     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3134   compare:
3135     title: "2001"
3136     data: "vpp-performance-changes-3n-hsw-cmp"
3137   data: "vpp-performance-changes-3n-hsw"
3138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3139   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3140   parameters:
3141   - "name"
3142   - "parent"
3143   - "throughput"
3144
3145 # VPP Performance Changes 3n-hsw 2t2c pdr
3146 - type: "table"
3147   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3148   algorithm: "table_perf_comparison"
3149   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3150   history:
3151     - title: "1904"
3152       data: "vpp-performance-changes-3n-hsw-h1"
3153   reference:
3154     title: "1908"
3155     data: "vpp-performance-changes-3n-hsw-ref"
3156     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3157   compare:
3158     title: "2001"
3159     data: "vpp-performance-changes-3n-hsw-cmp"
3160   data: "vpp-performance-changes-3n-hsw"
3161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3162   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3163   parameters:
3164   - "name"
3165   - "parent"
3166   - "throughput"
3167
3168 # VPP Performance Changes 3n-hsw 1t1c ndr
3169 - type: "table"
3170   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3171   algorithm: "table_perf_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3173   history:
3174     - title: "1904"
3175       data: "vpp-performance-changes-3n-hsw-h1"
3176   reference:
3177     title: "1908"
3178     data: "vpp-performance-changes-3n-hsw-ref"
3179     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3180   compare:
3181     title: "2001"
3182     data: "vpp-performance-changes-3n-hsw-cmp"
3183   data: "vpp-performance-changes-3n-hsw"
3184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3185   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3186   parameters:
3187   - "name"
3188   - "parent"
3189   - "throughput"
3190
3191 # VPP Performance Changes 3n-hsw 2t2c ndr
3192 - type: "table"
3193   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3194   algorithm: "table_perf_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3196   history:
3197     - title: "1904"
3198       data: "vpp-performance-changes-3n-hsw-h1"
3199   reference:
3200     title: "1908"
3201     data: "vpp-performance-changes-3n-hsw-ref"
3202     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3203   compare:
3204     title: "2001"
3205     data: "vpp-performance-changes-3n-hsw-cmp"
3206   data: "vpp-performance-changes-3n-hsw"
3207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3208   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3209   parameters:
3210   - "name"
3211   - "parent"
3212   - "throughput"
3213
3214 # VPP Performance Changes 3n-skx 2t1c pdr
3215 - type: "table"
3216   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3217   algorithm: "table_perf_comparison_nic"
3218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3219   rca:
3220     title: "RCA"
3221     data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3222   history:
3223     - title: "1904"
3224       data: "vpp-performance-changes-3n-skx-h1"
3225       nic: "NIC_Intel-X710"
3226   reference:
3227     title: "1908"
3228     data: "vpp-performance-changes-3n-skx-ref"
3229     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3230     nic: "NIC_Intel-XXV710"
3231   compare:
3232     title: "2001"
3233     data: "vpp-performance-changes-3n-skx-cmp"
3234     nic: "NIC_Intel-XXV710"
3235   data: "vpp-performance-changes-3n-skx"
3236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3237   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3238   parameters:
3239   - "name"
3240   - "parent"
3241   - "throughput"
3242   - "tags"
3243
3244 # VPP Performance Changes 3n-skx 4t2c pdr
3245 - type: "table"
3246   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3247   algorithm: "table_perf_comparison_nic"
3248   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3249 #  rca:
3250 #    title: "RCA"
3251 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3252   history:
3253     - title: "1904"
3254       data: "vpp-performance-changes-3n-skx-h1"
3255       nic: "NIC_Intel-X710"
3256   reference:
3257     title: "1908"
3258     data: "vpp-performance-changes-3n-skx-ref"
3259     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3260     nic: "NIC_Intel-XXV710"
3261   compare:
3262     title: "2001"
3263     data: "vpp-performance-changes-3n-skx-cmp"
3264     nic: "NIC_Intel-XXV710"
3265   data: "vpp-performance-changes-3n-skx"
3266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3267   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3268   parameters:
3269   - "name"
3270   - "parent"
3271   - "throughput"
3272   - "tags"
3273
3274 # VPP Performance Changes 3n-skx 2t1c ndr
3275 - type: "table"
3276   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3277   algorithm: "table_perf_comparison_nic"
3278   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3279 #  rca:
3280 #    title: "RCA"
3281 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3282   history:
3283     - title: "1904"
3284       data: "vpp-performance-changes-3n-skx-h1"
3285       nic: "NIC_Intel-X710"
3286   reference:
3287     title: "1908"
3288     data: "vpp-performance-changes-3n-skx-ref"
3289     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3290     nic: "NIC_Intel-XXV710"
3291   compare:
3292     title: "2001"
3293     data: "vpp-performance-changes-3n-skx-cmp"
3294     nic: "NIC_Intel-XXV710"
3295   data: "vpp-performance-changes-3n-skx"
3296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3297   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3298   parameters:
3299   - "name"
3300   - "parent"
3301   - "throughput"
3302   - "tags"
3303
3304 # VPP Performance Changes 3n-skx 4t2c ndr
3305 - type: "table"
3306   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3307   algorithm: "table_perf_comparison_nic"
3308   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3309 #  rca:
3310 #    title: "RCA"
3311 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3312   history:
3313     - title: "1904"
3314       data: "vpp-performance-changes-3n-skx-h1"
3315       nic: "NIC_Intel-X710"
3316   reference:
3317     title: "1908"
3318     data: "vpp-performance-changes-3n-skx-ref"
3319     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3320     nic: "NIC_Intel-XXV710"
3321   compare:
3322     title: "2001"
3323     data: "vpp-performance-changes-3n-skx-cmp"
3324     nic: "NIC_Intel-XXV710"
3325   data: "vpp-performance-changes-3n-skx"
3326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3327   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3328   parameters:
3329   - "name"
3330   - "parent"
3331   - "throughput"
3332   - "tags"
3333
3334 # VPP Performance Changes 2n-skx 2t1c pdr
3335 - type: "table"
3336   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3337   algorithm: "table_perf_comparison_nic"
3338   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3339   rca:
3340     title: "RCA"
3341     data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3342   history:
3343     - title: "1904"
3344       data: "vpp-performance-changes-2n-skx-h1"
3345       nic: "NIC_Intel-X710"
3346   reference:
3347     title: "1908"
3348     data: "vpp-performance-changes-2n-skx-ref"
3349     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3350     nic: "NIC_Intel-XXV710"
3351   compare:
3352     title: "2001"
3353     data: "vpp-performance-changes-2n-skx-cmp"
3354     nic: "NIC_Intel-XXV710"
3355   data: "vpp-performance-changes-2n-skx"
3356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3357   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3358   parameters:
3359     - "name"
3360     - "parent"
3361     - "throughput"
3362     - "tags"
3363
3364 # VPP Performance Changes 2n-skx 4t2c pdr
3365 - type: "table"
3366   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3367   algorithm: "table_perf_comparison_nic"
3368   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3369 #  rca:
3370 #    title: "RCA"
3371 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3372   history:
3373     - title: "1904"
3374       data: "vpp-performance-changes-2n-skx-h1"
3375       nic: "NIC_Intel-X710"
3376   reference:
3377     title: "1908"
3378     data: "vpp-performance-changes-2n-skx-ref"
3379     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3380     nic: "NIC_Intel-XXV710"
3381   compare:
3382     title: "2001"
3383     data: "vpp-performance-changes-2n-skx-cmp"
3384     nic: "NIC_Intel-XXV710"
3385   data: "vpp-performance-changes-2n-skx"
3386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3387   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3388   parameters:
3389     - "name"
3390     - "parent"
3391     - "throughput"
3392     - "tags"
3393
3394 # VPP Performance Changes 2n-skx 2t1c ndr
3395 - type: "table"
3396   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3397   algorithm: "table_perf_comparison_nic"
3398   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3399 #  rca:
3400 #    title: "RCA"
3401 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3402   history:
3403     - title: "1904"
3404       data: "vpp-performance-changes-2n-skx-h1"
3405       nic: "NIC_Intel-X710"
3406   reference:
3407     title: "1908"
3408     data: "vpp-performance-changes-2n-skx-ref"
3409     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3410     nic: "NIC_Intel-XXV710"
3411   compare:
3412     title: "2001"
3413     data: "vpp-performance-changes-2n-skx-cmp"
3414     nic: "NIC_Intel-XXV710"
3415   data: "vpp-performance-changes-2n-skx"
3416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3417   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3418   parameters:
3419     - "name"
3420     - "parent"
3421     - "throughput"
3422     - "tags"
3423
3424 # VPP Performance Changes 2n-skx 4t2c ndr
3425 - type: "table"
3426   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3427   algorithm: "table_perf_comparison_nic"
3428   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3429 #  rca:
3430 #    title: "RCA"
3431 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3432   history:
3433     - title: "1904"
3434       data: "vpp-performance-changes-2n-skx-h1"
3435       nic: "NIC_Intel-X710"
3436   reference:
3437     title: "1908"
3438     data: "vpp-performance-changes-2n-skx-ref"
3439     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3440     nic: "NIC_Intel-XXV710"
3441   compare:
3442     title: "2001"
3443     data: "vpp-performance-changes-2n-skx-cmp"
3444     nic: "NIC_Intel-XXV710"
3445   data: "vpp-performance-changes-2n-skx"
3446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3448   parameters:
3449     - "name"
3450     - "parent"
3451     - "throughput"
3452     - "tags"
3453
3454 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3455 #- type: "table"
3456 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3457 #  algorithm: "table_perf_comparison"
3458 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3459 #  reference:
3460 #    title: "1908"
3461 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3462 #  compare:
3463 #    title: "2001"
3464 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3465 #  data: "vpp-performance-changes-nfv-2n-skx"
3466 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3467 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3468 #  parameters:
3469 #  - "name"
3470 #  - "parent"
3471 #  - "throughput"
3472 #  - "tags"
3473 #
3474 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3475 #- type: "table"
3476 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3477 #  algorithm: "table_perf_comparison"
3478 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3479 #  reference:
3480 #    title: "1908"
3481 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3482 #  compare:
3483 #    title: "2001"
3484 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3485 #  data: "vpp-performance-changes-nfv-2n-skx"
3486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3487 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3488 #  parameters:
3489 #  - "name"
3490 #  - "parent"
3491 #  - "throughput"
3492 #  - "tags"
3493 #
3494 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3495 #- type: "table"
3496 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3497 #  algorithm: "table_perf_comparison"
3498 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3499 #  reference:
3500 #    title: "1908"
3501 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3502 #  compare:
3503 #    title: "2001"
3504 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3505 #  data: "vpp-performance-changes-nfv-2n-skx"
3506 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3507 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3508 #  parameters:
3509 #  - "name"
3510 #  - "parent"
3511 #  - "throughput"
3512 #  - "tags"
3513 #
3514 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3515 #- type: "table"
3516 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3517 #  algorithm: "table_perf_comparison"
3518 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3519 #  reference:
3520 #    title: "1908"
3521 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3522 #  compare:
3523 #    title: "2001"
3524 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3525 #  data: "vpp-performance-changes-nfv-2n-skx"
3526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3527 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3528 #  parameters:
3529 #  - "name"
3530 #  - "parent"
3531 #  - "throughput"
3532 #  - "tags"
3533
3534 # VPP Performance Changes 2n-dnv 1t1c pdr
3535 - type: "table"
3536   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3537   algorithm: "table_perf_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3539   reference:
3540     title: "1908"
3541     data: "vpp-performance-changes-2n-dnv-ref"
3542   compare:
3543     title: "2001"
3544     data: "vpp-performance-changes-2n-dnv-cmp"
3545   data: "vpp-performance-changes-2n-dnv"
3546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3547   filter: "'1T1C'"
3548   parameters:
3549   - "name"
3550   - "parent"
3551   - "throughput"
3552   - "tags"
3553
3554 # VPP Performance Changes 2n-dnv 2t2c pdr
3555 - type: "table"
3556   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3557   algorithm: "table_perf_comparison"
3558   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3559   reference:
3560     title: "1908"
3561     data: "vpp-performance-changes-2n-dnv-ref"
3562   compare:
3563     title: "2001"
3564     data: "vpp-performance-changes-2n-dnv-cmp"
3565   data: "vpp-performance-changes-2n-dnv"
3566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3567   filter: "'2T2C'"
3568   parameters:
3569   - "name"
3570   - "parent"
3571   - "throughput"
3572   - "tags"
3573
3574 # VPP Performance Changes 2n-dnv 1t1c ndr
3575 - type: "table"
3576   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3577   algorithm: "table_perf_comparison"
3578   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3579   reference:
3580     title: "1908"
3581     data: "vpp-performance-changes-2n-dnv-ref"
3582   compare:
3583     title: "2001"
3584     data: "vpp-performance-changes-2n-dnv-cmp"
3585   data: "vpp-performance-changes-2n-dnv"
3586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3587   filter: "'1T1C'"
3588   parameters:
3589   - "name"
3590   - "parent"
3591   - "throughput"
3592   - "tags"
3593
3594 # VPP Performance Changes 2n-dnv 2t2c ndr
3595 - type: "table"
3596   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3597   algorithm: "table_perf_comparison"
3598   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3599   reference:
3600     title: "1908"
3601     data: "vpp-performance-changes-2n-dnv-ref"
3602   compare:
3603     title: "2001"
3604     data: "vpp-performance-changes-2n-dnv-cmp"
3605   data: "vpp-performance-changes-2n-dnv"
3606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3607   filter: "'2T2C'"
3608   parameters:
3609   - "name"
3610   - "parent"
3611   - "throughput"
3612   - "tags"
3613
3614 # VPP Performance Changes 3n-dnv 1t1c pdr
3615 - type: "table"
3616   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3617   algorithm: "table_perf_comparison"
3618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3619   reference:
3620     title: "1908"
3621     data: "vpp-performance-changes-3n-dnv-ref"
3622   compare:
3623     title: "2001"
3624     data: "vpp-performance-changes-3n-dnv-cmp"
3625   data: "vpp-performance-changes-3n-dnv"
3626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3627   filter: "'1T1C'"
3628   parameters:
3629   - "name"
3630   - "parent"
3631   - "throughput"
3632   - "tags"
3633
3634 # VPP Performance Changes 3n-dnv 2t2c pdr
3635 - type: "table"
3636   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3637   algorithm: "table_perf_comparison"
3638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3639   reference:
3640     title: "1908"
3641     data: "vpp-performance-changes-3n-dnv-ref"
3642   compare:
3643     title: "2001"
3644     data: "vpp-performance-changes-3n-dnv-cmp"
3645   data: "vpp-performance-changes-3n-dnv"
3646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3647   filter: "'2T2C'"
3648   parameters:
3649   - "name"
3650   - "parent"
3651   - "throughput"
3652   - "tags"
3653
3654 # VPP Performance Changes 3n-dnv 1t1c ndr
3655 - type: "table"
3656   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3657   algorithm: "table_perf_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3659   reference:
3660     title: "1908"
3661     data: "vpp-performance-changes-3n-dnv-ref"
3662   compare:
3663     title: "2001"
3664     data: "vpp-performance-changes-3n-dnv-cmp"
3665   data: "vpp-performance-changes-3n-dnv"
3666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'1T1C'"
3668   parameters:
3669   - "name"
3670   - "parent"
3671   - "throughput"
3672   - "tags"
3673
3674 # VPP Performance Changes 3n-dnv 2t2c ndr
3675 - type: "table"
3676   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3677   algorithm: "table_perf_comparison"
3678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3679   reference:
3680     title: "1908"
3681     data: "vpp-performance-changes-3n-dnv-ref"
3682   compare:
3683     title: "2001"
3684     data: "vpp-performance-changes-3n-dnv-cmp"
3685   data: "vpp-performance-changes-3n-dnv"
3686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T2C'"
3688   parameters:
3689   - "name"
3690   - "parent"
3691   - "throughput"
3692   - "tags"
3693
3694 # VPP Performance Changes 3n-tsh 1t1c pdr
3695 - type: "table"
3696   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3697   algorithm: "table_perf_comparison"
3698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3699   reference:
3700     title: "1908"
3701     data: "vpp-performance-changes-3n-tsh-ref"
3702   compare:
3703     title: "2001"
3704     data: "vpp-performance-changes-3n-tsh-cmp"
3705   data: "vpp-performance-changes-3n-tsh"
3706   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3707   filter: "'1T1C'"
3708   parameters:
3709   - "name"
3710   - "parent"
3711   - "throughput"
3712   - "tags"
3713
3714 # VPP Performance Changes 3n-tsh 2t2c pdr
3715 - type: "table"
3716   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3717   algorithm: "table_perf_comparison"
3718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3719   reference:
3720     title: "1908"
3721     data: "vpp-performance-changes-3n-tsh-ref"
3722   compare:
3723     title: "2001"
3724     data: "vpp-performance-changes-3n-tsh-cmp"
3725   data: "vpp-performance-changes-3n-tsh"
3726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3727   filter: "'2T2C'"
3728   parameters:
3729   - "name"
3730   - "parent"
3731   - "throughput"
3732   - "tags"
3733
3734 # VPP Performance Changes 3n-tsh 1t1c ndr
3735 - type: "table"
3736   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3737   algorithm: "table_perf_comparison"
3738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3739   reference:
3740     title: "1908"
3741     data: "vpp-performance-changes-3n-tsh-ref"
3742   compare:
3743     title: "2001"
3744     data: "vpp-performance-changes-3n-tsh-cmp"
3745   data: "vpp-performance-changes-3n-tsh"
3746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3747   filter: "'1T1C'"
3748   parameters:
3749   - "name"
3750   - "parent"
3751   - "throughput"
3752   - "tags"
3753
3754 # VPP Performance Changes 3n-tsh 2t2c ndr
3755 - type: "table"
3756   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3757   algorithm: "table_perf_comparison"
3758   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3759   reference:
3760     title: "1908"
3761     data: "vpp-performance-changes-3n-tsh-ref"
3762   compare:
3763     title: "2001"
3764     data: "vpp-performance-changes-3n-tsh-cmp"
3765   data: "vpp-performance-changes-3n-tsh"
3766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3767   filter: "'2T2C'"
3768   parameters:
3769   - "name"
3770   - "parent"
3771   - "throughput"
3772   - "tags"
3773
3774 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3775 - type: "table"
3776   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3777   algorithm: "table_perf_comparison_nic"
3778   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3779   reference:
3780     title: "3n-hsw xl710"
3781     data: "vpp-compare-testbeds-ref"
3782     nic: "NIC_Intel-XL710"
3783   compare:
3784     title: "3n-skx xxv710"
3785     data: "vpp-compare-testbeds-cmp"
3786     nic: "NIC_Intel-XXV710"
3787   data: "vpp-compare-testbeds"
3788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3789   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3790   parameters:
3791   - "name"
3792   - "parent"
3793   - "throughput"
3794   - "tags"
3795
3796 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3797 - type: "table"
3798   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3799   algorithm: "table_perf_comparison_nic"
3800   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3801   reference:
3802     title: "3n-hsw xl710"
3803     data: "vpp-compare-testbeds-ref"
3804     nic: "NIC_Intel-XL710"
3805   compare:
3806     title: "3n-skx xxv710"
3807     data: "vpp-compare-testbeds-cmp"
3808     nic: "NIC_Intel-XXV710"
3809   data: "vpp-compare-testbeds"
3810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3811   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3812   parameters:
3813   - "name"
3814   - "parent"
3815   - "throughput"
3816   - "tags"
3817
3818 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3819 - type: "table"
3820   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3821   algorithm: "table_perf_comparison_nic"
3822   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3823   reference:
3824     title: "3n-hsw xl710"
3825     data: "vpp-compare-testbeds-ref"
3826     nic: "NIC_Intel-XL710"
3827   compare:
3828     title: "3n-skx xxv710"
3829     data: "vpp-compare-testbeds-cmp"
3830     nic: "NIC_Intel-XXV710"
3831   data: "vpp-compare-testbeds"
3832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3833   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3834   parameters:
3835   - "name"
3836   - "parent"
3837   - "throughput"
3838   - "tags"
3839
3840 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3841 - type: "table"
3842   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3843   algorithm: "table_perf_comparison_nic"
3844   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3845   reference:
3846     title: "3n-hsw xl710"
3847     data: "vpp-compare-testbeds-ref"
3848     nic: "NIC_Intel-XL710"
3849   compare:
3850     title: "3n-skx xxv710"
3851     data: "vpp-compare-testbeds-cmp"
3852     nic: "NIC_Intel-XXV710"
3853   data: "vpp-compare-testbeds"
3854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3855   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3856   parameters:
3857   - "name"
3858   - "parent"
3859   - "throughput"
3860   - "tags"
3861
3862 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3863 - type: "table"
3864   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3865   algorithm: "table_perf_comparison"
3866   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3867   reference:
3868     title: "2n-skx"
3869     data: "vpp-compare-testbeds-skx-clx-ref"
3870   compare:
3871     title: "2n-clx"
3872     data: "vpp-compare-testbeds-skx-clx-cmp"
3873   data: "vpp-compare-testbeds-skx-clx"
3874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3876   parameters:
3877   - "name"
3878   - "parent"
3879   - "throughput"
3880   - "tags"
3881
3882 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3883 - type: "table"
3884   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3885   algorithm: "table_perf_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3887   reference:
3888     title: "2n-skx"
3889     data: "vpp-compare-testbeds-skx-clx-ref"
3890   compare:
3891     title: "2n-clx"
3892     data: "vpp-compare-testbeds-skx-clx-cmp"
3893   data: "vpp-compare-testbeds-skx-clx"
3894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3895   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3896   parameters:
3897   - "name"
3898   - "parent"
3899   - "throughput"
3900   - "tags"
3901
3902 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3903 - type: "table"
3904   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3905   algorithm: "table_perf_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3907   reference:
3908     title: "2n-skx"
3909     data: "vpp-compare-testbeds-skx-clx-ref"
3910   compare:
3911     title: "2n-clx"
3912     data: "vpp-compare-testbeds-skx-clx-cmp"
3913   data: "vpp-compare-testbeds-skx-clx"
3914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "throughput"
3920   - "tags"
3921
3922 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3923 - type: "table"
3924   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3925   algorithm: "table_perf_comparison"
3926   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3927   reference:
3928     title: "2n-skx"
3929     data: "vpp-compare-testbeds-skx-clx-ref"
3930   compare:
3931     title: "2n-clx"
3932     data: "vpp-compare-testbeds-skx-clx-cmp"
3933   data: "vpp-compare-testbeds-skx-clx"
3934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3935   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3936   parameters:
3937   - "name"
3938   - "parent"
3939   - "throughput"
3940   - "tags"
3941
3942 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3943 - type: "table"
3944   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3945   algorithm: "table_perf_comparison_nic"
3946   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3947   reference:
3948     title: "3n-hsw xl710"
3949     data: "vpp-compare-testbeds-hsw-clx-ref"
3950     nic: "NIC_Intel-XL710"
3951   compare:
3952     title: "2n-clx xxv710"
3953     data: "vpp-compare-testbeds-hsw-clx-cmp"
3954     nic: "NIC_Intel-XXV710"
3955   data: "vpp-compare-testbeds-hsw-clx"
3956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3957   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3958   parameters:
3959   - "name"
3960   - "parent"
3961   - "throughput"
3962   - "tags"
3963
3964 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3965 - type: "table"
3966   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3967   algorithm: "table_perf_comparison_nic"
3968   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3969   reference:
3970     title: "3n-hsw xl710"
3971     data: "vpp-compare-testbeds-hsw-clx-ref"
3972     nic: "NIC_Intel-XL710"
3973   compare:
3974     title: "2n-clx xxv710"
3975     data: "vpp-compare-testbeds-hsw-clx-cmp"
3976     nic: "NIC_Intel-XXV710"
3977   data: "vpp-compare-testbeds-hsw-clx"
3978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3979   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3980   parameters:
3981   - "name"
3982   - "parent"
3983   - "throughput"
3984   - "tags"
3985
3986 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3987 - type: "table"
3988   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3989   algorithm: "table_perf_comparison_nic"
3990   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3991   reference:
3992     title: "3n-hsw xl710"
3993     data: "vpp-compare-testbeds-hsw-clx-ref"
3994     nic: "NIC_Intel-XL710"
3995   compare:
3996     title: "2n-clx xxv710"
3997     data: "vpp-compare-testbeds-hsw-clx-cmp"
3998     nic: "NIC_Intel-XXV710"
3999   data: "vpp-compare-testbeds-hsw-clx"
4000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4001   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4002   parameters:
4003   - "name"
4004   - "parent"
4005   - "throughput"
4006   - "tags"
4007
4008 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4009 - type: "table"
4010   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4011   algorithm: "table_perf_comparison_nic"
4012   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4013   reference:
4014     title: "3n-hsw xl710"
4015     data: "vpp-compare-testbeds-hsw-clx-ref"
4016     nic: "NIC_Intel-XL710"
4017   compare:
4018     title: "2n-clx xxv710"
4019     data: "vpp-compare-testbeds-hsw-clx-cmp"
4020     nic: "NIC_Intel-XXV710"
4021   data: "vpp-compare-testbeds-hsw-clx"
4022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4023   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4024   parameters:
4025   - "name"
4026   - "parent"
4027   - "throughput"
4028   - "tags"
4029
4030 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4031 - type: "table"
4032   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4033   algorithm: "table_perf_comparison"
4034   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4035   reference:
4036     title: "3n-skx"
4037     data: "vpp-compare-topologies-ref"
4038   compare:
4039     title: "2n-skx"
4040     data: "vpp-compare-topologies-cmp"
4041   data: "vpp-compare-topologies"
4042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4043   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4044   parameters:
4045   - "name"
4046   - "parent"
4047   - "throughput"
4048
4049 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4050 - type: "table"
4051   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4052   algorithm: "table_perf_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4054   reference:
4055     title: "3n-skx"
4056     data: "vpp-compare-topologies-ref"
4057   compare:
4058     title: "2n-skx"
4059     data: "vpp-compare-topologies-cmp"
4060   data: "vpp-compare-topologies"
4061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4062   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4063   parameters:
4064   - "name"
4065   - "parent"
4066   - "throughput"
4067
4068 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4069 - type: "table"
4070   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4071   algorithm: "table_perf_comparison"
4072   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4073   reference:
4074     title: "3n-skx"
4075     data: "vpp-compare-topologies-ref"
4076   compare:
4077     title: "2n-skx"
4078     data: "vpp-compare-topologies-cmp"
4079   data: "vpp-compare-topologies"
4080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4081   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4082   parameters:
4083   - "name"
4084   - "parent"
4085   - "throughput"
4086
4087 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4088 - type: "table"
4089   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4090   algorithm: "table_perf_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4092   reference:
4093     title: "3n-skx"
4094     data: "vpp-compare-topologies-ref"
4095   compare:
4096     title: "2n-skx"
4097     data: "vpp-compare-topologies-cmp"
4098   data: "vpp-compare-topologies"
4099   include-tests: "PDR"
4100   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4101   parameters:
4102   - "name"
4103   - "parent"
4104   - "throughput"
4105
4106 # VPP Performance Changes 3n-hsw 1t1c MRR
4107 - type: "table"
4108   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4109   algorithm: "table_perf_comparison"
4110   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4111   history:
4112     - title: "1904"
4113       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4114   reference:
4115     title: "1908"
4116     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4117   compare:
4118     title: "2001"
4119     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4120   data: "vpp-performance-changes-3n-hsw-mrr"
4121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4122   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4123   parameters:
4124   - "name"
4125   - "parent"
4126   - "result"
4127
4128 # VPP Performance Changes 3n-hsw 2t2c MRR
4129 - type: "table"
4130   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4131   algorithm: "table_perf_comparison"
4132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4133   history:
4134     - title: "1904"
4135       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4136   reference:
4137     title: "1908"
4138     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4139   compare:
4140     title: "2001"
4141     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4142   data: "vpp-performance-changes-3n-hsw-mrr"
4143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4144   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4145   parameters:
4146   - "name"
4147   - "parent"
4148   - "result"
4149
4150 # VPP Performance Changes 3n-hsw 4t4c MRR
4151 - type: "table"
4152   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4153   algorithm: "table_perf_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4155   history:
4156     - title: "1904"
4157       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4158   reference:
4159     title: "1908"
4160     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4161   compare:
4162     title: "2001"
4163     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4164   data: "vpp-performance-changes-3n-hsw-mrr"
4165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4166   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4167   parameters:
4168   - "name"
4169   - "parent"
4170   - "result"
4171
4172 # VPP Performance Changes 3n-skx 2t1c MRR
4173 - type: "table"
4174   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4175   algorithm: "table_perf_comparison"
4176   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4177 #  rca:
4178 #    title: "RCA"
4179 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4180   history:
4181     - title: "1904"
4182       data: "vpp-performance-changes-3n-skx-mrr-h1"
4183   reference:
4184     title: "1908"
4185     data: "vpp-performance-changes-3n-skx-mrr-ref"
4186   compare:
4187     title: "2001"
4188     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4189   data: "vpp-performance-changes-3n-skx-mrr"
4190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4191   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4192   parameters:
4193   - "name"
4194   - "parent"
4195   - "result"
4196
4197 # VPP Performance Changes 3n-skx 4t2c MRR
4198 - type: "table"
4199   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4200   algorithm: "table_perf_comparison"
4201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4202 #  rca:
4203 #    title: "RCA"
4204 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4205   history:
4206     - title: "1904"
4207       data: "vpp-performance-changes-3n-skx-mrr-h1"
4208   reference:
4209     title: "1908"
4210     data: "vpp-performance-changes-3n-skx-mrr-ref"
4211   compare:
4212     title: "2001"
4213     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4214   data: "vpp-performance-changes-3n-skx-mrr"
4215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4216   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4217   parameters:
4218   - "name"
4219   - "parent"
4220   - "result"
4221
4222 # VPP Performance Changes 3n-skx 8t4c MRR
4223 - type: "table"
4224   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4225   algorithm: "table_perf_comparison"
4226   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4227 #  rca:
4228 #    title: "RCA"
4229 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4230   history:
4231     - title: "1904"
4232       data: "vpp-performance-changes-3n-skx-mrr-h1"
4233   reference:
4234     title: "1908"
4235     data: "vpp-performance-changes-3n-skx-mrr-ref"
4236   compare:
4237     title: "2001"
4238     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4239   data: "vpp-performance-changes-3n-skx-mrr"
4240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4241   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4242   parameters:
4243   - "name"
4244   - "parent"
4245   - "result"
4246
4247 # VPP Performance Changes 2n-skx 2t1c MRR
4248 - type: "table"
4249   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4250   algorithm: "table_perf_comparison"
4251   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4252 #  rca:
4253 #    title: "RCA"
4254 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4255   history:
4256     - title: "1904"
4257       data: "vpp-performance-changes-2n-skx-mrr-h1"
4258   reference:
4259     title: "1908"
4260     data: "vpp-performance-changes-2n-skx-mrr-ref"
4261   compare:
4262     title: "2001"
4263     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4264   data: "vpp-performance-changes-2n-skx-mrr"
4265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4266   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4267   parameters:
4268   - "name"
4269   - "parent"
4270   - "result"
4271
4272 # VPP Performance Changes 2n-skx 4t2c MRR
4273 - type: "table"
4274   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4275   algorithm: "table_perf_comparison"
4276   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4277 #  rca:
4278 #    title: "RCA"
4279 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4280   history:
4281     - title: "1904"
4282       data: "vpp-performance-changes-2n-skx-mrr-h1"
4283   reference:
4284     title: "1908"
4285     data: "vpp-performance-changes-2n-skx-mrr-ref"
4286   compare:
4287     title: "2001"
4288     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4289   data: "vpp-performance-changes-2n-skx-mrr"
4290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4291   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4292   parameters:
4293   - "name"
4294   - "parent"
4295   - "result"
4296
4297 # VPP Performance Changes 2n-skx 8t4c MRR
4298 - type: "table"
4299   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4300   algorithm: "table_perf_comparison"
4301   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4302 #  rca:
4303 #    title: "RCA"
4304 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4305   history:
4306     - title: "1904"
4307       data: "vpp-performance-changes-2n-skx-mrr-h1"
4308   reference:
4309     title: "1908"
4310     data: "vpp-performance-changes-2n-skx-mrr-ref"
4311   compare:
4312     title: "2001"
4313     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4314   data: "vpp-performance-changes-2n-skx-mrr"
4315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4316   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4317   parameters:
4318   - "name"
4319   - "parent"
4320   - "result"
4321
4322 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4323 #- type: "table"
4324 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4325 #  algorithm: "table_perf_comparison"
4326 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4327 #  reference:
4328 #    title: "1908"
4329 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4330 #  compare:
4331 #    title: "2001"
4332 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4333 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4335 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4336 #  parameters:
4337 #  - "name"
4338 #  - "parent"
4339 #  - "result"
4340 #
4341 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4342 #- type: "table"
4343 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4344 #  algorithm: "table_perf_comparison"
4345 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4346 #  reference:
4347 #    title: "1908"
4348 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4349 #  compare:
4350 #    title: "2001"
4351 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4352 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4354 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4355 #  parameters:
4356 #  - "name"
4357 #  - "parent"
4358 #  - "result"
4359 #
4360 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4361 #- type: "table"
4362 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4363 #  algorithm: "table_perf_comparison"
4364 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4365 #  reference:
4366 #    title: "1908"
4367 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4368 #  compare:
4369 #    title: "2001"
4370 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4371 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4373 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4374 #  parameters:
4375 #  - "name"
4376 #  - "parent"
4377 #  - "result"
4378
4379 # VPP Performance Changes 2n-dnv 1t1c MRR
4380 - type: "table"
4381   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4382   algorithm: "table_perf_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4384   reference:
4385     title: "1908"
4386     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4387   compare:
4388     title: "2001"
4389     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4390   data: "vpp-performance-changes-2n-dnv-mrr"
4391   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4392   filter: "'1T1C' and 'MRR'"
4393   parameters:
4394   - "name"
4395   - "parent"
4396   - "result"
4397
4398 # VPP Performance Changes 2n-dnv 2t2c MRR
4399 - type: "table"
4400   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4401   algorithm: "table_perf_comparison"
4402   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4403   reference:
4404     title: "1908"
4405     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4406   compare:
4407     title: "2001"
4408     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4409   data: "vpp-performance-changes-2n-dnv-mrr"
4410   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4411   filter: "'2T2C' and 'MRR'"
4412   parameters:
4413   - "name"
4414   - "parent"
4415   - "result"
4416
4417 # VPP Performance Changes 2n-dnv 4t4c MRR
4418 - type: "table"
4419   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4420   algorithm: "table_perf_comparison"
4421   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4422   reference:
4423     title: "1908"
4424     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4425   compare:
4426     title: "2001"
4427     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4428   data: "vpp-performance-changes-2n-dnv-mrr"
4429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4430   filter: "'4T4C' and 'MRR'"
4431   parameters:
4432   - "name"
4433   - "parent"
4434   - "result"
4435
4436 # VPP Performance Changes 3n-dnv 1t1c MRR
4437 - type: "table"
4438   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4439   algorithm: "table_perf_comparison"
4440   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4441   reference:
4442     title: "1908"
4443     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4444   compare:
4445     title: "2001"
4446     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4447   data: "vpp-performance-changes-3n-dnv-mrr"
4448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4449   filter: "'1T1C' and 'MRR'"
4450   parameters:
4451   - "name"
4452   - "parent"
4453   - "result"
4454
4455 # VPP Performance Changes 3n-dnv 2t2c MRR
4456 - type: "table"
4457   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4458   algorithm: "table_perf_comparison"
4459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4460   reference:
4461     title: "1908"
4462     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4463   compare:
4464     title: "2001"
4465     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4466   data: "vpp-performance-changes-3n-dnv-mrr"
4467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4468   filter: "'2T2C' and 'MRR'"
4469   parameters:
4470   - "name"
4471   - "parent"
4472   - "result"
4473
4474 # VPP Performance Changes 3n-dnv 4t4c MRR
4475 - type: "table"
4476   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4477   algorithm: "table_perf_comparison"
4478   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4479   reference:
4480     title: "1908"
4481     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4482   compare:
4483     title: "2001"
4484     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4485   data: "vpp-performance-changes-3n-dnv-mrr"
4486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4487   filter: "'4T4C' and 'MRR'"
4488   parameters:
4489   - "name"
4490   - "parent"
4491   - "result"
4492
4493 # VPP Performance Changes 3n-tsh 1t1c MRR
4494 - type: "table"
4495   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4496   algorithm: "table_perf_comparison"
4497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4498   reference:
4499     title: "1908"
4500     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4501   compare:
4502     title: "2001"
4503     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4504   data: "vpp-performance-changes-3n-tsh-mrr"
4505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4506   filter: "'1T1C' and 'MRR'"
4507   parameters:
4508   - "name"
4509   - "parent"
4510   - "result"
4511
4512 # VPP Performance Changes 3n-tsh 2t2c MRR
4513 - type: "table"
4514   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4515   algorithm: "table_perf_comparison"
4516   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4517   reference:
4518     title: "1908"
4519     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4520   compare:
4521     title: "2001"
4522     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4523   data: "vpp-performance-changes-3n-tsh-mrr"
4524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4525   filter: "'2T2C' and 'MRR'"
4526   parameters:
4527   - "name"
4528   - "parent"
4529   - "result"
4530
4531 # VPP Performance Changes 3n-tsh 4t4c MRR
4532 - type: "table"
4533   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4534   algorithm: "table_perf_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4536   reference:
4537     title: "1908"
4538     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4539   compare:
4540     title: "2001"
4541     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4542   data: "vpp-performance-changes-3n-tsh-mrr"
4543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4544   filter: "'4T4C' and 'MRR'"
4545   parameters:
4546   - "name"
4547   - "parent"
4548   - "result"
4549
4550 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4551 - type: "table"
4552   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4553   algorithm: "table_perf_comparison_nic"
4554   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4555   reference:
4556     title: "3n-hsw xl710"
4557     data: "vpp-compare-testbeds-mrr-ref"
4558     nic: "NIC_Intel-XL710"
4559   compare:
4560     title: "3n-skx xxv710"
4561     data: "vpp-compare-testbeds-mrr-cmp"
4562     nic: "NIC_Intel-XXV710"
4563   data: "vpp-compare-testbeds-mrr"
4564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4565   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4566   parameters:
4567   - "name"
4568   - "parent"
4569   - "result"
4570   - "tags"
4571
4572 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4573 - type: "table"
4574   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4575   algorithm: "table_perf_comparison_nic"
4576   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4577   reference:
4578     title: "3n-hsw xl710"
4579     data: "vpp-compare-testbeds-mrr-ref"
4580     nic: "NIC_Intel-XL710"
4581   compare:
4582     title: "3n-skx xxv710"
4583     data: "vpp-compare-testbeds-mrr-cmp"
4584     nic: "NIC_Intel-XXV710"
4585   data: "vpp-compare-testbeds-mrr"
4586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4587   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4588   parameters:
4589   - "name"
4590   - "parent"
4591   - "result"
4592   - "tags"
4593
4594 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4595 - type: "table"
4596   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4597   algorithm: "table_perf_comparison_nic"
4598   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4599   reference:
4600     title: "3n-hsw xl710"
4601     data: "vpp-compare-testbeds-mrr-ref"
4602     nic: "NIC_Intel-XL710"
4603   compare:
4604     title: "3n-skx xxv710"
4605     data: "vpp-compare-testbeds-mrr-cmp"
4606     nic: "NIC_Intel-XXV710"
4607   data: "vpp-compare-testbeds-mrr"
4608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4609   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4610   parameters:
4611   - "name"
4612   - "parent"
4613   - "result"
4614   - "tags"
4615
4616 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4617 - type: "table"
4618   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4619   algorithm: "table_perf_comparison"
4620   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4621   reference:
4622     title: "2n-skx"
4623     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4624   compare:
4625     title: "2n-clx"
4626     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4627   data: "vpp-compare-testbeds-mrr-skx-clx"
4628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4629   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4630   parameters:
4631   - "name"
4632   - "parent"
4633   - "result"
4634   - "tags"
4635
4636 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4637 - type: "table"
4638   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4639   algorithm: "table_perf_comparison"
4640   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4641   reference:
4642     title: "2n-skx"
4643     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4644   compare:
4645     title: "2n-clx"
4646     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4647   data: "vpp-compare-testbeds-mrr-skx-clx"
4648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4649   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4650   parameters:
4651   - "name"
4652   - "parent"
4653   - "result"
4654   - "tags"
4655
4656 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4657 - type: "table"
4658   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4659   algorithm: "table_perf_comparison"
4660   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4661   reference:
4662     title: "2n-skx"
4663     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4664   compare:
4665     title: "2n-clx"
4666     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4667   data: "vpp-compare-testbeds-mrr-skx-clx"
4668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4669   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4670   parameters:
4671   - "name"
4672   - "parent"
4673   - "result"
4674   - "tags"
4675
4676 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4677 - type: "table"
4678   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4679   algorithm: "table_perf_comparison"
4680   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4681   reference:
4682     title: "3n-skx"
4683     data: "vpp-compare-topologies-mrr-ref"
4684   compare:
4685     title: "2n-skx"
4686     data: "vpp-compare-topologies-mrr-cmp"
4687   data: "vpp-compare-topologies-mrr"
4688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4689   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4690   parameters:
4691   - "name"
4692   - "parent"
4693   - "result"
4694
4695 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4696 - type: "table"
4697   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4698   algorithm: "table_perf_comparison"
4699   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4700   reference:
4701     title: "3n-skx"
4702     data: "vpp-compare-topologies-mrr-ref"
4703   compare:
4704     title: "2n-skx"
4705     data: "vpp-compare-topologies-mrr-cmp"
4706   data: "vpp-compare-topologies-mrr"
4707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4708   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4709   parameters:
4710   - "name"
4711   - "parent"
4712   - "result"
4713
4714 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4715 - type: "table"
4716   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4717   algorithm: "table_perf_comparison"
4718   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4719   reference:
4720     title: "3n-skx"
4721     data: "vpp-compare-topologies-mrr-ref"
4722   compare:
4723     title: "2n-skx"
4724     data: "vpp-compare-topologies-mrr-cmp"
4725   data: "vpp-compare-topologies-mrr"
4726   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4727   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4728   parameters:
4729   - "name"
4730   - "parent"
4731   - "result"
4732
4733 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4734 - type: "table"
4735   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4736   algorithm: "table_perf_comparison_nic"
4737   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4738   reference:
4739     title: "3n-hsw xl710"
4740     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4741     nic: "NIC_Intel-XL710"
4742   compare:
4743     title: "2n-clx xxv710"
4744     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4745     nic: "NIC_Intel-XXV710"
4746   data: "vpp-compare-testbeds-mrr-hsw-clx"
4747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4748   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4749   parameters:
4750   - "name"
4751   - "parent"
4752   - "result"
4753   - "tags"
4754
4755 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4756 - type: "table"
4757   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4758   algorithm: "table_perf_comparison_nic"
4759   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4760   reference:
4761     title: "3n-hsw xl710"
4762     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4763     nic: "NIC_Intel-XL710"
4764   compare:
4765     title: "2n-clx xxv710"
4766     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4767     nic: "NIC_Intel-XXV710"
4768   data: "vpp-compare-testbeds-mrr-hsw-clx"
4769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4770   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4771   parameters:
4772   - "name"
4773   - "parent"
4774   - "result"
4775   - "tags"
4776
4777 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4778 - type: "table"
4779   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4780   algorithm: "table_perf_comparison_nic"
4781   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4782   reference:
4783     title: "3n-hsw xl710"
4784     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4785     nic: "NIC_Intel-XL710"
4786   compare:
4787     title: "2n-clx xxv710"
4788     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4789     nic: "NIC_Intel-XXV710"
4790   data: "vpp-compare-testbeds-mrr-hsw-clx"
4791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4792   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4793   parameters:
4794   - "name"
4795   - "parent"
4796   - "result"
4797   - "tags"
4798
4799 # Detailed Test Results - VPP Performance Results 3n-hsw
4800 - type: "table"
4801   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4802   algorithm: "table_merged_details"
4803   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4804   columns:
4805     - title: " |prein| Test Name |preout| "
4806       data: "data name"
4807     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4808       data: "data msg"
4809   data: "vpp-perf-results-3n-hsw"
4810   filter: "all"
4811   parameters:
4812   - "name"
4813   - "parent"
4814   - "msg"
4815
4816 # Detailed Test Results - VPP Performance Results 3n-skx
4817 - type: "table"
4818   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4819   algorithm: "table_merged_details"
4820   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4821   columns:
4822     - title: " |prein| Test Name |preout| "
4823       data: "data name"
4824     - 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| "
4825       data: "data msg"
4826   data: "vpp-perf-results-3n-skx"
4827   filter: "all"
4828   remove-ndr: True  # Temporary solution: remove NDR results from test message
4829   parameters:
4830   - "name"
4831   - "parent"
4832   - "msg"
4833
4834 # Detailed Test Results - VPP Performance Results 2n-skx
4835 - type: "table"
4836   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4837   algorithm: "table_merged_details"
4838   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4839   columns:
4840     - title: " |prein| Test Name |preout| "
4841       data: "data name"
4842     - 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| "
4843       data: "data msg"
4844   data: "vpp-perf-results-2n-skx"
4845   filter: "all"
4846   remove-ndr: True  # Temporary solution: remove NDR results from test message
4847   parameters:
4848   - "name"
4849   - "parent"
4850   - "msg"
4851
4852 # Detailed Test Results - VPP Performance Results 2n-clx
4853 - type: "table"
4854   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4855   algorithm: "table_merged_details"
4856   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4857   columns:
4858     - title: " |prein| Test Name |preout| "
4859       data: "data name"
4860     - 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| "
4861       data: "data msg"
4862   data: "vpp-perf-results-2n-clx"
4863   filter: "all"
4864   parameters:
4865   - "name"
4866   - "parent"
4867   - "msg"
4868
4869 # Detailed Test Results - VPP Performance Results 3n-tsh
4870 - type: "table"
4871   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4872   algorithm: "table_merged_details"
4873   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4874   columns:
4875     - title: " |prein| Test Name |preout| "
4876       data: "data name"
4877     - 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| "
4878       data: "data msg"
4879   data: "vpp-perf-results-3n-tsh"
4880   filter: "all"
4881   parameters:
4882   - "name"
4883   - "parent"
4884   - "msg"
4885
4886 # Detailed Test Results - VPP Performance Results 3n-dnv
4887 - type: "table"
4888   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4889   algorithm: "table_merged_details"
4890   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4891   columns:
4892     - title: " |prein| Test Name |preout| "
4893       data: "data name"
4894     - 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| "
4895       data: "data msg"
4896   data: "vpp-perf-results-3n-dnv"
4897   filter: "all"
4898   parameters:
4899   - "name"
4900   - "parent"
4901   - "msg"
4902
4903 # Detailed Test Results - VPP Performance Results 2n-dnv
4904 - type: "table"
4905   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4906   algorithm: "table_merged_details"
4907   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4908   columns:
4909     - title: " |prein| Test Name |preout| "
4910       data: "data name"
4911     - 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| "
4912       data: "data msg"
4913   data: "vpp-perf-results-2n-dnv"
4914   filter: "all"
4915   parameters:
4916   - "name"
4917   - "parent"
4918   - "msg"
4919
4920 # Test configuration - VPP Performance Test Configs 3n-hsw
4921 - type: "table"
4922   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4923   algorithm: "table_merged_details"
4924   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4925   columns:
4926     - title: " |prein| Test Name |preout| "
4927       data: "data name"
4928     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4929       data: "data conf-history"
4930   data: "vpp-perf-results-3n-hsw"
4931   filter: "all"
4932   parameters:
4933   - "parent"
4934   - "name"
4935   - "conf-history"
4936
4937 # Test configuration - VPP Performance Test Configs 3n-skx
4938 - type: "table"
4939   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4940   algorithm: "table_merged_details"
4941   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4942   columns:
4943     - title: " |prein| Test Name |preout| "
4944       data: "data name"
4945     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4946       data: "data conf-history"
4947   data: "vpp-perf-results-3n-skx"
4948   filter: "all"
4949   parameters:
4950   - "parent"
4951   - "name"
4952   - "conf-history"
4953
4954 # Test configuration - VPP Performance Test Configs 2n-skx
4955 - type: "table"
4956   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4957   algorithm: "table_merged_details"
4958   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4959   columns:
4960     - title: " |prein| Test Name |preout| "
4961       data: "data name"
4962     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4963       data: "data conf-history"
4964   data: "vpp-perf-results-2n-skx"
4965   filter: "all"
4966   parameters:
4967   - "parent"
4968   - "name"
4969   - "conf-history"
4970
4971 # Test configuration - VPP Performance Test Configs 2n-clx
4972 - type: "table"
4973   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4974   algorithm: "table_merged_details"
4975   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4976   columns:
4977     - title: " |prein| Test Name |preout| "
4978       data: "data name"
4979     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4980       data: "data conf-history"
4981   data: "vpp-perf-results-2n-clx"
4982   filter: "all"
4983   parameters:
4984   - "parent"
4985   - "name"
4986   - "conf-history"
4987
4988 # Test configuration - VPP Performance Test Configs 3n-tsh
4989 - type: "table"
4990   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4991   algorithm: "table_merged_details"
4992   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4993   columns:
4994     - title: " |prein| Test Name |preout| "
4995       data: "data name"
4996     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4997       data: "data conf-history"
4998   data: "vpp-perf-results-3n-tsh"
4999   filter: "all"
5000   parameters:
5001   - "parent"
5002   - "name"
5003   - "conf-history"
5004
5005 # Test configuration - VPP Performance Test Configs 3n-dnv
5006 - type: "table"
5007   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5008   algorithm: "table_merged_details"
5009   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5010   columns:
5011     - title: " |prein| Test Name |preout| "
5012       data: "data name"
5013     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5014       data: "data conf-history"
5015   data: "vpp-perf-results-3n-dnv"
5016   filter: "all"
5017   parameters:
5018   - "parent"
5019   - "name"
5020   - "conf-history"
5021
5022 # Test configuration - VPP Performance Test Configs 2n-dnv
5023 - type: "table"
5024   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5025   algorithm: "table_merged_details"
5026   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5027   columns:
5028     - title: " |prein| Test Name |preout| "
5029       data: "data name"
5030     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5031       data: "data conf-history"
5032   data: "vpp-perf-results-2n-dnv"
5033   filter: "all"
5034   parameters:
5035   - "parent"
5036   - "name"
5037   - "conf-history"
5038
5039 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5040 - type: "table"
5041   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5042   algorithm: "table_oper_data_html"
5043   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5044   data: "vpp-perf-results-3n-hsw"
5045   filter: "all"
5046
5047 # Test Operational Data - VPP Performance Operational Data 3n-skx
5048 - type: "table"
5049   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5050   algorithm: "table_oper_data_html"
5051   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5052   data: "vpp-perf-results-3n-skx"
5053   filter: "all"
5054
5055 # Test Operational Data - VPP Performance Operational Data 2n-skx
5056 - type: "table"
5057   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5058   algorithm: "table_oper_data_html"
5059   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5060   data: "vpp-perf-results-2n-skx"
5061   filter: "all"
5062
5063 # Test Operational Data - VPP Performance Operational Data 2n-clx
5064 - type: "table"
5065   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5066   algorithm: "table_oper_data_html"
5067   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5068   data: "vpp-perf-results-2n-clx"
5069   filter: "all"
5070
5071 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5072 - type: "table"
5073   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5074   algorithm: "table_oper_data_html"
5075   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5076   data: "vpp-perf-results-3n-tsh"
5077   filter: "all"
5078
5079 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5080 - type: "table"
5081   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5082   algorithm: "table_oper_data_html"
5083   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5084   data: "vpp-perf-results-3n-dnv"
5085   filter: "all"
5086
5087 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5088 - type: "table"
5089   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5090   algorithm: "table_oper_data_html"
5091   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5092   data: "vpp-perf-results-2n-dnv"
5093   filter: "all"
5094
5095 # Detailed Test Results - VPP MRR Results 3n-hsw
5096 - type: "table"
5097   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5098   algorithm: "table_merged_details"
5099   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5100   columns:
5101     - title: " |prein| Test Name |preout| "
5102       data: "data name"
5103     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5104       data: "data msg"
5105   data: "vpp-mrr-results-3n-hsw"
5106   filter: "all"
5107   parameters:
5108   - "name"
5109   - "parent"
5110   - "msg"
5111
5112 # Detailed Test Results - VPP MRR Results 3n-skx
5113 - type: "table"
5114   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5115   algorithm: "table_merged_details"
5116   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5117   columns:
5118     - title: " |prein| Test Name |preout| "
5119       data: "data name"
5120     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5121       data: "data msg"
5122   data: "vpp-mrr-results-3n-skx"
5123   filter: "all"
5124   parameters:
5125   - "name"
5126   - "parent"
5127   - "msg"
5128
5129 # Detailed Test Results - VPP MRR Results 2n-skx
5130 - type: "table"
5131   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5132   algorithm: "table_merged_details"
5133   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5134   columns:
5135     - title: " |prein| Test Name |preout| "
5136       data: "data name"
5137     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5138       data: "data msg"
5139   data: "vpp-mrr-results-2n-skx"
5140   filter: "all"
5141   parameters:
5142   - "name"
5143   - "parent"
5144   - "msg"
5145
5146 # Detailed Test Results - VPP MRR Results 2n-clx
5147 - type: "table"
5148   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5149   algorithm: "table_merged_details"
5150   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5151   columns:
5152     - title: " |prein| Test Name |preout| "
5153       data: "data name"
5154     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5155       data: "data msg"
5156   data: "vpp-mrr-results-2n-clx"
5157   filter: "all"
5158   parameters:
5159   - "name"
5160   - "parent"
5161   - "msg"
5162
5163 # Detailed Test Results - VPP MRR Results 3n-tsh
5164 - type: "table"
5165   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5166   algorithm: "table_merged_details"
5167   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5168   columns:
5169     - title: " |prein| Test Name |preout| "
5170       data: "data name"
5171     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5172       data: "data msg"
5173   data: "vpp-mrr-results-3n-tsh"
5174   filter: "all"
5175   parameters:
5176   - "name"
5177   - "parent"
5178   - "msg"
5179
5180 # Detailed Test Results - VPP MRR Results 3n-dnv
5181 - type: "table"
5182   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5183   algorithm: "table_merged_details"
5184   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5185   columns:
5186     - title: " |prein| Test Name |preout| "
5187       data: "data name"
5188     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5189       data: "data msg"
5190   data: "vpp-mrr-results-3n-dnv"
5191   filter: "all"
5192   parameters:
5193   - "name"
5194   - "parent"
5195   - "msg"
5196
5197 # Detailed Test Results - VPP MRR Results 2n-dnv
5198 - type: "table"
5199   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5200   algorithm: "table_merged_details"
5201   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5202   columns:
5203     - title: " |prein| Test Name |preout| "
5204       data: "data name"
5205     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5206       data: "data msg"
5207   data: "vpp-mrr-results-2n-dnv"
5208   filter: "all"
5209   parameters:
5210   - "name"
5211   - "parent"
5212   - "msg"
5213
5214 # Test configuration - VPP MRR Test Configs 3n-hsw
5215 - type: "table"
5216   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5217   algorithm: "table_merged_details"
5218   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5219   columns:
5220     - title: " |prein| Test Name |preout| "
5221       data: "data name"
5222     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5223       data: "data conf-history"
5224   data: "vpp-mrr-results-3n-hsw"
5225   filter: "all"
5226   parameters:
5227   - "parent"
5228   - "name"
5229   - "conf-history"
5230
5231 # Test configuration - VPP MRR Test Configs 3n-skx
5232 - type: "table"
5233   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5234   algorithm: "table_merged_details"
5235   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5236   columns:
5237     - title: " |prein| Test Name |preout| "
5238       data: "data name"
5239     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5240       data: "data conf-history"
5241   data: "vpp-mrr-results-3n-skx"
5242   filter: "all"
5243   parameters:
5244   - "parent"
5245   - "name"
5246   - "conf-history"
5247
5248 # Test configuration - VPP MRR Test Configs 2n-skx
5249 - type: "table"
5250   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5251   algorithm: "table_merged_details"
5252   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5253   columns:
5254     - title: " |prein| Test Name |preout| "
5255       data: "data name"
5256     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5257       data: "data conf-history"
5258   data: "vpp-mrr-results-2n-skx"
5259   filter: "all"
5260   parameters:
5261   - "parent"
5262   - "name"
5263   - "conf-history"
5264
5265 # Test configuration - VPP MRR Test Configs 2n-clx
5266 - type: "table"
5267   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5268   algorithm: "table_merged_details"
5269   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5270   columns:
5271     - title: " |prein| Test Name |preout| "
5272       data: "data name"
5273     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5274       data: "data conf-history"
5275   data: "vpp-mrr-results-2n-clx"
5276   filter: "all"
5277   parameters:
5278   - "parent"
5279   - "name"
5280   - "conf-history"
5281
5282 # Test configuration - VPP MRR Test Configs 3n-tsh
5283 - type: "table"
5284   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5285   algorithm: "table_merged_details"
5286   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5287   columns:
5288     - title: " |prein| Test Name |preout| "
5289       data: "data name"
5290     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5291       data: "data conf-history"
5292   data: "vpp-mrr-results-3n-tsh"
5293   filter: "all"
5294   parameters:
5295   - "parent"
5296   - "name"
5297   - "conf-history"
5298
5299 # Test configuration - VPP MRR Test Configs 3n-dnv
5300 - type: "table"
5301   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5302   algorithm: "table_merged_details"
5303   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5304   columns:
5305     - title: " |prein| Test Name |preout| "
5306       data: "data name"
5307     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5308       data: "data conf-history"
5309   data: "vpp-mrr-results-3n-dnv"
5310   filter: "all"
5311   parameters:
5312   - "parent"
5313   - "name"
5314   - "conf-history"
5315
5316 # Test configuration - VPP MRR Test Configs 2n-dnv
5317 - type: "table"
5318   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5319   algorithm: "table_merged_details"
5320   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5321   columns:
5322     - title: " |prein| Test Name |preout| "
5323       data: "data name"
5324     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5325       data: "data conf-history"
5326   data: "vpp-mrr-results-2n-dnv"
5327   filter: "all"
5328   parameters:
5329   - "parent"
5330   - "name"
5331   - "conf-history"
5332
5333 # Detailed Test Results - VPP Device Results - Ubuntu
5334 - type: "table"
5335   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5336   algorithm: "table_merged_details"
5337   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5338   columns:
5339     - title: " |prein| Test Name |preout| "
5340       data: "data name"
5341     - title: " |prein| Status |preout| "
5342       data: "data status"
5343   data: "vpp-device-results-ubuntu"
5344   filter: "all"
5345   parameters:
5346   - "name"
5347   - "parent"
5348   - "doc"
5349   - "status"
5350
5351 # Test configuration - VPP Device Test Configs - Ubuntu
5352 - type: "table"
5353   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5354   algorithm: "table_merged_details"
5355   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5356   columns:
5357     - title: " |prein| Test Name |preout| "
5358       data: "data name"
5359     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5360       data: "data conf-history"
5361   data: "vpp-device-results-ubuntu"
5362   filter: "all"
5363   parameters:
5364   - "parent"
5365   - "name"
5366   - "conf-history"
5367
5368 ################################################################################
5369
5370 # DPDK Performance Changes 3n-hsw 1t1c pdr
5371 - type: "table"
5372   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5373   algorithm: "table_perf_comparison"
5374   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5375   history:
5376     - title: "1904"
5377       data: "dpdk-performance-changes-3n-hsw-h1"
5378   reference:
5379     title: "1908"
5380     data: "dpdk-performance-changes-3n-hsw-ref"
5381   compare:
5382     title: "2001"
5383     data: "dpdk-performance-changes-3n-hsw-cmp"
5384   data: "dpdk-performance-changes-3n-hsw"
5385   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5386   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5387   parameters:
5388   - "name"
5389   - "parent"
5390   - "throughput"
5391
5392 # DPDK Performance Changes 3n-hsw 2t2c pdr
5393 - type: "table"
5394   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5395   algorithm: "table_perf_comparison"
5396   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5397   history:
5398     - title: "1904"
5399       data: "dpdk-performance-changes-3n-hsw-h1"
5400   reference:
5401     title: "1908"
5402     data: "dpdk-performance-changes-3n-hsw-ref"
5403   compare:
5404     title: "2001"
5405     data: "dpdk-performance-changes-3n-hsw-cmp"
5406   data: "dpdk-performance-changes-3n-hsw"
5407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5408   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5409   parameters:
5410   - "name"
5411   - "parent"
5412   - "throughput"
5413
5414 # DPDK Performance Changes 3n-hsw 1t1c ndr
5415 - type: "table"
5416   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5417   algorithm: "table_perf_comparison"
5418   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5419   history:
5420     - title: "1904"
5421       data: "dpdk-performance-changes-3n-hsw-h1"
5422   reference:
5423     title: "1908"
5424     data: "dpdk-performance-changes-3n-hsw-ref"
5425   compare:
5426     title: "2001"
5427     data: "dpdk-performance-changes-3n-hsw-cmp"
5428   data: "dpdk-performance-changes-3n-hsw"
5429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5430   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5431   parameters:
5432   - "name"
5433   - "parent"
5434   - "throughput"
5435
5436 # DPDK Performance Changes 3n-hsw 2t2c ndr
5437 - type: "table"
5438   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5439   algorithm: "table_perf_comparison"
5440   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5441   history:
5442     - title: "1904"
5443       data: "dpdk-performance-changes-3n-hsw-h1"
5444   reference:
5445     title: "1908"
5446     data: "dpdk-performance-changes-3n-hsw-ref"
5447   compare:
5448     title: "2001"
5449     data: "dpdk-performance-changes-3n-hsw-cmp"
5450   data: "dpdk-performance-changes-3n-hsw"
5451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5452   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5453   parameters:
5454   - "name"
5455   - "parent"
5456   - "throughput"
5457
5458 # DPDK Performance Changes 3n-skx 2t1c pdr
5459 - type: "table"
5460   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5461   algorithm: "table_perf_comparison"
5462   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5463   history:
5464     - title: "1904"
5465       data: "dpdk-performance-changes-3n-skx-h1"
5466   reference:
5467     title: "1908"
5468     data: "dpdk-performance-changes-3n-skx-ref"
5469   compare:
5470     title: "2001"
5471     data: "dpdk-performance-changes-3n-skx-cmp"
5472   data: "dpdk-performance-changes-3n-skx"
5473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5474   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5475   parameters:
5476   - "name"
5477   - "parent"
5478   - "throughput"
5479
5480 # DPDK Performance Changes 3n-skx 4t2c pdr
5481 - type: "table"
5482   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5483   algorithm: "table_perf_comparison"
5484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5485   history:
5486     - title: "1904"
5487       data: "dpdk-performance-changes-3n-skx-h1"
5488   reference:
5489     title: "1908"
5490     data: "dpdk-performance-changes-3n-skx-ref"
5491   compare:
5492     title: "2001"
5493     data: "dpdk-performance-changes-3n-skx-cmp"
5494   data: "dpdk-performance-changes-3n-skx"
5495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5496   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5497   parameters:
5498   - "name"
5499   - "parent"
5500   - "throughput"
5501
5502 # DPDK Performance Changes 3n-skx 2t1c ndr
5503 - type: "table"
5504   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5505   algorithm: "table_perf_comparison"
5506   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5507   history:
5508     - title: "1904"
5509       data: "dpdk-performance-changes-3n-skx-h1"
5510   reference:
5511     title: "1908"
5512     data: "dpdk-performance-changes-3n-skx-ref"
5513   compare:
5514     title: "2001"
5515     data: "dpdk-performance-changes-3n-skx-cmp"
5516   data: "dpdk-performance-changes-3n-skx"
5517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5518   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5519   parameters:
5520   - "name"
5521   - "parent"
5522   - "throughput"
5523
5524 # DPDK Performance Changes 3n-skx 4t2c ndr
5525 - type: "table"
5526   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5527   algorithm: "table_perf_comparison"
5528   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5529   history:
5530     - title: "1904"
5531       data: "dpdk-performance-changes-3n-skx-h1"
5532   reference:
5533     title: "1908"
5534     data: "dpdk-performance-changes-3n-skx-ref"
5535   compare:
5536     title: "2001"
5537     data: "dpdk-performance-changes-3n-skx-cmp"
5538   data: "dpdk-performance-changes-3n-skx"
5539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5540   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5541   parameters:
5542   - "name"
5543   - "parent"
5544   - "throughput"
5545
5546 # DPDK Performance Changes 2n-skx 2t1c pdr
5547 - type: "table"
5548   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5549   algorithm: "table_perf_comparison"
5550   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5551   history:
5552     - title: "1904"
5553       data: "dpdk-performance-changes-2n-skx-h1"
5554   reference:
5555     title: "1908"
5556     data: "dpdk-performance-changes-2n-skx-ref"
5557   compare:
5558     title: "2001"
5559     data: "dpdk-performance-changes-2n-skx-cmp"
5560   data: "dpdk-performance-changes-2n-skx"
5561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5562   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5563   parameters:
5564   - "name"
5565   - "parent"
5566   - "throughput"
5567
5568 # DPDK Performance Changes 2n-skx 4t2c pdr
5569 - type: "table"
5570   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5571   algorithm: "table_perf_comparison"
5572   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5573   history:
5574     - title: "1904"
5575       data: "dpdk-performance-changes-2n-skx-h1"
5576   reference:
5577     title: "1908"
5578     data: "dpdk-performance-changes-2n-skx-ref"
5579   compare:
5580     title: "2001"
5581     data: "dpdk-performance-changes-2n-skx-cmp"
5582   data: "dpdk-performance-changes-2n-skx"
5583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5584   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5585   parameters:
5586   - "name"
5587   - "parent"
5588   - "throughput"
5589
5590 # DPDK Performance Changes 2n-skx 2t1c ndr
5591 - type: "table"
5592   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5593   algorithm: "table_perf_comparison"
5594   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5595   history:
5596     - title: "1904"
5597       data: "dpdk-performance-changes-2n-skx-h1"
5598   reference:
5599     title: "1908"
5600     data: "dpdk-performance-changes-2n-skx-ref"
5601   compare:
5602     title: "2001"
5603     data: "dpdk-performance-changes-2n-skx-cmp"
5604   data: "dpdk-performance-changes-2n-skx"
5605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5606   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5607   parameters:
5608   - "name"
5609   - "parent"
5610   - "throughput"
5611
5612 # DPDK Performance Changes 2n-skx 4t2c ndr
5613 - type: "table"
5614   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5615   algorithm: "table_perf_comparison"
5616   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5617   history:
5618     - title: "1904"
5619       data: "dpdk-performance-changes-2n-skx-h1"
5620   reference:
5621     title: "1908"
5622     data: "dpdk-performance-changes-2n-skx-ref"
5623   compare:
5624     title: "2001"
5625     data: "dpdk-performance-changes-2n-skx-cmp"
5626   data: "dpdk-performance-changes-2n-skx"
5627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5628   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5629   parameters:
5630   - "name"
5631   - "parent"
5632   - "throughput"
5633
5634 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5635 - type: "table"
5636   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5637   algorithm: "table_perf_comparison"
5638   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5639   reference:
5640     title: "3n-hsw"
5641     data: "dpdk-compare-testbeds-ref"
5642   compare:
5643     title: "3n-skx"
5644     data: "dpdk-compare-testbeds-cmp"
5645   data: "dpdk-compare-testbeds"
5646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5647   filter: "'NIC_Intel-X710'"
5648   parameters:
5649   - "name"
5650   - "parent"
5651   - "throughput"
5652
5653 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5654 - type: "table"
5655   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5656   algorithm: "table_perf_comparison"
5657   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5658   reference:
5659     title: "3n-hsw"
5660     data: "dpdk-compare-testbeds-ref"
5661   compare:
5662     title: "3n-skx"
5663     data: "dpdk-compare-testbeds-cmp"
5664   data: "dpdk-compare-testbeds"
5665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5666   filter: "'NIC_Intel-X710'"
5667   parameters:
5668   - "name"
5669   - "parent"
5670   - "throughput"
5671
5672 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5673 - type: "table"
5674   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5675   algorithm: "table_perf_comparison"
5676   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5677   reference:
5678     title: "2n-skx"
5679     data: "dpdk-compare-testbeds-skx-clx-ref"
5680   compare:
5681     title: "2n-clx"
5682     data: "dpdk-compare-testbeds-skx-clx-cmp"
5683   data: "dpdk-compare-testbeds-skx-clx"
5684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5685   filter: "'NIC_Intel-XXV710'"
5686   parameters:
5687   - "name"
5688   - "parent"
5689   - "throughput"
5690
5691 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5692 - type: "table"
5693   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5694   algorithm: "table_perf_comparison"
5695   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5696   reference:
5697     title: "2n-skx"
5698     data: "dpdk-compare-testbeds-skx-clx-ref"
5699   compare:
5700     title: "2n-clx"
5701     data: "dpdk-compare-testbeds-skx-clx-cmp"
5702   data: "dpdk-compare-testbeds-skx-clx"
5703   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5704   filter: "'NIC_Intel-XXV710'"
5705   parameters:
5706   - "name"
5707   - "parent"
5708   - "throughput"
5709
5710 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5711 - type: "table"
5712   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5713   algorithm: "table_perf_comparison"
5714   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5715   reference:
5716     title: "3n-skx"
5717     data: "dpdk-compare-topologies-ref"
5718   compare:
5719     title: "2n-skx"
5720     data: "dpdk-compare-topologies-cmp"
5721   data: "dpdk-compare-topologies"
5722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5723   filter: "'NIC_Intel-XXV710'"
5724   parameters:
5725   - "name"
5726   - "parent"
5727   - "throughput"
5728
5729 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5730 - type: "table"
5731   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5732   algorithm: "table_perf_comparison"
5733   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5734   reference:
5735     title: "3n-skx"
5736     data: "dpdk-compare-topologies-ref"
5737   compare:
5738     title: "2n-skx"
5739     data: "dpdk-compare-topologies-cmp"
5740   data: "dpdk-compare-topologies"
5741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5742   filter: "'NIC_Intel-XXV710'"
5743   parameters:
5744   - "name"
5745   - "parent"
5746   - "throughput"
5747
5748 # Detailed Test Results - DPDK Performance Results 3n-hsw
5749 - type: "table"
5750   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5751   algorithm: "table_merged_details"
5752   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5753   columns:
5754     - title: " |prein| Test Name |preout| "
5755       data: "data name"
5756     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5757       data: "data msg"
5758   data: "dpdk-perf-results-3n-hsw"
5759   filter: "all"
5760   parameters:
5761   - "name"
5762   - "parent"
5763   - "msg"
5764
5765 # Detailed Test Results - DPDK Performance Results 3n-skx
5766 - type: "table"
5767   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5768   algorithm: "table_merged_details"
5769   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5770   columns:
5771     - title: " |prein| Test Name |preout| "
5772       data: "data name"
5773     - 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| "
5774       data: "data msg"
5775   data: "dpdk-perf-results-3n-skx"
5776   filter: "all"
5777   remove-ndr: True  # Temporary solution: remove NDR results from test message
5778   parameters:
5779   - "name"
5780   - "parent"
5781   - "msg"
5782
5783 # Detailed Test Results - DPDK Performance Results 2n-skx
5784 - type: "table"
5785   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5786   algorithm: "table_merged_details"
5787   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5788   columns:
5789     - title: " |prein| Test Name |preout| "
5790       data: "data name"
5791     - 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| "
5792       data: "data msg"
5793   data: "dpdk-perf-results-2n-skx"
5794   filter: "all"
5795   remove-ndr: True  # Temporary solution: remove NDR results from test message
5796   parameters:
5797   - "name"
5798   - "parent"
5799   - "msg"
5800
5801 # Detailed Test Results - DPDK Performance Results 2n-clx
5802 - type: "table"
5803   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5804   algorithm: "table_merged_details"
5805   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5806   columns:
5807     - title: " |prein| Test Name |preout| "
5808       data: "data name"
5809     - 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| "
5810       data: "data msg"
5811   data: "dpdk-perf-results-2n-clx"
5812   filter: "all"
5813   parameters:
5814   - "name"
5815   - "parent"
5816   - "msg"
5817
5818 # Detailed Test Results - DPDK Performance Results 2n-dnv
5819 - type: "table"
5820   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5821   algorithm: "table_merged_details"
5822   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5823   columns:
5824     - title: " |prein| Test Name |preout| "
5825       data: "data name"
5826     - 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| "
5827       data: "data msg"
5828   data: "dpdk-perf-results-2n-dnv"
5829   filter: "all"
5830   parameters:
5831   - "name"
5832   - "parent"
5833   - "msg"
5834
5835 # Detailed Test Results - DPDK Performance Results 3n-dnv
5836 - type: "table"
5837   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5838   algorithm: "table_merged_details"
5839   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5840   columns:
5841     - title: " |prein| Test Name |preout| "
5842       data: "data name"
5843     - 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| "
5844       data: "data msg"
5845   data: "dpdk-perf-results-3n-dnv"
5846   filter: "all"
5847   parameters:
5848   - "name"
5849   - "parent"
5850   - "msg"
5851
5852 # Detailed Test Results - DPDK Performance Results 3n-tsh
5853 - type: "table"
5854   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5855   algorithm: "table_merged_details"
5856   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5857   columns:
5858     - title: " |prein| Test Name |preout| "
5859       data: "data name"
5860     - 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| "
5861       data: "data msg"
5862   data: "dpdk-perf-results-3n-tsh"
5863   filter: "all"
5864   parameters:
5865   - "name"
5866   - "parent"
5867   - "msg"
5868
5869 ################################################################################
5870 ###                                F I L E S                                 ###
5871 ################################################################################
5872
5873 # VPP Performance Results
5874 - type: "file"
5875   title: "VPP Performance Results"
5876   algorithm: "file_details_split"
5877   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5878   dir-tables:
5879     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5880     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5881     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5882     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5883     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5884     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5885     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5886   data:
5887     - "vpp-perf-results-2n-skx"
5888     - "vpp-perf-results-3n-skx"
5889     - "vpp-perf-results-2n-clx"
5890     - "vpp-perf-results-3n-hsw"
5891     - "vpp-perf-results-3n-tsh"
5892     - "vpp-perf-results-2n-dnv"
5893     - "vpp-perf-results-3n-dnv"
5894   filter: "all"
5895   data-start-level: 4
5896   order-chapters:
5897     level-1:
5898       - "l2"
5899       - "ip4"
5900       - "ip6"
5901       - "srv6"
5902       - "ip4_tunnels"
5903       - "ip6_tunnels"
5904       - "vm_vhost"
5905       - "container_memif"
5906       - "crypto"
5907       - "vts"
5908       - "lb"
5909       - "nfv_density"
5910       - "hoststack"
5911     level-2:
5912       - "2n-skx"
5913       - "3n-skx"
5914       - "2n-clx"
5915       - "3n-hsw"
5916       - "3n-tsh"
5917       - "2n-dnv"
5918       - "3n-dnv"
5919     level-3:
5920       - "xl710"
5921       - "x520"
5922       - "xxv710"
5923       - "x710"
5924       - "x553"
5925       - "cx556a"
5926       - "vic1227"
5927       - "vic1385"
5928
5929 # VPP Performance Configuration
5930 - type: "file"
5931   title: "VPP Performance Configuration"
5932   algorithm: "file_details_split"
5933   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5934   dir-tables:
5935     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5936     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5937     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5938     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5939     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5940     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5941     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5942   data:
5943     - "vpp-perf-results-2n-skx"
5944     - "vpp-perf-results-3n-skx"
5945     - "vpp-perf-results-2n-clx"
5946     - "vpp-perf-results-3n-hsw"
5947     - "vpp-perf-results-3n-tsh"
5948     - "vpp-perf-results-2n-dnv"
5949     - "vpp-perf-results-3n-dnv"
5950   filter: "all"
5951   data-start-level: 4
5952   order-chapters:
5953     level-1:
5954       - "l2"
5955       - "ip4"
5956       - "ip6"
5957       - "srv6"
5958       - "ip4_tunnels"
5959       - "ip6_tunnels"
5960       - "vm_vhost"
5961       - "container_memif"
5962       - "crypto"
5963       - "vts"
5964       - "lb"
5965       - "nfv_density"
5966       - "hoststack"
5967     level-2:
5968       - "2n-skx"
5969       - "3n-skx"
5970       - "2n-clx"
5971       - "3n-hsw"
5972       - "3n-tsh"
5973       - "2n-dnv"
5974       - "3n-dnv"
5975     level-3:
5976       - "xl710"
5977       - "x520"
5978       - "xxv710"
5979       - "x710"
5980       - "x553"
5981       - "cx556a"
5982       - "vic1227"
5983       - "vic1385"
5984
5985 # VPP Performance Operational
5986 - type: "file"
5987   title: "VPP Performance Operational"
5988   algorithm: "file_details_split_html"
5989   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5990   dir-tables:
5991     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5992     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5993     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5994     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5995     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5996     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5997     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5998   data:
5999     - "vpp-perf-results-2n-skx"
6000     - "vpp-perf-results-3n-skx"
6001     - "vpp-perf-results-2n-clx"
6002     - "vpp-perf-results-3n-hsw"
6003     - "vpp-perf-results-3n-tsh"
6004     - "vpp-perf-results-2n-dnv"
6005     - "vpp-perf-results-3n-dnv"
6006   filter: "all"
6007   data-start-level: 4
6008   order-chapters:
6009     level-1:
6010       - "l2"
6011       - "ip4"
6012       - "ip6"
6013       - "srv6"
6014       - "ip4_tunnels"
6015       - "ip6_tunnels"
6016       - "vm_vhost"
6017       - "container_memif"
6018       - "crypto"
6019       - "vts"
6020       - "lb"
6021       - "nfv_density"
6022       - "hoststack"
6023     level-2:
6024       - "2n-skx"
6025       - "3n-skx"
6026       - "2n-clx"
6027       - "3n-hsw"
6028       - "3n-tsh"
6029       - "2n-dnv"
6030       - "3n-dnv"
6031     level-3:
6032       - "xl710"
6033       - "x520"
6034       - "xxv710"
6035       - "x710"
6036       - "x553"
6037       - "cx556a"
6038       - "vic1227"
6039       - "vic1385"
6040
6041 # VPP MRR Results
6042 - type: "file"
6043   title: "VPP MRR Results"
6044   algorithm: "file_details_split"
6045   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6046   dir-tables:
6047     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6048     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6049     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6050     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6051     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6052     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6053     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6054   data:
6055     - "vpp-mrr-results-2n-skx"
6056     - "vpp-mrr-results-3n-skx"
6057     - "vpp-mrr-results-2n-clx"
6058     - "vpp-mrr-results-3n-hsw"
6059     - "vpp-mrr-results-3n-tsh"
6060     - "vpp-mrr-results-2n-dnv"
6061     - "vpp-mrr-results-3n-dnv"
6062   filter: "all"
6063   data-start-level: 4
6064   order-chapters:
6065     level-1:
6066       - "l2"
6067       - "ip4"
6068       - "ip6"
6069       - "srv6"
6070       - "ip4_tunnels"
6071       - "ip6_tunnels"
6072       - "vm_vhost"
6073       - "container_memif"
6074       - "crypto"
6075       - "vts"
6076       - "lb"
6077       - "nfv_density"
6078       - "hoststack"
6079     level-2:
6080       - "2n-skx"
6081       - "3n-skx"
6082       - "2n-clx"
6083       - "3n-hsw"
6084       - "3n-tsh"
6085       - "2n-dnv"
6086       - "3n-dnv"
6087     level-3:
6088       - "xl710"
6089       - "x520"
6090       - "xxv710"
6091       - "x710"
6092       - "x553"
6093       - "cx556a"
6094       - "vic1227"
6095       - "vic1385"
6096
6097 # VPP MRR Configuration
6098 - type: "file"
6099   title: "VPP MRR Configuration"
6100   algorithm: "file_details_split"
6101   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6102   dir-tables:
6103     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6104     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6105     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6106     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6107     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6108     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6109     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6110   data:
6111     - "vpp-mrr-results-2n-skx"
6112     - "vpp-mrr-results-3n-skx"
6113     - "vpp-mrr-results-2n-clx"
6114     - "vpp-mrr-results-3n-hsw"
6115     - "vpp-mrr-results-3n-tsh"
6116     - "vpp-mrr-results-2n-dnv"
6117     - "vpp-mrr-results-3n-dnv"
6118   filter: "all"
6119   data-start-level: 4
6120   order-chapters:
6121     level-1:
6122       - "l2"
6123       - "ip4"
6124       - "ip6"
6125       - "srv6"
6126       - "ip4_tunnels"
6127       - "ip6_tunnels"
6128       - "vm_vhost"
6129       - "container_memif"
6130       - "crypto"
6131       - "vts"
6132       - "lb"
6133       - "nfv_density"
6134       - "hoststack"
6135     level-2:
6136       - "2n-skx"
6137       - "3n-skx"
6138       - "2n-clx"
6139       - "3n-hsw"
6140       - "3n-tsh"
6141       - "2n-dnv"
6142       - "3n-dnv"
6143     level-3:
6144       - "xl710"
6145       - "x520"
6146       - "xxv710"
6147       - "x710"
6148       - "x553"
6149       - "cx556a"
6150       - "vic1227"
6151       - "vic1385"
6152
6153 # VPP Device Results - Ubuntu
6154 - type: "file"
6155   title: "VPP Device Results - Ubuntu"
6156   algorithm: "file_test_results"
6157   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6158   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6159   data: "vpp-device-results-ubuntu"
6160   filter: "all"
6161   data-start-level: 4
6162
6163 # VPP Device Configuration - Ubuntu
6164 - type: "file"
6165   title: "VPP Device Configuration - Ubuntu"
6166   algorithm: "file_test_results"
6167   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6168   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6169   data: "vpp-device-results-ubuntu"
6170   filter: "all"
6171   data-start-level: 4
6172
6173 # DPDK Performance Results 3n-hsw
6174 - type: "file"
6175   title: "DPDK Performance Results 3n-hsw"
6176   algorithm: "file_test_results"
6177   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6178   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6179   data: "dpdk-perf-results-3n-hsw"
6180   filter: "all"
6181   data-start-level: 4
6182
6183 # DPDK Performance Results 3n-skx
6184 - type: "file"
6185   title: "DPDK Performance Results 3n-skx"
6186   algorithm: "file_test_results"
6187   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6188   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6189   data: "dpdk-perf-results-3n-skx"
6190   filter: "all"
6191   data-start-level: 4
6192
6193 # DPDK Performance Results 2n-skx
6194 - type: "file"
6195   title: "DPDK Performance Results 2n-skx"
6196   algorithm: "file_test_results"
6197   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6198   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6199   data: "dpdk-perf-results-2n-skx"
6200   filter: "all"
6201   data-start-level: 4
6202
6203 # DPDK Performance Results 2n-clx
6204 - type: "file"
6205   title: "DPDK Performance Results 2n-clx"
6206   algorithm: "file_test_results"
6207   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6208   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6209   data: "dpdk-perf-results-2n-clx"
6210   filter: "all"
6211   data-start-level: 4
6212
6213 # DPDK Performance Results 2n-dnv
6214 - type: "file"
6215   title: "DPDK Performance Results 2n-dnv"
6216   algorithm: "file_test_results"
6217   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6218   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6219   data: "dpdk-perf-results-2n-dnv"
6220   filter: "all"
6221   data-start-level: 4
6222
6223 # DPDK Performance Results 3n-dnv
6224 - type: "file"
6225   title: "DPDK Performance Results 3n-dnv"
6226   algorithm: "file_test_results"
6227   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6228   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6229   data: "dpdk-perf-results-3n-dnv"
6230   filter: "all"
6231   data-start-level: 4
6232
6233 # DPDK Performance Results 3n-tsh
6234 - type: "file"
6235   title: "DPDK Performance Results 3n-tsh"
6236   algorithm: "file_test_results"
6237   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6238   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6239   data: "dpdk-perf-results-3n-tsh"
6240   filter: "all"
6241   data-start-level: 4
6242
6243 ################################################################################
6244 ###                                P L O T S                                 ###
6245 ################################################################################
6246
6247 # Hoststack tests 3n-hsw
6248
6249 - type: "plot"
6250   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6251   algorithm: "plot_perf_box_name"
6252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6253   data: "plot-vpp-hoststack-3n-hsw"
6254   include:
6255     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6256     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6257   layout:
6258     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6259     layout: "plot-hoststack"
6260
6261 - type: "plot"
6262   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6263   algorithm: "plot_perf_box_name"
6264   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6265   data: "plot-vpp-hoststack-3n-hsw"
6266   include:
6267     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6268     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6269   layout:
6270     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6271     layout: "plot-hoststack"
6272
6273 - type: "plot"
6274   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6275   algorithm: "plot_perf_box_name"
6276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6277   data: "plot-vpp-hoststack-3n-hsw"
6278   include:
6279     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6280     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6281     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6282     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6283   layout:
6284     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6285     layout: "plot-hoststack"
6286
6287 # Plots VPP HTTP Server Performance
6288 - type: "plot"
6289   title: "VPP HTTP Server Performance"
6290   algorithm: "plot_http_server_perf_box"
6291   output-file-type: ".html"
6292   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6293   data:
6294     "plot-vpp-http-server-performance"
6295   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6296   parameters:
6297   - "result"
6298   - "name"
6299   traces:
6300     hoverinfo: "y+name"
6301     boxpoints: "outliers"
6302     whiskerwidth: 0
6303   layout:
6304     title: "VPP HTTP Server Performance"
6305     layout:
6306       "plot-cps"
6307
6308 - type: "plot"
6309   title: "VPP HTTP Server Performance"
6310   algorithm: "plot_http_server_perf_box"
6311   output-file-type: ".html"
6312   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6313   data:
6314     "plot-vpp-http-server-performance"
6315   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6316   parameters:
6317   - "result"
6318   - "name"
6319   traces:
6320     hoverinfo: "y+name"
6321     boxpoints: "outliers"
6322     whiskerwidth: 0
6323   layout:
6324     title: "VPP HTTP Server Performance"
6325     layout:
6326       "plot-rps"
6327
6328 ################################################################################
6329
6330 # Soak Test (PLRsearch), boxes - 2n-clx
6331 - type: "plot"
6332   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6333   algorithm: "plot_perf_box_name"
6334   output-file-type: ".html"
6335   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6336   data: "plot-vpp-soak-2n-clx"
6337   include:
6338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6344   layout:
6345     title: "30 Minutes Soak Test (PLRsearch)"
6346     layout: "plot-soak-throughput"
6347
6348 # Soak Test (PLRsearch), boxes - 2n-clx
6349 - type: "plot"
6350   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6351   algorithm: "plot_perf_box_name"
6352   output-file-type: ".html"
6353   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6354   data: "plot-vpp-soak-2n-clx"
6355   include:
6356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6361     - "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"
6362   layout:
6363     title: "30 Minutes Soak Test (PLRsearch)"
6364     layout: "plot-soak-throughput"
6365
6366 ###############################################################################
6367
6368 # Reconf tests 2n-skx
6369
6370 #- type: "plot"
6371 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6372 #  algorithm: "plot_nf_reconf_box_name"
6373 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6374 #  data: "plot-vpp-nfv-reconf-2n-skx"
6375 #  include:
6376 #    - "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"
6377 #    - "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"
6378 #    - "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"
6379 #    - "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"
6380 #    - "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"
6381 #    - "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"
6382 #  layout:
6383 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6384 #    layout: "plot-throughput"
6385 #
6386 #- type: "plot"
6387 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6388 #  algorithm: "plot_nf_reconf_box_name"
6389 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6390 #  data: "plot-vpp-nfv-reconf-2n-skx"
6391 #  include:
6392 #    - "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"
6393 #    - "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"
6394 #    - "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"
6395 #    - "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"
6396 #    - "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"
6397 #    - "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"
6398 #  layout:
6399 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6400 #    layout: "plot-throughput"
6401 #
6402 #- type: "plot"
6403 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6404 #  algorithm: "plot_nf_reconf_box_name"
6405 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6406 #  data: "plot-vpp-nfv-reconf-2n-skx"
6407 #  include:
6408 #    - "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"
6409 #    - "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"
6410 #    - "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"
6411 #    - "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"
6412 #    - "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"
6413 #    - "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"
6414 #  layout:
6415 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6416 #    layout: "plot-throughput"
6417
6418 ###############################################################################
6419
6420 # Reconf tests 2n-clx
6421
6422 - type: "plot"
6423   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6424   algorithm: "plot_nf_reconf_box_name"
6425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6426   data: "plot-vpp-nfv-reconf-2n-clx"
6427   include:
6428     - "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"
6429     - "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"
6430     - "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"
6431     - "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"
6432   layout:
6433     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6434     layout: "plot-throughput"
6435
6436 - type: "plot"
6437   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6438   algorithm: "plot_nf_reconf_box_name"
6439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6440   data: "plot-vpp-nfv-reconf-2n-clx"
6441   include:
6442     - "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"
6443     - "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"
6444     - "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"
6445     - "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"
6446   layout:
6447     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6448     layout: "plot-throughput"
6449
6450 - type: "plot"
6451   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6452   algorithm: "plot_nf_reconf_box_name"
6453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6454   data: "plot-vpp-nfv-reconf-2n-clx"
6455   include:
6456     - "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"
6457     - "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"
6458     - "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"
6459     - "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"
6460   layout:
6461     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6462     layout: "plot-throughput"
6463
6464 ################################################################################
6465 ## Plots - NF Density - VSC - MRR 64b
6466 #- type: "plot"
6467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6468 #  algorithm: "plot_nf_heatmap"
6469 #  output-file-type: ".html"
6470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6471 #  data: "plot-vpp-nfv-2n-skx-mrr"
6472 #  filter: "'NIC_Intel-XXV710' and
6473 #           'NF_DENSITY' and
6474 #           'VHOST' and
6475 #           not 'VXLAN' and
6476 #           'CHAIN' and
6477 #           'NF_VPPIP4' and
6478 #           '64B' and
6479 #           '2T1C' and
6480 #           'MRR'"
6481 #  parameters:
6482 #  - "result"
6483 #  - "name"
6484 #  - "tags"
6485 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6486 #  x-axis: "X = VNFs per Service Chain"
6487 #  y-axis: "Y = Number of Service Chains"
6488 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6489 #  layout:
6490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6491 #    layout: "plot-service-density"
6492 #
6493 #- type: "plot"
6494 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6495 #  algorithm: "plot_nf_heatmap"
6496 #  output-file-type: ".html"
6497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6498 #  data: "plot-vpp-nfv-2n-skx-mrr"
6499 #  filter: "'NIC_Intel-XXV710' and
6500 #           'NF_DENSITY' and
6501 #           'VHOST' and
6502 #           not 'VXLAN' and
6503 #           'CHAIN' and
6504 #           'NF_VPPIP4' and
6505 #           '64B' and
6506 #           '4T2C' and
6507 #           'MRR'"
6508 #  parameters:
6509 #  - "result"
6510 #  - "name"
6511 #  - "tags"
6512 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6513 #  x-axis: "X = VNFs per Service Chain"
6514 #  y-axis: "Y = Number of Service Chains"
6515 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6516 #  layout:
6517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6518 #    layout: "plot-service-density"
6519 #
6520 #- type: "plot"
6521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6522 #  algorithm: "plot_nf_heatmap"
6523 #  output-file-type: ".html"
6524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6525 #  data: "plot-vpp-nfv-2n-skx-mrr"
6526 #  filter: "'NIC_Intel-XXV710' and
6527 #           'NF_DENSITY' and
6528 #           'VHOST' and
6529 #           not 'VXLAN' and
6530 #           'CHAIN' and
6531 #           'NF_VPPIP4' and
6532 #           '64B' and
6533 #           '8T4C' and
6534 #           'MRR'"
6535 #  parameters:
6536 #  - "result"
6537 #  - "name"
6538 #  - "tags"
6539 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6540 #  x-axis: "X = VNFs per Service Chain"
6541 #  y-axis: "Y = Number of Service Chains"
6542 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6543 #  layout:
6544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6545 #    layout: "plot-service-density"
6546 #
6547 ## Plots - NF Density - VSC - MRR IMIX
6548 #- type: "plot"
6549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6550 #  algorithm: "plot_nf_heatmap"
6551 #  output-file-type: ".html"
6552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6553 #  data: "plot-vpp-nfv-2n-skx-mrr"
6554 #  filter: "'NIC_Intel-XXV710' and
6555 #           'NF_DENSITY' and
6556 #           'VHOST' and
6557 #           not 'VXLAN' and
6558 #           'CHAIN' and
6559 #           'NF_VPPIP4' and
6560 #           'IMIX' and
6561 #           '2T1C' and
6562 #           'MRR'"
6563 #  parameters:
6564 #  - "result"
6565 #  - "name"
6566 #  - "tags"
6567 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6568 #  x-axis: "X = VNFs per Service Chain"
6569 #  y-axis: "Y = Number of Service Chains"
6570 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6571 #  layout:
6572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6573 #    layout: "plot-service-density"
6574 #
6575 #- type: "plot"
6576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6577 #  algorithm: "plot_nf_heatmap"
6578 #  output-file-type: ".html"
6579 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6580 #  data: "plot-vpp-nfv-2n-skx-mrr"
6581 #  filter: "'NIC_Intel-XXV710' and
6582 #           'NF_DENSITY' and
6583 #           'VHOST' and
6584 #           not 'VXLAN' and
6585 #           'CHAIN' and
6586 #           'NF_VPPIP4' and
6587 #           'IMIX' and
6588 #           '4T2C' and
6589 #           'MRR'"
6590 #  parameters:
6591 #  - "result"
6592 #  - "name"
6593 #  - "tags"
6594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6595 #  x-axis: "X = VNFs per Service Chain"
6596 #  y-axis: "Y = Number of Service Chains"
6597 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6598 #  layout:
6599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6600 #    layout: "plot-service-density"
6601 #
6602 #- type: "plot"
6603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6604 #  algorithm: "plot_nf_heatmap"
6605 #  output-file-type: ".html"
6606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6607 #  data: "plot-vpp-nfv-2n-skx-mrr"
6608 #  filter: "'NIC_Intel-XXV710' and
6609 #           'NF_DENSITY' and
6610 #           'VHOST' and
6611 #           not 'VXLAN' and
6612 #           'CHAIN' and
6613 #           'NF_VPPIP4' and
6614 #           'IMIX' and
6615 #           '8T4C' and
6616 #           'MRR'"
6617 #  parameters:
6618 #  - "result"
6619 #  - "name"
6620 #  - "tags"
6621 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6622 #  x-axis: "X = VNFs per Service Chain"
6623 #  y-axis: "Y = Number of Service Chains"
6624 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6625 #  layout:
6626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6627 #    layout: "plot-service-density"
6628 #
6629 ## Plots - NF Density - VSC - NDR 64b
6630 #- type: "plot"
6631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6632 #  algorithm: "plot_nf_heatmap"
6633 #  output-file-type: ".html"
6634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6635 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6636 #  filter: "'NIC_Intel-XXV710' and
6637 #           'NF_DENSITY' and
6638 #           'VHOST' and
6639 #           not 'VXLAN' and
6640 #           'CHAIN' and
6641 #           'NF_VPPIP4' and
6642 #           '64B' and
6643 #           '2T1C' and
6644 #           'NDRPDR'"
6645 #  parameters:
6646 #  - "throughput"
6647 #  - "name"
6648 #  - "tags"
6649 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6650 #  x-axis: "X = VNFs per Service Chain"
6651 #  y-axis: "Y = Number of Service Chains"
6652 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6653 #  layout:
6654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6655 #    layout: "plot-service-density"
6656 #
6657 #- type: "plot"
6658 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6659 #  algorithm: "plot_nf_heatmap"
6660 #  output-file-type: ".html"
6661 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6662 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6663 #  filter: "'NIC_Intel-XXV710' and
6664 #           'NF_DENSITY' and
6665 #           'VHOST' and
6666 #           not 'VXLAN' and
6667 #           'CHAIN' and
6668 #           'NF_VPPIP4' and
6669 #           '64B' and
6670 #           '4T2C' and
6671 #           'NDRPDR'"
6672 #  parameters:
6673 #  - "throughput"
6674 #  - "name"
6675 #  - "tags"
6676 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6677 #  x-axis: "X = VNFs per Service Chain"
6678 #  y-axis: "Y = Number of Service Chains"
6679 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6680 #  layout:
6681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6682 #    layout: "plot-service-density"
6683 #
6684 #- type: "plot"
6685 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6686 #  algorithm: "plot_nf_heatmap"
6687 #  output-file-type: ".html"
6688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6689 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6690 #  filter: "'NIC_Intel-XXV710' and
6691 #           'NF_DENSITY' and
6692 #           'VHOST' and
6693 #           not 'VXLAN' and
6694 #           'CHAIN' and
6695 #           'NF_VPPIP4' and
6696 #           '64B' and
6697 #           '8T4C' and
6698 #           'NDRPDR'"
6699 #  parameters:
6700 #  - "throughput"
6701 #  - "name"
6702 #  - "tags"
6703 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6704 #  x-axis: "X = VNFs per Service Chain"
6705 #  y-axis: "Y = Number of Service Chains"
6706 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6707 #  layout:
6708 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6709 #    layout: "plot-service-density"
6710 #
6711 ## Plots - NF Density - VSC - NDR IMIX
6712 #- type: "plot"
6713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6714 #  algorithm: "plot_nf_heatmap"
6715 #  output-file-type: ".html"
6716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6718 #  filter: "'NIC_Intel-XXV710' and
6719 #           'NF_DENSITY' and
6720 #           'VHOST' and
6721 #           not 'VXLAN' and
6722 #           'CHAIN' and
6723 #           'NF_VPPIP4' and
6724 #           'IMIX' and
6725 #           '2T1C' and
6726 #           'NDRPDR'"
6727 #  parameters:
6728 #  - "throughput"
6729 #  - "name"
6730 #  - "tags"
6731 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6732 #  x-axis: "X = VNFs per Service Chain"
6733 #  y-axis: "Y = Number of Service Chains"
6734 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6735 #  layout:
6736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6737 #    layout: "plot-service-density"
6738 #
6739 #- type: "plot"
6740 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6741 #  algorithm: "plot_nf_heatmap"
6742 #  output-file-type: ".html"
6743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6744 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6745 #  filter: "'NIC_Intel-XXV710' and
6746 #           'NF_DENSITY' and
6747 #           'VHOST' and
6748 #           not 'VXLAN' and
6749 #           'CHAIN' and
6750 #           'NF_VPPIP4' and
6751 #           'IMIX' and
6752 #           '4T2C' and
6753 #           'NDRPDR'"
6754 #  parameters:
6755 #  - "throughput"
6756 #  - "name"
6757 #  - "tags"
6758 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6759 #  x-axis: "X = VNFs per Service Chain"
6760 #  y-axis: "Y = Number of Service Chains"
6761 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6762 #  layout:
6763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6764 #    layout: "plot-service-density"
6765 #
6766 #- type: "plot"
6767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6768 #  algorithm: "plot_nf_heatmap"
6769 #  output-file-type: ".html"
6770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6771 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6772 #  filter: "'NIC_Intel-XXV710' and
6773 #           'NF_DENSITY' and
6774 #           'VHOST' and
6775 #           not 'VXLAN' and
6776 #           'CHAIN' and
6777 #           'NF_VPPIP4' and
6778 #           'IMIX' and
6779 #           '8T4C' and
6780 #           'NDRPDR'"
6781 #  parameters:
6782 #  - "throughput"
6783 #  - "name"
6784 #  - "tags"
6785 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6786 #  x-axis: "X = VNFs per Service Chain"
6787 #  y-axis: "Y = Number of Service Chains"
6788 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6789 #  layout:
6790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6791 #    layout: "plot-service-density"
6792 #
6793 ## Plots - NF Density - VSC - PDR 64b
6794 #- type: "plot"
6795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6796 #  algorithm: "plot_nf_heatmap"
6797 #  output-file-type: ".html"
6798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6799 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6800 #  filter: "'NIC_Intel-XXV710' and
6801 #           'NF_DENSITY' and
6802 #           'VHOST' and
6803 #           not 'VXLAN' and
6804 #           'CHAIN' and
6805 #           'NF_VPPIP4' and
6806 #           '64B' and
6807 #           '2T1C' and
6808 #           'NDRPDR'"
6809 #  parameters:
6810 #  - "throughput"
6811 #  - "name"
6812 #  - "tags"
6813 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6814 #  x-axis: "X = VNFs per Service Chain"
6815 #  y-axis: "Y = Number of Service Chains"
6816 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6817 #  layout:
6818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6819 #    layout: "plot-service-density"
6820 #
6821 #- type: "plot"
6822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6823 #  algorithm: "plot_nf_heatmap"
6824 #  output-file-type: ".html"
6825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6826 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6827 #  filter: "'NIC_Intel-XXV710' and
6828 #           'NF_DENSITY' and
6829 #           'VHOST' and
6830 #           not 'VXLAN' and
6831 #           'CHAIN' and
6832 #           'NF_VPPIP4' and
6833 #           '64B' and
6834 #           '4T2C' and
6835 #           'NDRPDR'"
6836 #  parameters:
6837 #  - "throughput"
6838 #  - "name"
6839 #  - "tags"
6840 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6841 #  x-axis: "X = VNFs per Service Chain"
6842 #  y-axis: "Y = Number of Service Chains"
6843 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6844 #  layout:
6845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6846 #    layout: "plot-service-density"
6847 #
6848 #- type: "plot"
6849 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6850 #  algorithm: "plot_nf_heatmap"
6851 #  output-file-type: ".html"
6852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6853 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6854 #  filter: "'NIC_Intel-XXV710' and
6855 #           'NF_DENSITY' and
6856 #           'VHOST' and
6857 #           not 'VXLAN' and
6858 #           'CHAIN' and
6859 #           'NF_VPPIP4' and
6860 #           '64B' and
6861 #           '8T4C' and
6862 #           'NDRPDR'"
6863 #  parameters:
6864 #  - "throughput"
6865 #  - "name"
6866 #  - "tags"
6867 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6868 #  x-axis: "X = VNFs per Service Chain"
6869 #  y-axis: "Y = Number of Service Chains"
6870 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6871 #  layout:
6872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6873 #    layout: "plot-service-density"
6874 #
6875 ## Plots - NF Density - VSC - PDR IMIX
6876 #- type: "plot"
6877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6878 #  algorithm: "plot_nf_heatmap"
6879 #  output-file-type: ".html"
6880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6881 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6882 #  filter: "'NIC_Intel-XXV710' and
6883 #           'NF_DENSITY' and
6884 #           'VHOST' and
6885 #           not 'VXLAN' and
6886 #           'CHAIN' and
6887 #           'NF_VPPIP4' and
6888 #           'IMIX' and
6889 #           '2T1C' and
6890 #           'NDRPDR'"
6891 #  parameters:
6892 #  - "throughput"
6893 #  - "name"
6894 #  - "tags"
6895 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6896 #  x-axis: "X = VNFs per Service Chain"
6897 #  y-axis: "Y = Number of Service Chains"
6898 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6899 #  layout:
6900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6901 #    layout: "plot-service-density"
6902 #
6903 #- type: "plot"
6904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6905 #  algorithm: "plot_nf_heatmap"
6906 #  output-file-type: ".html"
6907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6908 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6909 #  filter: "'NIC_Intel-XXV710' and
6910 #           'NF_DENSITY' and
6911 #           'VHOST' and
6912 #           not 'VXLAN' and
6913 #           'CHAIN' and
6914 #           'NF_VPPIP4' and
6915 #           'IMIX' and
6916 #           '4T2C' and
6917 #           'NDRPDR'"
6918 #  parameters:
6919 #  - "throughput"
6920 #  - "name"
6921 #  - "tags"
6922 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6923 #  x-axis: "X = VNFs per Service Chain"
6924 #  y-axis: "Y = Number of Service Chains"
6925 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6926 #  layout:
6927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6928 #    layout: "plot-service-density"
6929 #
6930 #- type: "plot"
6931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6932 #  algorithm: "plot_nf_heatmap"
6933 #  output-file-type: ".html"
6934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6935 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6936 #  filter: "'NIC_Intel-XXV710' and
6937 #           'NF_DENSITY' and
6938 #           'VHOST' and
6939 #           not 'VXLAN' and
6940 #           'CHAIN' and
6941 #           'NF_VPPIP4' and
6942 #           'IMIX' and
6943 #           '8T4C' and
6944 #           'NDRPDR'"
6945 #  parameters:
6946 #  - "throughput"
6947 #  - "name"
6948 #  - "tags"
6949 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6950 #  x-axis: "X = VNFs per Service Chain"
6951 #  y-axis: "Y = Number of Service Chains"
6952 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6953 #  layout:
6954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6955 #    layout: "plot-service-density"
6956 #
6957 ################################################################################
6958 ## Plots - NF Density - VSC - MRR 64b
6959 #- type: "plot"
6960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6961 #  algorithm: "plot_nf_heatmap"
6962 #  output-file-type: ".html"
6963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6964 #  data: "plot-vpp-nfv-2n-skx-mrr"
6965 #  filter: "'NIC_Intel-XXV710' and
6966 #           'NF_DENSITY' and
6967 #           'VHOST' and
6968 #           'VXLAN' and
6969 #           'CHAIN' and
6970 #           '118' and
6971 #           '2T1C' and
6972 #           'MRR'"
6973 #  parameters:
6974 #  - "result"
6975 #  - "name"
6976 #  - "tags"
6977 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6978 #  x-axis: "X = VNFs per Service Chain"
6979 #  y-axis: "Y = Number of Service Chains"
6980 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6981 #  layout:
6982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6983 #    layout: "plot-service-density"
6984 #
6985 #- type: "plot"
6986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6987 #  algorithm: "plot_nf_heatmap"
6988 #  output-file-type: ".html"
6989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6990 #  data: "plot-vpp-nfv-2n-skx-mrr"
6991 #  filter: "'NIC_Intel-XXV710' and
6992 #           'NF_DENSITY' and
6993 #           'VHOST' and
6994 #           'VXLAN' and
6995 #           'CHAIN' and
6996 #           '118' and
6997 #           '4T2C' and
6998 #           'MRR'"
6999 #  parameters:
7000 #  - "result"
7001 #  - "name"
7002 #  - "tags"
7003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7004 #  x-axis: "X = VNFs per Service Chain"
7005 #  y-axis: "Y = Number of Service Chains"
7006 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7007 #  layout:
7008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7009 #    layout: "plot-service-density"
7010 #
7011 #- type: "plot"
7012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7013 #  algorithm: "plot_nf_heatmap"
7014 #  output-file-type: ".html"
7015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7016 #  data: "plot-vpp-nfv-2n-skx-mrr"
7017 #  filter: "'NIC_Intel-XXV710' and
7018 #           'NF_DENSITY' and
7019 #           'VHOST' and
7020 #           'VXLAN' and
7021 #           'CHAIN' and
7022 #           '118' and
7023 #           '8T4C' and
7024 #           'MRR'"
7025 #  parameters:
7026 #  - "result"
7027 #  - "name"
7028 #  - "tags"
7029 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7030 #  x-axis: "X = VNFs per Service Chain"
7031 #  y-axis: "Y = Number of Service Chains"
7032 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7033 #  layout:
7034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7035 #    layout: "plot-service-density"
7036 #
7037 ## Plots - NF Density - VSC - MRR IMIX
7038 #- type: "plot"
7039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7040 #  algorithm: "plot_nf_heatmap"
7041 #  output-file-type: ".html"
7042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7043 #  data: "plot-vpp-nfv-2n-skx-mrr"
7044 #  filter: "'NIC_Intel-XXV710' and
7045 #           'NF_DENSITY' and
7046 #           'VHOST' and
7047 #           'VXLAN' and
7048 #           'CHAIN' and
7049 #           'IMIX' and
7050 #           '2T1C' and
7051 #           'MRR'"
7052 #  parameters:
7053 #  - "result"
7054 #  - "name"
7055 #  - "tags"
7056 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7057 #  x-axis: "X = VNFs per Service Chain"
7058 #  y-axis: "Y = Number of Service Chains"
7059 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7060 #  layout:
7061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7062 #    layout: "plot-service-density"
7063 #
7064 #- type: "plot"
7065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7066 #  algorithm: "plot_nf_heatmap"
7067 #  output-file-type: ".html"
7068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7069 #  data: "plot-vpp-nfv-2n-skx-mrr"
7070 #  filter: "'NIC_Intel-XXV710' and
7071 #           'NF_DENSITY' and
7072 #           'VHOST' and
7073 #           'VXLAN' and
7074 #           'CHAIN' and
7075 #           'IMIX' and
7076 #           '4T2C' and
7077 #           'MRR'"
7078 #  parameters:
7079 #  - "result"
7080 #  - "name"
7081 #  - "tags"
7082 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7083 #  x-axis: "X = VNFs per Service Chain"
7084 #  y-axis: "Y = Number of Service Chains"
7085 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7086 #  layout:
7087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7088 #    layout: "plot-service-density"
7089 #
7090 #- type: "plot"
7091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7092 #  algorithm: "plot_nf_heatmap"
7093 #  output-file-type: ".html"
7094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7095 #  data: "plot-vpp-nfv-2n-skx-mrr"
7096 #  filter: "'NIC_Intel-XXV710' and
7097 #           'NF_DENSITY' and
7098 #           'VHOST' and
7099 #           'VXLAN' and
7100 #           'CHAIN' and
7101 #           'IMIX' and
7102 #           '8T4C' and
7103 #           'MRR'"
7104 #  parameters:
7105 #  - "result"
7106 #  - "name"
7107 #  - "tags"
7108 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7109 #  x-axis: "X = VNFs per Service Chain"
7110 #  y-axis: "Y = Number of Service Chains"
7111 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7112 #  layout:
7113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7114 #    layout: "plot-service-density"
7115 #
7116 ## Plots - NF Density - VSC - NDR 64b
7117 #- type: "plot"
7118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7119 #  algorithm: "plot_nf_heatmap"
7120 #  output-file-type: ".html"
7121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7122 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7123 #  filter: "'NIC_Intel-XXV710' and
7124 #           'NF_DENSITY' and
7125 #           'VHOST' and
7126 #           'VXLAN' and
7127 #           'CHAIN' and
7128 #           '118' and
7129 #           '2T1C' and
7130 #           'NDRPDR'"
7131 #  parameters:
7132 #  - "throughput"
7133 #  - "name"
7134 #  - "tags"
7135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7136 #  x-axis: "X = VNFs per Service Chain"
7137 #  y-axis: "Y = Number of Service Chains"
7138 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7139 #  layout:
7140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7141 #    layout: "plot-service-density"
7142 #
7143 #- type: "plot"
7144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7145 #  algorithm: "plot_nf_heatmap"
7146 #  output-file-type: ".html"
7147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7148 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7149 #  filter: "'NIC_Intel-XXV710' and
7150 #           'NF_DENSITY' and
7151 #           'VHOST' and
7152 #           'VXLAN' and
7153 #           'CHAIN' and
7154 #           '118' and
7155 #           '4T2C' and
7156 #           'NDRPDR'"
7157 #  parameters:
7158 #  - "throughput"
7159 #  - "name"
7160 #  - "tags"
7161 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7162 #  x-axis: "X = VNFs per Service Chain"
7163 #  y-axis: "Y = Number of Service Chains"
7164 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7165 #  layout:
7166 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7167 #    layout: "plot-service-density"
7168 #
7169 #- type: "plot"
7170 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7171 #  algorithm: "plot_nf_heatmap"
7172 #  output-file-type: ".html"
7173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7174 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7175 #  filter: "'NIC_Intel-XXV710' and
7176 #           'NF_DENSITY' and
7177 #           'VHOST' and
7178 #           'VXLAN' and
7179 #           'CHAIN' and
7180 #           '118' and
7181 #           '8T4C' and
7182 #           'NDRPDR'"
7183 #  parameters:
7184 #  - "throughput"
7185 #  - "name"
7186 #  - "tags"
7187 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7188 #  x-axis: "X = VNFs per Service Chain"
7189 #  y-axis: "Y = Number of Service Chains"
7190 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7191 #  layout:
7192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7193 #    layout: "plot-service-density"
7194 #
7195 ## Plots - NF Density - VSC - NDR IMIX
7196 #- type: "plot"
7197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7198 #  algorithm: "plot_nf_heatmap"
7199 #  output-file-type: ".html"
7200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7201 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7202 #  filter: "'NIC_Intel-XXV710' and
7203 #           'NF_DENSITY' and
7204 #           'VHOST' and
7205 #           'VXLAN' and
7206 #           'CHAIN' and
7207 #           'IMIX' and
7208 #           '2T1C' and
7209 #           'NDRPDR'"
7210 #  parameters:
7211 #  - "throughput"
7212 #  - "name"
7213 #  - "tags"
7214 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7215 #  x-axis: "X = VNFs per Service Chain"
7216 #  y-axis: "Y = Number of Service Chains"
7217 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7218 #  layout:
7219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7220 #    layout: "plot-service-density"
7221 #
7222 #- type: "plot"
7223 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7224 #  algorithm: "plot_nf_heatmap"
7225 #  output-file-type: ".html"
7226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7227 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7228 #  filter: "'NIC_Intel-XXV710' and
7229 #           'NF_DENSITY' and
7230 #           'VHOST' and
7231 #           'VXLAN' and
7232 #           'CHAIN' and
7233 #           'IMIX' and
7234 #           '4T2C' and
7235 #           'NDRPDR'"
7236 #  parameters:
7237 #  - "throughput"
7238 #  - "name"
7239 #  - "tags"
7240 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7241 #  x-axis: "X = VNFs per Service Chain"
7242 #  y-axis: "Y = Number of Service Chains"
7243 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7244 #  layout:
7245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7246 #    layout: "plot-service-density"
7247 #
7248 #- type: "plot"
7249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7250 #  algorithm: "plot_nf_heatmap"
7251 #  output-file-type: ".html"
7252 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7253 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7254 #  filter: "'NIC_Intel-XXV710' and
7255 #           'NF_DENSITY' and
7256 #           'VHOST' and
7257 #           'VXLAN' and
7258 #           'CHAIN' and
7259 #           'IMIX' and
7260 #           '8T4C' and
7261 #           'NDRPDR'"
7262 #  parameters:
7263 #  - "throughput"
7264 #  - "name"
7265 #  - "tags"
7266 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7267 #  x-axis: "X = VNFs per Service Chain"
7268 #  y-axis: "Y = Number of Service Chains"
7269 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7270 #  layout:
7271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7272 #    layout: "plot-service-density"
7273 #
7274 ## Plots - NF Density - VSC - PDR 64b
7275 #- type: "plot"
7276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7277 #  algorithm: "plot_nf_heatmap"
7278 #  output-file-type: ".html"
7279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7280 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7281 #  filter: "'NIC_Intel-XXV710' and
7282 #           'NF_DENSITY' and
7283 #           'VHOST' and
7284 #           'VXLAN' and
7285 #           'CHAIN' and
7286 #           '118' and
7287 #           '2T1C' and
7288 #           'NDRPDR'"
7289 #  parameters:
7290 #  - "throughput"
7291 #  - "name"
7292 #  - "tags"
7293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7294 #  x-axis: "X = VNFs per Service Chain"
7295 #  y-axis: "Y = Number of Service Chains"
7296 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7297 #  layout:
7298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7299 #    layout: "plot-service-density"
7300 #
7301 #- type: "plot"
7302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7303 #  algorithm: "plot_nf_heatmap"
7304 #  output-file-type: ".html"
7305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7306 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7307 #  filter: "'NIC_Intel-XXV710' and
7308 #           'NF_DENSITY' and
7309 #           'VHOST' and
7310 #           'VXLAN' and
7311 #           'CHAIN' and
7312 #           '118' and
7313 #           '4T2C' and
7314 #           'NDRPDR'"
7315 #  parameters:
7316 #  - "throughput"
7317 #  - "name"
7318 #  - "tags"
7319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7320 #  x-axis: "X = VNFs per Service Chain"
7321 #  y-axis: "Y = Number of Service Chains"
7322 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7323 #  layout:
7324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7325 #    layout: "plot-service-density"
7326 #
7327 #- type: "plot"
7328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7329 #  algorithm: "plot_nf_heatmap"
7330 #  output-file-type: ".html"
7331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7332 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7333 #  filter: "'NIC_Intel-XXV710' and
7334 #           'NF_DENSITY' and
7335 #           'VHOST' and
7336 #           'VXLAN' and
7337 #           'CHAIN' and
7338 #           '118' and
7339 #           '8T4C' and
7340 #           'NDRPDR'"
7341 #  parameters:
7342 #  - "throughput"
7343 #  - "name"
7344 #  - "tags"
7345 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7346 #  x-axis: "X = VNFs per Service Chain"
7347 #  y-axis: "Y = Number of Service Chains"
7348 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7349 #  layout:
7350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7351 #    layout: "plot-service-density"
7352 #
7353 ## Plots - NF Density - VSC - PDR IMIX
7354 #- type: "plot"
7355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7356 #  algorithm: "plot_nf_heatmap"
7357 #  output-file-type: ".html"
7358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7359 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7360 #  filter: "'NIC_Intel-XXV710' and
7361 #           'NF_DENSITY' and
7362 #           'VHOST' and
7363 #           'VXLAN' and
7364 #           'CHAIN' and
7365 #           'IMIX' and
7366 #           '2T1C' and
7367 #           'NDRPDR'"
7368 #  parameters:
7369 #  - "throughput"
7370 #  - "name"
7371 #  - "tags"
7372 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7373 #  x-axis: "X = VNFs per Service Chain"
7374 #  y-axis: "Y = Number of Service Chains"
7375 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7376 #  layout:
7377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7378 #    layout: "plot-service-density"
7379 #
7380 #- type: "plot"
7381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7382 #  algorithm: "plot_nf_heatmap"
7383 #  output-file-type: ".html"
7384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7385 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7386 #  filter: "'NIC_Intel-XXV710' and
7387 #           'NF_DENSITY' and
7388 #           'VHOST' and
7389 #           'VXLAN' and
7390 #           'CHAIN' and
7391 #           'IMIX' and
7392 #           '4T2C' and
7393 #           'NDRPDR'"
7394 #  parameters:
7395 #  - "throughput"
7396 #  - "name"
7397 #  - "tags"
7398 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7399 #  x-axis: "X = VNFs per Service Chain"
7400 #  y-axis: "Y = Number of Service Chains"
7401 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7402 #  layout:
7403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7404 #    layout: "plot-service-density"
7405 #
7406 #- type: "plot"
7407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7408 #  algorithm: "plot_nf_heatmap"
7409 #  output-file-type: ".html"
7410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7411 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7412 #  filter: "'NIC_Intel-XXV710' and
7413 #           'NF_DENSITY' and
7414 #           'VHOST' and
7415 #           'VXLAN' and
7416 #           'CHAIN' and
7417 #           'IMIX' and
7418 #           '8T4C' and
7419 #           'NDRPDR'"
7420 #  parameters:
7421 #  - "throughput"
7422 #  - "name"
7423 #  - "tags"
7424 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7425 #  x-axis: "X = VNFs per Service Chain"
7426 #  y-axis: "Y = Number of Service Chains"
7427 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7428 #  layout:
7429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7430 #    layout: "plot-service-density"
7431 #
7432 ################################################################################
7433 ## Plots - NF Density - CSC - MRR 64b
7434 #- type: "plot"
7435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7436 #  algorithm: "plot_nf_heatmap"
7437 #  output-file-type: ".html"
7438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7439 #  data: "plot-vpp-nfv-2n-skx-mrr"
7440 #  filter: "'NIC_Intel-XXV710' and
7441 #           'NF_DENSITY' and
7442 #           'DOCKER' and
7443 #           'CHAIN' and
7444 #           'NF_VPPIP4' and
7445 #           '64B' and
7446 #           '2T1C' and
7447 #           'MRR'"
7448 #  parameters:
7449 #  - "result"
7450 #  - "name"
7451 #  - "tags"
7452 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7453 #  x-axis: "X = CNFs per Service Chain"
7454 #  y-axis: "Y = Number of Service Chains"
7455 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7456 #  layout:
7457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7458 #    layout: "plot-service-density"
7459 #
7460 #- type: "plot"
7461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7462 #  algorithm: "plot_nf_heatmap"
7463 #  output-file-type: ".html"
7464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7465 #  data: "plot-vpp-nfv-2n-skx-mrr"
7466 #  filter: "'NIC_Intel-XXV710' and
7467 #           'NF_DENSITY' and
7468 #           'DOCKER' and
7469 #           'CHAIN' and
7470 #           'NF_VPPIP4' and
7471 #           '64B' and
7472 #           '4T2C' and
7473 #           'MRR'"
7474 #  parameters:
7475 #  - "result"
7476 #  - "name"
7477 #  - "tags"
7478 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7479 #  x-axis: "X = CNFs per Service Chain"
7480 #  y-axis: "Y = Number of Service Chains"
7481 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7482 #  layout:
7483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7484 #    layout: "plot-service-density"
7485 #
7486 #- type: "plot"
7487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7488 #  algorithm: "plot_nf_heatmap"
7489 #  output-file-type: ".html"
7490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7491 #  data: "plot-vpp-nfv-2n-skx-mrr"
7492 #  filter: "'NIC_Intel-XXV710' and
7493 #           'NF_DENSITY' and
7494 #           'DOCKER' and
7495 #           'CHAIN' and
7496 #           'NF_VPPIP4' and
7497 #           '64B' and
7498 #           '8T4C' and
7499 #           'MRR'"
7500 #  parameters:
7501 #  - "result"
7502 #  - "name"
7503 #  - "tags"
7504 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7505 #  x-axis: "X = CNFs per Service Chain"
7506 #  y-axis: "Y = Number of Service Chains"
7507 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7508 #  layout:
7509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7510 #    layout: "plot-service-density"
7511 #
7512 ## Plots - NF Density - CSC - MRR IMIX
7513 #- type: "plot"
7514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7515 #  algorithm: "plot_nf_heatmap"
7516 #  output-file-type: ".html"
7517 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7518 #  data: "plot-vpp-nfv-2n-skx-mrr"
7519 #  filter: "'NIC_Intel-XXV710' and
7520 #           'NF_DENSITY' and
7521 #           'DOCKER' and
7522 #           'CHAIN' and
7523 #           'NF_VPPIP4' and
7524 #           'IMIX' and
7525 #           '2T1C' and
7526 #           'MRR'"
7527 #  parameters:
7528 #  - "result"
7529 #  - "name"
7530 #  - "tags"
7531 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7532 #  x-axis: "X = CNFs per Service Chain"
7533 #  y-axis: "Y = Number of Service Chains"
7534 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7535 #  layout:
7536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7537 #    layout: "plot-service-density"
7538 #
7539 #- type: "plot"
7540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7541 #  algorithm: "plot_nf_heatmap"
7542 #  output-file-type: ".html"
7543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7544 #  data: "plot-vpp-nfv-2n-skx-mrr"
7545 #  filter: "'NIC_Intel-XXV710' and
7546 #           'NF_DENSITY' and
7547 #           'DOCKER' and
7548 #           'CHAIN' and
7549 #           'NF_VPPIP4' and
7550 #           'IMIX' and
7551 #           '4T2C' and
7552 #           'MRR'"
7553 #  parameters:
7554 #  - "result"
7555 #  - "name"
7556 #  - "tags"
7557 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7558 #  x-axis: "X = CNFs per Service Chain"
7559 #  y-axis: "Y = Number of Service Chains"
7560 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7561 #  layout:
7562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7563 #    layout: "plot-service-density"
7564 #
7565 #- type: "plot"
7566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7567 #  algorithm: "plot_nf_heatmap"
7568 #  output-file-type: ".html"
7569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7570 #  data: "plot-vpp-nfv-2n-skx-mrr"
7571 #  filter: "'NIC_Intel-XXV710' and
7572 #           'NF_DENSITY' and
7573 #           'DOCKER' and
7574 #           'CHAIN' and
7575 #           'NF_VPPIP4' and
7576 #           'IMIX' and
7577 #           '8T4C' and
7578 #           'MRR'"
7579 #  parameters:
7580 #  - "result"
7581 #  - "name"
7582 #  - "tags"
7583 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7584 #  x-axis: "X = CNFs per Service Chain"
7585 #  y-axis: "Y = Number of Service Chains"
7586 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7587 #  layout:
7588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7589 #    layout: "plot-service-density"
7590 #
7591 ## Plots - NF Density - CSC - NDR 64b
7592 #- type: "plot"
7593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7594 #  algorithm: "plot_nf_heatmap"
7595 #  output-file-type: ".html"
7596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7597 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7598 #  filter: "'NIC_Intel-XXV710' and
7599 #           'NF_DENSITY' and
7600 #           'DOCKER' and
7601 #           'CHAIN' and
7602 #           'NF_VPPIP4' and
7603 #           '64B' and
7604 #           '2T1C' and
7605 #           'NDRPDR'"
7606 #  parameters:
7607 #  - "throughput"
7608 #  - "name"
7609 #  - "tags"
7610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7611 #  x-axis: "X = CNFs per Service Chain"
7612 #  y-axis: "Y = Number of Service Chains"
7613 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7614 #  layout:
7615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7616 #    layout: "plot-service-density"
7617 #
7618 #- type: "plot"
7619 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7620 #  algorithm: "plot_nf_heatmap"
7621 #  output-file-type: ".html"
7622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7623 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7624 #  filter: "'NIC_Intel-XXV710' and
7625 #           'NF_DENSITY' and
7626 #           'DOCKER' and
7627 #           'CHAIN' and
7628 #           'NF_VPPIP4' and
7629 #           '64B' and
7630 #           '4T2C' and
7631 #           'NDRPDR'"
7632 #  parameters:
7633 #  - "throughput"
7634 #  - "name"
7635 #  - "tags"
7636 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7637 #  x-axis: "X = CNFs per Service Chain"
7638 #  y-axis: "Y = Number of Service Chains"
7639 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7640 #  layout:
7641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7642 #    layout: "plot-service-density"
7643 #
7644 #- type: "plot"
7645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7646 #  algorithm: "plot_nf_heatmap"
7647 #  output-file-type: ".html"
7648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7649 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7650 #  filter: "'NIC_Intel-XXV710' and
7651 #           'NF_DENSITY' and
7652 #           'DOCKER' and
7653 #           'CHAIN' and
7654 #           'NF_VPPIP4' and
7655 #           '64B' and
7656 #           '8T4C' and
7657 #           'NDRPDR'"
7658 #  parameters:
7659 #  - "throughput"
7660 #  - "name"
7661 #  - "tags"
7662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7663 #  x-axis: "X = CNFs per Service Chain"
7664 #  y-axis: "Y = Number of Service Chains"
7665 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7666 #  layout:
7667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7668 #    layout: "plot-service-density"
7669 #
7670 ## Plots - NF Density - CSC - NDR IMIX
7671 #- type: "plot"
7672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7673 #  algorithm: "plot_nf_heatmap"
7674 #  output-file-type: ".html"
7675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7676 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7677 #  filter: "'NIC_Intel-XXV710' and
7678 #           'NF_DENSITY' and
7679 #           'DOCKER' and
7680 #           'CHAIN' and
7681 #           'NF_VPPIP4' and
7682 #           'IMIX' and
7683 #           '2T1C' and
7684 #           'NDRPDR'"
7685 #  parameters:
7686 #  - "throughput"
7687 #  - "name"
7688 #  - "tags"
7689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7690 #  x-axis: "X = CNFs per Service Chain"
7691 #  y-axis: "Y = Number of Service Chains"
7692 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7693 #  layout:
7694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7695 #    layout: "plot-service-density"
7696 #
7697 #- type: "plot"
7698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7699 #  algorithm: "plot_nf_heatmap"
7700 #  output-file-type: ".html"
7701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7702 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7703 #  filter: "'NIC_Intel-XXV710' and
7704 #           'NF_DENSITY' and
7705 #           'DOCKER' and
7706 #           'CHAIN' and
7707 #           'NF_VPPIP4' and
7708 #           'IMIX' and
7709 #           '4T2C' and
7710 #           'NDRPDR'"
7711 #  parameters:
7712 #  - "throughput"
7713 #  - "name"
7714 #  - "tags"
7715 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7716 #  x-axis: "X = CNFs per Service Chain"
7717 #  y-axis: "Y = Number of Service Chains"
7718 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7719 #  layout:
7720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7721 #    layout: "plot-service-density"
7722 #
7723 #- type: "plot"
7724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7725 #  algorithm: "plot_nf_heatmap"
7726 #  output-file-type: ".html"
7727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7728 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7729 #  filter: "'NIC_Intel-XXV710' and
7730 #           'NF_DENSITY' and
7731 #           'DOCKER' and
7732 #           'CHAIN' and
7733 #           'NF_VPPIP4' and
7734 #           'IMIX' and
7735 #           '8T4C' and
7736 #           'NDRPDR'"
7737 #  parameters:
7738 #  - "throughput"
7739 #  - "name"
7740 #  - "tags"
7741 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7742 #  x-axis: "X = CNFs per Service Chain"
7743 #  y-axis: "Y = Number of Service Chains"
7744 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7745 #  layout:
7746 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7747 #    layout: "plot-service-density"
7748 #
7749 ## Plots - NF Density - CSC - PDR 64b
7750 #- type: "plot"
7751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7752 #  algorithm: "plot_nf_heatmap"
7753 #  output-file-type: ".html"
7754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7755 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7756 #  filter: "'NIC_Intel-XXV710' and
7757 #           'NF_DENSITY' and
7758 #           'DOCKER' and
7759 #           'CHAIN' and
7760 #           'NF_VPPIP4' and
7761 #           '64B' and
7762 #           '2T1C' and
7763 #           'NDRPDR'"
7764 #  parameters:
7765 #  - "throughput"
7766 #  - "name"
7767 #  - "tags"
7768 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7769 #  x-axis: "X = CNFs per Service Chain"
7770 #  y-axis: "Y = Number of Service Chains"
7771 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7772 #  layout:
7773 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7774 #    layout: "plot-service-density"
7775 #
7776 #- type: "plot"
7777 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7778 #  algorithm: "plot_nf_heatmap"
7779 #  output-file-type: ".html"
7780 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7781 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7782 #  filter: "'NIC_Intel-XXV710' and
7783 #           'NF_DENSITY' and
7784 #           'DOCKER' and
7785 #           'CHAIN' and
7786 #           'NF_VPPIP4' and
7787 #           '64B' and
7788 #           '4T2C' and
7789 #           'NDRPDR'"
7790 #  parameters:
7791 #  - "throughput"
7792 #  - "name"
7793 #  - "tags"
7794 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7795 #  x-axis: "X = CNFs per Service Chain"
7796 #  y-axis: "Y = Number of Service Chains"
7797 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7798 #  layout:
7799 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7800 #    layout: "plot-service-density"
7801 #
7802 #- type: "plot"
7803 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7804 #  algorithm: "plot_nf_heatmap"
7805 #  output-file-type: ".html"
7806 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7807 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7808 #  filter: "'NIC_Intel-XXV710' and
7809 #           'NF_DENSITY' and
7810 #           'DOCKER' and
7811 #           'CHAIN' and
7812 #           'NF_VPPIP4' and
7813 #           '64B' and
7814 #           '8T4C' and
7815 #           'NDRPDR'"
7816 #  parameters:
7817 #  - "throughput"
7818 #  - "name"
7819 #  - "tags"
7820 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7821 #  x-axis: "X = CNFs per Service Chain"
7822 #  y-axis: "Y = Number of Service Chains"
7823 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7824 #  layout:
7825 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7826 #    layout: "plot-service-density"
7827 #
7828 ## Plots - NF Density - CSC - PDR IMIX
7829 #- type: "plot"
7830 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7831 #  algorithm: "plot_nf_heatmap"
7832 #  output-file-type: ".html"
7833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7834 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7835 #  filter: "'NIC_Intel-XXV710' and
7836 #           'NF_DENSITY' and
7837 #           'DOCKER' and
7838 #           'CHAIN' and
7839 #           'NF_VPPIP4' and
7840 #           'IMIX' and
7841 #           '2T1C' and
7842 #           'NDRPDR'"
7843 #  parameters:
7844 #  - "throughput"
7845 #  - "name"
7846 #  - "tags"
7847 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7848 #  x-axis: "X = CNFs per Service Chain"
7849 #  y-axis: "Y = Number of Service Chains"
7850 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7851 #  layout:
7852 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7853 #    layout: "plot-service-density"
7854 #
7855 #- type: "plot"
7856 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7857 #  algorithm: "plot_nf_heatmap"
7858 #  output-file-type: ".html"
7859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7860 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7861 #  filter: "'NIC_Intel-XXV710' and
7862 #           'NF_DENSITY' and
7863 #           'DOCKER' and
7864 #           'CHAIN' and
7865 #           'NF_VPPIP4' and
7866 #           'IMIX' and
7867 #           '4T2C' and
7868 #           'NDRPDR'"
7869 #  parameters:
7870 #  - "throughput"
7871 #  - "name"
7872 #  - "tags"
7873 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7874 #  x-axis: "X = CNFs per Service Chain"
7875 #  y-axis: "Y = Number of Service Chains"
7876 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7877 #  layout:
7878 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7879 #    layout: "plot-service-density"
7880 #
7881 #- type: "plot"
7882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7883 #  algorithm: "plot_nf_heatmap"
7884 #  output-file-type: ".html"
7885 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7886 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7887 #  filter: "'NIC_Intel-XXV710' and
7888 #           'NF_DENSITY' and
7889 #           'DOCKER' and
7890 #           'CHAIN' and
7891 #           'NF_VPPIP4' and
7892 #           'IMIX' and
7893 #           '8T4C' and
7894 #           'NDRPDR'"
7895 #  parameters:
7896 #  - "throughput"
7897 #  - "name"
7898 #  - "tags"
7899 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7900 #  x-axis: "X = CNFs per Service Chain"
7901 #  y-axis: "Y = Number of Service Chains"
7902 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7903 #  layout:
7904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7905 #    layout: "plot-service-density"
7906 #
7907 ################################################################################
7908 #
7909 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7910 #- type: "plot"
7911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7912 #  algorithm: "plot_nf_heatmap"
7913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7914 #  data: "plot-vpp-nfv-3n-skx-mrr"
7915 #  filter: "'NIC_Intel-XXV710' and
7916 #           'NF_DENSITY' and
7917 #           'DOCKER' and
7918 #           'CHAIN' and
7919 #           'NF_VPPIP4' and
7920 #           'IPSEC' and
7921 #           'TNL_4' and
7922 #           'IMIX' and
7923 #           '2T1C' and
7924 #           'MRR'"
7925 #  parameters:
7926 #  - "result"
7927 #  - "name"
7928 #  - "tags"
7929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7930 #  x-axis: "X = CNFs per Service Chain"
7931 #  y-axis: "Y = Number of Service Chains"
7932 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7933 #  layout:
7934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7935 #    layout: "plot-service-density"
7936 #
7937 #- type: "plot"
7938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7939 #  algorithm: "plot_nf_heatmap"
7940 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7941 #  data: "plot-vpp-nfv-3n-skx-mrr"
7942 #  filter: "'NIC_Intel-XXV710' and
7943 #           'NF_DENSITY' and
7944 #           'DOCKER' and
7945 #           'CHAIN' and
7946 #           'NF_VPPIP4' and
7947 #           'IPSEC' and
7948 #           'TNL_4' and
7949 #           'IMIX' and
7950 #           '4T2C' and
7951 #           'MRR'"
7952 #  parameters:
7953 #  - "result"
7954 #  - "name"
7955 #  - "tags"
7956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7957 #  x-axis: "X = CNFs per Service Chain"
7958 #  y-axis: "Y = Number of Service Chains"
7959 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7960 #  layout:
7961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7962 #    layout: "plot-service-density"
7963 #
7964 #- type: "plot"
7965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7966 #  algorithm: "plot_nf_heatmap"
7967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7968 #  data: "plot-vpp-nfv-3n-skx-mrr"
7969 #  filter: "'NIC_Intel-XXV710' and
7970 #           'NF_DENSITY' and
7971 #           'DOCKER' and
7972 #           'CHAIN' and
7973 #           'NF_VPPIP4' and
7974 #           'IPSEC' and
7975 #           'TNL_4' and
7976 #           'IMIX' and
7977 #           '8T4C' and
7978 #           'MRR'"
7979 #  parameters:
7980 #  - "result"
7981 #  - "name"
7982 #  - "tags"
7983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7984 #  x-axis: "X = CNFs per Service Chain"
7985 #  y-axis: "Y = Number of Service Chains"
7986 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7987 #  layout:
7988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7989 #    layout: "plot-service-density"
7990
7991 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7992 - type: "plot"
7993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7994   algorithm: "plot_nf_heatmap"
7995   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7996   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7997   filter: "'NIC_Intel-XXV710' and
7998            'NF_DENSITY' and
7999            'DOCKER' and
8000            'CHAIN' and
8001            'NF_VPPIP4' and
8002            'IPSEC' and
8003            'TNL_4' and
8004            'IMIX' and
8005            '2T1C' and
8006            'NDRPDR'"
8007   parameters:
8008   - "throughput"
8009   - "name"
8010   - "tags"
8011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8012   x-axis: "X = CNFs per Service Chain"
8013   y-axis: "Y = Number of Service Chains"
8014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8015   layout:
8016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8017     layout: "plot-service-density"
8018
8019 - type: "plot"
8020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8021   algorithm: "plot_nf_heatmap"
8022   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8023   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8024   filter: "'NIC_Intel-XXV710' and
8025            'NF_DENSITY' and
8026            'DOCKER' and
8027            'CHAIN' and
8028            'NF_VPPIP4' and
8029            'IPSEC' and
8030            'TNL_4' and
8031            'IMIX' and
8032            '4T2C' and
8033            'NDRPDR'"
8034   parameters:
8035   - "throughput"
8036   - "name"
8037   - "tags"
8038   include-tests: "NDR" # "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 NDR) [Mpps]"
8042   layout:
8043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8044     layout: "plot-service-density"
8045
8046 - type: "plot"
8047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8048   algorithm: "plot_nf_heatmap"
8049   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8050   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8051   filter: "'NIC_Intel-XXV710' and
8052            'NF_DENSITY' and
8053            'DOCKER' and
8054            'CHAIN' and
8055            'NF_VPPIP4' and
8056            'IPSEC' and
8057            'TNL_4' and
8058            'IMIX' and
8059            '8T4C' and
8060            'NDRPDR'"
8061   parameters:
8062   - "throughput"
8063   - "name"
8064   - "tags"
8065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8066   x-axis: "X = CNFs per Service Chain"
8067   y-axis: "Y = Number of Service Chains"
8068   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8069   layout:
8070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8071     layout: "plot-service-density"
8072
8073 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8074 - type: "plot"
8075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8076   algorithm: "plot_nf_heatmap"
8077   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8078   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8079   filter: "'NIC_Intel-XXV710' and
8080            'NF_DENSITY' and
8081            'DOCKER' and
8082            'CHAIN' and
8083            'NF_VPPIP4' and
8084            'IPSEC' and
8085            'TNL_4' and
8086            'IMIX' and
8087            '2T1C' and
8088            'NDRPDR'"
8089   parameters:
8090   - "throughput"
8091   - "name"
8092   - "tags"
8093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8094   x-axis: "X = CNFs per Service Chain"
8095   y-axis: "Y = Number of Service Chains"
8096   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8097   layout:
8098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8099     layout: "plot-service-density"
8100
8101 - type: "plot"
8102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8103   algorithm: "plot_nf_heatmap"
8104   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8105   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8106   filter: "'NIC_Intel-XXV710' and
8107            'NF_DENSITY' and
8108            'DOCKER' and
8109            'CHAIN' and
8110            'NF_VPPIP4' and
8111            'IPSEC' and
8112            'TNL_4' and
8113            'IMIX' and
8114            '4T2C' and
8115            'NDRPDR'"
8116   parameters:
8117   - "throughput"
8118   - "name"
8119   - "tags"
8120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8121   x-axis: "X = CNFs per Service Chain"
8122   y-axis: "Y = Number of Service Chains"
8123   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8124   layout:
8125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8126     layout: "plot-service-density"
8127
8128 - type: "plot"
8129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8130   algorithm: "plot_nf_heatmap"
8131   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8132   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8133   filter: "'NIC_Intel-XXV710' and
8134            'NF_DENSITY' and
8135            'DOCKER' and
8136            'CHAIN' and
8137            'NF_VPPIP4' and
8138            'IPSEC' and
8139            'TNL_4' and
8140            'IMIX' and
8141            '8T4C' and
8142            'NDRPDR'"
8143   parameters:
8144   - "throughput"
8145   - "name"
8146   - "tags"
8147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8148   x-axis: "X = CNFs per Service Chain"
8149   y-axis: "Y = Number of Service Chains"
8150   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8151   layout:
8152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8153     layout: "plot-service-density"
8154
8155 ###############################################################################
8156
8157 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8158 - type: "plot"
8159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8160   algorithm: "plot_nf_heatmap"
8161   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8162   data: "plot-vpp-nfv-3n-hsw-mrr"
8163   filter: "'NIC_Intel-XL710' and
8164            'NF_DENSITY' and
8165            'DOCKER' and
8166            'CHAIN' and
8167            'NF_VPPIP4' and
8168            'IMIX' and
8169            'TNL_4' and
8170            '1T1C' and
8171            'MRR'"
8172   parameters:
8173   - "result"
8174   - "name"
8175   - "tags"
8176   include-tests: "MRR" # "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 MRR) [Mpps]"
8180   layout:
8181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8182     layout: "plot-service-density"
8183
8184 - type: "plot"
8185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8186   algorithm: "plot_nf_heatmap"
8187   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8188   data: "plot-vpp-nfv-3n-hsw-mrr"
8189   filter: "'NIC_Intel-XL710' 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            '2T2C' and
8198            'MRR'"
8199   parameters:
8200   - "result"
8201   - "name"
8202   - "tags"
8203   include-tests: "MRR" # "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 MRR) [Mpps]"
8207   layout:
8208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8209     layout: "plot-service-density"
8210
8211 - type: "plot"
8212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8213   algorithm: "plot_nf_heatmap"
8214   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8215   data: "plot-vpp-nfv-3n-hsw-mrr"
8216   filter: "'NIC_Intel-XL710' 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            '4T4C' and
8225            'MRR'"
8226   parameters:
8227   - "result"
8228   - "name"
8229   - "tags"
8230   include-tests: "MRR" # "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 MRR) [Mpps]"
8234   layout:
8235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8236     layout: "plot-service-density"
8237
8238 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8239 - type: "plot"
8240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8241   algorithm: "plot_nf_heatmap"
8242   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8243   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8244   filter: "'NIC_Intel-XL710' 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            '1T1C' and
8253            'NDRPDR'"
8254   parameters:
8255   - "throughput"
8256   - "name"
8257   - "tags"
8258   include-tests: "NDR" # "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 NDR) [Mpps]"
8262   layout:
8263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8264     layout: "plot-service-density"
8265
8266 - type: "plot"
8267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8268   algorithm: "plot_nf_heatmap"
8269   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8270   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8271   filter: "'NIC_Intel-XL710' 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            '2T2C' and
8280            'NDRPDR'"
8281   parameters:
8282   - "throughput"
8283   - "name"
8284   - "tags"
8285   include-tests: "NDR" # "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 NDR) [Mpps]"
8289   layout:
8290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8291     layout: "plot-service-density"
8292
8293 - type: "plot"
8294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8295   algorithm: "plot_nf_heatmap"
8296   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8297   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8298   filter: "'NIC_Intel-XL710' 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            '4T4C' and
8307            'NDRPDR'"
8308   parameters:
8309   - "throughput"
8310   - "name"
8311   - "tags"
8312   include-tests: "NDR" # "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 NDR) [Mpps]"
8316   layout:
8317     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8318     layout: "plot-service-density"
8319
8320 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8321 - type: "plot"
8322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8323   algorithm: "plot_nf_heatmap"
8324   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8325   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8326   filter: "'NIC_Intel-XL710' and
8327            'NF_DENSITY' and
8328            'DOCKER' and
8329            'CHAIN' and
8330            'NF_VPPIP4' and
8331            'IPSEC' and
8332            'TNL_4' and
8333            'IMIX' and
8334            '1T1C' and
8335            'NDRPDR'"
8336   parameters:
8337   - "throughput"
8338   - "name"
8339   - "tags"
8340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8341   x-axis: "X = CNFs per Service Chain"
8342   y-axis: "Y = Number of Service Chains"
8343   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8344   layout:
8345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8346     layout: "plot-service-density"
8347
8348 - type: "plot"
8349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8350   algorithm: "plot_nf_heatmap"
8351   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8352   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8353   filter: "'NIC_Intel-XL710' and
8354            'NF_DENSITY' and
8355            'DOCKER' and
8356            'CHAIN' and
8357            'NF_VPPIP4' and
8358            'IPSEC' and
8359            'TNL_4' and
8360            'IMIX' and
8361            '2T2C' and
8362            'NDRPDR'"
8363   parameters:
8364   - "throughput"
8365   - "name"
8366   - "tags"
8367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8368   x-axis: "X = CNFs per Service Chain"
8369   y-axis: "Y = Number of Service Chains"
8370   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8371   layout:
8372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8373     layout: "plot-service-density"
8374
8375 - type: "plot"
8376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8377   algorithm: "plot_nf_heatmap"
8378   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8379   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8380   filter: "'NIC_Intel-XL710' and
8381            'NF_DENSITY' and
8382            'DOCKER' and
8383            'CHAIN' and
8384            'NF_VPPIP4' and
8385            'IPSEC' and
8386            'TNL_4' and
8387            'IMIX' and
8388            '4T4C' and
8389            'NDRPDR'"
8390   parameters:
8391   - "throughput"
8392   - "name"
8393   - "tags"
8394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8395   x-axis: "X = CNFs per Service Chain"
8396   y-axis: "Y = Number of Service Chains"
8397   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8398   layout:
8399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8400     layout: "plot-service-density"
8401
8402 ###############################################################################
8403
8404 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8405 #- type: "plot"
8406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8407 #  algorithm: "plot_nf_heatmap"
8408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8409 #  data: "plot-vpp-nfv-3n-skx-mrr"
8410 #  filter: "'NIC_Intel-XXV710' and
8411 #           'NF_DENSITY' and
8412 #           'DOCKER' and
8413 #           'CHAIN' and
8414 #           'NF_VPPIP4' and
8415 #           'IPSEC' and
8416 #           'TNL_1000' and
8417 #           'IMIX' and
8418 #           '2T1C' and
8419 #           'MRR'"
8420 #  parameters:
8421 #  - "result"
8422 #  - "name"
8423 #  - "tags"
8424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8425 #  x-axis: "X = CNFs per Service Chain"
8426 #  y-axis: "Y = Number of Service Chains"
8427 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8428 #  layout:
8429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8430 #    layout: "plot-service-density"
8431 #
8432 #- type: "plot"
8433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8434 #  algorithm: "plot_nf_heatmap"
8435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8436 #  data: "plot-vpp-nfv-3n-skx-mrr"
8437 #  filter: "'NIC_Intel-XXV710' and
8438 #           'NF_DENSITY' and
8439 #           'DOCKER' and
8440 #           'CHAIN' and
8441 #           'NF_VPPIP4' and
8442 #           'IPSEC' and
8443 #           'TNL_1000' and
8444 #           'IMIX' and
8445 #           '4T2C' and
8446 #           'MRR'"
8447 #  parameters:
8448 #  - "result"
8449 #  - "name"
8450 #  - "tags"
8451 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8452 #  x-axis: "X = CNFs per Service Chain"
8453 #  y-axis: "Y = Number of Service Chains"
8454 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8455 #  layout:
8456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8457 #    layout: "plot-service-density"
8458 #
8459 #- type: "plot"
8460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8461 #  algorithm: "plot_nf_heatmap"
8462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8463 #  data: "plot-vpp-nfv-3n-skx-mrr"
8464 #  filter: "'NIC_Intel-XXV710' and
8465 #           'NF_DENSITY' and
8466 #           'DOCKER' and
8467 #           'CHAIN' and
8468 #           'NF_VPPIP4' and
8469 #           'IPSEC' and
8470 #           'TNL_1000' and
8471 #           'IMIX' and
8472 #           '8T4C' and
8473 #           'MRR'"
8474 #  parameters:
8475 #  - "result"
8476 #  - "name"
8477 #  - "tags"
8478 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8479 #  x-axis: "X = CNFs per Service Chain"
8480 #  y-axis: "Y = Number of Service Chains"
8481 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8482 #  layout:
8483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8484 #    layout: "plot-service-density"
8485
8486 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8491   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8492   filter: "'NIC_Intel-XXV710' and
8493            'NF_DENSITY' and
8494            'DOCKER' and
8495            'CHAIN' and
8496            'NF_VPPIP4' and
8497            'IPSEC' and
8498            'TNL_1000' and
8499            'IMIX' and
8500            '2T1C' and
8501            'NDRPDR'"
8502   parameters:
8503   - "throughput"
8504   - "name"
8505   - "tags"
8506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8507   x-axis: "X = CNFs per Service Chain"
8508   y-axis: "Y = Number of Service Chains"
8509   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8510   layout:
8511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8512     layout: "plot-service-density"
8513
8514 - type: "plot"
8515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8516   algorithm: "plot_nf_heatmap"
8517   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8518   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8519   filter: "'NIC_Intel-XXV710' and
8520            'NF_DENSITY' and
8521            'DOCKER' and
8522            'CHAIN' and
8523            'NF_VPPIP4' and
8524            'IPSEC' and
8525            'TNL_1000' and
8526            'IMIX' and
8527            '4T2C' and
8528            'NDRPDR'"
8529   parameters:
8530   - "throughput"
8531   - "name"
8532   - "tags"
8533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8534   x-axis: "X = CNFs per Service Chain"
8535   y-axis: "Y = Number of Service Chains"
8536   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8537   layout:
8538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8539     layout: "plot-service-density"
8540
8541 - type: "plot"
8542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8543   algorithm: "plot_nf_heatmap"
8544   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8545   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8546   filter: "'NIC_Intel-XXV710' and
8547            'NF_DENSITY' and
8548            'DOCKER' and
8549            'CHAIN' and
8550            'NF_VPPIP4' and
8551            'IPSEC' and
8552            'TNL_1000' and
8553            'IMIX' and
8554            '8T4C' and
8555            'NDRPDR'"
8556   parameters:
8557   - "throughput"
8558   - "name"
8559   - "tags"
8560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8561   x-axis: "X = CNFs per Service Chain"
8562   y-axis: "Y = Number of Service Chains"
8563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8564   layout:
8565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8566     layout: "plot-service-density"
8567
8568 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8569 - type: "plot"
8570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8571   algorithm: "plot_nf_heatmap"
8572   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8573   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8574   filter: "'NIC_Intel-XXV710' and
8575            'NF_DENSITY' and
8576            'DOCKER' and
8577            'CHAIN' and
8578            'NF_VPPIP4' and
8579            'IPSEC' and
8580            'TNL_1000' and
8581            'IMIX' and
8582            '2T1C' and
8583            'NDRPDR'"
8584   parameters:
8585   - "throughput"
8586   - "name"
8587   - "tags"
8588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8589   x-axis: "X = CNFs per Service Chain"
8590   y-axis: "Y = Number of Service Chains"
8591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8592   layout:
8593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8594     layout: "plot-service-density"
8595
8596 - type: "plot"
8597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8598   algorithm: "plot_nf_heatmap"
8599   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8600   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8601   filter: "'NIC_Intel-XXV710' and
8602            'NF_DENSITY' and
8603            'DOCKER' and
8604            'CHAIN' and
8605            'NF_VPPIP4' and
8606            'IPSEC' and
8607            'TNL_1000' and
8608            'IMIX' and
8609            '4T2C' and
8610            'NDRPDR'"
8611   parameters:
8612   - "throughput"
8613   - "name"
8614   - "tags"
8615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8616   x-axis: "X = CNFs per Service Chain"
8617   y-axis: "Y = Number of Service Chains"
8618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8619   layout:
8620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8621     layout: "plot-service-density"
8622
8623 - type: "plot"
8624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8625   algorithm: "plot_nf_heatmap"
8626   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8627   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8628   filter: "'NIC_Intel-XXV710' and
8629            'NF_DENSITY' and
8630            'DOCKER' and
8631            'CHAIN' and
8632            'NF_VPPIP4' and
8633            'IPSEC' and
8634            'TNL_1000' and
8635            'IMIX' and
8636            '8T4C' and
8637            'NDRPDR'"
8638   parameters:
8639   - "throughput"
8640   - "name"
8641   - "tags"
8642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8643   x-axis: "X = CNFs per Service Chain"
8644   y-axis: "Y = Number of Service Chains"
8645   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8646   layout:
8647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8648     layout: "plot-service-density"
8649
8650 ###############################################################################
8651
8652 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8653 - type: "plot"
8654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8655   algorithm: "plot_nf_heatmap"
8656   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8657   data: "plot-vpp-nfv-3n-hsw-mrr"
8658   filter: "'NIC_Intel-XL710' and
8659            'NF_DENSITY' and
8660            'DOCKER' and
8661            'CHAIN' and
8662            'NF_VPPIP4' and
8663            'IMIX' and
8664            'TNL_1000' and
8665            '1T1C' and
8666            'MRR'"
8667   parameters:
8668   - "result"
8669   - "name"
8670   - "tags"
8671   include-tests: "MRR" # "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 MRR) [Mpps]"
8675   layout:
8676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8677     layout: "plot-service-density"
8678
8679 - type: "plot"
8680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8681   algorithm: "plot_nf_heatmap"
8682   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8683   data: "plot-vpp-nfv-3n-hsw-mrr"
8684   filter: "'NIC_Intel-XL710' 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            '2T2C' and
8693            'MRR'"
8694   parameters:
8695   - "result"
8696   - "name"
8697   - "tags"
8698   include-tests: "MRR" # "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 MRR) [Mpps]"
8702   layout:
8703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8704     layout: "plot-service-density"
8705
8706 - type: "plot"
8707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8708   algorithm: "plot_nf_heatmap"
8709   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8710   data: "plot-vpp-nfv-3n-hsw-mrr"
8711   filter: "'NIC_Intel-XL710' 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            '4T4C' and
8720            'MRR'"
8721   parameters:
8722   - "result"
8723   - "name"
8724   - "tags"
8725   include-tests: "MRR" # "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 MRR) [Mpps]"
8729   layout:
8730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8731     layout: "plot-service-density"
8732
8733 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8734 - type: "plot"
8735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8736   algorithm: "plot_nf_heatmap"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8738   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8739   filter: "'NIC_Intel-XL710' 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            '1T1C' and
8748            'NDRPDR'"
8749   parameters:
8750   - "throughput"
8751   - "name"
8752   - "tags"
8753   include-tests: "NDR" # "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 NDR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8759     layout: "plot-service-density"
8760
8761 - type: "plot"
8762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8763   algorithm: "plot_nf_heatmap"
8764   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8765   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8766   filter: "'NIC_Intel-XL710' 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            '2T2C' and
8775            'NDRPDR'"
8776   parameters:
8777   - "throughput"
8778   - "name"
8779   - "tags"
8780   include-tests: "NDR" # "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 NDR) [Mpps]"
8784   layout:
8785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8786     layout: "plot-service-density"
8787
8788 - type: "plot"
8789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8790   algorithm: "plot_nf_heatmap"
8791   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8792   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8793   filter: "'NIC_Intel-XL710' 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            '4T4C' and
8802            'NDRPDR'"
8803   parameters:
8804   - "throughput"
8805   - "name"
8806   - "tags"
8807   include-tests: "NDR" # "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 NDR) [Mpps]"
8811   layout:
8812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8813     layout: "plot-service-density"
8814
8815 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8816 - type: "plot"
8817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8818   algorithm: "plot_nf_heatmap"
8819   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8820   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8821   filter: "'NIC_Intel-XL710' and
8822            'NF_DENSITY' and
8823            'DOCKER' and
8824            'CHAIN' and
8825            'NF_VPPIP4' and
8826            'IPSEC' and
8827            'TNL_1000' and
8828            'IMIX' and
8829            '1T1C' and
8830            'NDRPDR'"
8831   parameters:
8832   - "throughput"
8833   - "name"
8834   - "tags"
8835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8836   x-axis: "X = CNFs per Service Chain"
8837   y-axis: "Y = Number of Service Chains"
8838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8839   layout:
8840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8841     layout: "plot-service-density"
8842
8843 - type: "plot"
8844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8845   algorithm: "plot_nf_heatmap"
8846   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8847   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8848   filter: "'NIC_Intel-XL710' and
8849            'NF_DENSITY' and
8850            'DOCKER' and
8851            'CHAIN' and
8852            'NF_VPPIP4' and
8853            'IPSEC' and
8854            'TNL_1000' and
8855            'IMIX' and
8856            '2T2C' and
8857            'NDRPDR'"
8858   parameters:
8859   - "throughput"
8860   - "name"
8861   - "tags"
8862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8863   x-axis: "X = CNFs per Service Chain"
8864   y-axis: "Y = Number of Service Chains"
8865   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8866   layout:
8867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8868     layout: "plot-service-density"
8869
8870 - type: "plot"
8871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8872   algorithm: "plot_nf_heatmap"
8873   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8874   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8875   filter: "'NIC_Intel-XL710' and
8876            'NF_DENSITY' and
8877            'DOCKER' and
8878            'CHAIN' and
8879            'NF_VPPIP4' and
8880            'IPSEC' and
8881            'TNL_1000' and
8882            'IMIX' and
8883            '4T4C' and
8884            'NDRPDR'"
8885   parameters:
8886   - "throughput"
8887   - "name"
8888   - "tags"
8889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8890   x-axis: "X = CNFs per Service Chain"
8891   y-axis: "Y = Number of Service Chains"
8892   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8893   layout:
8894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8895     layout: "plot-service-density"
8896
8897 ###############################################################################
8898
8899 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8900 #- type: "plot"
8901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8902 #  algorithm: "plot_nf_heatmap"
8903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8904 #  data: "plot-vpp-nfv-3n-skx-mrr"
8905 #  filter: "'NIC_Intel-XXV710' and
8906 #           'NF_DENSITY' and
8907 #           'DOCKER' and
8908 #           'CHAIN' and
8909 #           'NF_VPPIP4' and
8910 #           'IPSEC' and
8911 #           'TNL_10000' and
8912 #           'IMIX' and
8913 #           '2T1C' and
8914 #           'MRR'"
8915 #  parameters:
8916 #  - "result"
8917 #  - "name"
8918 #  - "tags"
8919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8920 #  x-axis: "X = CNFs per Service Chain"
8921 #  y-axis: "Y = Number of Service Chains"
8922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8923 #  layout:
8924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8925 #    layout: "plot-service-density"
8926 #
8927 #- type: "plot"
8928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8929 #  algorithm: "plot_nf_heatmap"
8930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8931 #  data: "plot-vpp-nfv-3n-skx-mrr"
8932 #  filter: "'NIC_Intel-XXV710' and
8933 #           'NF_DENSITY' and
8934 #           'DOCKER' and
8935 #           'CHAIN' and
8936 #           'NF_VPPIP4' and
8937 #           'IPSEC' and
8938 #           'TNL_10000' and
8939 #           'IMIX' and
8940 #           '4T2C' and
8941 #           'MRR'"
8942 #  parameters:
8943 #  - "result"
8944 #  - "name"
8945 #  - "tags"
8946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8947 #  x-axis: "X = CNFs per Service Chain"
8948 #  y-axis: "Y = Number of Service Chains"
8949 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8950 #  layout:
8951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8952 #    layout: "plot-service-density"
8953 #
8954 #- type: "plot"
8955 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8956 #  algorithm: "plot_nf_heatmap"
8957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8958 #  data: "plot-vpp-nfv-3n-skx-mrr"
8959 #  filter: "'NIC_Intel-XXV710' and
8960 #           'NF_DENSITY' and
8961 #           'DOCKER' and
8962 #           'CHAIN' and
8963 #           'NF_VPPIP4' and
8964 #           'IPSEC' and
8965 #           'TNL_10000' and
8966 #           'IMIX' and
8967 #           '8T4C' and
8968 #           'MRR'"
8969 #  parameters:
8970 #  - "result"
8971 #  - "name"
8972 #  - "tags"
8973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8974 #  x-axis: "X = CNFs per Service Chain"
8975 #  y-axis: "Y = Number of Service Chains"
8976 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8977 #  layout:
8978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8979 #    layout: "plot-service-density"
8980
8981 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8982 - type: "plot"
8983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8984   algorithm: "plot_nf_heatmap"
8985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8986   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8987   filter: "'NIC_Intel-XXV710' and
8988            'NF_DENSITY' and
8989            'DOCKER' and
8990            'CHAIN' and
8991            'NF_VPPIP4' and
8992            'IPSEC' and
8993            'TNL_10000' and
8994            'IMIX' and
8995            '2T1C' and
8996            'NDRPDR'"
8997   parameters:
8998   - "throughput"
8999   - "name"
9000   - "tags"
9001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9002   x-axis: "X = CNFs per Service Chain"
9003   y-axis: "Y = Number of Service Chains"
9004   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9005   layout:
9006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9007     layout: "plot-service-density"
9008
9009 - type: "plot"
9010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9011   algorithm: "plot_nf_heatmap"
9012   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9013   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9014   filter: "'NIC_Intel-XXV710' and
9015            'NF_DENSITY' and
9016            'DOCKER' and
9017            'CHAIN' and
9018            'NF_VPPIP4' and
9019            'IPSEC' and
9020            'TNL_10000' and
9021            'IMIX' and
9022            '4T2C' and
9023            'NDRPDR'"
9024   parameters:
9025   - "throughput"
9026   - "name"
9027   - "tags"
9028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9029   x-axis: "X = CNFs per Service Chain"
9030   y-axis: "Y = Number of Service Chains"
9031   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9032   layout:
9033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9034     layout: "plot-service-density"
9035
9036 - type: "plot"
9037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9038   algorithm: "plot_nf_heatmap"
9039   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9040   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9041   filter: "'NIC_Intel-XXV710' and
9042            'NF_DENSITY' and
9043            'DOCKER' and
9044            'CHAIN' and
9045            'NF_VPPIP4' and
9046            'IPSEC' and
9047            'TNL_10000' and
9048            'IMIX' and
9049            '8T4C' and
9050            'NDRPDR'"
9051   parameters:
9052   - "throughput"
9053   - "name"
9054   - "tags"
9055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9056   x-axis: "X = CNFs per Service Chain"
9057   y-axis: "Y = Number of Service Chains"
9058   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9059   layout:
9060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9061     layout: "plot-service-density"
9062
9063 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9064 - type: "plot"
9065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9066   algorithm: "plot_nf_heatmap"
9067   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9068   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9069   filter: "'NIC_Intel-XXV710' and
9070            'NF_DENSITY' and
9071            'DOCKER' and
9072            'CHAIN' and
9073            'NF_VPPIP4' and
9074            'IPSEC' and
9075            'TNL_10000' and
9076            'IMIX' and
9077            '2T1C' and
9078            'NDRPDR'"
9079   parameters:
9080   - "throughput"
9081   - "name"
9082   - "tags"
9083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9084   x-axis: "X = CNFs per Service Chain"
9085   y-axis: "Y = Number of Service Chains"
9086   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9087   layout:
9088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9089     layout: "plot-service-density"
9090
9091 - type: "plot"
9092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9093   algorithm: "plot_nf_heatmap"
9094   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9095   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9096   filter: "'NIC_Intel-XXV710' and
9097            'NF_DENSITY' and
9098            'DOCKER' and
9099            'CHAIN' and
9100            'NF_VPPIP4' and
9101            'IPSEC' and
9102            'TNL_10000' and
9103            'IMIX' and
9104            '4T2C' and
9105            'NDRPDR'"
9106   parameters:
9107   - "throughput"
9108   - "name"
9109   - "tags"
9110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9111   x-axis: "X = CNFs per Service Chain"
9112   y-axis: "Y = Number of Service Chains"
9113   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9114   layout:
9115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9116     layout: "plot-service-density"
9117
9118 - type: "plot"
9119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9120   algorithm: "plot_nf_heatmap"
9121   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9122   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9123   filter: "'NIC_Intel-XXV710' and
9124            'NF_DENSITY' and
9125            'DOCKER' and
9126            'CHAIN' and
9127            'NF_VPPIP4' and
9128            'IPSEC' and
9129            'TNL_10000' and
9130            'IMIX' and
9131            '8T4C' and
9132            'NDRPDR'"
9133   parameters:
9134   - "throughput"
9135   - "name"
9136   - "tags"
9137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9138   x-axis: "X = CNFs per Service Chain"
9139   y-axis: "Y = Number of Service Chains"
9140   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9141   layout:
9142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9143     layout: "plot-service-density"
9144
9145 ###############################################################################
9146
9147 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9148 - type: "plot"
9149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9150   algorithm: "plot_nf_heatmap"
9151   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9152   data: "plot-vpp-nfv-3n-hsw-mrr"
9153   filter: "'NIC_Intel-XL710' and
9154            'NF_DENSITY' and
9155            'DOCKER' and
9156            'CHAIN' and
9157            'NF_VPPIP4' and
9158            'IMIX' and
9159            'TNL_10000' and
9160            '1T1C' and
9161            'MRR'"
9162   parameters:
9163   - "result"
9164   - "name"
9165   - "tags"
9166   include-tests: "MRR" # "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 MRR) [Mpps]"
9170   layout:
9171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9172     layout: "plot-service-density"
9173
9174 - type: "plot"
9175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9176   algorithm: "plot_nf_heatmap"
9177   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9178   data: "plot-vpp-nfv-3n-hsw-mrr"
9179   filter: "'NIC_Intel-XL710' 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            '2T2C' and
9188            'MRR'"
9189   parameters:
9190   - "result"
9191   - "name"
9192   - "tags"
9193   include-tests: "MRR" # "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 MRR) [Mpps]"
9197   layout:
9198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9199     layout: "plot-service-density"
9200
9201 - type: "plot"
9202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9203   algorithm: "plot_nf_heatmap"
9204   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9205   data: "plot-vpp-nfv-3n-hsw-mrr"
9206   filter: "'NIC_Intel-XL710' 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            '4T4C' and
9215            'MRR'"
9216   parameters:
9217   - "result"
9218   - "name"
9219   - "tags"
9220   include-tests: "MRR" # "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 MRR) [Mpps]"
9224   layout:
9225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9226     layout: "plot-service-density"
9227
9228 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9229 - type: "plot"
9230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9231   algorithm: "plot_nf_heatmap"
9232   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9233   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9234   filter: "'NIC_Intel-XL710' 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            '1T1C' and
9243            'NDRPDR'"
9244   parameters:
9245   - "throughput"
9246   - "name"
9247   - "tags"
9248   include-tests: "NDR" # "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 NDR) [Mpps]"
9252   layout:
9253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9254     layout: "plot-service-density"
9255
9256 - type: "plot"
9257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9258   algorithm: "plot_nf_heatmap"
9259   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9260   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9261   filter: "'NIC_Intel-XL710' 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            '2T2C' and
9270            'NDRPDR'"
9271   parameters:
9272   - "throughput"
9273   - "name"
9274   - "tags"
9275   include-tests: "NDR" # "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 NDR) [Mpps]"
9279   layout:
9280     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9281     layout: "plot-service-density"
9282
9283 - type: "plot"
9284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9285   algorithm: "plot_nf_heatmap"
9286   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9287   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9288   filter: "'NIC_Intel-XL710' 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            '4T4C' and
9297            'NDRPDR'"
9298   parameters:
9299   - "throughput"
9300   - "name"
9301   - "tags"
9302   include-tests: "NDR" # "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 NDR) [Mpps]"
9306   layout:
9307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9308     layout: "plot-service-density"
9309
9310 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9311 - type: "plot"
9312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9313   algorithm: "plot_nf_heatmap"
9314   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9315   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9316   filter: "'NIC_Intel-XL710' and
9317            'NF_DENSITY' and
9318            'DOCKER' and
9319            'CHAIN' and
9320            'NF_VPPIP4' and
9321            'IPSEC' and
9322            'TNL_10000' and
9323            'IMIX' and
9324            '1T1C' and
9325            'NDRPDR'"
9326   parameters:
9327   - "throughput"
9328   - "name"
9329   - "tags"
9330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9331   x-axis: "X = CNFs per Service Chain"
9332   y-axis: "Y = Number of Service Chains"
9333   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9334   layout:
9335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9336     layout: "plot-service-density"
9337
9338 - type: "plot"
9339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9340   algorithm: "plot_nf_heatmap"
9341   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9342   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9343   filter: "'NIC_Intel-XL710' and
9344            'NF_DENSITY' and
9345            'DOCKER' and
9346            'CHAIN' and
9347            'NF_VPPIP4' and
9348            'IPSEC' and
9349            'TNL_10000' and
9350            'IMIX' and
9351            '2T2C' and
9352            'NDRPDR'"
9353   parameters:
9354   - "throughput"
9355   - "name"
9356   - "tags"
9357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9358   x-axis: "X = CNFs per Service Chain"
9359   y-axis: "Y = Number of Service Chains"
9360   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9361   layout:
9362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9363     layout: "plot-service-density"
9364
9365 - type: "plot"
9366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9367   algorithm: "plot_nf_heatmap"
9368   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9369   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9370   filter: "'NIC_Intel-XL710' and
9371            'NF_DENSITY' and
9372            'DOCKER' and
9373            'CHAIN' and
9374            'NF_VPPIP4' and
9375            'IPSEC' and
9376            'TNL_10000' and
9377            'IMIX' and
9378            '4T4C' and
9379            'NDRPDR'"
9380   parameters:
9381   - "throughput"
9382   - "name"
9383   - "tags"
9384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9385   x-axis: "X = CNFs per Service Chain"
9386   y-axis: "Y = Number of Service Chains"
9387   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9388   layout:
9389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9390     layout: "plot-service-density"
9391
9392 ###############################################################################
9393
9394 # Plots - NF Density - CSP - MRR 64b
9395
9396 #- type: "plot"
9397 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9398 #  algorithm: "plot_nf_heatmap"
9399 #  output-file-type: ".html"
9400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9401 #  data: "plot-vpp-nfv-2n-skx-mrr"
9402 #  filter: "'NIC_Intel-XXV710' and
9403 #           'NF_DENSITY' and
9404 #           'DOCKER' and
9405 #           'PIPELINE' and
9406 #           'NF_VPPIP4' and
9407 #           '64B' and
9408 #           '2T1C' and
9409 #           'MRR'"
9410 #  parameters:
9411 #  - "result"
9412 #  - "name"
9413 #  - "tags"
9414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9415 #  x-axis: "X = CNFs per Service Pipeline"
9416 #  y-axis: "Y = Number of Service Pipelines"
9417 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9418 #  layout:
9419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9420 #    layout: "plot-service-density"
9421 #
9422 #- type: "plot"
9423 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9424 #  algorithm: "plot_nf_heatmap"
9425 #  output-file-type: ".html"
9426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9427 #  data: "plot-vpp-nfv-2n-skx-mrr"
9428 #  filter: "'NIC_Intel-XXV710' and
9429 #           'NF_DENSITY' and
9430 #           'DOCKER' and
9431 #           'PIPELINE' and
9432 #           'NF_VPPIP4' and
9433 #           '64B' and
9434 #           '4T2C' and
9435 #           'MRR'"
9436 #  parameters:
9437 #  - "result"
9438 #  - "name"
9439 #  - "tags"
9440 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9441 #  x-axis: "X = CNFs per Service Pipeline"
9442 #  y-axis: "Y = Number of Service Pipelines"
9443 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9444 #  layout:
9445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9446 #    layout: "plot-service-density"
9447 #
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file-type: ".html"
9452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9453 #  data: "plot-vpp-nfv-2n-skx-mrr"
9454 #  filter: "'NIC_Intel-XXV710' and
9455 #           'NF_DENSITY' and
9456 #           'DOCKER' and
9457 #           'PIPELINE' and
9458 #           'NF_VPPIP4' and
9459 #           '64B' and
9460 #           '8T4C' and
9461 #           'MRR'"
9462 #  parameters:
9463 #  - "result"
9464 #  - "name"
9465 #  - "tags"
9466 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9467 #  x-axis: "X = CNFs per Service Pipeline"
9468 #  y-axis: "Y = Number of Service Pipelines"
9469 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9470 #  layout:
9471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9472 #    layout: "plot-service-density"
9473 #
9474 ## Plots - NF Density - CSP - MRR IMIX
9475 #- type: "plot"
9476 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9477 #  algorithm: "plot_nf_heatmap"
9478 #  output-file-type: ".html"
9479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9480 #  data: "plot-vpp-nfv-2n-skx-mrr"
9481 #  filter: "'NIC_Intel-XXV710' and
9482 #           'NF_DENSITY' and
9483 #           'DOCKER' and
9484 #           'PIPELINE' and
9485 #           'NF_VPPIP4' and
9486 #           'IMIX' and
9487 #           '2T1C' and
9488 #           'MRR'"
9489 #  parameters:
9490 #  - "result"
9491 #  - "name"
9492 #  - "tags"
9493 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9494 #  x-axis: "X = CNFs per Service Pipeline"
9495 #  y-axis: "Y = Number of Service Pipelines"
9496 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9497 #  layout:
9498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9499 #    layout: "plot-service-density"
9500 #
9501 #- type: "plot"
9502 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9503 #  algorithm: "plot_nf_heatmap"
9504 #  output-file-type: ".html"
9505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9506 #  data: "plot-vpp-nfv-2n-skx-mrr"
9507 #  filter: "'NIC_Intel-XXV710' and
9508 #           'NF_DENSITY' and
9509 #           'DOCKER' and
9510 #           'PIPELINE' and
9511 #           'NF_VPPIP4' and
9512 #           'IMIX' and
9513 #           '4T2C' and
9514 #           'MRR'"
9515 #  parameters:
9516 #  - "result"
9517 #  - "name"
9518 #  - "tags"
9519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9520 #  x-axis: "X = CNFs per Service Pipeline"
9521 #  y-axis: "Y = Number of Service Pipelines"
9522 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9523 #  layout:
9524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9525 #    layout: "plot-service-density"
9526 #
9527 #- type: "plot"
9528 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9529 #  algorithm: "plot_nf_heatmap"
9530 #  output-file-type: ".html"
9531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9532 #  data: "plot-vpp-nfv-2n-skx-mrr"
9533 #  filter: "'NIC_Intel-XXV710' and
9534 #           'NF_DENSITY' and
9535 #           'DOCKER' and
9536 #           'PIPELINE' and
9537 #           'NF_VPPIP4' and
9538 #           'IMIX' and
9539 #           '8T4C' and
9540 #           'MRR'"
9541 #  parameters:
9542 #  - "result"
9543 #  - "name"
9544 #  - "tags"
9545 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9546 #  x-axis: "X = CNFs per Service Pipeline"
9547 #  y-axis: "Y = Number of Service Pipelines"
9548 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9549 #  layout:
9550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9551 #    layout: "plot-service-density"
9552 #
9553 ## Plots - NF Density - CSP - NDR 64b
9554 #- type: "plot"
9555 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9556 #  algorithm: "plot_nf_heatmap"
9557 #  output-file-type: ".html"
9558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9559 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9560 #  filter: "'NIC_Intel-XXV710' and
9561 #           'NF_DENSITY' and
9562 #           'DOCKER' and
9563 #           'PIPELINE' and
9564 #           'NF_VPPIP4' and
9565 #           '64B' and
9566 #           '2T1C' and
9567 #           'NDRPDR'"
9568 #  parameters:
9569 #  - "throughput"
9570 #  - "name"
9571 #  - "tags"
9572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9573 #  x-axis: "X = CNFs per Service Pipeline"
9574 #  y-axis: "Y = Number of Service Pipelines"
9575 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9576 #  layout:
9577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9578 #    layout: "plot-service-density"
9579 #
9580 #- type: "plot"
9581 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9582 #  algorithm: "plot_nf_heatmap"
9583 #  output-file-type: ".html"
9584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9585 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9586 #  filter: "'NIC_Intel-XXV710' and
9587 #           'NF_DENSITY' and
9588 #           'DOCKER' and
9589 #           'PIPELINE' and
9590 #           'NF_VPPIP4' and
9591 #           '64B' and
9592 #           '4T2C' and
9593 #           'NDRPDR'"
9594 #  parameters:
9595 #  - "throughput"
9596 #  - "name"
9597 #  - "tags"
9598 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9599 #  x-axis: "X = CNFs per Service Pipeline"
9600 #  y-axis: "Y = Number of Service Pipelines"
9601 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9602 #  layout:
9603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9604 #    layout: "plot-service-density"
9605 #
9606 #- type: "plot"
9607 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9608 #  algorithm: "plot_nf_heatmap"
9609 #  output-file-type: ".html"
9610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9611 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9612 #  filter: "'NIC_Intel-XXV710' and
9613 #           'NF_DENSITY' and
9614 #           'DOCKER' and
9615 #           'PIPELINE' and
9616 #           'NF_VPPIP4' and
9617 #           '64B' and
9618 #           '8T4C' and
9619 #           'NDRPDR'"
9620 #  parameters:
9621 #  - "throughput"
9622 #  - "name"
9623 #  - "tags"
9624 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9625 #  x-axis: "X = CNFs per Service Pipeline"
9626 #  y-axis: "Y = Number of Service Pipelines"
9627 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9628 #  layout:
9629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9630 #    layout: "plot-service-density"
9631 #
9632 ## Plots - NF Density - CSP - NDR IMIX
9633 #- type: "plot"
9634 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9635 #  algorithm: "plot_nf_heatmap"
9636 #  output-file-type: ".html"
9637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9638 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9639 #  filter: "'NIC_Intel-XXV710' and
9640 #           'NF_DENSITY' and
9641 #           'DOCKER' and
9642 #           'PIPELINE' and
9643 #           'NF_VPPIP4' and
9644 #           'IMIX' and
9645 #           '2T1C' and
9646 #           'NDRPDR'"
9647 #  parameters:
9648 #  - "throughput"
9649 #  - "name"
9650 #  - "tags"
9651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9652 #  x-axis: "X = CNFs per Service Pipeline"
9653 #  y-axis: "Y = Number of Service Pipelines"
9654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9655 #  layout:
9656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9657 #    layout: "plot-service-density"
9658 #
9659 #- type: "plot"
9660 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9661 #  algorithm: "plot_nf_heatmap"
9662 #  output-file-type: ".html"
9663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9664 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9665 #  filter: "'NIC_Intel-XXV710' and
9666 #           'NF_DENSITY' and
9667 #           'DOCKER' and
9668 #           'PIPELINE' and
9669 #           'NF_VPPIP4' and
9670 #           'IMIX' and
9671 #           '4T2C' and
9672 #           'NDRPDR'"
9673 #  parameters:
9674 #  - "throughput"
9675 #  - "name"
9676 #  - "tags"
9677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9678 #  x-axis: "X = CNFs per Service Pipeline"
9679 #  y-axis: "Y = Number of Service Pipelines"
9680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9681 #  layout:
9682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9683 #    layout: "plot-service-density"
9684 #
9685 #- type: "plot"
9686 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9687 #  algorithm: "plot_nf_heatmap"
9688 #  output-file-type: ".html"
9689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9690 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9691 #  filter: "'NIC_Intel-XXV710' and
9692 #           'NF_DENSITY' and
9693 #           'DOCKER' and
9694 #           'PIPELINE' and
9695 #           'NF_VPPIP4' and
9696 #           'IMIX' and
9697 #           '8T4C' and
9698 #           'NDRPDR'"
9699 #  parameters:
9700 #  - "throughput"
9701 #  - "name"
9702 #  - "tags"
9703 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9704 #  x-axis: "X = CNFs per Service Pipeline"
9705 #  y-axis: "Y = Number of Service Pipelines"
9706 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9707 #  layout:
9708 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9709 #    layout: "plot-service-density"
9710 #
9711 ## Plots - NF Density - CSP - PDR 64b
9712 #- type: "plot"
9713 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9714 #  algorithm: "plot_nf_heatmap"
9715 #  output-file-type: ".html"
9716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9718 #  filter: "'NIC_Intel-XXV710' and
9719 #           'NF_DENSITY' and
9720 #           'DOCKER' and
9721 #           'PIPELINE' and
9722 #           'NF_VPPIP4' and
9723 #           '64B' and
9724 #           '2T1C' and
9725 #           'NDRPDR'"
9726 #  parameters:
9727 #  - "throughput"
9728 #  - "name"
9729 #  - "tags"
9730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9731 #  x-axis: "X = CNFs per Service Pipeline"
9732 #  y-axis: "Y = Number of Service Pipelines"
9733 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9734 #  layout:
9735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9736 #    layout: "plot-service-density"
9737 #
9738 #- type: "plot"
9739 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9740 #  algorithm: "plot_nf_heatmap"
9741 #  output-file-type: ".html"
9742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9743 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9744 #  filter: "'NIC_Intel-XXV710' and
9745 #           'NF_DENSITY' and
9746 #           'DOCKER' and
9747 #           'PIPELINE' and
9748 #           'NF_VPPIP4' and
9749 #           '64B' and
9750 #           '4T2C' and
9751 #           'NDRPDR'"
9752 #  parameters:
9753 #  - "throughput"
9754 #  - "name"
9755 #  - "tags"
9756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9757 #  x-axis: "X = CNFs per Service Pipeline"
9758 #  y-axis: "Y = Number of Service Pipelines"
9759 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9760 #  layout:
9761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9762 #    layout: "plot-service-density"
9763 #
9764 #- type: "plot"
9765 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9766 #  algorithm: "plot_nf_heatmap"
9767 #  output-file-type: ".html"
9768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9769 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9770 #  filter: "'NIC_Intel-XXV710' and
9771 #           'NF_DENSITY' and
9772 #           'DOCKER' and
9773 #           'PIPELINE' and
9774 #           'NF_VPPIP4' and
9775 #           '64B' and
9776 #           '8T4C' and
9777 #           'NDRPDR'"
9778 #  parameters:
9779 #  - "throughput"
9780 #  - "name"
9781 #  - "tags"
9782 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9783 #  x-axis: "X = CNFs per Service Pipeline"
9784 #  y-axis: "Y = Number of Service Pipelines"
9785 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9786 #  layout:
9787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9788 #    layout: "plot-service-density"
9789 #
9790 ## Plots - NF Density - CSP - PDR IMIX
9791 #- type: "plot"
9792 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9793 #  algorithm: "plot_nf_heatmap"
9794 #  output-file-type: ".html"
9795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9796 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9797 #  filter: "'NIC_Intel-XXV710' and
9798 #           'NF_DENSITY' and
9799 #           'DOCKER' and
9800 #           'PIPELINE' and
9801 #           'NF_VPPIP4' and
9802 #           'IMIX' and
9803 #           '2T1C' and
9804 #           'NDRPDR'"
9805 #  parameters:
9806 #  - "throughput"
9807 #  - "name"
9808 #  - "tags"
9809 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9810 #  x-axis: "X = CNFs per Service Pipeline"
9811 #  y-axis: "Y = Number of Service Pipelines"
9812 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9813 #  layout:
9814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9815 #    layout: "plot-service-density"
9816 #
9817 #- type: "plot"
9818 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9819 #  algorithm: "plot_nf_heatmap"
9820 #  output-file-type: ".html"
9821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9822 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9823 #  filter: "'NIC_Intel-XXV710' and
9824 #           'NF_DENSITY' and
9825 #           'DOCKER' and
9826 #           'PIPELINE' and
9827 #           'NF_VPPIP4' and
9828 #           'IMIX' and
9829 #           '4T2C' and
9830 #           'NDRPDR'"
9831 #  parameters:
9832 #  - "throughput"
9833 #  - "name"
9834 #  - "tags"
9835 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9836 #  x-axis: "X = CNFs per Service Pipeline"
9837 #  y-axis: "Y = Number of Service Pipelines"
9838 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9839 #  layout:
9840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9841 #    layout: "plot-service-density"
9842 #
9843 #- type: "plot"
9844 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9845 #  algorithm: "plot_nf_heatmap"
9846 #  output-file-type: ".html"
9847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9848 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9849 #  filter: "'NIC_Intel-XXV710' and
9850 #           'NF_DENSITY' and
9851 #           'DOCKER' and
9852 #           'PIPELINE' and
9853 #           'NF_VPPIP4' and
9854 #           'IMIX' and
9855 #           '8T4C' and
9856 #           'NDRPDR'"
9857 #  parameters:
9858 #  - "throughput"
9859 #  - "name"
9860 #  - "tags"
9861 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9862 #  x-axis: "X = CNFs per Service Pipeline"
9863 #  y-axis: "Y = Number of Service Pipelines"
9864 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9865 #  layout:
9866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9867 #    layout: "plot-service-density"
9868
9869 ###############################################################################
9870 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9871
9872 - type: "plot"
9873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9874   algorithm: "plot_nf_heatmap"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9877   data: "plot-vpp-nfv-2n-clx-mrr"
9878   filter: "'NIC_Intel-XXV710' and
9879            'NF_DENSITY' and
9880            'VHOST' and
9881            not 'VXLAN' and
9882            'CHAIN' and
9883            'NF_VPPIP4' and
9884            'IMIX' and
9885            '2T1C' and
9886            'MRR'"
9887   parameters:
9888   - "result"
9889   - "name"
9890   - "tags"
9891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9892   x-axis: "X = VNFs per Service Chain"
9893   y-axis: "Y = Number of Service Chains"
9894   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9895   layout:
9896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9897     layout: "plot-service-density"
9898
9899 - type: "plot"
9900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9901   algorithm: "plot_nf_heatmap"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9904   data: "plot-vpp-nfv-2n-clx-mrr"
9905   filter: "'NIC_Intel-XXV710' and
9906            'NF_DENSITY' and
9907            'VHOST' and
9908            not 'VXLAN' and
9909            'CHAIN' and
9910            'NF_VPPIP4' and
9911            'IMIX' and
9912            '4T2C' and
9913            'MRR'"
9914   parameters:
9915   - "result"
9916   - "name"
9917   - "tags"
9918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9919   x-axis: "X = VNFs per Service Chain"
9920   y-axis: "Y = Number of Service Chains"
9921   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9922   layout:
9923     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9924     layout: "plot-service-density"
9925
9926 - type: "plot"
9927   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9928   algorithm: "plot_nf_heatmap"
9929   output-file-type: ".html"
9930   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9931   data: "plot-vpp-nfv-2n-clx-mrr"
9932   filter: "'NIC_Intel-XXV710' and
9933            'NF_DENSITY' and
9934            'VHOST' and
9935            not 'VXLAN' and
9936            'CHAIN' and
9937            'NF_VPPIP4' and
9938            'IMIX' and
9939            '8T4C' and
9940            'MRR'"
9941   parameters:
9942   - "result"
9943   - "name"
9944   - "tags"
9945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9946   x-axis: "X = VNFs per Service Chain"
9947   y-axis: "Y = Number of Service Chains"
9948   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9949   layout:
9950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9951     layout: "plot-service-density"
9952
9953 # Plots - NF Density - VSC - NDR IMIX
9954 - type: "plot"
9955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9956   algorithm: "plot_nf_heatmap"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9959   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9960   filter: "'NIC_Intel-XXV710' and
9961            'NF_DENSITY' and
9962            'VHOST' and
9963            not 'VXLAN' and
9964            'CHAIN' and
9965            'NF_VPPIP4' and
9966            'IMIX' and
9967            '2T1C' and
9968            'NDRPDR'"
9969   parameters:
9970   - "throughput"
9971   - "name"
9972   - "tags"
9973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9974   x-axis: "X = VNFs per Service Chain"
9975   y-axis: "Y = Number of Service Chains"
9976   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9977   layout:
9978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9979     layout: "plot-service-density"
9980
9981 - type: "plot"
9982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9983   algorithm: "plot_nf_heatmap"
9984   output-file-type: ".html"
9985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9986   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9987   filter: "'NIC_Intel-XXV710' and
9988            'NF_DENSITY' and
9989            'VHOST' and
9990            not 'VXLAN' and
9991            'CHAIN' and
9992            'NF_VPPIP4' and
9993            'IMIX' and
9994            '4T2C' and
9995            'NDRPDR'"
9996   parameters:
9997   - "throughput"
9998   - "name"
9999   - "tags"
10000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10001   x-axis: "X = VNFs per Service Chain"
10002   y-axis: "Y = Number of Service Chains"
10003   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10004   layout:
10005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10006     layout: "plot-service-density"
10007
10008 - type: "plot"
10009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10010   algorithm: "plot_nf_heatmap"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10013   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10014   filter: "'NIC_Intel-XXV710' and
10015            'NF_DENSITY' and
10016            'VHOST' and
10017            not 'VXLAN' and
10018            'CHAIN' and
10019            'NF_VPPIP4' and
10020            'IMIX' and
10021            '8T4C' and
10022            'NDRPDR'"
10023   parameters:
10024   - "throughput"
10025   - "name"
10026   - "tags"
10027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10028   x-axis: "X = VNFs per Service Chain"
10029   y-axis: "Y = Number of Service Chains"
10030   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10031   layout:
10032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10033     layout: "plot-service-density"
10034
10035 # Plots - NF Density - VSC - PDR IMIX
10036 - type: "plot"
10037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10038   algorithm: "plot_nf_heatmap"
10039   output-file-type: ".html"
10040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10041   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10042   filter: "'NIC_Intel-XXV710' and
10043            'NF_DENSITY' and
10044            'VHOST' and
10045            not 'VXLAN' and
10046            'CHAIN' and
10047            'NF_VPPIP4' and
10048            'IMIX' and
10049            '2T1C' and
10050            'NDRPDR'"
10051   parameters:
10052   - "throughput"
10053   - "name"
10054   - "tags"
10055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10056   x-axis: "X = VNFs per Service Chain"
10057   y-axis: "Y = Number of Service Chains"
10058   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10059   layout:
10060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10061     layout: "plot-service-density"
10062
10063 - type: "plot"
10064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10065   algorithm: "plot_nf_heatmap"
10066   output-file-type: ".html"
10067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10068   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10069   filter: "'NIC_Intel-XXV710' and
10070            'NF_DENSITY' and
10071            'VHOST' and
10072            not 'VXLAN' and
10073            'CHAIN' and
10074            'NF_VPPIP4' and
10075            'IMIX' and
10076            '4T2C' and
10077            'NDRPDR'"
10078   parameters:
10079   - "throughput"
10080   - "name"
10081   - "tags"
10082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10083   x-axis: "X = VNFs per Service Chain"
10084   y-axis: "Y = Number of Service Chains"
10085   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10086   layout:
10087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10088     layout: "plot-service-density"
10089
10090 - type: "plot"
10091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10092   algorithm: "plot_nf_heatmap"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10095   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10096   filter: "'NIC_Intel-XXV710' and
10097            'NF_DENSITY' and
10098            'VHOST' and
10099            not 'VXLAN' and
10100            'CHAIN' and
10101            'NF_VPPIP4' and
10102            'IMIX' and
10103            '8T4C' and
10104            'NDRPDR'"
10105   parameters:
10106   - "throughput"
10107   - "name"
10108   - "tags"
10109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10110   x-axis: "X = VNFs per Service Chain"
10111   y-axis: "Y = Number of Service Chains"
10112   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10113   layout:
10114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10115     layout: "plot-service-density"
10116
10117 # Plots - NF Density - VSC - MRR IMIX
10118 - type: "plot"
10119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10120   algorithm: "plot_nf_heatmap"
10121   output-file-type: ".html"
10122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10123   data: "plot-vpp-nfv-2n-clx-mrr"
10124   filter: "'NIC_Intel-XXV710' and
10125            'NF_DENSITY' and
10126            'VHOST' and
10127            'VXLAN' and
10128            'CHAIN' and
10129            'IMIX' and
10130            '2T1C' and
10131            'MRR'"
10132   parameters:
10133   - "result"
10134   - "name"
10135   - "tags"
10136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10137   x-axis: "X = VNFs per Service Chain"
10138   y-axis: "Y = Number of Service Chains"
10139   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10140   layout:
10141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10142     layout: "plot-service-density"
10143
10144 - type: "plot"
10145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10146   algorithm: "plot_nf_heatmap"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10149   data: "plot-vpp-nfv-2n-clx-mrr"
10150   filter: "'NIC_Intel-XXV710' and
10151            'NF_DENSITY' and
10152            'VHOST' and
10153            'VXLAN' and
10154            'CHAIN' and
10155            'IMIX' and
10156            '4T2C' and
10157            'MRR'"
10158   parameters:
10159   - "result"
10160   - "name"
10161   - "tags"
10162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10163   x-axis: "X = VNFs per Service Chain"
10164   y-axis: "Y = Number of Service Chains"
10165   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10166   layout:
10167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10168     layout: "plot-service-density"
10169
10170 - type: "plot"
10171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10172   algorithm: "plot_nf_heatmap"
10173   output-file-type: ".html"
10174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10175   data: "plot-vpp-nfv-2n-clx-mrr"
10176   filter: "'NIC_Intel-XXV710' and
10177            'NF_DENSITY' and
10178            'VHOST' and
10179            'VXLAN' and
10180            'CHAIN' and
10181            'IMIX' and
10182            '8T4C' and
10183            'MRR'"
10184   parameters:
10185   - "result"
10186   - "name"
10187   - "tags"
10188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10189   x-axis: "X = VNFs per Service Chain"
10190   y-axis: "Y = Number of Service Chains"
10191   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10192   layout:
10193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10194     layout: "plot-service-density"
10195
10196 # Plots - NF Density - VSC - NDR IMIX
10197 - type: "plot"
10198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10199   algorithm: "plot_nf_heatmap"
10200   output-file-type: ".html"
10201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10202   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10203   filter: "'NIC_Intel-XXV710' and
10204            'NF_DENSITY' and
10205            'VHOST' and
10206            'VXLAN' and
10207            'CHAIN' a
10208            'IMIX' and
10209            '2T1C' and
10210            'NDRPDR'"
10211   parameters:
10212   - "throughput"
10213   - "name"
10214   - "tags"
10215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10216   x-axis: "X = VNFs per Service Chain"
10217   y-axis: "Y = Number of Service Chains"
10218   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10219   layout:
10220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10221     layout: "plot-service-density"
10222
10223 - type: "plot"
10224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10225   algorithm: "plot_nf_heatmap"
10226   output-file-type: ".html"
10227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10228   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10229   filter: "'NIC_Intel-XXV710' and
10230            'NF_DENSITY' and
10231            'VHOST' and
10232            'VXLAN' and
10233            'CHAIN' and
10234            'IMIX' and
10235            '4T2C' and
10236            'NDRPDR'"
10237   parameters:
10238   - "throughput"
10239   - "name"
10240   - "tags"
10241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10242   x-axis: "X = VNFs per Service Chain"
10243   y-axis: "Y = Number of Service Chains"
10244   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10245   layout:
10246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10247     layout: "plot-service-density"
10248
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10251   algorithm: "plot_nf_heatmap"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10254   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10255   filter: "'NIC_Intel-XXV710' and
10256            'NF_DENSITY' and
10257            'VHOST' and
10258            'VXLAN' and
10259            'CHAIN' and
10260            'IMIX' and
10261            '8T4C' and
10262            'NDRPDR'"
10263   parameters:
10264   - "throughput"
10265   - "name"
10266   - "tags"
10267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10268   x-axis: "X = VNFs per Service Chain"
10269   y-axis: "Y = Number of Service Chains"
10270   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10271   layout:
10272     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10273     layout: "plot-service-density"
10274
10275 # Plots - NF Density - VSC - PDR IMIX
10276 - type: "plot"
10277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10278   algorithm: "plot_nf_heatmap"
10279   output-file-type: ".html"
10280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10281   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10282   filter: "'NIC_Intel-XXV710' and
10283            'NF_DENSITY' and
10284            'VHOST' and
10285            'VXLAN' and
10286            'CHAIN' and
10287            'IMIX' and
10288            '2T1C' and
10289            'NDRPDR'"
10290   parameters:
10291   - "throughput"
10292   - "name"
10293   - "tags"
10294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10295   x-axis: "X = VNFs per Service Chain"
10296   y-axis: "Y = Number of Service Chains"
10297   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10298   layout:
10299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10300     layout: "plot-service-density"
10301
10302 - type: "plot"
10303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10304   algorithm: "plot_nf_heatmap"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10307   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10308   filter: "'NIC_Intel-XXV710' and
10309            'NF_DENSITY' and
10310            'VHOST' and
10311            'VXLAN' and
10312            'CHAIN' and
10313            'IMIX' and
10314            '4T2C' and
10315            'NDRPDR'"
10316   parameters:
10317   - "throughput"
10318   - "name"
10319   - "tags"
10320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10321   x-axis: "X = VNFs per Service Chain"
10322   y-axis: "Y = Number of Service Chains"
10323   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10324   layout:
10325     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10326     layout: "plot-service-density"
10327
10328 - type: "plot"
10329   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10330   algorithm: "plot_nf_heatmap"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10333   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10334   filter: "'NIC_Intel-XXV710' and
10335            'NF_DENSITY' and
10336            'VHOST' and
10337            'VXLAN' and
10338            'CHAIN' and
10339            'IMIX' and
10340            '8T4C' and
10341            'NDRPDR'"
10342   parameters:
10343   - "throughput"
10344   - "name"
10345   - "tags"
10346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = VNFs per Service Chain"
10348   y-axis: "Y = Number of Service Chains"
10349   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10352     layout: "plot-service-density"
10353
10354 # Plots - NF Density - CSC - MRR IMIX
10355 - type: "plot"
10356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10357   algorithm: "plot_nf_heatmap"
10358   output-file-type: ".html"
10359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10360   data: "plot-vpp-nfv-2n-clx-mrr"
10361   filter: "'NIC_Intel-XXV710' and
10362            'NF_DENSITY' and
10363            'DOCKER' and
10364            'CHAIN' and
10365            'NF_VPPIP4' and
10366            'IMIX' and
10367            '2T1C' and
10368            'MRR'"
10369   parameters:
10370   - "result"
10371   - "name"
10372   - "tags"
10373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10374   x-axis: "X = CNFs per Service Chain"
10375   y-axis: "Y = Number of Service Chains"
10376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10377   layout:
10378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10379     layout: "plot-service-density"
10380
10381 - type: "plot"
10382   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10383   algorithm: "plot_nf_heatmap"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10386   data: "plot-vpp-nfv-2n-clx-mrr"
10387   filter: "'NIC_Intel-XXV710' and
10388            'NF_DENSITY' and
10389            'DOCKER' and
10390            'CHAIN' and
10391            'NF_VPPIP4' and
10392            'IMIX' and
10393            '4T2C' and
10394            'MRR'"
10395   parameters:
10396   - "result"
10397   - "name"
10398   - "tags"
10399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10400   x-axis: "X = CNFs per Service Chain"
10401   y-axis: "Y = Number of Service Chains"
10402   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10403   layout:
10404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10405     layout: "plot-service-density"
10406
10407 - type: "plot"
10408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10409   algorithm: "plot_nf_heatmap"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10412   data: "plot-vpp-nfv-2n-clx-mrr"
10413   filter: "'NIC_Intel-XXV710' and
10414            'NF_DENSITY' and
10415            'DOCKER' and
10416            'CHAIN' and
10417            'NF_VPPIP4' and
10418            'IMIX' and
10419            '8T4C' and
10420            'MRR'"
10421   parameters:
10422   - "result"
10423   - "name"
10424   - "tags"
10425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10426   x-axis: "X = CNFs per Service Chain"
10427   y-axis: "Y = Number of Service Chains"
10428   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10429   layout:
10430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10431     layout: "plot-service-density"
10432
10433 # Plots - NF Density - CSC - NDR IMIX
10434 - type: "plot"
10435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10436   algorithm: "plot_nf_heatmap"
10437   output-file-type: ".html"
10438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10439   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10440   filter: "'NIC_Intel-XXV710' and
10441            'NF_DENSITY' and
10442            'DOCKER' and
10443            'CHAIN' and
10444            'NF_VPPIP4' and
10445            'IMIX' and
10446            '2T1C' and
10447            'NDRPDR'"
10448   parameters:
10449   - "throughput"
10450   - "name"
10451   - "tags"
10452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10453   x-axis: "X = CNFs per Service Chain"
10454   y-axis: "Y = Number of Service Chains"
10455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10456   layout:
10457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10458     layout: "plot-service-density"
10459
10460 - type: "plot"
10461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10462   algorithm: "plot_nf_heatmap"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10465   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10466   filter: "'NIC_Intel-XXV710' and
10467            'NF_DENSITY' and
10468            'DOCKER' and
10469            'CHAIN' and
10470            'NF_VPPIP4' and
10471            'IMIX' and
10472            '4T2C' and
10473            'NDRPDR'"
10474   parameters:
10475   - "throughput"
10476   - "name"
10477   - "tags"
10478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10479   x-axis: "X = CNFs per Service Chain"
10480   y-axis: "Y = Number of Service Chains"
10481   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10482   layout:
10483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10484     layout: "plot-service-density"
10485
10486 - type: "plot"
10487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10488   algorithm: "plot_nf_heatmap"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10491   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10492   filter: "'NIC_Intel-XXV710' and
10493            'NF_DENSITY' and
10494            'DOCKER' and
10495            'CHAIN' and
10496            'NF_VPPIP4' and
10497            'IMIX' and
10498            '8T4C' and
10499            'NDRPDR'"
10500   parameters:
10501   - "throughput"
10502   - "name"
10503   - "tags"
10504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10505   x-axis: "X = CNFs per Service Chain"
10506   y-axis: "Y = Number of Service Chains"
10507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10508   layout:
10509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10510     layout: "plot-service-density"
10511
10512 # Plots - NF Density - CSC - PDR IMIX
10513 - type: "plot"
10514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10515   algorithm: "plot_nf_heatmap"
10516   output-file-type: ".html"
10517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10518   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10519   filter: "'NIC_Intel-XXV710' and
10520            'NF_DENSITY' and
10521            'DOCKER' and
10522            'CHAIN' and
10523            'NF_VPPIP4' and
10524            'IMIX' and
10525            '2T1C' and
10526            'NDRPDR'"
10527   parameters:
10528   - "throughput"
10529   - "name"
10530   - "tags"
10531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10532   x-axis: "X = CNFs per Service Chain"
10533   y-axis: "Y = Number of Service Chains"
10534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10535   layout:
10536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10537     layout: "plot-service-density"
10538
10539 - type: "plot"
10540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10541   algorithm: "plot_nf_heatmap"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10544   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10545   filter: "'NIC_Intel-XXV710' and
10546            'NF_DENSITY' and
10547            'DOCKER' and
10548            'CHAIN' and
10549            'NF_VPPIP4' and
10550            'IMIX' and
10551            '4T2C' and
10552            'NDRPDR'"
10553   parameters:
10554   - "throughput"
10555   - "name"
10556   - "tags"
10557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10558   x-axis: "X = CNFs per Service Chain"
10559   y-axis: "Y = Number of Service Chains"
10560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10561   layout:
10562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10563     layout: "plot-service-density"
10564
10565 - type: "plot"
10566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10567   algorithm: "plot_nf_heatmap"
10568   output-file-type: ".html"
10569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10570   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10571   filter: "'NIC_Intel-XXV710' and
10572            'NF_DENSITY' and
10573            'DOCKER' and
10574            'CHAIN' and
10575            'NF_VPPIP4' and
10576            'IMIX' and
10577            '8T4C' and
10578            'NDRPDR'"
10579   parameters:
10580   - "throughput"
10581   - "name"
10582   - "tags"
10583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10584   x-axis: "X = CNFs per Service Chain"
10585   y-axis: "Y = Number of Service Chains"
10586   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10587   layout:
10588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10589     layout: "plot-service-density"
10590
10591 # Plots - NF Density - CSP - MRR IMIX
10592 - type: "plot"
10593   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10594   algorithm: "plot_nf_heatmap"
10595   output-file-type: ".html"
10596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10597   data: "plot-vpp-nfv-2n-clx-mrr"
10598   filter: "'NIC_Intel-XXV710' and
10599            'NF_DENSITY' and
10600            'DOCKER' and
10601            'PIPELINE' and
10602            'NF_VPPIP4' and
10603            'IMIX' and
10604            '2T1C' and
10605            'MRR'"
10606   parameters:
10607   - "result"
10608   - "name"
10609   - "tags"
10610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10611   x-axis: "X = CNFs per Service Pipeline"
10612   y-axis: "Y = Number of Service Pipelines"
10613   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10614   layout:
10615     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10616     layout: "plot-service-density"
10617
10618 - type: "plot"
10619   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10620   algorithm: "plot_nf_heatmap"
10621   output-file-type: ".html"
10622   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10623   data: "plot-vpp-nfv-2n-clx-mrr"
10624   filter: "'NIC_Intel-XXV710' and
10625            'NF_DENSITY' and
10626            'DOCKER' and
10627            'PIPELINE' and
10628            'NF_VPPIP4' and
10629            'IMIX' and
10630            '4T2C' and
10631            'MRR'"
10632   parameters:
10633   - "result"
10634   - "name"
10635   - "tags"
10636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10637   x-axis: "X = CNFs per Service Pipeline"
10638   y-axis: "Y = Number of Service Pipelines"
10639   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10640   layout:
10641     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10642     layout: "plot-service-density"
10643
10644 - type: "plot"
10645   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10646   algorithm: "plot_nf_heatmap"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10649   data: "plot-vpp-nfv-2n-clx-mrr"
10650   filter: "'NIC_Intel-XXV710' and
10651            'NF_DENSITY' and
10652            'DOCKER' and
10653            'PIPELINE' and
10654            'NF_VPPIP4' and
10655            'IMIX' and
10656            '8T4C' and
10657            'MRR'"
10658   parameters:
10659   - "result"
10660   - "name"
10661   - "tags"
10662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10663   x-axis: "X = CNFs per Service Pipeline"
10664   y-axis: "Y = Number of Service Pipelines"
10665   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10666   layout:
10667     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10668     layout: "plot-service-density"
10669
10670 # Plots - NF Density - CSP - NDR IMIX
10671 - type: "plot"
10672   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10673   algorithm: "plot_nf_heatmap"
10674   output-file-type: ".html"
10675   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10676   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10677   filter: "'NIC_Intel-XXV710' and
10678            'NF_DENSITY' and
10679            'DOCKER' and
10680            'PIPELINE' and
10681            'NF_VPPIP4' and
10682            'IMIX' and
10683            '2T1C' and
10684            'NDRPDR'"
10685   parameters:
10686   - "throughput"
10687   - "name"
10688   - "tags"
10689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10690   x-axis: "X = CNFs per Service Pipeline"
10691   y-axis: "Y = Number of Service Pipelines"
10692   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10693   layout:
10694     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10695     layout: "plot-service-density"
10696
10697 - type: "plot"
10698   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10699   algorithm: "plot_nf_heatmap"
10700   output-file-type: ".html"
10701   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10702   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10703   filter: "'NIC_Intel-XXV710' and
10704            'NF_DENSITY' and
10705            'DOCKER' and
10706            'PIPELINE' and
10707            'NF_VPPIP4' and
10708            'IMIX' and
10709            '4T2C' and
10710            'NDRPDR'"
10711   parameters:
10712   - "throughput"
10713   - "name"
10714   - "tags"
10715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10716   x-axis: "X = CNFs per Service Pipeline"
10717   y-axis: "Y = Number of Service Pipelines"
10718   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10719   layout:
10720     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10721     layout: "plot-service-density"
10722
10723 - type: "plot"
10724   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10725   algorithm: "plot_nf_heatmap"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10728   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10729   filter: "'NIC_Intel-XXV710' and
10730            'NF_DENSITY' and
10731            'DOCKER' and
10732            'PIPELINE' and
10733            'NF_VPPIP4' and
10734            'IMIX' and
10735            '8T4C' and
10736            'NDRPDR'"
10737   parameters:
10738   - "throughput"
10739   - "name"
10740   - "tags"
10741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10742   x-axis: "X = CNFs per Service Pipeline"
10743   y-axis: "Y = Number of Service Pipelines"
10744   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10745   layout:
10746     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10747     layout: "plot-service-density"
10748
10749 # Plots - NF Density - CSP - PDR IMIX
10750 - type: "plot"
10751   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10752   algorithm: "plot_nf_heatmap"
10753   output-file-type: ".html"
10754   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10755   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10756   filter: "'NIC_Intel-XXV710' and
10757            'NF_DENSITY' and
10758            'DOCKER' and
10759            'PIPELINE' and
10760            'NF_VPPIP4' and
10761            'IMIX' and
10762            '2T1C' and
10763            'NDRPDR'"
10764   parameters:
10765   - "throughput"
10766   - "name"
10767   - "tags"
10768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10769   x-axis: "X = CNFs per Service Pipeline"
10770   y-axis: "Y = Number of Service Pipelines"
10771   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10772   layout:
10773     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10774     layout: "plot-service-density"
10775
10776 - type: "plot"
10777   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10778   algorithm: "plot_nf_heatmap"
10779   output-file-type: ".html"
10780   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10781   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10782   filter: "'NIC_Intel-XXV710' and
10783            'NF_DENSITY' and
10784            'DOCKER' and
10785            'PIPELINE' and
10786            'NF_VPPIP4' and
10787            'IMIX' and
10788            '4T2C' and
10789            'NDRPDR'"
10790   parameters:
10791   - "throughput"
10792   - "name"
10793   - "tags"
10794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10795   x-axis: "X = CNFs per Service Pipeline"
10796   y-axis: "Y = Number of Service Pipelines"
10797   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10798   layout:
10799     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10800     layout: "plot-service-density"
10801
10802 - type: "plot"
10803   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10804   algorithm: "plot_nf_heatmap"
10805   output-file-type: ".html"
10806   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10807   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10808   filter: "'NIC_Intel-XXV710' and
10809            'NF_DENSITY' and
10810            'DOCKER' and
10811            'PIPELINE' and
10812            'NF_VPPIP4' and
10813            'IMIX' and
10814            '8T4C' and
10815            'NDRPDR'"
10816   parameters:
10817   - "throughput"
10818   - "name"
10819   - "tags"
10820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10821   x-axis: "X = CNFs per Service Pipeline"
10822   y-axis: "Y = Number of Service Pipelines"
10823   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10824   layout:
10825     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10826     layout: "plot-service-density"
10827
10828 ################################################################################
10829
10830 # Packet Throughput
10831
10832 - type: "plot"
10833   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10834   algorithm: "plot_perf_box_name"
10835   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10836   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10837   include:
10838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10842   layout:
10843     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10844     layout: "plot-throughput"
10845
10846 - type: "plot"
10847   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10848   algorithm: "plot_perf_box_name"
10849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10851   include:
10852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10856   layout:
10857     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10858     layout: "plot-throughput"
10859
10860 - type: "plot"
10861   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10862   algorithm: "plot_perf_box_name"
10863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10865   include:
10866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10870   layout:
10871     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10872     layout: "plot-throughput"
10873
10874 - type: "plot"
10875   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10876   algorithm: "plot_perf_box_name"
10877   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10878   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10879   include:
10880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10884   layout:
10885     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10886     layout: "plot-throughput"
10887
10888 - type: "plot"
10889   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10890   algorithm: "plot_perf_box_name"
10891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10893   include:
10894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10899   layout:
10900     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10901     layout: "plot-throughput"
10902
10903 - type: "plot"
10904   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10905   algorithm: "plot_perf_box_name"
10906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10908   include:
10909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10914   layout:
10915     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10916     layout: "plot-throughput"
10917
10918 - type: "plot"
10919   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10920   algorithm: "plot_perf_box_name"
10921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10923   include:
10924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10928     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10929   layout:
10930     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10931     layout: "plot-throughput"
10932
10933 - type: "plot"
10934   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10935   algorithm: "plot_perf_box_name"
10936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10938   include:
10939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10942     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10943     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10944   layout:
10945     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10946     layout: "plot-throughput"
10947
10948 - type: "plot"
10949   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10950   algorithm: "plot_perf_box_name"
10951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10953   include:
10954     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10956     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10957     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10958     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10959   layout:
10960     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10961     layout: "plot-throughput"
10962
10963 - type: "plot"
10964   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10965   algorithm: "plot_perf_box_name"
10966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10968   include:
10969     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10970     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10971     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10972     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10973     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10974   layout:
10975     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10976     layout: "plot-throughput"
10977
10978 - type: "plot"
10979   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10980   algorithm: "plot_perf_box_name"
10981   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10983   include:
10984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10990   layout:
10991     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10996   algorithm: "plot_perf_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10999   include:
11000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11006   layout:
11007     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11012   algorithm: "plot_perf_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11015   include:
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11021   layout:
11022     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11023     layout: "plot-throughput"
11024
11025 - type: "plot"
11026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11027   algorithm: "plot_perf_box_name"
11028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11030   include:
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11036   layout:
11037     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11038     layout: "plot-throughput"
11039
11040 - type: "plot"
11041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11042   algorithm: "plot_perf_box_name"
11043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11045   include:
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11049   layout:
11050     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11062   layout:
11063     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11064     layout: "plot-throughput"
11065
11066 - type: "plot"
11067   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11068   algorithm: "plot_perf_box_name"
11069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11071   include:
11072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11077   layout:
11078     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11079     layout: "plot-throughput"
11080
11081 - type: "plot"
11082   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11083   algorithm: "plot_perf_box_name"
11084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11086   include:
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11092   layout:
11093     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11094     layout: "plot-throughput"
11095
11096 - type: "plot"
11097   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11098   algorithm: "plot_perf_box_name"
11099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11101   include:
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11105   layout:
11106     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11118   layout:
11119     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11124   algorithm: "plot_perf_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11127   include:
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11134   layout:
11135     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11136     layout: "plot-throughput"
11137
11138 - type: "plot"
11139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11140   algorithm: "plot_perf_box_name"
11141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11143   include:
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11150   layout:
11151     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11156   algorithm: "plot_perf_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11159   include:
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11166   layout:
11167     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11168     layout: "plot-throughput"
11169
11170 - type: "plot"
11171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11172   algorithm: "plot_perf_box_name"
11173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11175   include:
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11182   layout:
11183     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11184     layout: "plot-throughput"
11185
11186 - type: "plot"
11187   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11188   algorithm: "plot_perf_box_name"
11189   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11191   include:
11192     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11195   layout:
11196     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11204   include:
11205     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11208   layout:
11209     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11221 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11222 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11223   layout:
11224     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11229   algorithm: "plot_perf_box_name"
11230   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11232   include:
11233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11236 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11237 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11238   layout:
11239     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11240     layout: "plot-throughput"
11241
11242 - type: "plot"
11243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11244   algorithm: "plot_perf_box_name"
11245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11247   include:
11248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11253   layout:
11254     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11255     layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11262   include:
11263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11268   layout:
11269     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11270     layout: "plot-throughput"
11271
11272 - type: "plot"
11273   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11274   algorithm: "plot_perf_box_name"
11275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11277   include:
11278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11283   layout:
11284     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11285     layout: "plot-throughput"
11286
11287 - type: "plot"
11288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11289   algorithm: "plot_perf_box_name"
11290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11292   include:
11293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11298   layout:
11299     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11300     layout: "plot-throughput"
11301
11302 - type: "plot"
11303   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11304   algorithm: "plot_perf_box_name"
11305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11307   include:
11308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11314   layout:
11315     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11316     layout: "plot-throughput"
11317
11318 - type: "plot"
11319   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11320   algorithm: "plot_perf_box_name"
11321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11323   include:
11324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11330   layout:
11331     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11332     layout: "plot-throughput"
11333
11334 - type: "plot"
11335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11336   algorithm: "plot_perf_box_name"
11337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11339   include:
11340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11346   layout:
11347     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11362   layout:
11363     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11364     layout: "plot-throughput"
11365
11366 - type: "plot"
11367   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11368   algorithm: "plot_perf_box_name"
11369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11371   include:
11372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11377   layout:
11378     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11379     layout: "plot-throughput"
11380
11381 - type: "plot"
11382   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11383   algorithm: "plot_perf_box_name"
11384   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11385   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11386   include:
11387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11392   layout:
11393     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11394     layout: "plot-throughput"
11395
11396 - type: "plot"
11397   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11398   algorithm: "plot_perf_box_name"
11399   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11400   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11401   include:
11402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11408   layout:
11409     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11410     layout: "plot-throughput"
11411
11412 - type: "plot"
11413   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11414   algorithm: "plot_perf_box_name"
11415   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11416   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11417   include:
11418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11424   layout:
11425     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11426     layout: "plot-throughput"
11427
11428 - type: "plot"
11429   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11430   algorithm: "plot_perf_box_name"
11431   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11432   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11433   include:
11434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11439   layout:
11440     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11441     layout: "plot-throughput"
11442
11443 - type: "plot"
11444   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11445   algorithm: "plot_perf_box_name"
11446   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11447   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11448   include:
11449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11454   layout:
11455     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11456     layout: "plot-throughput"
11457
11458 - type: "plot"
11459   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11460   algorithm: "plot_perf_box_name"
11461   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11462   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11463   include:
11464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11470   layout:
11471     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11478   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11486   layout:
11487     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11494   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11495   include:
11496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11501   layout:
11502     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11503     layout: "plot-throughput"
11504
11505 - type: "plot"
11506   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11507   algorithm: "plot_perf_box_name"
11508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11510   include:
11511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11516   layout:
11517     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11518     layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11522   algorithm: "plot_perf_box_name"
11523   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11524   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11525   include:
11526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11532   layout:
11533     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11548   layout:
11549     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11560   layout:
11561     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11562     layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11566   algorithm: "plot_perf_box_name"
11567   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11569   include:
11570     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11572   layout:
11573     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11578   algorithm: "plot_perf_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11581   include:
11582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11586   layout:
11587     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11600   layout:
11601     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11609   include:
11610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11614   layout:
11615     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11623   include:
11624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11628   layout:
11629     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11637   include:
11638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11642   layout:
11643     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11651   include:
11652     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11656   layout:
11657     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11658     layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11664   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11665   include:
11666     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11670   layout:
11671     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11672     layout: "plot-throughput"
11673
11674 - type: "plot"
11675   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11676   algorithm: "plot_perf_box_name"
11677   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11678   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11679   include:
11680     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11684   layout:
11685     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11686     layout: "plot-throughput"
11687
11688 - type: "plot"
11689   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11690   algorithm: "plot_perf_box_name"
11691   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11693   include:
11694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11700   layout:
11701     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11702     layout: "plot-throughput"
11703
11704 - type: "plot"
11705   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11706   algorithm: "plot_perf_box_name"
11707   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11709   include:
11710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11716   layout:
11717     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11731   layout:
11732     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11740   include:
11741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11746   layout:
11747     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11755   include:
11756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11761   layout:
11762     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11776   layout:
11777     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11778     layout: "plot-throughput"
11779
11780 - type: "plot"
11781   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11782   algorithm: "plot_perf_box_name"
11783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11785   include:
11786     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11789   layout:
11790     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11798   include:
11799     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11802   layout:
11803     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11815   layout:
11816     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11828   layout:
11829     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11837   include:
11838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11843   layout:
11844     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11852   include:
11853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11858   layout:
11859     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11864   algorithm: "plot_perf_box_name"
11865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11867   include:
11868     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11873   layout:
11874     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11875     layout: "plot-throughput"
11876
11877 - type: "plot"
11878   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11882   include:
11883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11888   layout:
11889     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11897   include:
11898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11903   layout:
11904     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11912   include:
11913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11918   layout:
11919     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11926   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11927   include:
11928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11933   layout:
11934     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11935     layout: "plot-throughput"
11936
11937 - type: "plot"
11938   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11941   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11942   include:
11943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11948   layout:
11949     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11957   include:
11958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11963   layout:
11964     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11972   include:
11973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11978   layout:
11979     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11980     layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11984   algorithm: "plot_perf_box_name"
11985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11987   include:
11988     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11989     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11992     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11993     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11994   layout:
11995     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12003   include:
12004     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12005     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12008     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12009     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12010   layout:
12011     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12019   include:
12020     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12023     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12024   layout:
12025     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12033   include:
12034     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12038   layout:
12039     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12054   layout:
12055     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12070   layout:
12071     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12083     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086   layout:
12087     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12099     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102   layout:
12103     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12116     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12118   layout:
12119     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12127   include:
12128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12143   include:
12144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12147     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150   layout:
12151     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12159   include:
12160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166   layout:
12167     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12175   include:
12176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182   layout:
12183     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12191   include:
12192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12198   layout:
12199     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12214   layout:
12215     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12230   layout:
12231     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12246   layout:
12247     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12255   include:
12256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12262   layout:
12263     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12278   layout:
12279     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12294   layout:
12295     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12308   layout:
12309     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12317   include:
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12322   layout:
12323     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12331   include:
12332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12336   layout:
12337     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12345   include:
12346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12350   layout:
12351     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12352     layout: "plot-throughput"
12353
12354 - type: "plot"
12355   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12356   algorithm: "plot_perf_box_name"
12357   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12359   include:
12360     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12366   layout:
12367     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12368     layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12372   algorithm: "plot_perf_box_name"
12373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12375   include:
12376     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12382   layout:
12383     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12391   include:
12392     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12397   layout:
12398     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12403   algorithm: "plot_perf_box_name"
12404   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12406   include:
12407     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12412   layout:
12413     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12414     layout: "plot-throughput"
12415
12416 - type: "plot"
12417   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12418   algorithm: "plot_perf_box_name"
12419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12421   include:
12422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12427   layout:
12428     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12436   include:
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12442   layout:
12443     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12451   include:
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12456   layout:
12457     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12462   algorithm: "plot_perf_box_name"
12463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12465   include:
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12470   layout:
12471     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12479   include:
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12486   layout:
12487     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12488     layout: "plot-throughput"
12489
12490 - type: "plot"
12491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12492   algorithm: "plot_perf_box_name"
12493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12495   include:
12496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12502   layout:
12503     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12511   include:
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12518   layout:
12519     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12527   include:
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12534   layout:
12535     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543   include:
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12550   layout:
12551     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12582   layout:
12583     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12584     layout: "plot-throughput"
12585
12586 - type: "plot"
12587   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12588   algorithm: "plot_perf_box_name"
12589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12591   include:
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12598   layout:
12599     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12607   include:
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12612   layout:
12613     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12614     layout: "plot-throughput"
12615
12616 - type: "plot"
12617   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12618   algorithm: "plot_perf_box_name"
12619   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12620   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12621   include:
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12626   layout:
12627     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12635   include:
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12642   layout:
12643     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12651   include:
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12658   layout:
12659     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12667   include:
12668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12674   layout:
12675     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12683   include:
12684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12690   layout:
12691     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12692     layout: "plot-throughput"
12693
12694 #- type: "plot"
12695 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12696 #  algorithm: "plot_perf_box_name"
12697 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12698 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12699 #  include:
12700 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12701 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12702 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12703 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12704 #  layout:
12705 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12706 #    layout: "plot-throughput"
12707 #
12708 #- type: "plot"
12709 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12710 #  algorithm: "plot_perf_box_name"
12711 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12712 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12713 #  include:
12714 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12715 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12716 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12717 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12718 #  layout:
12719 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12720 #    layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12724   algorithm: "plot_perf_box_name"
12725   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12726   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12727   include:
12728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12734   layout:
12735     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12742   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12743   include:
12744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12750   layout:
12751     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12752     layout: "plot-throughput"
12753
12754 #- type: "plot"
12755 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12756 #  algorithm: "plot_perf_box_name"
12757 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12758 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12759 #  include:
12760 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12761 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12762 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12763 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12764 #  layout:
12765 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12766 #    layout: "plot-throughput"
12767 #
12768 #- type: "plot"
12769 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12770 #  algorithm: "plot_perf_box_name"
12771 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12772 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12773 #  include:
12774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12778 #  layout:
12779 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12780 #    layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12787   include:
12788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12794   layout:
12795     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12803   include:
12804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12810   layout:
12811     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12812     layout: "plot-throughput"
12813
12814 #- type: "plot"
12815 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12816 #  algorithm: "plot_perf_box_name"
12817 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12818 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12819 #  include:
12820 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12821 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12822 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12823 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12824 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12825 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12826 #  layout:
12827 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12828 #    layout: "plot-throughput"
12829 #
12830 #- type: "plot"
12831 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12832 #  algorithm: "plot_perf_box_name"
12833 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12834 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12835 #  include:
12836 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12837 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12838 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12839 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12840 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12841 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12842 #  layout:
12843 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12844 #    layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12851   include:
12852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12858   layout:
12859     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12860     layout: "plot-throughput"
12861
12862 - type: "plot"
12863   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12864   algorithm: "plot_perf_box_name"
12865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12867   include:
12868     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12869     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12870     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12871     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12872     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12873     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12874   layout:
12875     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12883   include:
12884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12890   layout:
12891     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12901     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12902     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12906   layout:
12907     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12915   include:
12916     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12917     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12918     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12919     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12920     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12921     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12922   layout:
12923     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931   include:
12932     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12933     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12934     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12935     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12936     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12937     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12938   layout:
12939     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12947   include:
12948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12951     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12952     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12953     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12954   layout:
12955     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12963   include:
12964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12967     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12968     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12969     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12970   layout:
12971     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12972     layout: "plot-throughput"
12973
12974 #- type: "plot"
12975 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12976 #  algorithm: "plot_perf_box_name"
12977 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12978 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12979 #  include:
12980 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12981 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12982 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12983 #  layout:
12984 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12985 #    layout: "plot-throughput"
12986 #
12987 #- type: "plot"
12988 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12989 #  algorithm: "plot_perf_box_name"
12990 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12991 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12992 #  include:
12993 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12994 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12995 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12996 #  layout:
12997 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12998 #    layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13005   include:
13006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13011   layout:
13012     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13017   algorithm: "plot_perf_box_name"
13018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13020   include:
13021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13026   layout:
13027     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13035   include:
13036     - "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"
13037     - "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"
13038     - "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"
13039     - "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"
13040     - "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"
13041   layout:
13042     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13050   include:
13051     - "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"
13052     - "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"
13053     - "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"
13054     - "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"
13055     - "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"
13056   layout:
13057     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13065   include:
13066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13071   layout:
13072     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13073     layout: "plot-throughput"
13074
13075 - type: "plot"
13076   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13077   algorithm: "plot_perf_box_name"
13078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13080   include:
13081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13086   layout:
13087     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13101   layout:
13102     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13110   include:
13111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13116   layout:
13117     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13125   include:
13126     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13131   layout:
13132     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13140   include:
13141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13146   layout:
13147     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13155   include:
13156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13161   layout:
13162     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13170   include:
13171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13176   layout:
13177     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13185   include:
13186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13190   layout:
13191     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13199   include:
13200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13204   layout:
13205     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13213   include:
13214     - "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"
13215     - "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"
13216     - "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"
13217     - "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"
13218   layout:
13219     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13224   algorithm: "plot_perf_box_name"
13225   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13227   include:
13228     - "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"
13229     - "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"
13230     - "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"
13231     - "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"
13232   layout:
13233     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13234     layout: "plot-throughput"
13235
13236 - type: "plot"
13237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13238   algorithm: "plot_perf_box_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13241   include:
13242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13248   layout:
13249     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13250     layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13257   include:
13258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13264   layout:
13265     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13280   layout:
13281     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13282     layout: "plot-throughput"
13283
13284 - type: "plot"
13285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13286   algorithm: "plot_perf_box_name"
13287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13289   include:
13290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13296   layout:
13297     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13312   layout:
13313     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13328   layout:
13329     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13337   include:
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13343   layout:
13344     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13349   algorithm: "plot_perf_box_name"
13350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352   include:
13353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13370   layout:
13371     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13372     layout: "plot-throughput"
13373
13374 - type: "plot"
13375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13376   algorithm: "plot_perf_box_name"
13377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13379   include:
13380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13382   layout:
13383     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13384     layout: "plot-throughput"
13385
13386 - type: "plot"
13387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13388   algorithm: "plot_perf_box_name"
13389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13391   include:
13392     - "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"
13393     - "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"
13394   layout:
13395     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13403   include:
13404     - "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"
13405     - "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"
13406   layout:
13407     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13418   layout:
13419     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13420     layout: "plot-throughput"
13421
13422 - type: "plot"
13423   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13424   algorithm: "plot_perf_box_name"
13425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13427   include:
13428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13430   layout:
13431     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442   layout:
13443     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13444     layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13454   layout:
13455     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13463   include:
13464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13470   layout:
13471     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13479   include:
13480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13486   layout:
13487     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495   include:
13496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502   layout:
13503     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13518   layout:
13519     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13520     layout: "plot-throughput"
13521
13522 #- type: "plot"
13523 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13524 #  algorithm: "plot_perf_box_name"
13525 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13526 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13527 #  include:
13528 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13529 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13530 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13531 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13532 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13533 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13534 #  layout:
13535 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13536 #    layout: "plot-throughput"
13537 #
13538 #- type: "plot"
13539 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13540 #  algorithm: "plot_perf_box_name"
13541 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13542 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13543 #  include:
13544 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13545 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13546 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13547 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13548 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13549 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550 #  layout:
13551 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13552 #    layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13559   include:
13560     - "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"
13561     - "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"
13562     - "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"
13563     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13566   layout:
13567     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13568     layout: "plot-throughput"
13569
13570 - type: "plot"
13571   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13572   algorithm: "plot_perf_box_name"
13573   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13575   include:
13576     - "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"
13577     - "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"
13578     - "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"
13579     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13580     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13582   layout:
13583     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13584     layout: "plot-throughput"
13585
13586 ################################################################################
13587
13588 # Packet Speedup
13589
13590 - type: "plot"
13591   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13592   algorithm: "plot_tsa_name"
13593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13595   include:
13596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13600   layout:
13601     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13602     layout: "plot-throughput-speedup-analysis"
13603
13604 - type: "plot"
13605   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13606   algorithm: "plot_tsa_name"
13607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13609   include:
13610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13614   layout:
13615     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13628   layout:
13629     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13630     layout: "plot-throughput-speedup-analysis"
13631
13632 - type: "plot"
13633   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13634   algorithm: "plot_tsa_name"
13635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13637   include:
13638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13642   layout:
13643     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13644     layout: "plot-throughput-speedup-analysis"
13645
13646 - type: "plot"
13647   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13648   algorithm: "plot_tsa_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13651   include:
13652     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13653     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13656     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13657   layout:
13658     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13659     layout: "plot-throughput-speedup-analysis"
13660
13661 - type: "plot"
13662   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13663   algorithm: "plot_tsa_name"
13664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13666   include:
13667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13670     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13671     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13672   layout:
13673     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13674     layout: "plot-throughput-speedup-analysis"
13675
13676 - type: "plot"
13677   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13678   algorithm: "plot_tsa_name"
13679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13681   include:
13682     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13683     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13684     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13685     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13686     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13687   layout:
13688     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13689     layout: "plot-throughput-speedup-analysis"
13690
13691 - type: "plot"
13692   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13693   algorithm: "plot_tsa_name"
13694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13696   include:
13697     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13698     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13699     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13700     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13701     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13702   layout:
13703     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13704     layout: "plot-throughput-speedup-analysis"
13705
13706 - type: "plot"
13707   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13708   algorithm: "plot_tsa_name"
13709   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13718   layout:
13719     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13720     layout: "plot-throughput-speedup-analysis"
13721
13722 - type: "plot"
13723   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13724   algorithm: "plot_tsa_name"
13725   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13734   layout:
13735     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13736     layout: "plot-throughput-speedup-analysis"
13737
13738 - type: "plot"
13739   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13740   algorithm: "plot_tsa_name"
13741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13743   include:
13744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13749   layout:
13750     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13751     layout: "plot-throughput-speedup-analysis"
13752
13753 - type: "plot"
13754   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13755   algorithm: "plot_tsa_name"
13756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13764   layout:
13765     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13766     layout: "plot-throughput-speedup-analysis"
13767
13768 - type: "plot"
13769   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13770   algorithm: "plot_tsa_name"
13771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13777   layout:
13778     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13779     layout: "plot-throughput-speedup-analysis"
13780
13781 - type: "plot"
13782   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13783   algorithm: "plot_tsa_name"
13784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13786   include:
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13790   layout:
13791     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13792     layout: "plot-throughput-speedup-analysis"
13793
13794 - type: "plot"
13795   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13796   algorithm: "plot_tsa_name"
13797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13805   layout:
13806     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13807     layout: "plot-throughput-speedup-analysis"
13808
13809 - type: "plot"
13810   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13811   algorithm: "plot_tsa_name"
13812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13814   include:
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13820   layout:
13821     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13822     layout: "plot-throughput-speedup-analysis"
13823
13824 - type: "plot"
13825   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13826   algorithm: "plot_tsa_name"
13827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13829   include:
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13846   layout:
13847     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13862   layout:
13863     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13864     layout: "plot-throughput-speedup-analysis"
13865
13866 - type: "plot"
13867   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13868   algorithm: "plot_tsa_name"
13869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13894   layout:
13895     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13896     layout: "plot-throughput-speedup-analysis"
13897
13898 - type: "plot"
13899   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13900   algorithm: "plot_tsa_name"
13901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13903   include:
13904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13910   layout:
13911     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13919   include:
13920     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13921     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13923   layout:
13924     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13925     layout: "plot-throughput-speedup-analysis"
13926
13927 - type: "plot"
13928   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13929   algorithm: "plot_tsa_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13932   include:
13933     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13936   layout:
13937     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13949 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13951   layout:
13952     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13953     layout: "plot-throughput-speedup-analysis"
13954
13955 - type: "plot"
13956   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13957   algorithm: "plot_tsa_name"
13958   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13960   include:
13961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13964 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13966   layout:
13967     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13968     layout: "plot-throughput-speedup-analysis"
13969
13970 - type: "plot"
13971   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13972   algorithm: "plot_tsa_name"
13973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13975   include:
13976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13981   layout:
13982     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13983     layout: "plot-throughput-speedup-analysis"
13984
13985 - type: "plot"
13986   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13987   algorithm: "plot_tsa_name"
13988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13990   include:
13991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13996   layout:
13997     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13998     layout: "plot-throughput-speedup-analysis"
13999
14000 - type: "plot"
14001   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14002   algorithm: "plot_tsa_name"
14003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14005   include:
14006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14011   layout:
14012     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14013     layout: "plot-throughput-speedup-analysis"
14014
14015 - type: "plot"
14016   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14017   algorithm: "plot_tsa_name"
14018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14020   include:
14021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14026   layout:
14027     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14028     layout: "plot-throughput-speedup-analysis"
14029
14030 - type: "plot"
14031   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14032   algorithm: "plot_tsa_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14042   layout:
14043     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14044     layout: "plot-throughput-speedup-analysis"
14045
14046 - type: "plot"
14047   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14048   algorithm: "plot_tsa_name"
14049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14058   layout:
14059     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14074   layout:
14075     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 - type: "plot"
14079   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14080   algorithm: "plot_tsa_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14090   layout:
14091     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14092     layout: "plot-throughput-speedup-analysis"
14093
14094 - type: "plot"
14095   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14096   algorithm: "plot_tsa_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14099   include:
14100     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14102   layout:
14103     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14111   include:
14112     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14114   layout:
14115     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14128   layout:
14129     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14142   layout:
14143     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14144     layout: "plot-throughput-speedup-analysis"
14145
14146 - type: "plot"
14147   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14148   algorithm: "plot_tsa_name"
14149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14151   include:
14152     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14156   layout:
14157     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 - type: "plot"
14161   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14162   algorithm: "plot_tsa_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14170   layout:
14171     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14186   layout:
14187     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14202   layout:
14203     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14217   layout:
14218     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14232   layout:
14233     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 - type: "plot"
14237   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14238   algorithm: "plot_tsa_name"
14239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14241   include:
14242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14247   layout:
14248     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14249     layout: "plot-throughput-speedup-analysis"
14250
14251 - type: "plot"
14252   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14253   algorithm: "plot_tsa_name"
14254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14262   layout:
14263     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14264     layout: "plot-throughput-speedup-analysis"
14265
14266 - type: "plot"
14267   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14268   algorithm: "plot_tsa_name"
14269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14271   include:
14272     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14275   layout:
14276     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14284   include:
14285     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14288   layout:
14289     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14290     layout: "plot-throughput-speedup-analysis"
14291
14292 - type: "plot"
14293   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14294   algorithm: "plot_tsa_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14301   layout:
14302     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14314   layout:
14315     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14344   layout:
14345     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14346     layout: "plot-throughput-speedup-analysis"
14347
14348 - type: "plot"
14349   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14350   algorithm: "plot_tsa_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14359   layout:
14360     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14361     layout: "plot-throughput-speedup-analysis"
14362
14363 - type: "plot"
14364   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14365   algorithm: "plot_tsa_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14374   layout:
14375     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14376     layout: "plot-throughput-speedup-analysis"
14377
14378 - type: "plot"
14379   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14380   algorithm: "plot_tsa_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14383   include:
14384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14386     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14388     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14389     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14390   layout:
14391     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 - type: "plot"
14395   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14396   algorithm: "plot_tsa_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14399   include:
14400     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14401     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14402     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14403     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14404     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14405     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14406   layout:
14407     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14408     layout: "plot-throughput-speedup-analysis"
14409
14410 - type: "plot"
14411   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14412   algorithm: "plot_tsa_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14414   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14415   include:
14416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14420   layout:
14421     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14422     layout: "plot-throughput-speedup-analysis"
14423
14424 - type: "plot"
14425   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14426   algorithm: "plot_tsa_name"
14427   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14429   include:
14430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14434   layout:
14435     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14436     layout: "plot-throughput-speedup-analysis"
14437
14438 - type: "plot"
14439   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14440   algorithm: "plot_tsa_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14443   include:
14444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14445     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14446     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14447     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14448     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14449     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14450   layout:
14451     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14452     layout: "plot-throughput-speedup-analysis"
14453
14454 - type: "plot"
14455   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14456   algorithm: "plot_tsa_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14459   include:
14460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14461     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14462     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14463     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14464     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14465     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14466   layout:
14467     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14482   layout:
14483     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14498   layout:
14499     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14507   include:
14508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14514   layout:
14515     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14523   include:
14524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14530   layout:
14531     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14546   layout:
14547     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14562   layout:
14563     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14578   layout:
14579     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14594   layout:
14595     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14608   layout:
14609     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14622   layout:
14623     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14636   layout:
14637     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14650   layout:
14651     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14659   include:
14660     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14666   layout:
14667     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14668     layout: "plot-throughput-speedup-analysis"
14669
14670 - type: "plot"
14671   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14672   algorithm: "plot_tsa_name"
14673   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14675   include:
14676     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14682   layout:
14683     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14691   include:
14692     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14697   layout:
14698     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14708     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14709     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14712   layout:
14713     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14721   include:
14722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14727   layout:
14728     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14742   layout:
14743     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14751   include:
14752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14756   layout:
14757     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14765   include:
14766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14770   layout:
14771     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14786   layout:
14787     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14795   include:
14796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14802   layout:
14803     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14811   include:
14812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14818   layout:
14819     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14827   include:
14828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14834   layout:
14835     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14843   include:
14844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14850   layout:
14851     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14859   include:
14860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14866   layout:
14867     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 - type: "plot"
14871   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14872   algorithm: "plot_tsa_name"
14873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14875   include:
14876     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14877     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14878     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14879     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14880     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14881     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14882   layout:
14883     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14884     layout: "plot-throughput-speedup-analysis"
14885
14886 - type: "plot"
14887   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14888   algorithm: "plot_tsa_name"
14889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14891   include:
14892     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14893     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14894     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14895     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14896     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14897     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14898   layout:
14899     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14900     layout: "plot-throughput-speedup-analysis"
14901
14902 - type: "plot"
14903   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14904   algorithm: "plot_tsa_name"
14905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14907   include:
14908     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14909     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14910     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14911     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14912     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14913     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14925     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14926     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14927     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14928     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14929     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14945   layout:
14946     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14960   layout:
14961     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14969   include:
14970     - "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"
14971     - "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"
14972     - "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"
14973     - "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"
14974     - "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"
14975   layout:
14976     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14984   include:
14985     - "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"
14986     - "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"
14987     - "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"
14988     - "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"
14989     - "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"
14990   layout:
14991     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15005   layout:
15006     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15020   layout:
15021     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15035   layout:
15036     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15044   include:
15045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15050   layout:
15051     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15059   include:
15060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15065   layout:
15066     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15074   include:
15075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15080   layout:
15081     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15089   include:
15090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15095   layout:
15096     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15104   include:
15105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15110   layout:
15111     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15119   include:
15120     - "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"
15121     - "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"
15122     - "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"
15123     - "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"
15124   layout:
15125     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15133   include:
15134     - "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"
15135     - "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"
15136     - "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"
15137     - "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"
15138   layout:
15139     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15147   include:
15148     - "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"
15149     - "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"
15150     - "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"
15151     - "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"
15152   layout:
15153     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15154     layout: "plot-throughput-speedup-analysis"
15155
15156 - type: "plot"
15157   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15158   algorithm: "plot_tsa_name"
15159   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15161   include:
15162     - "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"
15163     - "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"
15164     - "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"
15165     - "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"
15166   layout:
15167     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15182   layout:
15183     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15198   layout:
15199     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "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"
15209     - "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"
15210     - "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"
15211     - "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"
15212     - "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"
15213     - "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"
15214   layout:
15215     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "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"
15225     - "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"
15226     - "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"
15227     - "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"
15228     - "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"
15229     - "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"
15230   layout:
15231     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15246   layout:
15247     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15277   layout:
15278     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15279     layout: "plot-throughput-speedup-analysis"
15280
15281 - type: "plot"
15282   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15283   algorithm: "plot_tsa_name"
15284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15292   layout:
15293     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15301   include:
15302     - "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"
15303     - "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"
15304   layout:
15305     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15313   include:
15314     - "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"
15315     - "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"
15316   layout:
15317     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15325   include:
15326     - "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"
15327     - "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"
15328   layout:
15329     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 - type: "plot"
15333   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15334   algorithm: "plot_tsa_name"
15335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15337   include:
15338     - "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"
15339     - "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"
15340   layout:
15341     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15349   include:
15350     - "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"
15351     - "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"
15352     - "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"
15353     - "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"
15354     - "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"
15355     - "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"
15356   layout:
15357     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15365   include:
15366     - "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"
15367     - "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"
15368     - "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"
15369     - "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"
15370     - "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"
15371     - "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"
15372   layout:
15373     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15381   include:
15382     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15383     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15384     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15385     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15386     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15387   layout:
15388     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15389     layout: "plot-throughput-speedup-analysis"
15390
15391 - type: "plot"
15392   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15393   algorithm: "plot_tsa_name"
15394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15396   include:
15397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15401     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15402   layout:
15403     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15411   include:
15412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15417   layout:
15418     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15426   include:
15427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15432   layout:
15433     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15441   include:
15442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15448   layout:
15449     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15457   include:
15458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15464   layout:
15465     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15473   include:
15474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15478   layout:
15479     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15487   include:
15488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15492   layout:
15493     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15494     layout: "plot-throughput-speedup-analysis"
15495
15496 - type: "plot"
15497   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15498   algorithm: "plot_tsa_name"
15499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15501   include:
15502     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15507   layout:
15508     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15516   include:
15517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15522   layout:
15523     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15531   include:
15532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15538   layout:
15539     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15547   include:
15548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15553     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15554   layout:
15555     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15563   include:
15564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15568   layout:
15569     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15577   include:
15578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15582   layout:
15583     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 - type: "plot"
15587   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15588   algorithm: "plot_tsa_name"
15589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15591   include:
15592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15598   layout:
15599     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15600     layout: "plot-throughput-speedup-analysis"
15601
15602 - type: "plot"
15603   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15604   algorithm: "plot_tsa_name"
15605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15607   include:
15608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15614   layout:
15615     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15616     layout: "plot-throughput-speedup-analysis"
15617
15618 - type: "plot"
15619   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15620   algorithm: "plot_tsa_name"
15621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15623   include:
15624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15630   layout:
15631     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15639   include:
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15646   layout:
15647     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15655   include:
15656     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15657     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15658     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15659     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15660     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15661     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15662   layout:
15663     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15671   include:
15672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15673     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15674     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15675     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15676     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15677     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15678   layout:
15679     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15687   include:
15688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15694   layout:
15695     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15703   include:
15704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15710   layout:
15711     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15719   include:
15720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15726   layout:
15727     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15735   include:
15736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15742   layout:
15743     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 #- type: "plot"
15747 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15748 #  algorithm: "plot_tsa_name"
15749 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15750 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15751 #  include:
15752 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15753 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15754 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15755 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15756 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15757 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15758 #  layout:
15759 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15760 #    layout: "plot-throughput-speedup-analysis"
15761 #
15762 #- type: "plot"
15763 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15764 #  algorithm: "plot_tsa_name"
15765 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15766 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15767 #  include:
15768 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15769 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15770 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15771 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15772 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15773 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15774 #  layout:
15775 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15776 #    layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15783   include:
15784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15789   layout:
15790     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15798   include:
15799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15804   layout:
15805     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15813   include:
15814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15820   layout:
15821     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 - type: "plot"
15825   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15826   algorithm: "plot_tsa_name"
15827   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15828   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15829   include:
15830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15836   layout:
15837     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15845   include:
15846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15851   layout:
15852     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15860   include:
15861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15866   layout:
15867     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15868     layout: "plot-throughput-speedup-analysis"
15869
15870 #- type: "plot"
15871 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15872 #  algorithm: "plot_tsa_name"
15873 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15874 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15875 #  include:
15876 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15877 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15878 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15879 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15880 #  layout:
15881 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15882 #    layout: "plot-throughput-speedup-analysis"
15883 #
15884 #- type: "plot"
15885 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15886 #  algorithm: "plot_tsa_name"
15887 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15888 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15889 #  include:
15890 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15891 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15892 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15893 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15894 #  layout:
15895 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15896 #    layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15903   include:
15904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15909     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15910   layout:
15911     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 - type: "plot"
15915   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15916   algorithm: "plot_tsa_name"
15917   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15918   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15919   include:
15920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15926   layout:
15927     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15935   include:
15936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15941   layout:
15942     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15950   include:
15951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15956   layout:
15957     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15958     layout: "plot-throughput-speedup-analysis"
15959
15960 - type: "plot"
15961   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15962   algorithm: "plot_tsa_name"
15963   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15964   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15965   include:
15966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15972   layout:
15973     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15974     layout: "plot-throughput-speedup-analysis"
15975
15976 - type: "plot"
15977   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15978   algorithm: "plot_tsa_name"
15979   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15980   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15981   include:
15982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15988   layout:
15989     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15997   include:
15998     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16002   layout:
16003     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16011   include:
16012     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16014     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16015     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16016   layout:
16017     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16025   include:
16026     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16028     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16029     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16030     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16031   layout:
16032     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16040   include:
16041     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16046   layout:
16047     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16048     layout: "plot-throughput-speedup-analysis"
16049
16050 - type: "plot"
16051   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16052   algorithm: "plot_tsa_name"
16053   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16054   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16055   include:
16056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16059     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16060     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16062   layout:
16063     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16064     layout: "plot-throughput-speedup-analysis"
16065
16066 - type: "plot"
16067   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16068   algorithm: "plot_tsa_name"
16069   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16070   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16071   include:
16072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16075     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16078   layout:
16079     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16080     layout: "plot-throughput-speedup-analysis"
16081
16082 #- type: "plot"
16083 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16084 #  algorithm: "plot_tsa_name"
16085 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16086 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16087 #  include:
16088 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16089 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16090 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16091 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16092 #  layout:
16093 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16094 #    layout: "plot-throughput-speedup-analysis"
16095 #
16096 #- type: "plot"
16097 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16098 #  algorithm: "plot_tsa_name"
16099 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16100 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16101 #  include:
16102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16106 #  layout:
16107 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16108 #    layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16115   include:
16116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16118     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16121     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16122   layout:
16123     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16131   include:
16132     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16134     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16135     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16136     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16137     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16138   layout:
16139     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 #- type: "plot"
16143 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16144 #  algorithm: "plot_tsa_name"
16145 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16146 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16147 #  include:
16148 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16149 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16150 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16151 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16152 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16153 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16154 #  layout:
16155 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16156 #    layout: "plot-throughput-speedup-analysis"
16157 #
16158 #- type: "plot"
16159 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16160 #  algorithm: "plot_tsa_name"
16161 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16162 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16163 #  include:
16164 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16165 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16166 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16167 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16168 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16169 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16170 #  layout:
16171 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16172 #    layout: "plot-throughput-speedup-analysis"
16173
16174 #- type: "plot"
16175 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16176 #  algorithm: "plot_tsa_name"
16177 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16178 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16179 #  include:
16180 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16183 #  layout:
16184 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16185 #    layout: "plot-throughput-speedup-analysis"
16186 #
16187 #- type: "plot"
16188 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16189 #  algorithm: "plot_tsa_name"
16190 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16191 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16192 #  include:
16193 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16194 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16195 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16196 #  layout:
16197 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16198 #    layout: "plot-throughput-speedup-analysis"
16199
16200 ################################################################################
16201
16202 # Packet Throughput - DPDK
16203
16204 # 2n-skx-xxv710
16205
16206 - type: "plot"
16207   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16208   algorithm: "plot_perf_box_name"
16209   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16210   data: "plot-dpdk-throughput-latency-2n-skx"
16211   include:
16212     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16213     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16214   layout:
16215     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16216     layout: "plot-throughput"
16217
16218 - type: "plot"
16219   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16220   algorithm: "plot_perf_box_name"
16221   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16222   data: "plot-dpdk-throughput-latency-2n-skx"
16223   include:
16224     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16225     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16226   layout:
16227     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16228     layout: "plot-throughput"
16229
16230 - type: "plot"
16231   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16232   algorithm: "plot_perf_box_name"
16233   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16234   data: "plot-dpdk-throughput-latency-2n-skx"
16235   include:
16236     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16237     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16238   layout:
16239     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16240     layout: "plot-throughput"
16241
16242 - type: "plot"
16243   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16244   algorithm: "plot_perf_box_name"
16245   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16246   data: "plot-dpdk-throughput-latency-2n-skx"
16247   include:
16248     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16249     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16250   layout:
16251     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16252     layout: "plot-throughput"
16253
16254 # 2n-skx-x710
16255
16256 - type: "plot"
16257   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16258   algorithm: "plot_perf_box_name"
16259   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16260   data: "plot-dpdk-throughput-latency-2n-skx"
16261   include:
16262     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16263     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16264   layout:
16265     title: "2n-skx-x710-64b-2t1c-base-ndr"
16266     layout: "plot-throughput"
16267
16268 - type: "plot"
16269   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16270   algorithm: "plot_perf_box_name"
16271   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16272   data: "plot-dpdk-throughput-latency-2n-skx"
16273   include:
16274     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16275     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16276   layout:
16277     title: "2n-skx-x710-64b-4t2c-base-ndr"
16278     layout: "plot-throughput"
16279
16280 - type: "plot"
16281   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16282   algorithm: "plot_perf_box_name"
16283   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16284   data: "plot-dpdk-throughput-latency-2n-skx"
16285   include:
16286     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16287     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16288   layout:
16289     title: "2n-skx-x710-64b-2t1c-base-pdr"
16290     layout: "plot-throughput"
16291
16292 - type: "plot"
16293   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16294   algorithm: "plot_perf_box_name"
16295   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16296   data: "plot-dpdk-throughput-latency-2n-skx"
16297   include:
16298     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16299     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16300   layout:
16301     title: "2n-skx-x710-64b-4t2c-base-pdr"
16302     layout: "plot-throughput"
16303
16304 # 3n-skx-xxv710
16305
16306 - type: "plot"
16307   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16308   algorithm: "plot_perf_box_name"
16309   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16310   data: "plot-dpdk-throughput-latency-3n-skx"
16311   include:
16312     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16313     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16314   layout:
16315     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16316     layout: "plot-throughput"
16317
16318 - type: "plot"
16319   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16320   algorithm: "plot_perf_box_name"
16321   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16322   data: "plot-dpdk-throughput-latency-3n-skx"
16323   include:
16324     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16325     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16326   layout:
16327     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16328     layout: "plot-throughput"
16329
16330 - type: "plot"
16331   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16332   algorithm: "plot_perf_box_name"
16333   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16334   data: "plot-dpdk-throughput-latency-3n-skx"
16335   include:
16336     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16337     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16338   layout:
16339     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16340     layout: "plot-throughput"
16341
16342 - type: "plot"
16343   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16344   algorithm: "plot_perf_box_name"
16345   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16346   data: "plot-dpdk-throughput-latency-3n-skx"
16347   include:
16348     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16349     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16350   layout:
16351     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16352     layout: "plot-throughput"
16353
16354 # 3n-skx-x710
16355
16356 - type: "plot"
16357   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16358   algorithm: "plot_perf_box_name"
16359   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16360   data: "plot-dpdk-throughput-latency-3n-skx"
16361   include:
16362     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16363     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16364   layout:
16365     title: "3n-skx-x710-64b-2t1c-base-ndr"
16366     layout: "plot-throughput"
16367
16368 - type: "plot"
16369   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16370   algorithm: "plot_perf_box_name"
16371   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16372   data: "plot-dpdk-throughput-latency-3n-skx"
16373   include:
16374     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16375     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16376   layout:
16377     title: "3n-skx-x710-64b-4t2c-base-ndr"
16378     layout: "plot-throughput"
16379
16380 - type: "plot"
16381   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16382   algorithm: "plot_perf_box_name"
16383   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16384   data: "plot-dpdk-throughput-latency-3n-skx"
16385   include:
16386     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16387     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16388   layout:
16389     title: "3n-skx-x710-64b-2t1c-base-pdr"
16390     layout: "plot-throughput"
16391
16392 - type: "plot"
16393   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16394   algorithm: "plot_perf_box_name"
16395   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16396   data: "plot-dpdk-throughput-latency-3n-skx"
16397   include:
16398     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16399     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16400   layout:
16401     title: "3n-skx-x710-64b-4t2c-base-pdr"
16402     layout: "plot-throughput"
16403
16404 # 3n-hsw-xl710
16405
16406 - type: "plot"
16407   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16408   algorithm: "plot_perf_box_name"
16409   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16410   data: "plot-dpdk-throughput-latency-3n-hsw"
16411   include:
16412     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16413     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16414   layout:
16415     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16416     layout: "plot-throughput"
16417
16418 - type: "plot"
16419   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16420   algorithm: "plot_perf_box_name"
16421   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16422   data: "plot-dpdk-throughput-latency-3n-hsw"
16423   include:
16424     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16425     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16426   layout:
16427     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16428     layout: "plot-throughput"
16429
16430 - type: "plot"
16431   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16432   algorithm: "plot_perf_box_name"
16433   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16434   data: "plot-dpdk-throughput-latency-3n-hsw"
16435   include:
16436     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16437     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16438   layout:
16439     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16440     layout: "plot-throughput"
16441
16442 - type: "plot"
16443   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16444   algorithm: "plot_perf_box_name"
16445   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16446   data: "plot-dpdk-throughput-latency-3n-hsw"
16447   include:
16448     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16449     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16450   layout:
16451     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16452     layout: "plot-throughput"
16453
16454 # 3n-hsw-x710
16455
16456 - type: "plot"
16457   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16458   algorithm: "plot_perf_box_name"
16459   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16460   data: "plot-dpdk-throughput-latency-3n-hsw"
16461   include:
16462     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16463     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16464   layout:
16465     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16466     layout: "plot-throughput"
16467
16468 - type: "plot"
16469   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16470   algorithm: "plot_perf_box_name"
16471   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16472   data: "plot-dpdk-throughput-latency-3n-hsw"
16473   include:
16474     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16475     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16476   layout:
16477     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16478     layout: "plot-throughput"
16479
16480 - type: "plot"
16481   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16482   algorithm: "plot_perf_box_name"
16483   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16484   data: "plot-dpdk-throughput-latency-3n-hsw"
16485   include:
16486     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16487     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16488   layout:
16489     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16490     layout: "plot-throughput"
16491
16492 - type: "plot"
16493   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16494   algorithm: "plot_perf_box_name"
16495   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16496   data: "plot-dpdk-throughput-latency-3n-hsw"
16497   include:
16498     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16499     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16500   layout:
16501     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16502     layout: "plot-throughput"
16503
16504 # 2n-dnv-x553
16505
16506 - type: "plot"
16507   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16508   algorithm: "plot_perf_box_name"
16509   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16510   data: "plot-dpdk-throughput-latency-2n-dnv"
16511   include:
16512     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16513     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16514   layout:
16515     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16516     layout: "plot-throughput"
16517
16518 - type: "plot"
16519   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16520   algorithm: "plot_perf_box_name"
16521   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16522   data: "plot-dpdk-throughput-latency-2n-dnv"
16523   include:
16524     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16525     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16526   layout:
16527     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16528     layout: "plot-throughput"
16529
16530 - type: "plot"
16531   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16532   algorithm: "plot_perf_box_name"
16533   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16534   data: "plot-dpdk-throughput-latency-2n-dnv"
16535   include:
16536     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16537     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16538   layout:
16539     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16540     layout: "plot-throughput"
16541
16542 - type: "plot"
16543   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16544   algorithm: "plot_perf_box_name"
16545   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16546   data: "plot-dpdk-throughput-latency-2n-dnv"
16547   include:
16548     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16549     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16550   layout:
16551     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16552     layout: "plot-throughput"
16553
16554 # 3n-dnv-x553
16555
16556 - type: "plot"
16557   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16558   algorithm: "plot_perf_box_name"
16559   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16560   data: "plot-dpdk-throughput-latency-3n-dnv"
16561   include:
16562     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16563     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16564   layout:
16565     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16566     layout: "plot-throughput"
16567
16568 - type: "plot"
16569   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16570   algorithm: "plot_perf_box_name"
16571   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16572   data: "plot-dpdk-throughput-latency-3n-dnv"
16573   include:
16574     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16575     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16576   layout:
16577     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16578     layout: "plot-throughput"
16579
16580 - type: "plot"
16581   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16582   algorithm: "plot_perf_box_name"
16583   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16584   data: "plot-dpdk-throughput-latency-3n-dnv"
16585   include:
16586     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16587     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16588   layout:
16589     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16590     layout: "plot-throughput"
16591
16592 - type: "plot"
16593   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16594   algorithm: "plot_perf_box_name"
16595   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16596   data: "plot-dpdk-throughput-latency-3n-dnv"
16597   include:
16598     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16599     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16600   layout:
16601     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16602     layout: "plot-throughput"
16603
16604 # 3n-tsh-x520
16605
16606 - type: "plot"
16607   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16608   algorithm: "plot_perf_box_name"
16609   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16610   data: "plot-dpdk-throughput-latency-3n-tsh"
16611   include:
16612     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16613     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16614   layout:
16615     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16616     layout: "plot-throughput"
16617
16618 - type: "plot"
16619   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16620   algorithm: "plot_perf_box_name"
16621   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16622   data: "plot-dpdk-throughput-latency-3n-tsh"
16623   include:
16624     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16625     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16626   layout:
16627     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16628     layout: "plot-throughput"
16629
16630 - type: "plot"
16631   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16632   algorithm: "plot_perf_box_name"
16633   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16634   data: "plot-dpdk-throughput-latency-3n-tsh"
16635   include:
16636     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16637     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16638   layout:
16639     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16640     layout: "plot-throughput"
16641
16642 - type: "plot"
16643   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16644   algorithm: "plot_perf_box_name"
16645   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16646   data: "plot-dpdk-throughput-latency-3n-tsh"
16647   include:
16648     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16649     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16650   layout:
16651     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16652     layout: "plot-throughput"
16653
16654 ################################################################################
16655 ###   2n-clx                                                                 ###
16656 ################################################################################
16657
16658 # Packet Throughput
16659
16660 - type: "plot"
16661   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16662   algorithm: "plot_perf_box_name"
16663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16665   include:
16666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16670   layout:
16671     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16684   layout:
16685     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16693   include:
16694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16698   layout:
16699     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16700     layout: "plot-throughput"
16701
16702 - type: "plot"
16703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16704   algorithm: "plot_perf_box_name"
16705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16707   include:
16708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16712   layout:
16713     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16714     layout: "plot-throughput"
16715
16716 - type: "plot"
16717   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16718   algorithm: "plot_perf_box_name"
16719   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16721   include:
16722     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16723     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16724     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16725     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16726   layout:
16727     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16728     layout: "plot-throughput"
16729
16730 - type: "plot"
16731   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16732   algorithm: "plot_perf_box_name"
16733   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16735   include:
16736     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16737     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16738     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16739     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16740   layout:
16741     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16742     layout: "plot-throughput"
16743
16744 - type: "plot"
16745   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16749   include:
16750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16756   layout:
16757     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16758     layout: "plot-throughput"
16759
16760 - type: "plot"
16761   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16762   algorithm: "plot_perf_box_name"
16763   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16765   include:
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16771   layout:
16772     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16773     layout: "plot-throughput"
16774
16775 - type: "plot"
16776   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16780   include:
16781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16785   layout:
16786     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16794   include:
16795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16799   layout:
16800     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16801     layout: "plot-throughput"
16802
16803 - type: "plot"
16804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16805   algorithm: "plot_perf_box_name"
16806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16808   include:
16809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16812   layout:
16813     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16814     layout: "plot-throughput"
16815
16816 - type: "plot"
16817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16818   algorithm: "plot_perf_box_name"
16819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16821   include:
16822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16825   layout:
16826     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16827     layout: "plot-throughput"
16828
16829 - type: "plot"
16830   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16831   algorithm: "plot_perf_box_name"
16832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16834   include:
16835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16840   layout:
16841     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16849   include:
16850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16855   layout:
16856     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16864   include:
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16868   layout:
16869     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16870     layout: "plot-throughput"
16871
16872 - type: "plot"
16873   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16874   algorithm: "plot_perf_box_name"
16875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16877   include:
16878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16881   layout:
16882     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16883     layout: "plot-throughput"
16884
16885 - type: "plot"
16886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16887   algorithm: "plot_perf_box_name"
16888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16890   include:
16891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16897   layout:
16898     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16899     layout: "plot-throughput"
16900
16901 - type: "plot"
16902   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16903   algorithm: "plot_perf_box_name"
16904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16906   include:
16907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16913   layout:
16914     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16915     layout: "plot-throughput"
16916
16917 - type: "plot"
16918   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16919   algorithm: "plot_perf_box_name"
16920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16922   include:
16923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16929   layout:
16930     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16931     layout: "plot-throughput"
16932
16933 - type: "plot"
16934   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16935   algorithm: "plot_perf_box_name"
16936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16938   include:
16939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16945   layout:
16946     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16947     layout: "plot-throughput"
16948
16949 - type: "plot"
16950   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16951   algorithm: "plot_perf_box_name"
16952   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16954   include:
16955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16957   layout:
16958     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16966   include:
16967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16969   layout:
16970     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16971     layout: "plot-throughput"
16972
16973 - type: "plot"
16974   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16975   algorithm: "plot_perf_box_name"
16976   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16978   include:
16979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16985   layout:
16986     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16987     layout: "plot-throughput"
16988
16989 - type: "plot"
16990   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16991   algorithm: "plot_perf_box_name"
16992   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16994   include:
16995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17001   layout:
17002     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17003     layout: "plot-throughput"
17004
17005 - type: "plot"
17006   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17007   algorithm: "plot_perf_box_name"
17008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17010   include:
17011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17017   layout:
17018     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17019     layout: "plot-throughput"
17020
17021 - type: "plot"
17022   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17023   algorithm: "plot_perf_box_name"
17024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17026   include:
17027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17033   layout:
17034     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17042   include:
17043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17046     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17047     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17049   layout:
17050     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17051     layout: "plot-throughput"
17052
17053 - type: "plot"
17054   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17055   algorithm: "plot_perf_box_name"
17056   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17058   include:
17059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17065   layout:
17066     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17074   include:
17075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17080   layout:
17081     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17082     layout: "plot-throughput"
17083
17084 - type: "plot"
17085   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17086   algorithm: "plot_perf_box_name"
17087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17089   include:
17090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17095   layout:
17096     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17104   include:
17105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17125   layout:
17126     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17127     layout: "plot-throughput"
17128
17129 - type: "plot"
17130   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17131   algorithm: "plot_perf_box_name"
17132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17134   include:
17135     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17140   layout:
17141     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17142     layout: "plot-throughput"
17143
17144 - type: "plot"
17145   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17149   include:
17150     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17155   layout:
17156     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17157     layout: "plot-throughput"
17158
17159 - type: "plot"
17160   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17161   algorithm: "plot_perf_box_name"
17162   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17164   include:
17165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17170   layout:
17171     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17179   include:
17180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17185   layout:
17186     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17187     layout: "plot-throughput"
17188
17189 - type: "plot"
17190   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17191   algorithm: "plot_perf_box_name"
17192   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17194   include:
17195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17200   layout:
17201     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17215   layout:
17216     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17217     layout: "plot-throughput"
17218
17219 - type: "plot"
17220   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17221   algorithm: "plot_perf_box_name"
17222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17224   include:
17225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17231   layout:
17232     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17247   layout:
17248     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17256   include:
17257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17261   layout:
17262     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17275   layout:
17276     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17291   layout:
17292     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17307   layout:
17308     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17321   layout:
17322     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17323     layout: "plot-throughput"
17324
17325 - type: "plot"
17326   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17330   include:
17331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17335   layout:
17336     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17351   layout:
17352     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17353     layout: "plot-throughput"
17354
17355 - type: "plot"
17356   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17360   include:
17361     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17365     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17367   layout:
17368     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17369     layout: "plot-throughput"
17370
17371 - type: "plot"
17372   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17373   algorithm: "plot_perf_box_name"
17374   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17376   include:
17377     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17381   layout:
17382     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17392     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17395   layout:
17396     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17410   layout:
17411     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17412     layout: "plot-throughput"
17413
17414 - type: "plot"
17415   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17416   algorithm: "plot_perf_box_name"
17417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17419   include:
17420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17425   layout:
17426     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17434   include:
17435     - "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"
17436     - "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"
17437     - "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"
17438     - "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"
17439     - "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"
17440   layout:
17441     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17442     layout: "plot-throughput"
17443
17444 - type: "plot"
17445   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17449   include:
17450     - "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"
17451     - "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"
17452     - "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"
17453     - "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"
17454     - "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"
17455   layout:
17456     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17457     layout: "plot-throughput"
17458
17459 - type: "plot"
17460   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17461   algorithm: "plot_perf_box_name"
17462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464   include:
17465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17470   layout:
17471     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17472     layout: "plot-throughput"
17473
17474 - type: "plot"
17475   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17476   algorithm: "plot_perf_box_name"
17477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479   include:
17480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17485   layout:
17486     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17500   layout:
17501     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509   include:
17510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17515   layout:
17516     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17517     layout: "plot-throughput"
17518
17519 - type: "plot"
17520   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17521   algorithm: "plot_perf_box_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524   include:
17525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17529   layout:
17530     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17543   layout:
17544     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "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"
17554     - "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"
17555     - "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"
17556     - "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"
17557   layout:
17558     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17559     layout: "plot-throughput"
17560
17561 - type: "plot"
17562   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17563   algorithm: "plot_perf_box_name"
17564   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17566   include:
17567     - "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"
17568     - "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"
17569     - "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"
17570     - "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"
17571   layout:
17572     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581     - "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"
17582     - "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"
17583     - "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"
17584     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17585     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17586     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17587   layout:
17588     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597     - "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"
17598     - "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"
17599     - "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"
17600     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17601     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17602     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17603   layout:
17604     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17605     layout: "plot-throughput"
17606
17607 ################################################################################
17608
17609 # Packet Speedup
17610
17611 - type: "plot"
17612   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17613   algorithm: "plot_tsa_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17621   layout:
17622     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17623     layout: "plot-throughput-speedup-analysis"
17624
17625 - type: "plot"
17626   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17627   algorithm: "plot_tsa_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17635   layout:
17636     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17637     layout: "plot-throughput-speedup-analysis"
17638
17639 - type: "plot"
17640   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17641   algorithm: "plot_tsa_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17649   layout:
17650     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17663   layout:
17664     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17665     layout: "plot-throughput-speedup-analysis"
17666
17667 - type: "plot"
17668   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17669   algorithm: "plot_tsa_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17677   layout:
17678     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17679     layout: "plot-throughput-speedup-analysis"
17680
17681 - type: "plot"
17682   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17683   algorithm: "plot_tsa_name"
17684   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17686   include:
17687     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17690     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17691   layout:
17692     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17693     layout: "plot-throughput-speedup-analysis"
17694
17695 - type: "plot"
17696   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17697   algorithm: "plot_tsa_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17707   layout:
17708     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17709     layout: "plot-throughput-speedup-analysis"
17710
17711 - type: "plot"
17712   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17713   algorithm: "plot_tsa_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17723   layout:
17724     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17725     layout: "plot-throughput-speedup-analysis"
17726
17727 - type: "plot"
17728   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17729   algorithm: "plot_tsa_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17739     layout: "plot-throughput-speedup-analysis"
17740
17741 - type: "plot"
17742   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17743   algorithm: "plot_tsa_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17751   layout:
17752     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17753     layout: "plot-throughput-speedup-analysis"
17754
17755 - type: "plot"
17756   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17757   algorithm: "plot_tsa_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17764   layout:
17765     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17766     layout: "plot-throughput-speedup-analysis"
17767
17768 - type: "plot"
17769   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17770   algorithm: "plot_tsa_name"
17771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17773   include:
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17779     layout: "plot-throughput-speedup-analysis"
17780
17781 - type: "plot"
17782   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17783   algorithm: "plot_tsa_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17792   layout:
17793     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17794     layout: "plot-throughput-speedup-analysis"
17795
17796 - type: "plot"
17797   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17798   algorithm: "plot_tsa_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17822     layout: "plot-throughput-speedup-analysis"
17823
17824 - type: "plot"
17825   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17826   algorithm: "plot_tsa_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17833   layout:
17834     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17835     layout: "plot-throughput-speedup-analysis"
17836
17837 - type: "plot"
17838   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17839   algorithm: "plot_tsa_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17849   layout:
17850     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17851     layout: "plot-throughput-speedup-analysis"
17852
17853 - type: "plot"
17854   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17855   algorithm: "plot_tsa_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17865   layout:
17866     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17867     layout: "plot-throughput-speedup-analysis"
17868
17869 - type: "plot"
17870   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17871   algorithm: "plot_tsa_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17881   layout:
17882     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17883     layout: "plot-throughput-speedup-analysis"
17884
17885 - type: "plot"
17886   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17887   algorithm: "plot_tsa_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17897   layout:
17898     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17899     layout: "plot-throughput-speedup-analysis"
17900
17901 - type: "plot"
17902   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17903   algorithm: "plot_tsa_name"
17904   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17906   include:
17907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17909   layout:
17910     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17911     layout: "plot-throughput-speedup-analysis"
17912
17913 - type: "plot"
17914   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17915   algorithm: "plot_tsa_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17921   layout:
17922     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17923     layout: "plot-throughput-speedup-analysis"
17924
17925 - type: "plot"
17926   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17927   algorithm: "plot_tsa_name"
17928   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17930   include:
17931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17937   layout:
17938     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17939     layout: "plot-throughput-speedup-analysis"
17940
17941 - type: "plot"
17942   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17943   algorithm: "plot_tsa_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17953   layout:
17954     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17955     layout: "plot-throughput-speedup-analysis"
17956
17957 - type: "plot"
17958   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17959   algorithm: "plot_tsa_name"
17960   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17962   include:
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17969   layout:
17970     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17971     layout: "plot-throughput-speedup-analysis"
17972
17973 - type: "plot"
17974   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17975   algorithm: "plot_tsa_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17985   layout:
17986     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17987     layout: "plot-throughput-speedup-analysis"
17988
17989 - type: "plot"
17990   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17991   algorithm: "plot_tsa_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18001   layout:
18002     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18003     layout: "plot-throughput-speedup-analysis"
18004
18005 - type: "plot"
18006   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18007   algorithm: "plot_tsa_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18017   layout:
18018     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18019     layout: "plot-throughput-speedup-analysis"
18020
18021 - type: "plot"
18022   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18023   algorithm: "plot_tsa_name"
18024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18026   include:
18027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18032   layout:
18033     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18034     layout: "plot-throughput-speedup-analysis"
18035
18036 - type: "plot"
18037   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18038   algorithm: "plot_tsa_name"
18039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18041   include:
18042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18049     layout: "plot-throughput-speedup-analysis"
18050
18051 - type: "plot"
18052   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18053   algorithm: "plot_tsa_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18062   layout:
18063     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18064     layout: "plot-throughput-speedup-analysis"
18065
18066 - type: "plot"
18067   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18068   algorithm: "plot_tsa_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18077   layout:
18078     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18079     layout: "plot-throughput-speedup-analysis"
18080
18081 - type: "plot"
18082   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18083   algorithm: "plot_tsa_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18092   layout:
18093     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18094     layout: "plot-throughput-speedup-analysis"
18095
18096 - type: "plot"
18097   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18098   algorithm: "plot_tsa_name"
18099   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18101   include:
18102     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18107   layout:
18108     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18109     layout: "plot-throughput-speedup-analysis"
18110
18111 - type: "plot"
18112   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18113   algorithm: "plot_tsa_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18122   layout:
18123     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18124     layout: "plot-throughput-speedup-analysis"
18125
18126 - type: "plot"
18127   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18128   algorithm: "plot_tsa_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18137   layout:
18138     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18139     layout: "plot-throughput-speedup-analysis"
18140
18141 - type: "plot"
18142   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18143   algorithm: "plot_tsa_name"
18144   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18146   include:
18147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18152   layout:
18153     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18154     layout: "plot-throughput-speedup-analysis"
18155
18156 - type: "plot"
18157   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18158   algorithm: "plot_tsa_name"
18159   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18161   include:
18162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18167   layout:
18168     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18169     layout: "plot-throughput-speedup-analysis"
18170
18171 - type: "plot"
18172   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18173   algorithm: "plot_tsa_name"
18174   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18176   include:
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18183   layout:
18184     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18185     layout: "plot-throughput-speedup-analysis"
18186
18187 - type: "plot"
18188   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18189   algorithm: "plot_tsa_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18199   layout:
18200     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18201     layout: "plot-throughput-speedup-analysis"
18202
18203 - type: "plot"
18204   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18205   algorithm: "plot_tsa_name"
18206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18208   include:
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18213   layout:
18214     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18215     layout: "plot-throughput-speedup-analysis"
18216
18217 - type: "plot"
18218   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18219   algorithm: "plot_tsa_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18222   include:
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18227   layout:
18228     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18229     layout: "plot-throughput-speedup-analysis"
18230
18231 - type: "plot"
18232   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18233   algorithm: "plot_tsa_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18243   layout:
18244     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18245     layout: "plot-throughput-speedup-analysis"
18246
18247 - type: "plot"
18248   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18249   algorithm: "plot_tsa_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18259   layout:
18260     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18273   layout:
18274     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18275     layout: "plot-throughput-speedup-analysis"
18276
18277 - type: "plot"
18278   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18279   algorithm: "plot_tsa_name"
18280   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18282   include:
18283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18289     layout: "plot-throughput-speedup-analysis"
18290
18291 - type: "plot"
18292   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18293   algorithm: "plot_tsa_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18303   layout:
18304     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18305     layout: "plot-throughput-speedup-analysis"
18306
18307 - type: "plot"
18308   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18309   algorithm: "plot_tsa_name"
18310   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18312   include:
18313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18319   layout:
18320     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18321     layout: "plot-throughput-speedup-analysis"
18322
18323 - type: "plot"
18324   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18325   algorithm: "plot_tsa_name"
18326   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18328   include:
18329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18333   layout:
18334     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18335     layout: "plot-throughput-speedup-analysis"
18336
18337 - type: "plot"
18338   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18339   algorithm: "plot_tsa_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18347   layout:
18348     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18349     layout: "plot-throughput-speedup-analysis"
18350
18351 - type: "plot"
18352   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18353   algorithm: "plot_tsa_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18362   layout:
18363     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18364     layout: "plot-throughput-speedup-analysis"
18365
18366 - type: "plot"
18367   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18368   algorithm: "plot_tsa_name"
18369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18371   include:
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18377   layout:
18378     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18379     layout: "plot-throughput-speedup-analysis"
18380
18381 - type: "plot"
18382   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18383   algorithm: "plot_tsa_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "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"
18388     - "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"
18389     - "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"
18390     - "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"
18391     - "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"
18392   layout:
18393     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18394     layout: "plot-throughput-speedup-analysis"
18395
18396 - type: "plot"
18397   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18398   algorithm: "plot_tsa_name"
18399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18401   include:
18402     - "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"
18403     - "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"
18404     - "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"
18405     - "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"
18406     - "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"
18407   layout:
18408     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18409     layout: "plot-throughput-speedup-analysis"
18410
18411 - type: "plot"
18412   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18413   algorithm: "plot_tsa_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18422   layout:
18423     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18424     layout: "plot-throughput-speedup-analysis"
18425
18426 - type: "plot"
18427   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18428   algorithm: "plot_tsa_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18437   layout:
18438     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18452   layout:
18453     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18454     layout: "plot-throughput-speedup-analysis"
18455
18456 - type: "plot"
18457   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18458   algorithm: "plot_tsa_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18467   layout:
18468     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18469     layout: "plot-throughput-speedup-analysis"
18470
18471 - type: "plot"
18472   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18473   algorithm: "plot_tsa_name"
18474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18476   include:
18477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18481   layout:
18482     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18495   layout:
18496     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18497     layout: "plot-throughput-speedup-analysis"
18498
18499 - type: "plot"
18500   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18501   algorithm: "plot_tsa_name"
18502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18504   include:
18505     - "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"
18506     - "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"
18507     - "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"
18508     - "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"
18509   layout:
18510     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18511     layout: "plot-throughput-speedup-analysis"
18512
18513 - type: "plot"
18514   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18515   algorithm: "plot_tsa_name"
18516   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18518   include:
18519     - "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"
18520     - "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"
18521     - "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"
18522     - "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"
18523   layout:
18524     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18525     layout: "plot-throughput-speedup-analysis"
18526
18527 - type: "plot"
18528   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18529   algorithm: "plot_tsa_name"
18530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532   include:
18533     - "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"
18534     - "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"
18535     - "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"
18536     - "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"
18537     - "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"
18538     - "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"
18539   layout:
18540     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18541     layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "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"
18550     - "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"
18551     - "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"
18552     - "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"
18553     - "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"
18554     - "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"
18555   layout:
18556     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18557     layout: "plot-throughput-speedup-analysis"
18558
18559 ################################################################################
18560
18561 # Packet Throughput - DPDK
18562
18563 # 2n-clx-xxv710
18564
18565 - type: "plot"
18566   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18567   algorithm: "plot_perf_box_name"
18568   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18569   data: "plot-dpdk-throughput-latency-2n-clx"
18570   include:
18571     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18572     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18573   layout:
18574     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18575     layout: "plot-throughput"
18576
18577 - type: "plot"
18578   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18579   algorithm: "plot_perf_box_name"
18580   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18581   data: "plot-dpdk-throughput-latency-2n-clx"
18582   include:
18583     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18584     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18585   layout:
18586     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18587     layout: "plot-throughput"
18588
18589 - type: "plot"
18590   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18591   algorithm: "plot_perf_box_name"
18592   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18593   data: "plot-dpdk-throughput-latency-2n-clx"
18594   include:
18595     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18596     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18597   layout:
18598     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18599     layout: "plot-throughput"
18600
18601 - type: "plot"
18602   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18603   algorithm: "plot_perf_box_name"
18604   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18605   data: "plot-dpdk-throughput-latency-2n-clx"
18606   include:
18607     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18608     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18611     layout: "plot-throughput"
18612
18613 # 2n-clx-x710
18614
18615 - type: "plot"
18616   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18617   algorithm: "plot_perf_box_name"
18618   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18619   data: "plot-dpdk-throughput-latency-2n-clx"
18620   include:
18621     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18622     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18623   layout:
18624     title: "2n-clx-x710-64b-2t1c-base-ndr"
18625     layout: "plot-throughput"
18626
18627 - type: "plot"
18628   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18629   algorithm: "plot_perf_box_name"
18630   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18631   data: "plot-dpdk-throughput-latency-2n-clx"
18632   include:
18633     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18634     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18635   layout:
18636     title: "2n-clx-x710-64b-4t2c-base-ndr"
18637     layout: "plot-throughput"
18638
18639 - type: "plot"
18640   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18641   algorithm: "plot_perf_box_name"
18642   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18643   data: "plot-dpdk-throughput-latency-2n-clx"
18644   include:
18645     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18646     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18647   layout:
18648     title: "2n-clx-x710-64b-2t1c-base-pdr"
18649     layout: "plot-throughput"
18650
18651 - type: "plot"
18652   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18653   algorithm: "plot_perf_box_name"
18654   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18655   data: "plot-dpdk-throughput-latency-2n-clx"
18656   include:
18657     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18658     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18659   layout:
18660     title: "2n-clx-x710-64b-4t2c-base-pdr"
18661     layout: "plot-throughput"
18662
18663 ################################################################################
18664
18665 - type: "plot"
18666   title: "Latency by percentile: 2n-skx"
18667   algorithm: "plot_hdrh_lat_by_percentile"
18668   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18669   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18670   target-links: "../../_static/vpp"
18671   data: "plot-vpp-hdrh-lat-2n-skx"
18672   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18673   layout:
18674     layout: "plot-hdrh-latency-by-percentile"
18675
18676 - type: "plot"
18677   title: "Latency by percentile: 3n-skx"
18678   algorithm: "plot_hdrh_lat_by_percentile"
18679   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18680   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18681   target-links: "../../_static/vpp"
18682   data: "plot-vpp-hdrh-lat-3n-skx"
18683   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18684   layout:
18685     layout: "plot-hdrh-latency-by-percentile"
18686
18687 - type: "plot"
18688   title: "Latency by percentile: 2n-clx"
18689   algorithm: "plot_hdrh_lat_by_percentile"
18690   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18691   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18692   target-links: "../../_static/vpp"
18693   data: "plot-vpp-hdrh-lat-2n-clx"
18694   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18695   layout:
18696     layout: "plot-hdrh-latency-by-percentile"
18697
18698 - type: "plot"
18699   title: "Latency by percentile: 3n-hsw"
18700   algorithm: "plot_hdrh_lat_by_percentile"
18701   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18702   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18703   target-links: "../../_static/vpp"
18704   data: "plot-vpp-hdrh-lat-3n-hsw"
18705   filter: "'1T1C' and 'NIC_Intel-XL710'"
18706   layout:
18707     layout: "plot-hdrh-latency-by-percentile"
18708
18709 - type: "plot"
18710   title: "Latency by percentile: 3n-tsh"
18711   algorithm: "plot_hdrh_lat_by_percentile"
18712   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18713   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18714   target-links: "../../_static/vpp"
18715   data: "plot-vpp-hdrh-lat-3n-tsh"
18716   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18717   layout:
18718     layout: "plot-hdrh-latency-by-percentile"
18719
18720 - type: "plot"
18721   title: "Latency by percentile: DPDK 2n-skx"
18722   algorithm: "plot_hdrh_lat_by_percentile"
18723   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18724   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18725   target-links: "../../_static/dpdk"
18726   data: "plot-dpdk-hdrh-lat-2n-skx"
18727   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18728   layout:
18729     layout: "plot-hdrh-latency-by-percentile"
18730
18731 - type: "plot"
18732   title: "Latency by percentile: DPDK 3n-skx"
18733   algorithm: "plot_hdrh_lat_by_percentile"
18734   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18735   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18736   target-links: "../../_static/dpdk"
18737   data: "plot-dpdk-hdrh-lat-3n-skx"
18738   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18739   layout:
18740     layout: "plot-hdrh-latency-by-percentile"
18741
18742 - type: "plot"
18743   title: "Latency by percentile: DPDK 2n-clx"
18744   algorithm: "plot_hdrh_lat_by_percentile"
18745   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18746   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18747   target-links: "../../_static/dpdk"
18748   data: "plot-dpdk-hdrh-lat-2n-clx"
18749   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18750   layout:
18751     layout: "plot-hdrh-latency-by-percentile"
18752
18753 - type: "plot"
18754   title: "Latency by percentile: DPDK 3n-hsw"
18755   algorithm: "plot_hdrh_lat_by_percentile"
18756   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18757   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18758   target-links: "../../_static/dpdk"
18759   data: "plot-dpdk-hdrh-lat-3n-hsw"
18760   filter: "'1T1C' and 'NIC_Intel-XL710'"
18761   layout:
18762     layout: "plot-hdrh-latency-by-percentile"
18763
18764 - type: "plot"
18765   title: "Latency by percentile: DPDK 3n-tsh"
18766   algorithm: "plot_hdrh_lat_by_percentile"
18767   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18768   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18769   target-links: "../../_static/dpdk"
18770   data: "plot-dpdk-hdrh-lat-3n-tsh"
18771   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18772   layout:
18773     layout: "plot-hdrh-latency-by-percentile"