6f49f1c44c6b66acb7d9510ffcc32e6888b4310a
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278
279     plot-vpp-hdrh-lat-3n-skx:
280       csit-vpp-perf-verify-2001-3n-skx:
281         - 46  # NDRPDR sel
282
283     plot-vpp-nfv-3n-skx-ndrpdr:
284       # TODO: Add data
285       csit-vpp-perf-verify-2001-3n-skx:
286         - 45  # NDRPDR sel
287         - 46  # NDRPDR sel
288         - 47  # NDRPDR sel
289         - 48  # NDRPDR sel
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 30  # NDRPDR sel x710
301         - 31  # NDRPDR sel x710
302         - 32  # NDRPDR sel x710
303
304     plot-dpdk-hdrh-lat-3n-skx:
305       csit-dpdk-perf-verify-2001-3n-skx:
306         - 29  # NDRPDR sel xxv710
307
308     # 2n-skx
309
310     plot-vpp-throughput-lat-tsa-2n-skx:
311       # TODO: Add the data
312       csit-vpp-perf-verify-2001-2n-skx:
313         - 92  # NDRPDR sel
314         - 93  # NDRPDR sel
315         - 94  # NDRPDR sel
316         - 95  # NDRPDR sel
317         - 96  # NDRPDR sel
318         - 97  # NDRPDR sel
319         - 98  # NDRPDR sel
320         - 99  # NDRPDR sel
321         - 100 # NDRPDR sel
322
323     plot-vpp-hdrh-lat-2n-skx:
324       csit-vpp-perf-verify-2001-2n-skx:
325         - 92  # NDRPDR sel
326
327     plot-vpp-http-server-performance:
328       csit-vpp-perf-verify-2001-2n-clx:
329         - 80  # TCP
330         - 82  # TCP
331         - 83  # TCP
332         - 85  # TCP
333         - 86  # TCP
334         - 87  # TCP
335         - 88  # TCP
336         - 89  # TCP
337         - 90  # TCP
338         - 91  # TCP
339
340     plot-vpp-soak-2n-skx:
341       # TODO: Replace the data
342       # csit-vpp-perf-verify-2001-2n-skx:
343       csit-vpp-perf-verify-1908-2n-skx:
344         - 83  # SOAK
345         - 86  # SOAK
346
347     plot-vpp-nfv-2n-skx-ndrpdr:
348       # TODO: Replace the data
349       csit-vpp-perf-verify-2001-2n-skx:
350         - 30  # NFV
351         - 31  # NFV
352
353     plot-vpp-nfv-2n-skx-mrr:
354       # TODO: Replace the data
355       # csit-vpp-perf-verify-2001-2n-skx:
356       csit-vpp-perf-verify-1908-2n-skx:
357         - 71  # NFV MRR
358
359     plot-vpp-nfv-reconf-2n-skx:
360       # TODO: Replace the data
361       # csit-vpp-perf-verify-2001-2n-skx:
362       csit-vpp-perf-verify-1908-2n-skx:
363         - 113 # NFV reconf sel
364         - 114 # NFV reconf sel
365         - 115 # NFV reconf sel
366
367     plot-dpdk-throughput-latency-2n-skx:
368       csit-dpdk-perf-verify-2001-2n-skx:
369         - 35  # NDRPDR sel xxv710
370         - 36  # NDRPDR sel xxv710
371         - 37  # NDRPDR sel xxv710
372         - 41  # NDRPDR sel xxv710
373         - 42  # NDRPDR sel xxv710
374         - 43  # NDRPDR sel xxv710
375         - 46  # NDRPDR sel xxv710
376         - 47  # NDRPDR sel xxv710
377         - 38  # NDRPDR sel x710
378         - 39  # NDRPDR sel x710
379         - 40  # NDRPDR sel x710
380         - 44  # NDRPDR sel x710
381         - 45  # NDRPDR sel x710
382         - 48  # NDRPDR sel x710
383         - 49  # NDRPDR sel x710
384         - 50  # NDRPDR sel x710
385
386     plot-dpdk-hdrh-lat-2n-skx:
387       csit-dpdk-perf-verify-2001-2n-skx:
388         - 35  # NDRPDR sel xxv710
389
390     # 2n-clx
391
392     plot-vpp-throughput-lat-tsa-2n-clx:
393       csit-vpp-perf-verify-2001-2n-clx:
394         - 28  # NDRPDR sel
395         - 29  # NDRPDR sel
396         - 32  # NDRPDR sel
397         - 40  # NDRPDR sel
398         - 43  # NDRPDR sel
399         - 44  # NDRPDR sel
400         - 45  # NDRPDR sel
401         - 47  # NDRPDR sel
402         - 48  # NDRPDR sel
403         - 49  # NDRPDR sel
404
405     plot-vpp-hdrh-lat-2n-clx:
406       csit-vpp-perf-verify-2001-2n-clx:
407         - 28  # NDRPDR sel
408
409     plot-vpp-nfv-2n-clx-ndrpdr:
410       csit-vpp-perf-verify-2001-2n-clx:
411         - 28  # NDRPDR sel
412         - 29  # NDRPDR sel
413         - 32  # NDRPDR sel
414         - 40  # NDRPDR sel
415         - 43  # NDRPDR sel
416         - 44  # NDRPDR sel
417         - 45  # NDRPDR sel
418         - 47  # NDRPDR sel
419         - 48  # NDRPDR sel
420         - 49  # NDRPDR sel
421
422     plot-vpp-nfv-2n-clx-mrr:
423       csit-vpp-perf-verify-2001-2n-clx:
424         - 39  # MRR
425
426     plot-vpp-nfv-reconf-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 68  # Reconf
429         - 69  # Reconf
430         - 70  # Reconf
431         - 71  # Reconf
432         - 72  # Reconf
433         - 73  # Reconf
434         - 74  # Reconf
435         - 75  # Reconf
436         - 76  # Reconf
437         - 77  # Reconf
438
439     plot-vpp-soak-2n-clx:
440       csit-vpp-perf-verify-2001-2n-clx:
441         - 93  # Soak
442         - 94  # Soak
443
444     plot-dpdk-throughput-latency-2n-clx:
445       csit-dpdk-perf-verify-2001-2n-clx:
446         - 15  # NDRPDR sel
447         - 16  # NDRPDR sel
448         - 17  # NDRPDR sel
449         - 18  # NDRPDR sel
450         - 19  # NDRPDR sel
451         - 20  # NDRPDR sel
452         - 21  # NDRPDR sel
453         - 22  # NDRPDR sel
454         - 23  # NDRPDR sel
455         - 24  # NDRPDR sel
456         - 25  # NDRPDR sel
457         - 26  # NDRPDR sel
458         - 27  # NDRPDR sel
459         - 28  # NDRPDR sel
460         - 29  # NDRPDR sel
461         - 30  # NDRPDR sel
462         - 31  # NDRPDR sel
463         - 32  # NDRPDR sel
464         - 33  # NDRPDR sel
465         - 34  # NDRPDR sel
466
467
468     plot-dpdk-hdrh-lat-2n-clx:
469       csit-dpdk-perf-verify-2001-2n-clx:
470         - 15  # NDRPDR sel
471
472     # 3n-tsh
473
474     plot-vpp-throughput-lat-tsa-3n-tsh:
475       csit-vpp-perf-verify-2001-3n-tsh:
476         - 3   # NDRPDR sel
477         - 4   # NDRPDR sel
478         - 7   # NDRPDR sel
479         - 8   # NDRPDR sel
480         - 10  # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 13  # NDRPDR sel
483         - 14  # NDRPDR sel
484         - 15  # NDRPDR sel
485         - 21  # NDRPDR sel
486
487     plot-vpp-hdrh-lat-3n-tsh:
488       csit-vpp-perf-verify-2001-3n-tsh:
489         - 10  # NDRPDR sel
490
491     plot-dpdk-throughput-latency-3n-tsh:
492       csit-dpdk-perf-verify-2001-3n-tsh:
493         - 3   # NDRPDR sel
494         - 4   # NDRPDR sel
495         - 5   # NDRPDR sel
496         - 9   # NDRPDR sel
497         - 10  # NDRPDR sel
498         - 11  # NDRPDR sel
499         - 12  # NDRPDR sel
500         - 14  # NDRPDR sel
501         - 15  # NDRPDR sel
502         - 18  # NDRPDR sel
503
504     plot-dpdk-hdrh-lat-3n-tsh:
505       csit-dpdk-perf-verify-2001-3n-tsh:
506         - 3   # NDRPDR sel
507
508     # 3n-dnv
509
510     plot-vpp-throughput-lat-tsa-3n-dnv:
511       csit-vpp-perf-verify-2001-3n-dnv:
512         - 5   # NDRPDR sel
513         - 6   # NDRPDR sel
514         - 7   # NDRPDR sel
515         - 8   # NDRPDR sel
516         - 9   # NDRPDR sel
517         - 10  # NDRPDR sel
518         - 12  # NDRPDR sel
519         - 16  # NDRPDR sel
520         - 17  # NDRPDR sel
521         - 18  # NDRPDR sel
522
523     plot-dpdk-throughput-latency-3n-dnv:
524       csit-dpdk-perf-verify-2001-3n-dnv:
525         - 12  # NDRPDR sel
526         - 13  # NDRPDR sel
527         - 14  # NDRPDR sel
528         - 15  # NDRPDR sel
529         - 16  # NDRPDR sel
530         - 17  # NDRPDR sel
531         - 18  # NDRPDR sel
532         - 19  # NDRPDR sel
533         - 20  # NDRPDR sel
534         - 22  # NDRPDR sel
535
536     # 2n-dnv
537
538     plot-vpp-throughput-lat-tsa-2n-dnv:
539       csit-vpp-perf-verify-2001-2n-dnv:
540         - 4   # NDRPDR sel
541         - 5   # NDRPDR sel
542         - 6   # NDRPDR sel
543         - 7   # NDRPDR sel
544         - 8   # NDRPDR sel
545         - 9   # NDRPDR sel
546         - 10  # NDRPDR sel
547         - 11  # NDRPDR sel
548         - 13  # NDRPDR sel
549         - 16  # NDRPDR sel
550
551     plot-dpdk-throughput-latency-2n-dnv:
552       csit-dpdk-perf-verify-2001-2n-dnv:
553         - 9   # NDRPDR sel
554         - 10  # NDRPDR sel
555         - 11  # NDRPDR sel
556         - 12  # NDRPDR sel
557         - 13  # NDRPDR sel
558         - 14  # NDRPDR sel
559         - 15  # NDRPDR sel
560         - 16  # NDRPDR sel
561         - 17  # NDRPDR sel
562         - 18  # NDRPDR sel
563
564     ###########################################################################
565     # Simple tables (only one data set):
566
567     # NIC Comparisons
568
569     vpp-nic-comparison-3n-skx:
570       # TODO: Add the data
571       csit-vpp-perf-verify-2001-3n-skx:
572         - 45  # NDRPDR sel
573         - 46  # NDRPDR sel
574         - 47  # NDRPDR sel
575         - 48  # NDRPDR sel
576
577     vpp-nic-comparison-2n-skx:
578       # TODO: Add the data
579       csit-vpp-perf-verify-2001-2n-skx:
580         - 92  # NDRPDR sel
581         - 93  # NDRPDR sel
582         - 94  # NDRPDR sel
583         - 95  # NDRPDR sel
584         - 96  # NDRPDR sel
585         - 97  # NDRPDR sel
586         - 98  # NDRPDR sel
587         - 99  # NDRPDR sel
588         - 100 # NDRPDR sel
589
590     vpp-nic-comparison-3n-skx-mrr:
591       csit-vpp-perf-verify-2001-3n-skx:
592         - 50  # MRR sel
593
594     vpp-nic-comparison-2n-skx-mrr:
595       csit-vpp-perf-verify-2001-2n-skx:
596         - 101 # MRR sel
597
598     # Results
599
600     vpp-perf-results-3n-hsw:
601       csit-vpp-perf-verify-2001-3n-hsw:
602         - 18  # NDRPDR full
603         - 20  # NDRPDR full
604         - 28  # NDRPDR full
605         - 35  # NDRPDR full
606         - 42  # NDRPDR full
607         - 46  # NDRPDR full
608         - 47  # NDRPDR full
609         - 48  # NDRPDR full
610         - 49  # NDRPDR full
611         - 50  # NDRPDR full
612         - 51  # NDRPDR full
613         - 52  # NDRPDR full
614         - 53  # NDRPDR full
615         - 54  # NDRPDR full
616         - 55  # NDRPDR full
617         - 56  # NDRPDR full
618         - 57  # NDRPDR full
619         - 58  # NDRPDR full
620         - 59  # NDRPDR full
621         - 61  # NDRPDR full
622         - 62  # NDRPDR full
623         - 63  # NDRPDR full
624         - 64  # NDRPDR full
625         - 65  # NDRPDR full
626         - 67  # NDRPDR full
627         - 70  # NDRPDR full
628         - 72  # NDRPDR full
629         - 73  # NDRPDR full
630         - 76  # NDRPDR full
631         - 77  # NDRPDR full
632         - 78  # NDRPDR full
633         - 79  # NDRPDR full
634         - 81  # NDRPDR full
635         - 82  # NDRPDR full
636         - 84  # NDRPDR full
637         - 85  # NDRPDR full
638
639     vpp-perf-results-3n-skx:
640       # TODO: Replace
641       csit-vpp-perf-verify-2001-3n-skx:
642         - 47  # NDRPDR sel
643
644     vpp-perf-results-2n-skx:
645       csit-vpp-perf-verify-2001-2n-skx:
646         # TODO: Replace
647         - 92  # NDRPDR sel
648
649     vpp-perf-results-2n-clx:
650       csit-vpp-perf-verify-2001-2n-clx:
651         - 53  # NDRPDR full
652         - 54  # NDRPDR full
653         - 55  # NDRPDR full
654         - 56  # NDRPDR full
655         - 57  # NDRPDR full
656         - 58  # NDRPDR full
657         - 59  # NDRPDR full
658         - 60  # NDRPDR full
659         - 61  # NDRPDR full
660         - 62  # NDRPDR full
661         - 63  # NDRPDR full
662         - 64  # NDRPDR full
663         - 65  # NDRPDR full
664         - 66  # NDRPDR full
665         - 67  # NDRPDR full
666
667     vpp-perf-results-3n-tsh:
668       csit-vpp-perf-verify-2001-3n-tsh:
669         - 10  # NDRPDR sel
670
671     vpp-perf-results-3n-dnv:
672       csit-vpp-perf-verify-2001-3n-dnv:
673         - 19  # NDRPDR full
674         - 20  # NDRPDR full
675         - 21  # NDRPDR full
676         - 22  # NDRPDR full
677         - 23  # NDRPDR full
678         - 24  # NDRPDR full
679         - 25  # NDRPDR full
680         - 26  # NDRPDR full
681         - 37  # NDRPDR full
682         - 38  # NDRPDR full
683         - 39  # NDRPDR full
684
685     vpp-perf-results-2n-dnv:
686       csit-vpp-perf-verify-2001-2n-dnv:
687         - 21  # NDRPDR full
688         - 22  # NDRPDR full
689         - 25  # NDRPDR full
690         - 26  # NDRPDR full
691         - 27  # NDRPDR full
692         - 28  # NDRPDR full
693
694     vpp-mrr-results-3n-hsw:
695       csit-vpp-perf-verify-2001-3n-hsw:
696         - 17  # MRR sel
697
698     vpp-mrr-results-3n-skx:
699       csit-vpp-perf-verify-2001-3n-skx:
700         - 50  # MRR sel
701
702     vpp-mrr-results-2n-skx:
703       csit-vpp-perf-verify-2001-2n-skx:
704         - 101 # MRR sel
705
706     vpp-mrr-results-2n-clx:
707       csit-vpp-perf-verify-2001-2n-clx:
708         - 39  # MRR
709
710     vpp-mrr-results-3n-tsh:
711       csit-vpp-perf-verify-2001-3n-tsh:
712         - 9   # MRR sel
713
714     vpp-mrr-results-3n-dnv:
715       csit-vpp-perf-verify-2001-3n-dnv:
716         - 11  # MRR sel
717
718     vpp-mrr-results-2n-dnv:
719       csit-vpp-perf-verify-2001-2n-dnv:
720         - 12  # MRR sel
721
722     vpp-device-results-ubuntu:
723       csit-vpp-device-2001-ubuntu1804-1n-skx:
724         - 57
725
726     dpdk-perf-results-3n-hsw:
727       csit-dpdk-perf-verify-2001-3n-hsw:
728         - 25  # NDRPDR full
729         - 26  # NDRPDR full
730
731     dpdk-perf-results-3n-skx:
732       csit-dpdk-perf-verify-2001-3n-skx:
733         - 29  # NDRPDR sel xxv710
734         - 30  # NDRPDR sel x710
735
736     dpdk-perf-results-2n-skx:
737       csit-dpdk-perf-verify-2001-2n-skx:
738         - 35  # NDRPDR sel xxv710
739         - 38  # NDRPDR sel x710
740
741     dpdk-perf-results-2n-clx:
742       csit-dpdk-perf-verify-2001-2n-clx:
743         - 15  # NDRPDR sel
744         - 34  # NDRPDR sel
745
746     dpdk-perf-results-2n-dnv:
747       csit-dpdk-perf-verify-2001-2n-dnv:
748         - 16  # NDRPDR sel
749
750     dpdk-perf-results-3n-dnv:
751       csit-dpdk-perf-verify-2001-3n-dnv:
752         - 12  # NDRPDR sel
753
754     dpdk-perf-results-3n-tsh:
755       csit-dpdk-perf-verify-2001-3n-tsh:
756         - 3   # NDRPDR sel
757
758 ###########################################################################
759     # Tables (more than one data set)
760
761     # Performance changes
762
763     vpp-performance-changes-3n-hsw-h1:
764       csit-vpp-perf-verify-1904-3n-hsw:
765         - 11  # NDRPDR sel
766         - 12  # NDRPDR sel
767         - 20  # NDRPDR sel
768         - 21  # NDRPDR sel
769         - 23  # NDRPDR sel
770         - 24  # NDRPDR sel
771         - 25  # NDRPDR sel
772         - 26  # NDRPDR sel
773         - 29  # NDRPDR sel
774         - 30  # NDRPDR sel
775     vpp-performance-changes-3n-hsw-ref:
776       csit-vpp-perf-verify-1908-3n-hsw:
777         - 12  # NDRPDR sel
778         - 13  # NDRPDR sel
779         - 14  # NDRPDR sel
780         - 15  # NDRPDR sel
781         - 16  # NDRPDR sel
782         - 17  # NDRPDR sel
783         - 18  # NDRPDR sel
784         - 19  # NDRPDR sel
785         - 20  # NDRPDR sel
786         - 21  # NDRPDR sel
787     vpp-performance-changes-3n-hsw-cmp:
788       csit-vpp-perf-verify-2001-3n-hsw:
789         - 21  # NDRPDR sel
790         - 22  # NDRPDR sel
791         - 23  # NDRPDR sel
792         - 24  # NDRPDR sel
793         - 25  # NDRPDR sel
794         - 29  # NDRPDR sel
795         - 30  # NDRPDR sel
796         - 31  # NDRPDR sel
797         - 32  # NDRPDR sel
798         - 34  # NDRPDR sel
799     vpp-performance-changes-3n-hsw:
800       - "vpp-performance-changes-3n-hsw-h1"
801       - "vpp-performance-changes-3n-hsw-ref"
802       - "vpp-performance-changes-3n-hsw-cmp"
803
804     vpp-performance-changes-3n-skx-h1:
805       csit-vpp-perf-verify-1904-3n-skx:
806         - 8   # NDRPDR sel
807         - 9   # NDRPDR sel
808         - 10  # NDRPDR sel
809         - 11  # NDRPDR sel
810         - 12  # NDRPDR sel
811         - 14  # NDRPDR sel
812         - 16  # NDRPDR sel
813         - 21  # NDRPDR sel
814         - 23  # NDRPDR sel
815         - 25  # NDRPDR sel
816     vpp-performance-changes-3n-skx-ref:
817       csit-vpp-perf-verify-1908-3n-skx:
818         - 14  # NDRPDR sel
819         - 16  # NDRPDR sel
820         - 19  # NDRPDR sel
821         - 20  # NDRPDR sel
822         - 22  # NDRPDR sel
823         - 23  # NDRPDR sel
824         - 24  # NDRPDR sel
825         - 25  # NDRPDR sel
826         - 26  # NDRPDR sel
827         - 29  # NDRPDR sel
828     vpp-performance-changes-3n-skx-cmp:
829       # TODO: Add the data
830       csit-vpp-perf-verify-2001-3n-skx:
831         - 45  # NDRPDR sel
832         - 46  # NDRPDR sel
833         - 47  # NDRPDR sel
834         - 48  # NDRPDR sel
835     vpp-performance-changes-3n-skx:
836       - "vpp-performance-changes-3n-skx-h1"
837       - "vpp-performance-changes-3n-skx-ref"
838       - "vpp-performance-changes-3n-skx-cmp"
839
840     vpp-performance-changes-2n-skx-h1:
841       csit-vpp-perf-verify-1904-2n-skx:
842         - 12  # NDRPDR sel
843         - 14  # NDRPDR sel
844         - 16  # NDRPDR sel
845         - 17  # NDRPDR sel
846         - 18  # NDRPDR sel
847         - 21  # NDRPDR sel
848         - 27  # NDRPDR sel
849         - 30  # NDRPDR sel
850         - 31  # NDRPDR sel
851         - 32  # NDRPDR sel
852     vpp-performance-changes-2n-skx-ref:
853       csit-vpp-perf-verify-1908-2n-skx:
854         - 26  # NDRPDR sel
855         - 27  # NDRPDR sel
856         - 34  # NDRPDR sel
857         - 35  # NDRPDR sel
858         - 36  # NDRPDR sel
859         - 42  # NDRPDR sel
860         - 43  # NDRPDR sel
861         - 44  # NDRPDR sel
862         - 45  # NDRPDR sel
863         - 46  # NDRPDR sel
864     vpp-performance-changes-2n-skx-cmp:
865       # TODO: Add the data
866       csit-vpp-perf-verify-2001-2n-skx:
867         - 92  # NDRPDR sel
868         - 93  # NDRPDR sel
869         - 94  # NDRPDR sel
870         - 95  # NDRPDR sel
871         - 96  # NDRPDR sel
872         - 97  # NDRPDR sel
873         - 98  # NDRPDR sel
874         - 99  # NDRPDR sel
875         - 100 # NDRPDR sel
876     vpp-performance-changes-2n-skx:
877       - "vpp-performance-changes-2n-skx-h1"
878       - "vpp-performance-changes-2n-skx-ref"
879       - "vpp-performance-changes-2n-skx-cmp"
880
881     vpp-performance-changes-nfv-2n-skx-ref:
882       csit-vpp-perf-verify-1908-2n-skx:
883         - 22  # NFV
884         - 31  # NFV
885         - 32  # NFV
886     vpp-performance-changes-nfv-2n-skx-cmp:
887       # TODO: Add the data
888       csit-vpp-perf-verify-2001-2n-skx:
889         - 30  # NFV
890         - 31  # NFV
891     vpp-performance-changes-nfv-2n-skx:
892       - "vpp-performance-changes-nfv-2n-skx-ref"
893       - "vpp-performance-changes-nfv-2n-skx-cmp"
894
895     vpp-performance-changes-2n-dnv-ref:
896       csit-vpp-perf-verify-1908-2n-dnv:
897         - 1   # NDRPDR sel
898         - 2   # NDRPDR sel
899         - 3   # NDRPDR sel
900         - 4   # NDRPDR sel
901         - 5   # NDRPDR sel
902         - 6   # NDRPDR sel
903         - 7   # NDRPDR sel
904         - 8   # NDRPDR sel
905         - 9   # NDRPDR sel
906         - 10  # NDRPDR sel
907     vpp-performance-changes-2n-dnv-cmp:
908       csit-vpp-perf-verify-2001-2n-dnv:
909         - 4   # NDRPDR sel
910         - 5   # NDRPDR sel
911         - 6   # NDRPDR sel
912         - 7   # NDRPDR sel
913         - 8   # NDRPDR sel
914         - 9   # NDRPDR sel
915         - 10  # NDRPDR sel
916         - 11  # NDRPDR sel
917         - 13  # NDRPDR sel
918         - 16  # NDRPDR sel
919     vpp-performance-changes-2n-dnv:
920       - "vpp-performance-changes-2n-dnv-ref"
921       - "vpp-performance-changes-2n-dnv-cmp"
922
923     vpp-performance-changes-3n-dnv-ref:
924       csit-vpp-perf-verify-1908-3n-dnv:
925         - 6   # NDRPDR sel
926         - 7   # NDRPDR sel
927         - 8   # NDRPDR sel
928         - 9   # NDRPDR sel
929         - 10  # NDRPDR sel
930         - 12  # NDRPDR sel
931         - 13  # NDRPDR sel
932         - 14  # NDRPDR sel
933         - 15  # NDRPDR sel
934         - 16  # NDRPDR sel
935     vpp-performance-changes-3n-dnv-cmp:
936       csit-vpp-perf-verify-2001-3n-dnv:
937         - 5   # NDRPDR sel
938         - 6   # NDRPDR sel
939         - 7   # NDRPDR sel
940         - 8   # NDRPDR sel
941         - 9   # NDRPDR sel
942         - 10  # NDRPDR sel
943         - 12  # NDRPDR sel
944         - 16  # NDRPDR sel
945         - 17  # NDRPDR sel
946         - 18  # NDRPDR sel
947     vpp-performance-changes-3n-dnv:
948       - "vpp-performance-changes-3n-dnv-ref"
949       - "vpp-performance-changes-3n-dnv-cmp"
950
951     vpp-performance-changes-3n-tsh-ref:
952       csit-vpp-perf-verify-1908-3n-tsh:
953         - 7   # NDRPDR sel
954         - 8   # NDRPDR sel
955         - 9   # NDRPDR sel
956         - 10  # NDRPDR sel
957         - 11  # NDRPDR sel
958         - 12  # NDRPDR sel
959         - 13  # NDRPDR sel
960         - 14  # NDRPDR sel
961         - 15  # NDRPDR sel
962         - 16  # NDRPDR sel
963     vpp-performance-changes-3n-tsh-cmp:
964       csit-vpp-perf-verify-2001-3n-tsh:
965         - 3   # NDRPDR sel
966         - 4   # NDRPDR sel
967         - 7   # NDRPDR sel
968         - 8   # NDRPDR sel
969         - 10  # NDRPDR sel
970         - 12  # NDRPDR sel
971         - 13  # NDRPDR sel
972         - 14  # NDRPDR sel
973         - 15  # NDRPDR sel
974         - 21  # NDRPDR sel
975     vpp-performance-changes-3n-tsh:
976       - "vpp-performance-changes-3n-tsh-ref"
977       - "vpp-performance-changes-3n-tsh-cmp"
978
979     vpp-soak-vs-ndr-2n-skx-ref:
980       csit-vpp-perf-verify-2001-2n-skx:
981         - 92  # NDRPDR sel
982         - 93  # NDRPDR sel
983         - 94  # NDRPDR sel
984         - 95  # NDRPDR sel
985         - 96  # NDRPDR sel
986         - 97  # NDRPDR sel
987         - 98  # NDRPDR sel
988         - 99  # NDRPDR sel
989         - 100 # NDRPDR sel
990     vpp-soak-vs-ndr-2n-skx-cmp:
991       # TODO: Replace
992       # csit-vpp-perf-verify-2001-2n-skx:
993       csit-vpp-perf-verify-1908-2n-skx:
994         - 83  # SOAK
995         - 86  # SOAK
996     vpp-soak-vs-ndr-2n-skx:
997       csit-vpp-perf-verify-2001-2n-skx:
998         - 92  # NDRPDR sel
999         - 93  # NDRPDR sel
1000         - 94  # NDRPDR sel
1001         - 95  # NDRPDR sel
1002         - 96  # NDRPDR sel
1003         - 97  # NDRPDR sel
1004         - 98  # NDRPDR sel
1005         - 99  # NDRPDR sel
1006         - 100 # NDRPDR sel
1007         - 83  # SOAK
1008         - 86  # SOAK
1009
1010     vpp-soak-vs-ndr-2n-clx-ref:
1011       csit-vpp-perf-verify-2001-2n-clx:
1012         - 28  # NDRPDR sel
1013         - 29  # NDRPDR sel
1014         - 32  # NDRPDR sel
1015         - 40  # NDRPDR sel
1016         - 43  # NDRPDR sel
1017         - 44  # NDRPDR sel
1018         - 45  # NDRPDR sel
1019         - 47  # NDRPDR sel
1020         - 48  # NDRPDR sel
1021         - 49  # NDRPDR sel
1022     vpp-soak-vs-ndr-2n-clx-cmp:
1023       csit-vpp-perf-verify-2001-2n-clx:
1024         - 93  # SOAK
1025         - 94  # Soak
1026     vpp-soak-vs-ndr-2n-clx:
1027       csit-vpp-perf-verify-2001-2n-clx:
1028         - 28  # NDRPDR sel
1029         - 29  # NDRPDR sel
1030         - 32  # NDRPDR sel
1031         - 40  # NDRPDR sel
1032         - 43  # NDRPDR sel
1033         - 44  # NDRPDR sel
1034         - 45  # NDRPDR sel
1035         - 47  # NDRPDR sel
1036         - 48  # NDRPDR sel
1037         - 49  # NDRPDR sel
1038         - 93  # SOAK
1039         - 94  # Soak
1040
1041     vpp-performance-changes-3n-hsw-mrr-h1:
1042       csit-vpp-perf-verify-1904-3n-hsw:
1043         - 9   # MRR sel
1044     vpp-performance-changes-3n-hsw-mrr-ref:
1045       csit-vpp-perf-verify-1908-3n-hsw:
1046         - 39  # MRR sel
1047     vpp-performance-changes-3n-hsw-mrr-cmp:
1048       csit-vpp-perf-verify-2001-3n-hsw:
1049         - 17  # MRR sel
1050     vpp-performance-changes-3n-hsw-mrr:
1051       - "vpp-performance-changes-3n-hsw-mrr-h1"
1052       - "vpp-performance-changes-3n-hsw-mrr-ref"
1053       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1054
1055     vpp-performance-changes-3n-skx-mrr-h1:
1056       csit-vpp-perf-verify-1904-3n-skx:
1057         - 7   # MRR sel
1058     vpp-performance-changes-3n-skx-mrr-ref:
1059       csit-vpp-perf-verify-1908-3n-skx:
1060         - 36  # MRR sel
1061     vpp-performance-changes-3n-skx-mrr-cmp:
1062       csit-vpp-perf-verify-2001-3n-skx:
1063         - 50  # MRR sel
1064     vpp-performance-changes-3n-skx-mrr:
1065       - "vpp-performance-changes-3n-skx-mrr-h1"
1066       - "vpp-performance-changes-3n-skx-mrr-ref"
1067       - "vpp-performance-changes-3n-skx-mrr-cmp"
1068
1069     vpp-performance-changes-2n-skx-mrr-h1:
1070       csit-vpp-perf-verify-1904-2n-skx:
1071         - 11  # MRR sel
1072     vpp-performance-changes-2n-skx-mrr-ref:
1073       csit-vpp-perf-verify-1908-2n-skx:
1074         - 69  # MRR sel
1075     vpp-performance-changes-2n-skx-mrr-cmp:
1076       csit-vpp-perf-verify-2001-2n-skx:
1077         - 101 # MRR sel
1078     vpp-performance-changes-2n-skx-mrr:
1079       - "vpp-performance-changes-2n-skx-mrr-h1"
1080       - "vpp-performance-changes-2n-skx-mrr-ref"
1081       - "vpp-performance-changes-2n-skx-mrr-cmp"
1082
1083     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1084       csit-vpp-perf-verify-1908-2n-skx:
1085         - 71  # NFV MRR
1086     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1087       # TODO: Replace
1088       # csit-vpp-perf-verify-2001-2n-skx:
1089       csit-vpp-perf-verify-1908-2n-skx:
1090         - 71  # NFV MRR
1091     vpp-performance-changes-nfv-2n-skx-mrr:
1092       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1093       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1094
1095     vpp-performance-changes-2n-dnv-mrr-ref:
1096       csit-vpp-perf-verify-1908-2n-dnv:
1097         - 11  # MRR sel
1098     vpp-performance-changes-2n-dnv-mrr-cmp:
1099       csit-vpp-perf-verify-2001-2n-dnv:
1100         - 12  # MRR sel
1101     vpp-performance-changes-2n-dnv-mrr:
1102       - "vpp-performance-changes-2n-dnv-mrr-ref"
1103       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1104
1105     vpp-performance-changes-3n-dnv-mrr-ref:
1106       csit-vpp-perf-verify-1908-3n-dnv:
1107         - 17  # MRR sel
1108     vpp-performance-changes-3n-dnv-mrr-cmp:
1109       csit-vpp-perf-verify-2001-3n-dnv:
1110         - 11  # MRR sel
1111     vpp-performance-changes-3n-dnv-mrr:
1112       - "vpp-performance-changes-3n-dnv-mrr-ref"
1113       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1114
1115     vpp-performance-changes-3n-tsh-mrr-ref:
1116       csit-vpp-perf-verify-1908-3n-tsh:
1117         - 17  # MRR sel
1118     vpp-performance-changes-3n-tsh-mrr-cmp:
1119       csit-vpp-perf-verify-2001-3n-tsh:
1120         - 9   # MRR sel
1121     vpp-performance-changes-3n-tsh-mrr:
1122       - "vpp-performance-changes-3n-tsh-mrr-ref"
1123       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1124
1125     dpdk-performance-changes-3n-hsw-h1:
1126       csit-dpdk-perf-verify-1904-3n-hsw:
1127         - 2   # NDRPDR sel
1128         - 3   # NDRPDR sel
1129         - 5   # NDRPDR sel
1130         - 6   # NDRPDR sel
1131         - 13  # NDRPDR sel
1132         - 14  # NDRPDR sel
1133         - 15  # NDRPDR sel
1134         - 18  # NDRPDR sel
1135         - 19  # NDRPDR sel
1136         - 20  # NDRPDR sel
1137     dpdk-performance-changes-3n-hsw-ref:
1138       csit-dpdk-perf-verify-1908-3n-hsw:
1139         - 2   # NDRPDR sel
1140         - 3   # NDRPDR sel
1141         - 4   # NDRPDR sel
1142         - 5   # NDRPDR sel
1143         - 6   # NDRPDR sel
1144         - 7   # NDRPDR sel
1145         - 8   # NDRPDR sel
1146         - 9   # NDRPDR sel
1147         - 10  # NDRPDR sel
1148         - 11  # NDRPDR sel
1149     dpdk-performance-changes-3n-hsw-cmp:
1150       csit-dpdk-perf-verify-2001-3n-hsw:
1151 #        - 4   # NDRPDR sel
1152 #        - 5   # NDRPDR sel
1153 #        - 6   # NDRPDR sel
1154 #        - 7   # NDRPDR sel
1155 #        - 8   # NDRPDR sel
1156 #        - 9   # NDRPDR sel
1157 #        - 10  # NDRPDR sel
1158 #        - 11  # NDRPDR sel
1159 #        - 12  # NDRPDR sel
1160 #        - 13  # NDRPDR sel
1161         - 15  # NDRPDR sel
1162         - 16  # NDRPDR sel
1163         - 17  # NDRPDR sel
1164         - 18  # NDRPDR sel
1165         - 19  # NDRPDR sel
1166         - 20  # NDRPDR sel
1167         - 21  # NDRPDR sel
1168         - 22  # NDRPDR sel
1169         - 23  # NDRPDR sel
1170         - 24  # NDRPDR sel
1171     dpdk-performance-changes-3n-hsw:
1172       - "dpdk-performance-changes-3n-hsw-h1"
1173       - "dpdk-performance-changes-3n-hsw-ref"
1174       - "dpdk-performance-changes-3n-hsw-cmp"
1175
1176     dpdk-performance-changes-3n-skx-h1:
1177       csit-dpdk-perf-verify-1904-3n-skx:
1178         - 2   # NDRPDR sel
1179         - 3   # NDRPDR sel
1180         - 4   # NDRPDR sel
1181         - 5   # NDRPDR sel
1182         - 6   # NDRPDR sel
1183         - 7   # NDRPDR sel
1184         - 11  # NDRPDR sel
1185         - 12  # NDRPDR sel
1186         - 13  # NDRPDR sel
1187         - 14  # NDRPDR sel
1188     dpdk-performance-changes-3n-skx-ref:
1189       csit-dpdk-perf-verify-1908-3n-skx:
1190         - 3   # NDRPDR sel
1191         - 4   # NDRPDR sel
1192         - 5   # NDRPDR sel
1193         - 6   # NDRPDR sel
1194         - 7   # NDRPDR sel
1195         - 8   # NDRPDR sel
1196         - 9   # NDRPDR sel
1197         - 10  # NDRPDR sel
1198         - 11  # NDRPDR sel
1199         - 12  # NDRPDR sel
1200     dpdk-performance-changes-3n-skx-cmp:
1201       csit-dpdk-perf-verify-2001-3n-skx:
1202         - 29  # NDRPDR sel xxv710
1203         - 33  # NDRPDR sel xxv710
1204         - 34  # NDRPDR sel xxv710
1205         - 30  # NDRPDR sel x710
1206         - 31  # NDRPDR sel x710
1207         - 32  # NDRPDR sel x710
1208     dpdk-performance-changes-3n-skx:
1209       - "dpdk-performance-changes-3n-skx-h1"
1210       - "dpdk-performance-changes-3n-skx-ref"
1211       - "dpdk-performance-changes-3n-skx-cmp"
1212
1213     dpdk-performance-changes-2n-skx-h1:
1214       csit-dpdk-perf-verify-1904-2n-skx:
1215         - 2   # NDRPDR sel
1216         - 3   # NDRPDR sel
1217         - 4   # NDRPDR sel
1218         - 5   # NDRPDR sel
1219         - 7   # NDRPDR sel
1220         - 8   # NDRPDR sel
1221         - 9   # NDRPDR sel
1222         - 10  # NDRPDR sel
1223         - 11  # NDRPDR sel
1224         - 12  # NDRPDR sel
1225     dpdk-performance-changes-2n-skx-ref:
1226       csit-dpdk-perf-verify-1908-2n-skx:
1227         - 2   # NDRPDR sel
1228         - 3   # NDRPDR sel
1229         - 4   # NDRPDR sel
1230         - 5   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235         - 11  # NDRPDR sel
1236         - 12  # NDRPDR sel
1237     dpdk-performance-changes-2n-skx-cmp:
1238       csit-dpdk-perf-verify-2001-2n-skx:
1239         - 35  # NDRPDR sel xxv710
1240         - 36  # NDRPDR sel xxv710
1241         - 37  # NDRPDR sel xxv710
1242         - 41  # NDRPDR sel xxv710
1243         - 42  # NDRPDR sel xxv710
1244         - 43  # NDRPDR sel xxv710
1245         - 46  # NDRPDR sel xxv710
1246         - 47  # NDRPDR sel xxv710
1247         - 38  # NDRPDR sel x710
1248         - 39  # NDRPDR sel x710
1249         - 40  # NDRPDR sel x710
1250         - 44  # NDRPDR sel x710
1251         - 45  # NDRPDR sel x710
1252         - 48  # NDRPDR sel x710
1253         - 49  # NDRPDR sel x710
1254         - 50  # NDRPDR sel x710
1255     dpdk-performance-changes-2n-skx:
1256       - "dpdk-performance-changes-2n-skx-h1"
1257       - "dpdk-performance-changes-2n-skx-ref"
1258       - "dpdk-performance-changes-2n-skx-cmp"
1259
1260     # Compare testbeds
1261
1262     vpp-compare-testbeds-ref:
1263       csit-vpp-perf-verify-2001-3n-hsw:
1264         - 21  # NDRPDR sel
1265         - 22  # NDRPDR sel
1266         - 23  # NDRPDR sel
1267         - 24  # NDRPDR sel
1268         - 25  # NDRPDR sel
1269         - 29  # NDRPDR sel
1270         - 30  # NDRPDR sel
1271         - 31  # NDRPDR sel
1272         - 32  # NDRPDR sel
1273         - 34  # NDRPDR sel
1274     vpp-compare-testbeds-cmp:
1275       # TODO: Add the data
1276       csit-vpp-perf-verify-2001-3n-skx:
1277         - 45  # NDRPDR sel
1278         - 46  # NDRPDR sel
1279         - 47  # NDRPDR sel
1280         - 48  # NDRPDR sel
1281     vpp-compare-testbeds:
1282       - "vpp-compare-testbeds-ref"
1283       - "vpp-compare-testbeds-cmp"
1284
1285     vpp-compare-testbeds-skx-clx-ref:
1286       # TODO: Add the data
1287       csit-vpp-perf-verify-2001-2n-skx:
1288         - 92  # NDRPDR sel
1289         - 93  # NDRPDR sel
1290         - 94  # NDRPDR sel
1291         - 95  # NDRPDR sel
1292         - 96  # NDRPDR sel
1293         - 97  # NDRPDR sel
1294         - 98  # NDRPDR sel
1295         - 99  # NDRPDR sel
1296         - 100 # NDRPDR sel
1297     vpp-compare-testbeds-skx-clx-cmp:
1298       csit-vpp-perf-verify-2001-2n-clx:
1299         - 28  # NDRPDR sel
1300         - 29  # NDRPDR sel
1301         - 32  # NDRPDR sel
1302         - 40  # NDRPDR sel
1303         - 43  # NDRPDR sel
1304         - 44  # NDRPDR sel
1305         - 45  # NDRPDR sel
1306         - 47  # NDRPDR sel
1307         - 48  # NDRPDR sel
1308         - 49  # NDRPDR sel
1309     vpp-compare-testbeds-skx-clx:
1310       - "vpp-compare-testbeds-skx-clx-ref"
1311       - "vpp-compare-testbeds-skx-clx-cmp"
1312
1313     vpp-compare-testbeds-hsw-clx-ref:
1314       csit-vpp-perf-verify-2001-3n-hsw:
1315         - 21  # NDRPDR sel
1316         - 22  # NDRPDR sel
1317         - 23  # NDRPDR sel
1318         - 24  # NDRPDR sel
1319         - 25  # NDRPDR sel
1320         - 29  # NDRPDR sel
1321         - 30  # NDRPDR sel
1322         - 31  # NDRPDR sel
1323         - 32  # NDRPDR sel
1324         - 34  # NDRPDR sel
1325     vpp-compare-testbeds-hsw-clx-cmp:
1326       csit-vpp-perf-verify-2001-2n-clx:
1327         - 28  # NDRPDR sel
1328         - 29  # NDRPDR sel
1329         - 32  # NDRPDR sel
1330         - 40  # NDRPDR sel
1331         - 43  # NDRPDR sel
1332         - 44  # NDRPDR sel
1333         - 45  # NDRPDR sel
1334         - 47  # NDRPDR sel
1335         - 48  # NDRPDR sel
1336         - 49  # NDRPDR sel
1337     vpp-compare-testbeds-hsw-clx:
1338       - "vpp-compare-testbeds-hsw-clx-ref"
1339       - "vpp-compare-testbeds-hsw-clx-cmp"
1340
1341     vpp-compare-testbeds-mrr-ref:
1342       csit-vpp-perf-verify-2001-3n-hsw:
1343         - 17  # MRR sel
1344     vpp-compare-testbeds-mrr-cmp:
1345       csit-vpp-perf-verify-2001-3n-skx:
1346         - 50  # MRR sel
1347     vpp-compare-testbeds-mrr:
1348       - "vpp-compare-testbeds-mrr-ref"
1349       - "vpp-compare-testbeds-mrr-cmp"
1350
1351     vpp-compare-testbeds-mrr-skx-clx-ref:
1352       csit-vpp-perf-verify-2001-2n-skx:
1353         - 101 # MRR sel
1354     vpp-compare-testbeds-mrr-skx-clx-cmp:
1355       csit-vpp-perf-verify-2001-2n-clx:
1356         - 39  # MRR
1357     vpp-compare-testbeds-mrr-skx-clx:
1358       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1359       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1360
1361     vpp-compare-testbeds-mrr-hsw-clx-ref:
1362       csit-vpp-perf-verify-2001-3n-hsw:
1363         - 17  # MRR sel
1364     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1365       csit-vpp-perf-verify-2001-2n-clx:
1366         - 39  # MRR
1367     vpp-compare-testbeds-mrr-hsw-clx:
1368       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1369       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1370
1371     dpdk-compare-testbeds-ref:
1372       csit-dpdk-perf-verify-2001-3n-hsw:
1373         - 4   # NDRPDR sel
1374         - 5   # NDRPDR sel
1375         - 6   # NDRPDR sel
1376         - 7   # NDRPDR sel
1377         - 8   # NDRPDR sel
1378         - 9   # NDRPDR sel
1379         - 10  # NDRPDR sel
1380         - 11  # NDRPDR sel
1381         - 12  # NDRPDR sel
1382         - 13  # NDRPDR sel
1383         - 15  # NDRPDR sel
1384         - 16  # NDRPDR sel
1385         - 17  # NDRPDR sel
1386         - 18  # NDRPDR sel
1387         - 19  # NDRPDR sel
1388         - 20  # NDRPDR sel
1389         - 21  # NDRPDR sel
1390         - 22  # NDRPDR sel
1391         - 23  # NDRPDR sel
1392         - 24  # NDRPDR sel
1393     dpdk-compare-testbeds-cmp:
1394       csit-dpdk-perf-verify-2001-3n-skx:
1395         - 29  # NDRPDR sel xxv710
1396         - 33  # NDRPDR sel xxv710
1397         - 34  # NDRPDR sel xxv710
1398         - 30  # NDRPDR sel x710
1399         - 31  # NDRPDR sel x710
1400         - 32  # NDRPDR sel x710
1401     dpdk-compare-testbeds:
1402       - "dpdk-compare-testbeds-ref"
1403       - "dpdk-compare-testbeds-cmp"
1404
1405     dpdk-compare-testbeds-skx-clx-ref:
1406       csit-dpdk-perf-verify-2001-2n-skx:
1407         - 35  # NDRPDR sel xxv710
1408         - 36  # NDRPDR sel xxv710
1409         - 37  # NDRPDR sel xxv710
1410         - 41  # NDRPDR sel xxv710
1411         - 42  # NDRPDR sel xxv710
1412         - 43  # NDRPDR sel xxv710
1413         - 46  # NDRPDR sel xxv710
1414         - 47  # NDRPDR sel xxv710
1415         - 38  # NDRPDR sel x710
1416         - 39  # NDRPDR sel x710
1417         - 40  # NDRPDR sel x710
1418         - 44  # NDRPDR sel x710
1419         - 45  # NDRPDR sel x710
1420         - 48  # NDRPDR sel x710
1421         - 49  # NDRPDR sel x710
1422         - 50  # NDRPDR sel x710
1423     dpdk-compare-testbeds-skx-clx-cmp:
1424       csit-dpdk-perf-verify-2001-2n-clx:
1425         - 15  # NDRPDR sel
1426         - 16  # NDRPDR sel
1427         - 17  # NDRPDR sel
1428         - 18  # NDRPDR sel
1429         - 19  # NDRPDR sel
1430         - 20  # NDRPDR sel
1431         - 21  # NDRPDR sel
1432         - 22  # NDRPDR sel
1433         - 23  # NDRPDR sel
1434         - 24  # NDRPDR sel
1435         - 25  # NDRPDR sel
1436         - 26  # NDRPDR sel
1437         - 27  # NDRPDR sel
1438         - 28  # NDRPDR sel
1439         - 29  # NDRPDR sel
1440         - 30  # NDRPDR sel
1441         - 31  # NDRPDR sel
1442         - 32  # NDRPDR sel
1443         - 33  # NDRPDR sel
1444         - 34  # NDRPDR sel
1445
1446     dpdk-compare-testbeds-skx-clx:
1447       - "dpdk-compare-testbeds-skx-clx-ref"
1448       - "dpdk-compare-testbeds-skx-clx-cmp"
1449
1450     # Compare topologies
1451
1452     vpp-compare-topologies-ref:
1453       # TODO: Add the data
1454       csit-vpp-perf-verify-2001-3n-skx:
1455         - 45  # NDRPDR sel
1456         - 46  # NDRPDR sel
1457         - 47  # NDRPDR sel
1458         - 48  # NDRPDR sel
1459     vpp-compare-topologies-cmp:
1460       # TODO: Add the data
1461       csit-vpp-perf-verify-2001-2n-skx:
1462         - 92  # NDRPDR sel
1463         - 93  # NDRPDR sel
1464         - 94  # NDRPDR sel
1465         - 95  # NDRPDR sel
1466         - 96  # NDRPDR sel
1467         - 97  # NDRPDR sel
1468         - 98  # NDRPDR sel
1469         - 99  # NDRPDR sel
1470         - 100 # NDRPDR sel
1471     vpp-compare-topologies:
1472       - "vpp-compare-topologies-ref"
1473       - "vpp-compare-topologies-cmp"
1474
1475     vpp-compare-topologies-mrr-ref:
1476       csit-vpp-perf-verify-2001-3n-skx:
1477         - 50  # MRR sel
1478     vpp-compare-topologies-mrr-cmp:
1479       csit-vpp-perf-verify-2001-2n-skx:
1480         - 101 # MRR sel
1481     vpp-compare-topologies-mrr:
1482       - "vpp-compare-topologies-mrr-ref"
1483       - "vpp-compare-topologies-mrr-cmp"
1484
1485     dpdk-compare-topologies-ref:
1486       csit-dpdk-perf-verify-2001-3n-skx:
1487         - 29  # NDRPDR sel xxv710
1488         - 33  # NDRPDR sel xxv710
1489         - 34  # NDRPDR sel xxv710
1490         - 30  # NDRPDR sel x710
1491         - 31  # NDRPDR sel x710
1492         - 32  # NDRPDR sel x710
1493     dpdk-compare-topologies-cmp:
1494       csit-dpdk-perf-verify-2001-2n-skx:
1495         - 35  # NDRPDR sel xxv710
1496         - 36  # NDRPDR sel xxv710
1497         - 37  # NDRPDR sel xxv710
1498         - 41  # NDRPDR sel xxv710
1499         - 42  # NDRPDR sel xxv710
1500         - 43  # NDRPDR sel xxv710
1501         - 46  # NDRPDR sel xxv710
1502         - 47  # NDRPDR sel xxv710
1503         - 38  # NDRPDR sel x710
1504         - 39  # NDRPDR sel x710
1505         - 40  # NDRPDR sel x710
1506         - 44  # NDRPDR sel x710
1507         - 45  # NDRPDR sel x710
1508         - 48  # NDRPDR sel x710
1509         - 49  # NDRPDR sel x710
1510         - 50  # NDRPDR sel x710
1511     dpdk-compare-topologies:
1512       - "dpdk-compare-topologies-ref"
1513       - "dpdk-compare-topologies-cmp"
1514
1515   plot-layouts:
1516
1517     plot-soak-throughput:
1518       titlefont:
1519         size: 18
1520       xaxis:
1521         title: "<b>Test Cases [Index]</b>"
1522         titlefont:
1523           size: 16
1524         autorange: True
1525         fixedrange: False
1526         gridcolor: "rgb(230, 230, 230)"
1527         linecolor: "rgb(220, 220, 220)"
1528         linewidth: 1
1529         showgrid: True
1530         showline: True
1531         showticklabels: True
1532         tickcolor: "rgb(220, 220, 220)"
1533         tickmode: "linear"
1534         tickfont:
1535           size: 16
1536         zeroline: False
1537       yaxis:
1538         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1539         titlefont:
1540           size: 16
1541         gridcolor: "rgb(230, 230, 230)"
1542         hoverformat: ".4r"
1543         tickformat: ".3r"
1544         linecolor: "rgb(220, 220, 220)"
1545         linewidth: 1
1546         showgrid: True
1547         showline: True
1548         showticklabels: True
1549         tickcolor: "rgb(220, 220, 220)"
1550         tickfont:
1551           size: 16
1552         zeroline: False
1553         range: [0,50]
1554       autosize: False
1555       margin:
1556         t: 50
1557         b: 0
1558         l: 80
1559         r: 20
1560       showlegend: True
1561       legend:
1562         orientation: "h"
1563         font:
1564           size: 16
1565       width: 700
1566       height: 900
1567       paper_bgcolor: "#fff"
1568       plot_bgcolor: "#fff"
1569       hoverlabel:
1570         namelength: -1
1571
1572     plot-service-density:
1573       titlefont:
1574         size: 18
1575       xaxis:
1576         side: "top"
1577         autorange: True
1578         fixedrange: False
1579         showgrid: False
1580         showline: False
1581         showticklabels: False
1582         ticks: ""
1583         ticklen: 0
1584         tickwidth: 0
1585         zeroline: False
1586       yaxis:
1587         autorange: "reversed"
1588         showgrid: False
1589         showline: False
1590         showticklabels: False
1591         ticks: ""
1592         ticklen: 0
1593         tickwidth: 0
1594         zeroline: False
1595       showlegend: False
1596       paper_bgcolor: "#fff"
1597       plot_bgcolor: "#fff"
1598       width: 700
1599       height: 700
1600       hoverlabel:
1601         namelength: -1
1602
1603     plot-cps:
1604       titlefont:
1605         size: 18
1606       xaxis:
1607         title: "<b>Test Cases [Index]</b>"
1608         titlefont:
1609           size: 16
1610         autorange: True
1611         fixedrange: False
1612         gridcolor: "rgb(230, 230, 230)"
1613         linecolor: "rgb(220, 220, 220)"
1614         linewidth: 1
1615         showgrid: True
1616         showline: True
1617         showticklabels: True
1618         tickcolor: "rgb(220, 220, 220)"
1619         tickmode: "linear"
1620         tickfont:
1621           size: 16
1622         zeroline: False
1623       yaxis:
1624         title: "<b>Connections Per Second [cps]</b>"
1625         titlefont:
1626           size: 16
1627         gridcolor: "rgb(230, 230, 230)"
1628         hoverformat: ".4s"
1629         linecolor: "rgb(220, 220, 220)"
1630         linewidth: 1
1631         rangemode: "tozero"
1632         showgrid: True
1633         showline: True
1634         showticklabels: True
1635         tickcolor: "rgb(220, 220, 220)"
1636         tickformat: ".3s"
1637         tickfont:
1638           size: 16
1639         zeroline: False
1640       boxmode: "group"
1641       boxgroupgap: 0.5
1642       autosize: False
1643       margin:
1644         t: 50
1645         b: 20
1646         l: 80
1647         r: 20
1648       showlegend: True
1649       legend:
1650         orientation: "h"
1651         font:
1652           size: 16
1653       width: 700
1654       height: 800
1655       paper_bgcolor: "#fff"
1656       plot_bgcolor: "#fff"
1657       hoverlabel:
1658         namelength: -1
1659
1660     plot-rps:
1661       titlefont:
1662         size: 18
1663       xaxis:
1664         title: "<b>Test Cases [Index]</b>"
1665         titlefont:
1666           size: 16
1667         autorange: True
1668         fixedrange: False
1669         gridcolor: "rgb(230, 230, 230)"
1670         linecolor: "rgb(220, 220, 220)"
1671         linewidth: 1
1672         showgrid: True
1673         showline: True
1674         showticklabels: True
1675         tickcolor: "rgb(220, 220, 220)"
1676         tickmode: "linear"
1677         tickfont:
1678           size: 16
1679         zeroline: False
1680       yaxis:
1681         title: "<b>Requests Per Second [rps]</b>"
1682         titlefont:
1683           size: 16
1684         gridcolor: "rgb(230, 230, 230)"
1685         hoverformat: ".4s"
1686         linecolor: "rgb(220, 220, 220)"
1687         linewidth: 1
1688         rangemode: "tozero"
1689         showgrid: True
1690         showline: True
1691         showticklabels: True
1692         tickcolor: "rgb(230, 230, 230)"
1693         tickformat: ".3s"
1694         tickfont:
1695           size: 16
1696         zeroline: False
1697       boxmode: "group"
1698       boxgroupgap: 0.5
1699       autosize: False
1700       margin:
1701         t: 50
1702         b: 20
1703         l: 80
1704         r: 20
1705       showlegend: True
1706       legend:
1707         orientation: "h"
1708         font:
1709           size: 16
1710       width: 700
1711       height: 800
1712       paper_bgcolor: "#fff"
1713       plot_bgcolor: "#fff"
1714       hoverlabel:
1715         namelength: -1
1716
1717     plot-hoststack:
1718       titlefont:
1719         size: 16
1720       xaxis:
1721         title: "<b>Test Cases [Index]</b>"
1722         titlefont:
1723           size: 14
1724         autorange: True
1725         fixedrange: False
1726         gridcolor: "rgb(230, 230, 230)"
1727         linecolor: "rgb(220, 220, 220)"
1728         linewidth: 1
1729         showgrid: True
1730         showline: True
1731         showticklabels: True
1732         tickcolor: "rgb(220, 220, 220)"
1733         tickmode: "linear"
1734         tickfont:
1735           size: 14
1736         zeroline: False
1737       yaxis:
1738         title: "<b>Bandwidth [Gbps]</b>"
1739         titlefont:
1740           size: 14
1741         gridcolor: "rgb(230, 230, 230)"
1742         hoverformat: ".4s"
1743         linecolor: "rgb(220, 220, 220)"
1744         linewidth: 1
1745         rangemode: "tozero"
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(230, 230, 230)"
1750         tickformat: ".3s"
1751         tickfont:
1752           size: 14
1753         zeroline: False
1754       boxmode: "group"
1755       boxgroupgap: 0.5
1756       autosize: False
1757       margin:
1758         t: 50
1759         b: 20
1760         l: 80
1761         r: 20
1762       showlegend: True
1763       legend:
1764         orientation: "h"
1765         font:
1766           size: 14
1767       width: 700
1768       height: 800
1769       paper_bgcolor: "#fff"
1770       plot_bgcolor: "#fff"
1771       hoverlabel:
1772         namelength: -1
1773
1774     plot-throughput:
1775       titlefont:
1776         size: 18
1777       xaxis:
1778         title: "<b>Test Cases [Index]</b>"
1779         titlefont:
1780           size: 16
1781         autorange: True
1782         fixedrange: False
1783         gridcolor: "rgb(230, 230, 230)"
1784         linecolor: "rgb(220, 220, 220)"
1785         linewidth: 1
1786         showgrid: True
1787         showline: True
1788         showticklabels: True
1789         tickcolor: "rgb(220, 220, 220)"
1790         tickmode: "linear"
1791         tickfont:
1792           size: 16
1793         zeroline: False
1794       yaxis:
1795         title: "<b>Packet Throughput [Mpps]</b>"
1796         titlefont:
1797           size: 16
1798         gridcolor: "rgb(230, 230, 230)"
1799         hoverformat: ".4r"
1800         tickformat: ".3r"
1801         linecolor: "rgb(220, 220, 220)"
1802         linewidth: 1
1803         showgrid: True
1804         showline: True
1805         showticklabels: True
1806         tickcolor: "rgb(220, 220, 220)"
1807         tickfont:
1808           size: 16
1809         zeroline: False
1810         range: [0,50]
1811       autosize: False
1812       margin:
1813         t: 50
1814         b: 0
1815         l: 80
1816         r: 20
1817       showlegend: True
1818       legend:
1819         orientation: "h"
1820         font:
1821           size: 16
1822       width: 700
1823       height: 900
1824       paper_bgcolor: "#fff"
1825       plot_bgcolor: "#fff"
1826       hoverlabel:
1827         namelength: -1
1828
1829     plot-throughput-speedup-analysis:
1830       titlefont:
1831         size: 18
1832       xaxis:
1833         title: "<b>Number of Cores [Qty]</b>"
1834         titlefont:
1835           size: 16
1836         autorange: True
1837         fixedrange: False
1838         gridcolor: "rgb(230, 230, 230)"
1839         linecolor: "rgb(220, 220, 220)"
1840         linewidth: 1
1841         showgrid: True
1842         showline: True
1843         showticklabels: True
1844         tickcolor: "rgb(238, 238, 238)"
1845         tickmode: "linear"
1846         tickfont:
1847           size: 16
1848         zeroline: False
1849       yaxis:
1850         title: "<b>Packet Throughput [Mpps]</b>"
1851         titlefont:
1852           size: 16
1853         type: "linear"
1854         gridcolor: "rgb(230, 230, 230)"
1855         hoverformat: ".4s"
1856         linecolor: "rgb(220, 220, 220)"
1857         linewidth: 1
1858         showgrid: True
1859         showline: True
1860         showticklabels: True
1861         tickcolor: "rgb(220, 220, 220)"
1862         tickformat: ".4s"
1863         tickfont:
1864           size: 16
1865         zeroline: True
1866         rangemode: "tozero"
1867         range: [0,100]
1868       legend:
1869         orientation: "h"
1870         font:
1871           size: 16
1872         xanchor: "left"
1873         yanchor: "top"
1874         x: 0
1875         y: -0.2
1876         bgcolor: "rgba(255, 255, 255, 0)"
1877         bordercolor: "rgba(255, 255, 255, 0)"
1878         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1879       autosize: False
1880       margin:
1881           't': 50
1882           'b': 150
1883           'l': 85
1884           'r': 10
1885       showlegend: True
1886       width: 700
1887       height: 700
1888       paper_bgcolor: "#fff"
1889       plot_bgcolor: "#fff"
1890       hoverlabel:
1891         namelength: -1
1892       annotations: [
1893         {
1894           text: "_ _          __          ...",
1895           align: "left",
1896           showarrow: False,
1897           xref: "paper",
1898           yref: "paper",
1899           xanchor: "left",
1900           yanchor: "top",
1901           x: 0,
1902           y: -0.13,
1903           font: {
1904             family: "Consolas, Courier New",
1905             size: 15
1906           },
1907         },
1908         {
1909           text: "    Perfect     Measured     Limit",
1910           align: "left",
1911           showarrow: False,
1912           xref: "paper",
1913           yref: "paper",
1914           xanchor: "left",
1915           yanchor: "top",
1916           x: 0,
1917           y: -0.15,
1918           font: {
1919             family: "Consolas, Courier New",
1920             size: 15
1921           },
1922         },
1923       ]
1924
1925     plot-latency:
1926       titlefont:
1927         size: 18
1928       xaxis:
1929         title: "<b>Direction</b>"
1930         titlefont:
1931           size: 16
1932         autorange: True
1933         fixedrange: False
1934         gridcolor: "rgb(230, 230, 230)"
1935         linecolor: "rgb(220, 220, 220)"
1936         linewidth: 1
1937         showgrid: True
1938         showline: True
1939         showticklabels: False
1940         tickcolor: "rgb(220, 220, 220)"
1941         tickmode: "linear"
1942         tickfont:
1943           size: 16
1944         zeroline: False
1945       yaxis:
1946         title: "<b>Packet Latency [uSec]</b>"
1947         titlefont:
1948           size: 16
1949         type: "linear"
1950         gridcolor: "rgb(230, 230, 230)"
1951         hoverformat: ".4s"
1952         linecolor: "rgb(220, 220, 220)"
1953         linewidth: 1
1954         showgrid: True
1955         showline: True
1956         showticklabels: True
1957         tickcolor: "rgb(220, 220, 220)"
1958         tickformat: ".4s"
1959         tickfont:
1960           size: 16
1961         zeroline: True
1962         rangemode: "tozero"
1963       legend:
1964         orientation: "h"
1965         font:
1966           size: 16
1967         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1968       autosize: False
1969       margin:
1970           't': 50
1971           'b': 150
1972           'l': 80
1973           'r': 10
1974       showlegend: True
1975       width: 700
1976       height: 700
1977       paper_bgcolor: "#fff"
1978       plot_bgcolor: "#fff"
1979       hoverlabel:
1980         namelength: -1
1981
1982     plot-hdrh-latency:
1983       title:
1984         text: ""
1985         xanchor: "center"
1986         x: 0.5
1987         font:
1988           size: 16
1989       width: 700
1990       plot_bgcolor: "white"
1991       annotations:
1992         - font:
1993             size: 14
1994           showarrow: False
1995           text: "<b>Packet Latency [uSec]</b>"
1996           x: 1
1997           xanchor: "right"
1998           xref: "paper"
1999           y: -0.045
2000           yanchor: "top"
2001           yref: "paper"
2002         - font:
2003             size: 14
2004           showarrow: False
2005           text: "<b>Probability [%]</b>"
2006           textangle: 270
2007           x: -0.06
2008           xanchor: "center"
2009           xref: "paper"
2010           y: 0.5
2011           yanchor: "middle"
2012           yref: "paper"
2013         - font:
2014             size: 14
2015           showarrow: False
2016           text: "<b>Direction: E-W</b>"
2017           x: 0.24
2018           xanchor: "center"
2019           xref: "paper"
2020           y: 1.05
2021           yanchor: "bottom"
2022           yref: "paper"
2023         - font:
2024             size: 14
2025           showarrow: False
2026           text: "<b>Direction: W-E</b>"
2027           x: 0.74
2028           xanchor: "center"
2029           xref: "paper"
2030           y: 1.05
2031           yanchor: "bottom"
2032           yref: "paper"
2033
2034     plot-hdrh-latency-percentile:
2035       title:
2036         text: ""
2037         xanchor: "center"
2038         x: 0.5
2039         font:
2040           size: 18
2041       xaxis:
2042         type: "log"
2043         title: "<b>Percentile [%]</b>"
2044         titlefont:
2045           size: 16
2046         autorange: True
2047         fixedrange: False
2048         gridcolor: "rgb(230, 230, 230)"
2049         linecolor: "rgb(220, 220, 220)"
2050         linewidth: 1
2051         showgrid: True
2052         showline: True
2053         showticklabels: True
2054         tickcolor: "rgb(220, 220, 220)"
2055         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2056         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2057         tickfont:
2058           size: 16
2059       yaxis:
2060         title: "<b>Packet Latency [uSec]</b>"
2061         titlefont:
2062           size: 16
2063         gridcolor: "rgb(230, 230, 230)"
2064         linecolor: "rgb(220, 220, 220)"
2065         linewidth: 1
2066         showgrid: True
2067         showline: True
2068         showticklabels: True
2069         tickcolor: "rgb(220, 220, 220)"
2070         tickfont:
2071           size: 16
2072       autosize: False
2073       showlegend: True
2074       legend:
2075         traceorder: "normal"
2076         orientation: "h"
2077         font:
2078           size: 16
2079         xanchor: "left"
2080         yanchor: "top"
2081         x: 0
2082         y: -0.15
2083         bgcolor: "rgba(255, 255, 255, 0)"
2084         bordercolor: "rgba(255, 255, 255, 0)"
2085       width: 700
2086       height: 700
2087       paper_bgcolor: "white"
2088       plot_bgcolor: "white"
2089
2090     plot-hdrh-latency-by-percentile:
2091       title:
2092         text: "<b>Latency by Percentile Distribution</b>"
2093         xanchor: "center"
2094         x: 0.5
2095         font:
2096           size: 18
2097       showlegend: True
2098       legend:
2099         traceorder: "normal"
2100         orientation: "h"
2101         font:
2102           size: 16
2103         xanchor: "left"
2104         yanchor: "top"
2105         x: 0
2106         y: -0.2
2107         bgcolor: "rgba(255, 255, 255, 0)"
2108         bordercolor: "rgba(255, 255, 255, 0)"
2109       xaxis:
2110         type: "linear"
2111         title: "<b>Percentile [%]</b>"
2112         titlefont:
2113           size: 14
2114         autorange: False
2115         fixedrange: False
2116         range: [0, 100]
2117         gridcolor: "rgb(230, 230, 230)"
2118         linecolor: "rgb(220, 220, 220)"
2119         linewidth: 1
2120         showgrid: True
2121         showline: True
2122         showticklabels: True
2123         tickcolor: "rgb(220, 220, 220)"
2124         tickvals: [0, 25, 50, 75, 100]
2125         ticktext: [0, 25, 50, 75, 100]
2126         tickfont:
2127           size: 14
2128       yaxis:
2129         title: "<b>One-Way Latency per Direction [uSec]</b>"
2130         titlefont:
2131           size: 14
2132         gridcolor: "rgb(230, 230, 230)"
2133         linecolor: "rgb(220, 220, 220)"
2134         linewidth: 1
2135         showgrid: True
2136         showline: True
2137         showticklabels: True
2138         tickcolor: "rgb(220, 220, 220)"
2139         tickfont:
2140           size: 14
2141       width: 700
2142       height: 700
2143       paper_bgcolor: "white"
2144       plot_bgcolor: "white"
2145
2146 - type: "static"
2147   src-path: "{DIR[RST]}"
2148   dst-path: "{DIR[WORKING,SRC]}"
2149
2150 - type: "input"
2151   general:
2152     file-name: "output_info.xml.gz"
2153     file-format: ".gz"
2154     arch-file-format:
2155       - ".gz"
2156       - ".zip"
2157     download-path: "{job}/{build}/archives/{filename}"
2158     extract: "output.xml"
2159
2160     zip-file-name: "robot-plugin.zip"
2161     zip-file-format: ".zip"
2162     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2163     zip-extract: "robot-plugin/output.xml"
2164
2165   builds:
2166
2167     csit-vpp-perf-verify-1904-3n-hsw:
2168       - 9   # MRR sel
2169       - 11  # NDRPDR sel
2170       - 12  # NDRPDR sel
2171       - 20  # NDRPDR sel
2172       - 21  # NDRPDR sel
2173       - 23  # NDRPDR sel
2174       - 24  # NDRPDR sel
2175       - 25  # NDRPDR sel
2176       - 26  # NDRPDR sel
2177       - 29  # NDRPDR sel
2178       - 30  # NDRPDR sel
2179     csit-vpp-perf-verify-1908-3n-hsw:
2180       - 12  # NDRPDR sel
2181       - 13  # NDRPDR sel
2182       - 14  # NDRPDR sel
2183       - 15  # NDRPDR sel
2184       - 16  # NDRPDR sel
2185       - 17  # NDRPDR sel
2186       - 18  # NDRPDR sel
2187       - 19  # NDRPDR sel
2188       - 20  # NDRPDR sel
2189       - 21  # NDRPDR sel
2190       - 48  # NDRPDR sel vhost
2191       - 49  # NDRPDR sel vhost
2192       - 52  # NDRPDR sel vhost
2193       - 53  # NDRPDR sel vhost
2194       - 54  # NDRPDR sel vhost
2195       - 55  # NDRPDR sel vhost
2196       - 56  # NDRPDR sel vhost
2197       - 57  # NDRPDR sel vhost
2198       - 58  # NDRPDR sel vhost
2199       - 59  # NDRPDR sel vhost
2200       - 39  # MRR sel
2201     csit-vpp-perf-verify-2001-3n-hsw:
2202       - 21  # NDRPDR sel
2203       - 22  # NDRPDR sel
2204       - 23  # NDRPDR sel
2205       - 24  # NDRPDR sel
2206       - 25  # NDRPDR sel
2207       - 29  # NDRPDR sel
2208       - 30  # NDRPDR sel
2209       - 31  # NDRPDR sel
2210       - 32  # NDRPDR sel
2211       - 34  # NDRPDR sel
2212       - 17  # MRR sel
2213       - 18  # NDRPDR full
2214       - 20  # NDRPDR full
2215       - 28  # NDRPDR full
2216       - 35  # NDRPDR full
2217       - 42  # NDRPDR full
2218       - 46  # NDRPDR full
2219       - 47  # NDRPDR full
2220       - 48  # NDRPDR full
2221       - 49  # NDRPDR full
2222       - 50  # NDRPDR full
2223       - 51  # NDRPDR full
2224       - 52  # NDRPDR full
2225       - 53  # NDRPDR full
2226       - 54  # NDRPDR full
2227       - 55  # NDRPDR full
2228       - 56  # NDRPDR full
2229       - 57  # NDRPDR full
2230       - 58  # NDRPDR full
2231       - 59  # NDRPDR full
2232       - 61  # NDRPDR full
2233       - 62  # NDRPDR full
2234       - 63  # NDRPDR full
2235       - 64  # NDRPDR full
2236       - 65  # NDRPDR full
2237       - 67  # NDRPDR full
2238       - 70  # NDRPDR full
2239       - 72  # NDRPDR full
2240       - 73  # NDRPDR full
2241       - 76  # NDRPDR full
2242       - 77  # NDRPDR full
2243       - 78  # NDRPDR full
2244       - 79  # NDRPDR full
2245       - 81  # NDRPDR full
2246       - 82  # NDRPDR full
2247       - 84  # NDRPDR full
2248       - 85  # NDRPDR full
2249       - 87  # hoststack
2250       - 88  # hoststack
2251       - 89  # hoststack
2252       - 90  # hoststack
2253       - 91  # hoststack
2254       - 92  # hoststack
2255       - 93  # hoststack
2256       - 94  # hoststack
2257       - 95  # hoststack
2258       - 96  # hoststack
2259
2260     csit-vpp-perf-verify-1904-3n-skx:
2261       - 7   # MRR sel
2262       - 8   # NDRPDR sel
2263       - 9   # NDRPDR sel
2264       - 10  # NDRPDR sel
2265       - 11  # NDRPDR sel
2266       - 12  # NDRPDR sel
2267       - 14  # NDRPDR sel
2268       - 16  # NDRPDR sel
2269       - 21  # NDRPDR sel
2270       - 23  # NDRPDR sel
2271       - 25  # NDRPDR sel
2272     csit-vpp-perf-verify-1908-3n-skx:
2273       - 14  # NDRPDR sel
2274       - 16  # NDRPDR sel
2275       - 19  # NDRPDR sel
2276       - 20  # NDRPDR sel
2277       - 22  # NDRPDR sel
2278       - 23  # NDRPDR sel
2279       - 24  # NDRPDR sel
2280       - 25  # NDRPDR sel
2281       - 26  # NDRPDR sel
2282       - 29  # NDRPDR sel
2283       - 52  # NDRPDR sel vhost
2284       - 53  # NDRPDR sel vhost
2285       - 55  # NDRPDR sel vhost
2286       - 61  # NDRPDR sel vhost
2287       - 62  # NDRPDR sel vhost
2288       - 63  # NDRPDR sel vhost
2289       - 64  # NDRPDR sel vhost
2290       - 65  # NDRPDR sel vhost
2291       - 66  # NDRPDR sel vhost
2292       - 67  # NDRPDR sel vhost
2293       - 36  # MRR sel
2294     csit-vpp-perf-verify-2001-3n-skx:
2295       - 45  # NDRPDR sel
2296       - 46  # NDRPDR sel
2297       - 47  # NDRPDR sel
2298       - 48  # NDRPDR sel
2299       - 50  # MRR sel
2300
2301     csit-vpp-perf-verify-1904-2n-skx:
2302       - 11  # MRR sel
2303       - 12  # NDRPDR sel
2304       - 14  # NDRPDR sel
2305       - 16  # NDRPDR sel
2306       - 17  # NDRPDR sel
2307       - 18  # NDRPDR sel
2308       - 21  # NDRPDR sel
2309       - 27  # NDRPDR sel
2310       - 30  # NDRPDR sel
2311       - 31  # NDRPDR sel
2312       - 32  # NDRPDR sel
2313     csit-vpp-perf-verify-1908-2n-skx:
2314       - 26  # NDRPDR sel
2315       - 27  # NDRPDR sel
2316       - 34  # NDRPDR sel
2317       - 35  # NDRPDR sel
2318       - 36  # NDRPDR sel
2319       - 42  # NDRPDR sel
2320       - 43  # NDRPDR sel
2321       - 44  # NDRPDR sel
2322       - 45  # NDRPDR sel
2323       - 46  # NDRPDR sel
2324       - 88  # NDRPDR sel vhost
2325       - 89  # NDRPDR sel vhost
2326       - 91  # NDRPDR sel vhost
2327       - 92  # NDRPDR sel vhost
2328       - 93  # NDRPDR sel vhost
2329       - 94  # NDRPDR sel vhost
2330       - 95  # NDRPDR sel vhost
2331       - 96  # NDRPDR sel vhost
2332       - 97  # NDRPDR sel vhost
2333       - 98  # NDRPDR sel vhost
2334       - 69  # MRR sel
2335       - 22  # NFV
2336       - 31  # NFV
2337       - 32  # NFV
2338       - 71  # NFV MRR
2339       - 113 # NFV reconf sel - to be removed
2340       - 114 # NFV reconf sel - to be removed
2341       - 115 # NFV reconf sel - to be removed
2342     csit-vpp-perf-verify-2001-2n-skx:
2343       - 92  # NDRPDR sel
2344       - 93  # NDRPDR sel
2345       - 94  # NDRPDR sel
2346       - 95  # NDRPDR sel
2347       - 96  # NDRPDR sel
2348       - 97  # NDRPDR sel
2349       - 98  # NDRPDR sel
2350       - 99  # NDRPDR sel
2351       - 100 # NDRPDR sel
2352       - 101 # MRR sel
2353
2354     csit-vpp-perf-verify-2001-2n-clx:
2355       - 28  # NDRPDR sel
2356       - 29  # NDRPDR sel
2357       - 32  # NDRPDR sel
2358       - 40  # NDRPDR sel
2359       - 43  # NDRPDR sel
2360       - 44  # NDRPDR sel
2361       - 45  # NDRPDR sel
2362       - 47  # NDRPDR sel
2363       - 48  # NDRPDR sel
2364       - 49  # NDRPDR sel
2365       - 39  # MRR
2366       - 53  # NDRPDR full
2367       - 54  # NDRPDR full
2368       - 55  # NDRPDR full
2369       - 56  # NDRPDR full
2370       - 57  # NDRPDR full
2371       - 58  # NDRPDR full
2372       - 59  # NDRPDR full
2373       - 60  # NDRPDR full
2374       - 61  # NDRPDR full
2375       - 62  # NDRPDR full
2376       - 63  # NDRPDR full
2377       - 64  # NDRPDR full
2378       - 65  # NDRPDR full
2379       - 66  # NDRPDR full
2380       - 67  # NDRPDR full
2381       - 68  # Reconf
2382       - 69  # Reconf
2383       - 70  # Reconf
2384       - 71  # Reconf
2385       - 72  # Reconf
2386       - 73  # Reconf
2387       - 74  # Reconf
2388       - 75  # Reconf
2389       - 76  # Reconf
2390       - 77  # Reconf
2391       - 80  # TCP
2392       - 82  # TCP
2393       - 83  # TCP
2394       - 85  # TCP
2395       - 86  # TCP
2396       - 87  # TCP
2397       - 88  # TCP
2398       - 89  # TCP
2399       - 90  # TCP
2400       - 91  # TCP
2401       - 93  # Soak
2402       - 94  # Soak
2403
2404     csit-vpp-perf-verify-1908-3n-tsh:
2405       - 7   # NDRPDR sel
2406       - 8   # NDRPDR sel
2407       - 9   # NDRPDR sel
2408       - 10  # NDRPDR sel
2409       - 11  # NDRPDR sel
2410       - 12  # NDRPDR sel
2411       - 13  # NDRPDR sel
2412       - 14  # NDRPDR sel
2413       - 15  # NDRPDR sel
2414       - 16  # NDRPDR sel
2415       - 17  # MRR sel
2416     csit-vpp-perf-verify-2001-3n-tsh:
2417       - 3   # NDRPDR sel
2418       - 4   # NDRPDR sel
2419       - 7   # NDRPDR sel
2420       - 8   # NDRPDR sel
2421       - 10  # NDRPDR sel
2422       - 12  # NDRPDR sel
2423       - 13  # NDRPDR sel
2424       - 14  # NDRPDR sel
2425       - 15  # NDRPDR sel
2426       - 21  # NDRPDR sel
2427       - 9   # MRR sel
2428
2429     csit-vpp-perf-verify-1908-3n-dnv:
2430       - 6   # NDRPDR sel
2431       - 7   # NDRPDR sel
2432       - 8   # NDRPDR sel
2433       - 9   # NDRPDR sel
2434       - 10  # NDRPDR sel
2435       - 12  # NDRPDR sel
2436       - 13  # NDRPDR sel
2437       - 14  # NDRPDR sel
2438       - 15  # NDRPDR sel
2439       - 16  # NDRPDR sel
2440       - 17  # MRR sel
2441     csit-vpp-perf-verify-2001-3n-dnv:
2442       - 5   # NDRPDR sel
2443       - 6   # NDRPDR sel
2444       - 7   # NDRPDR sel
2445       - 8   # NDRPDR sel
2446       - 9   # NDRPDR sel
2447       - 10  # NDRPDR sel
2448       - 12  # NDRPDR sel
2449       - 16  # NDRPDR sel
2450       - 17  # NDRPDR sel
2451       - 18  # NDRPDR sel
2452       - 11  # MRR sel
2453       - 19  # NDRPDR full
2454       - 20  # NDRPDR full
2455       - 21  # NDRPDR full
2456       - 22  # NDRPDR full
2457       - 23  # NDRPDR full
2458       - 24  # NDRPDR full
2459       - 25  # NDRPDR full
2460       - 26  # NDRPDR full
2461       - 37  # NDRPDR full
2462       - 38  # NDRPDR full
2463       - 39  # NDRPDR full
2464
2465     csit-vpp-perf-verify-1908-2n-dnv:
2466       - 1   # NDRPDR sel
2467       - 2   # NDRPDR sel
2468       - 3   # NDRPDR sel
2469       - 4   # NDRPDR sel
2470       - 5   # NDRPDR sel
2471       - 6   # NDRPDR sel
2472       - 7   # NDRPDR sel
2473       - 8   # NDRPDR sel
2474       - 9   # NDRPDR sel
2475       - 10  # NDRPDR sel
2476       - 11  # MRR sel
2477     csit-vpp-perf-verify-2001-2n-dnv:
2478       - 4   # NDRPDR sel
2479       - 5   # NDRPDR sel
2480       - 6   # NDRPDR sel
2481       - 7   # NDRPDR sel
2482       - 8   # NDRPDR sel
2483       - 9   # NDRPDR sel
2484       - 10  # NDRPDR sel
2485       - 11  # NDRPDR sel
2486       - 13  # NDRPDR sel
2487       - 16  # NDRPDR sel
2488       - 12  # MRR sel
2489       - 21  # NDRPDR full
2490       - 22  # NDRPDR full
2491       - 25  # NDRPDR full
2492       - 26  # NDRPDR full
2493       - 27  # NDRPDR full
2494       - 28  # NDRPDR full
2495
2496     csit-dpdk-perf-verify-1904-3n-hsw:
2497       - 2   # NDRPDR sel
2498       - 3   # NDRPDR sel
2499       - 5   # NDRPDR sel
2500       - 6   # NDRPDR sel
2501       - 13  # NDRPDR sel
2502       - 14  # NDRPDR sel
2503       - 15  # NDRPDR sel
2504       - 18  # NDRPDR sel
2505       - 19  # NDRPDR sel
2506       - 20  # NDRPDR sel
2507     csit-dpdk-perf-verify-1908-3n-hsw:
2508       - 2   # NDRPDR sel
2509       - 3   # NDRPDR sel
2510       - 4   # NDRPDR sel
2511       - 5   # NDRPDR sel
2512       - 6   # NDRPDR sel
2513       - 7   # NDRPDR sel
2514       - 8   # NDRPDR sel
2515       - 9   # NDRPDR sel
2516       - 10  # NDRPDR sel
2517       - 11  # NDRPDR sel
2518     csit-dpdk-perf-verify-2001-3n-hsw:
2519       - 4   # NDRPDR sel
2520       - 5   # NDRPDR sel
2521       - 6   # NDRPDR sel
2522       - 7   # NDRPDR sel
2523       - 8   # NDRPDR sel
2524       - 9   # NDRPDR sel
2525       - 10  # NDRPDR sel
2526       - 11  # NDRPDR sel
2527       - 12  # NDRPDR sel
2528       - 13  # NDRPDR sel
2529       - 15  # NDRPDR sel
2530       - 16  # NDRPDR sel
2531       - 17  # NDRPDR sel
2532       - 18  # NDRPDR sel
2533       - 19  # NDRPDR sel
2534       - 20  # NDRPDR sel
2535       - 21  # NDRPDR sel
2536       - 22  # NDRPDR sel
2537       - 23  # NDRPDR sel
2538       - 24  # NDRPDR sel
2539       - 25  # NDRPDR full
2540       - 26  # NDRPDR full
2541
2542     csit-dpdk-perf-verify-1904-3n-skx:
2543       - 2   # NDRPDR sel
2544       - 3   # NDRPDR sel
2545       - 4   # NDRPDR sel
2546       - 5   # NDRPDR sel
2547       - 6   # NDRPDR sel
2548       - 7   # NDRPDR sel
2549       - 11  # NDRPDR sel
2550       - 12  # NDRPDR sel
2551       - 13  # NDRPDR sel
2552       - 14  # NDRPDR sel
2553     csit-dpdk-perf-verify-1908-3n-skx:
2554       - 3   # NDRPDR sel
2555       - 4   # NDRPDR sel
2556       - 5   # NDRPDR sel
2557       - 6   # NDRPDR sel
2558       - 7   # NDRPDR sel
2559       - 8   # NDRPDR sel
2560       - 9   # NDRPDR sel
2561       - 10  # NDRPDR sel
2562       - 11  # NDRPDR sel
2563       - 12  # NDRPDR sel
2564     csit-dpdk-perf-verify-2001-3n-skx:
2565       - 29  # NDRPDR sel xxv710
2566       - 33  # NDRPDR sel xxv710
2567       - 34  # NDRPDR sel xxv710
2568       - 30  # NDRPDR sel x710
2569       - 31  # NDRPDR sel x710
2570       - 32  # NDRPDR sel x710
2571
2572     csit-dpdk-perf-verify-1904-2n-skx:
2573       - 2   # NDRPDR sel
2574       - 3   # NDRPDR sel
2575       - 4   # NDRPDR sel
2576       - 5   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 11  # NDRPDR sel
2582       - 12  # NDRPDR sel
2583     csit-dpdk-perf-verify-1908-2n-skx:
2584       - 2   # NDRPDR sel
2585       - 3   # NDRPDR sel
2586       - 4   # NDRPDR sel
2587       - 5   # NDRPDR sel
2588       - 7   # NDRPDR sel
2589       - 8   # NDRPDR sel
2590       - 9   # NDRPDR sel
2591       - 10  # NDRPDR sel
2592       - 11  # NDRPDR sel
2593       - 12  # NDRPDR sel
2594     csit-dpdk-perf-verify-2001-2n-skx:
2595       - 35  # NDRPDR sel xxv710
2596       - 36  # NDRPDR sel xxv710
2597       - 37  # NDRPDR sel xxv710
2598       - 41  # NDRPDR sel xxv710
2599       - 42  # NDRPDR sel xxv710
2600       - 43  # NDRPDR sel xxv710
2601       - 46  # NDRPDR sel xxv710
2602       - 47  # NDRPDR sel xxv710
2603       - 38  # NDRPDR sel x710
2604       - 39  # NDRPDR sel x710
2605       - 40  # NDRPDR sel x710
2606       - 44  # NDRPDR sel x710
2607       - 45  # NDRPDR sel x710
2608       - 48  # NDRPDR sel x710
2609       - 49  # NDRPDR sel x710
2610       - 50  # NDRPDR sel x710
2611
2612
2613     csit-dpdk-perf-verify-2001-2n-clx:
2614       - 15  # NDRPDR sel
2615       - 16  # NDRPDR sel
2616       - 17  # NDRPDR sel
2617       - 18  # NDRPDR sel
2618       - 19  # NDRPDR sel
2619       - 20  # NDRPDR sel
2620       - 21  # NDRPDR sel
2621       - 22  # NDRPDR sel
2622       - 23  # NDRPDR sel
2623       - 24  # NDRPDR sel
2624       - 25  # NDRPDR sel
2625       - 26  # NDRPDR sel
2626       - 27  # NDRPDR sel
2627       - 28  # NDRPDR sel
2628       - 29  # NDRPDR sel
2629       - 30  # NDRPDR sel
2630       - 31  # NDRPDR sel
2631       - 32  # NDRPDR sel
2632       - 33  # NDRPDR sel
2633       - 34  # NDRPDR sel
2634
2635     csit-dpdk-perf-verify-2001-2n-dnv:
2636       - 9   # NDRPDR sel
2637       - 10  # NDRPDR sel
2638       - 11  # NDRPDR sel
2639       - 12  # NDRPDR sel
2640       - 13  # NDRPDR sel
2641       - 14  # NDRPDR sel
2642       - 15  # NDRPDR sel
2643       - 16  # NDRPDR sel
2644       - 17  # NDRPDR sel
2645       - 18  # NDRPDR sel
2646
2647     csit-dpdk-perf-verify-2001-3n-dnv:
2648       - 12  # NDRPDR sel
2649       - 13  # NDRPDR sel
2650       - 14  # NDRPDR sel
2651       - 15  # NDRPDR sel
2652       - 16  # NDRPDR sel
2653       - 17  # NDRPDR sel
2654       - 18  # NDRPDR sel
2655       - 19  # NDRPDR sel
2656       - 20  # NDRPDR sel
2657       - 22  # NDRPDR sel
2658
2659     csit-dpdk-perf-verify-2001-3n-tsh:
2660       - 3   # NDRPDR sel
2661       - 4   # NDRPDR sel
2662       - 5   # NDRPDR sel
2663       - 9   # NDRPDR sel
2664       - 10  # NDRPDR sel
2665       - 11  # NDRPDR sel
2666       - 12  # NDRPDR sel
2667       - 14  # NDRPDR sel
2668       - 15  # NDRPDR sel
2669       - 18  # NDRPDR sel
2670
2671     csit-vpp-device-2001-ubuntu1804-1n-skx:
2672       - 57
2673
2674 - type: "output"
2675   output: "report"
2676   format:
2677     html:
2678     - full
2679 #    pdf:
2680 #    - minimal
2681
2682 ################################################################################
2683 ###                               T A B L E S                                ###
2684 ################################################################################
2685
2686 ## VPP Soak vs NDR - 2n-skx
2687 #- type: "table"
2688 #  title: "VPP Soak vs NDR 2n-skx"
2689 #  algorithm: "table_soak_vs_ndr"
2690 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2691 #  reference:
2692 #    title: "NDR"
2693 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2694 #  compare:
2695 #    title: "Soak"
2696 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2697 #  data: "vpp-soak-vs-ndr-2n-skx"
2698 #  include-tests: "NDR"
2699 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2700 #  parameters:
2701 #    - "throughput"
2702 #    - "name"
2703 #    - "parent"
2704
2705 # VPP Soak vs NDR - 2n-clx
2706 - type: "table"
2707   title: "VPP Soak vs NDR 2n-clx"
2708   algorithm: "table_soak_vs_ndr"
2709   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2710   reference:
2711     title: "NDR"
2712     data: "vpp-soak-vs-ndr-2n-clx-ref"
2713   compare:
2714     title: "Soak"
2715     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2716   data: "vpp-soak-vs-ndr-2n-clx"
2717   include-tests: "NDR"
2718   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2719   parameters:
2720     - "throughput"
2721     - "name"
2722     - "parent"
2723
2724 ################################################################################
2725
2726 # VPP Compare NICs 3n-skx 2t1c ndr
2727 - type: "table"
2728   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2729   algorithm: "table_nics_comparison"
2730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2731   reference:
2732     title: "x710"
2733     nic: "NIC_Intel-X710"
2734   compare:
2735     title: "xxv710"
2736     nic: "NIC_Intel-XXV710"
2737   data: "vpp-nic-comparison-3n-skx"
2738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2739   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2740   parameters:
2741   - "name"
2742   - "parent"
2743   - "throughput"
2744   - "tags"
2745
2746 # VPP Compare NICs 3n-skx 4t2c ndr
2747 - type: "table"
2748   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2749   algorithm: "table_nics_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2751   reference:
2752     title: "x710"
2753     nic: "NIC_Intel-X710"
2754   compare:
2755     title: "xxv710"
2756     nic: "NIC_Intel-XXV710"
2757   data: "vpp-nic-comparison-3n-skx"
2758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2759   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2760   parameters:
2761   - "name"
2762   - "parent"
2763   - "throughput"
2764   - "tags"
2765
2766 # VPP Compare NICs 3n-skx 2t1c pdr
2767 - type: "table"
2768   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2769   algorithm: "table_nics_comparison"
2770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2771   reference:
2772     title: "x710"
2773     nic: "NIC_Intel-X710"
2774   compare:
2775     title: "xxv710"
2776     nic: "NIC_Intel-XXV710"
2777   data: "vpp-nic-comparison-3n-skx"
2778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2779   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2780   parameters:
2781   - "name"
2782   - "parent"
2783   - "throughput"
2784   - "tags"
2785
2786  # VPP Compare NICs 3n-skx 4t2c pdr
2787 - type: "table"
2788   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2789   algorithm: "table_nics_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2791   reference:
2792     title: "x710"
2793     nic: "NIC_Intel-X710"
2794   compare:
2795     title: "xxv710"
2796     nic: "NIC_Intel-XXV710"
2797   data: "vpp-nic-comparison-3n-skx"
2798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2799   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2800   parameters:
2801   - "name"
2802   - "parent"
2803   - "throughput"
2804   - "tags"
2805
2806 # VPP Compare NICs 3n-skx 2t1c mrr
2807 - type: "table"
2808   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2809   algorithm: "table_nics_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2811   reference:
2812     title: "x710"
2813     nic: "NIC_Intel-X710"
2814   compare:
2815     title: "xxv710"
2816     nic: "NIC_Intel-XXV710"
2817   data: "vpp-nic-comparison-3n-skx-mrr"
2818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2819   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2820   parameters:
2821   - "name"
2822   - "parent"
2823   - "result"
2824   - "tags"
2825
2826 # VPP Compare NICs 3n-skx 4t2c mrr
2827 - type: "table"
2828   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2829   algorithm: "table_nics_comparison"
2830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2831   reference:
2832     title: "x710"
2833     nic: "NIC_Intel-X710"
2834   compare:
2835     title: "xxv710"
2836     nic: "NIC_Intel-XXV710"
2837   data: "vpp-nic-comparison-3n-skx-mrr"
2838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2839   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2840   parameters:
2841   - "name"
2842   - "parent"
2843   - "result"
2844   - "tags"
2845
2846  # VPP Compare NICs 3n-skx 8t4c mrr
2847 - type: "table"
2848   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2849   algorithm: "table_nics_comparison"
2850   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2851   reference:
2852     title: "x710"
2853     nic: "NIC_Intel-X710"
2854   compare:
2855     title: "xxv710"
2856     nic: "NIC_Intel-XXV710"
2857   data: "vpp-nic-comparison-3n-skx-mrr"
2858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2859   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2860   parameters:
2861   - "name"
2862   - "parent"
2863   - "result"
2864   - "tags"
2865
2866 # VPP Compare NICs 2n-skx 2t1c ndr
2867 - type: "table"
2868   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2869   algorithm: "table_nics_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2871   reference:
2872     title: "x710"
2873     nic: "NIC_Intel-X710"
2874   compare:
2875     title: "xxv710"
2876     nic: "NIC_Intel-XXV710"
2877   data: "vpp-nic-comparison-2n-skx"
2878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2879   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "throughput"
2884   - "tags"
2885
2886 # VPP Compare NICs 2n-skx 4t2c ndr
2887 - type: "table"
2888   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2889   algorithm: "table_nics_comparison"
2890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2891   reference:
2892     title: "x710"
2893     nic: "NIC_Intel-X710"
2894   compare:
2895     title: "xxv710"
2896     nic: "NIC_Intel-XXV710"
2897   data: "vpp-nic-comparison-2n-skx"
2898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2899   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2900   parameters:
2901   - "name"
2902   - "parent"
2903   - "throughput"
2904   - "tags"
2905
2906  # VPP Compare NICs 2n-skx 2t1c pdr
2907 - type: "table"
2908   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2909   algorithm: "table_nics_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2911   reference:
2912     title: "x710"
2913     nic: "NIC_Intel-X710"
2914   compare:
2915     title: "xxv710"
2916     nic: "NIC_Intel-XXV710"
2917   data: "vpp-nic-comparison-2n-skx"
2918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2919   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2920   parameters:
2921   - "name"
2922   - "parent"
2923   - "throughput"
2924   - "tags"
2925
2926 # VPP Compare NICs 2n-skx 4t2c pdr
2927 - type: "table"
2928   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2929   algorithm: "table_nics_comparison"
2930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2931   reference:
2932     title: "x710"
2933     nic: "NIC_Intel-X710"
2934   compare:
2935     title: "xxv710"
2936     nic: "NIC_Intel-XXV710"
2937   data: "vpp-nic-comparison-2n-skx"
2938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2939   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2940   parameters:
2941   - "name"
2942   - "parent"
2943   - "throughput"
2944   - "tags"
2945
2946 # VPP Compare NICs 2n-skx 2t1c mrr
2947 - type: "table"
2948   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2949   algorithm: "table_nics_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2951   reference:
2952     title: "x710"
2953     nic: "NIC_Intel-X710"
2954   compare:
2955     title: "xxv710"
2956     nic: "NIC_Intel-XXV710"
2957   data: "vpp-nic-comparison-2n-skx-mrr"
2958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2959   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2960   parameters:
2961   - "name"
2962   - "parent"
2963   - "result"
2964   - "tags"
2965
2966 # VPP Compare NICs 2n-skx 4t2c mrr
2967 - type: "table"
2968   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2969   algorithm: "table_nics_comparison"
2970   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2971   reference:
2972     title: "x710"
2973     nic: "NIC_Intel-X710"
2974   compare:
2975     title: "xxv710"
2976     nic: "NIC_Intel-XXV710"
2977   data: "vpp-nic-comparison-2n-skx-mrr"
2978   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2979   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2980   parameters:
2981   - "name"
2982   - "parent"
2983   - "result"
2984   - "tags"
2985
2986 # VPP Compare NICs 2n-skx 8t4c mrr
2987 - type: "table"
2988   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2989   algorithm: "table_nics_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2991   reference:
2992     title: "x710"
2993     nic: "NIC_Intel-X710"
2994   compare:
2995     title: "xxv710"
2996     nic: "NIC_Intel-XXV710"
2997   data: "vpp-nic-comparison-2n-skx-mrr"
2998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2999   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3000   parameters:
3001   - "name"
3002   - "parent"
3003   - "result"
3004   - "tags"
3005
3006 ################################################################################
3007 # VPP
3008
3009 # VPP Performance Changes 3n-hsw 1t1c pdr
3010 - type: "table"
3011   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3012   algorithm: "table_perf_comparison"
3013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3014   history:
3015     - title: "rls1904"
3016       data: "vpp-performance-changes-3n-hsw-h1"
3017   reference:
3018     title: "rls1908"
3019     data: "vpp-performance-changes-3n-hsw-ref"
3020     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3021   compare:
3022     title: "rls2001"
3023     data: "vpp-performance-changes-3n-hsw-cmp"
3024   data: "vpp-performance-changes-3n-hsw"
3025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3026   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3027   parameters:
3028   - "name"
3029   - "parent"
3030   - "throughput"
3031
3032 # VPP Performance Changes 3n-hsw 2t2c pdr
3033 - type: "table"
3034   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3035   algorithm: "table_perf_comparison"
3036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3037   history:
3038     - title: "rls1904"
3039       data: "vpp-performance-changes-3n-hsw-h1"
3040   reference:
3041     title: "rls1908"
3042     data: "vpp-performance-changes-3n-hsw-ref"
3043     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3044   compare:
3045     title: "rls2001"
3046     data: "vpp-performance-changes-3n-hsw-cmp"
3047   data: "vpp-performance-changes-3n-hsw"
3048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3049   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3050   parameters:
3051   - "name"
3052   - "parent"
3053   - "throughput"
3054
3055 # VPP Performance Changes 3n-hsw 1t1c ndr
3056 - type: "table"
3057   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3058   algorithm: "table_perf_comparison"
3059   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3060   history:
3061     - title: "rls1904"
3062       data: "vpp-performance-changes-3n-hsw-h1"
3063   reference:
3064     title: "rls1908"
3065     data: "vpp-performance-changes-3n-hsw-ref"
3066     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3067   compare:
3068     title: "rls2001"
3069     data: "vpp-performance-changes-3n-hsw-cmp"
3070   data: "vpp-performance-changes-3n-hsw"
3071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3072   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3073   parameters:
3074   - "name"
3075   - "parent"
3076   - "throughput"
3077
3078 # VPP Performance Changes 3n-hsw 2t2c ndr
3079 - type: "table"
3080   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3081   algorithm: "table_perf_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3083   history:
3084     - title: "rls1904"
3085       data: "vpp-performance-changes-3n-hsw-h1"
3086   reference:
3087     title: "rls1908"
3088     data: "vpp-performance-changes-3n-hsw-ref"
3089     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3090   compare:
3091     title: "rls2001"
3092     data: "vpp-performance-changes-3n-hsw-cmp"
3093   data: "vpp-performance-changes-3n-hsw"
3094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3095   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3096   parameters:
3097   - "name"
3098   - "parent"
3099   - "throughput"
3100
3101 # VPP Performance Changes 3n-skx 2t1c pdr
3102 - type: "table"
3103   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3104   algorithm: "table_perf_comparison_nic"
3105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3106   history:
3107     - title: "rls1904 x710"
3108       data: "vpp-performance-changes-3n-skx-h1"
3109       nic: "NIC_Intel-X710"
3110   reference:
3111     title: "rls1908 xxv710"
3112     data: "vpp-performance-changes-3n-skx-ref"
3113     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3114     nic: "NIC_Intel-XXV710"
3115   compare:
3116     title: "rls2001 xxv710"
3117     data: "vpp-performance-changes-3n-skx-cmp"
3118     nic: "NIC_Intel-XXV710"
3119   data: "vpp-performance-changes-3n-skx"
3120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3121   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3122   parameters:
3123   - "name"
3124   - "parent"
3125   - "throughput"
3126   - "tags"
3127
3128 # VPP Performance Changes 3n-skx 4t2c pdr
3129 - type: "table"
3130   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3131   algorithm: "table_perf_comparison_nic"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3133   history:
3134     - title: "rls1904 x710"
3135       data: "vpp-performance-changes-3n-skx-h1"
3136       nic: "NIC_Intel-X710"
3137   reference:
3138     title: "rls1908 xxv710"
3139     data: "vpp-performance-changes-3n-skx-ref"
3140     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3141     nic: "NIC_Intel-XXV710"
3142   compare:
3143     title: "rls2001 xxv710"
3144     data: "vpp-performance-changes-3n-skx-cmp"
3145     nic: "NIC_Intel-XXV710"
3146   data: "vpp-performance-changes-3n-skx"
3147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3148   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "throughput"
3153   - "tags"
3154
3155 # VPP Performance Changes 3n-skx 2t1c ndr
3156 - type: "table"
3157   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3158   algorithm: "table_perf_comparison_nic"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3160   history:
3161     - title: "rls1904 x710"
3162       data: "vpp-performance-changes-3n-skx-h1"
3163       nic: "NIC_Intel-X710"
3164   reference:
3165     title: "rls1908 xxv710"
3166     data: "vpp-performance-changes-3n-skx-ref"
3167     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3168     nic: "NIC_Intel-XXV710"
3169   compare:
3170     title: "rls2001 xxv710"
3171     data: "vpp-performance-changes-3n-skx-cmp"
3172     nic: "NIC_Intel-XXV710"
3173   data: "vpp-performance-changes-3n-skx"
3174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3175   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3176   parameters:
3177   - "name"
3178   - "parent"
3179   - "throughput"
3180   - "tags"
3181
3182 # VPP Performance Changes 3n-skx 4t2c ndr
3183 - type: "table"
3184   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3185   algorithm: "table_perf_comparison_nic"
3186   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3187   history:
3188     - title: "rls1904 x710"
3189       data: "vpp-performance-changes-3n-skx-h1"
3190       nic: "NIC_Intel-X710"
3191   reference:
3192     title: "rls1908 xxv710"
3193     data: "vpp-performance-changes-3n-skx-ref"
3194     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3195     nic: "NIC_Intel-XXV710"
3196   compare:
3197     title: "rls2001 xxv710"
3198     data: "vpp-performance-changes-3n-skx-cmp"
3199     nic: "NIC_Intel-XXV710"
3200   data: "vpp-performance-changes-3n-skx"
3201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3202   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3203   parameters:
3204   - "name"
3205   - "parent"
3206   - "throughput"
3207   - "tags"
3208
3209 # VPP Performance Changes 2n-skx 2t1c pdr
3210 - type: "table"
3211   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3212   algorithm: "table_perf_comparison_nic"
3213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3214   history:
3215     - title: "rls1904 x710"
3216       data: "vpp-performance-changes-2n-skx-h1"
3217       nic: "NIC_Intel-X710"
3218   reference:
3219     title: "rls1908 xxv710"
3220     data: "vpp-performance-changes-2n-skx-ref"
3221     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3222     nic: "NIC_Intel-XXV710"
3223   compare:
3224     title: "rls2001 xxv710"
3225     data: "vpp-performance-changes-2n-skx-cmp"
3226     nic: "NIC_Intel-XXV710"
3227   data: "vpp-performance-changes-2n-skx"
3228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3229   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3230   parameters:
3231   - "name"
3232   - "parent"
3233   - "throughput"
3234   - "tags"
3235
3236 # VPP Performance Changes 2n-skx 4t2c pdr
3237 - type: "table"
3238   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3239   algorithm: "table_perf_comparison_nic"
3240   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3241   history:
3242     - title: "rls1904 x710"
3243       data: "vpp-performance-changes-2n-skx-h1"
3244       nic: "NIC_Intel-X710"
3245   reference:
3246     title: "rls1908 xxv710"
3247     data: "vpp-performance-changes-2n-skx-ref"
3248     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3249     nic: "NIC_Intel-XXV710"
3250   compare:
3251     title: "rls2001 xxv710"
3252     data: "vpp-performance-changes-2n-skx-cmp"
3253     nic: "NIC_Intel-XXV710"
3254   data: "vpp-performance-changes-2n-skx"
3255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3257   parameters:
3258   - "name"
3259   - "parent"
3260   - "throughput"
3261   - "tags"
3262
3263 # VPP Performance Changes 2n-skx 2t1c ndr
3264 - type: "table"
3265   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3266   algorithm: "table_perf_comparison_nic"
3267   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3268   history:
3269     - title: "rls1904 x710"
3270       data: "vpp-performance-changes-2n-skx-h1"
3271       nic: "NIC_Intel-X710"
3272   reference:
3273     title: "rls1908 xxv710"
3274     data: "vpp-performance-changes-2n-skx-ref"
3275     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3276     nic: "NIC_Intel-XXV710"
3277   compare:
3278     title: "rls2001 xxv710"
3279     data: "vpp-performance-changes-2n-skx-cmp"
3280     nic: "NIC_Intel-XXV710"
3281   data: "vpp-performance-changes-2n-skx"
3282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3283   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "throughput"
3288   - "tags"
3289
3290 # VPP Performance Changes 2n-skx 4t2c ndr
3291 - type: "table"
3292   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3293   algorithm: "table_perf_comparison_nic"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3295   history:
3296     - title: "rls1904 x710"
3297       data: "vpp-performance-changes-2n-skx-h1"
3298       nic: "NIC_Intel-X710"
3299   reference:
3300     title: "rls1908 xxv710"
3301     data: "vpp-performance-changes-2n-skx-ref"
3302     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3303     nic: "NIC_Intel-XXV710"
3304   compare:
3305     title: "rls2001 xxv710"
3306     data: "vpp-performance-changes-2n-skx-cmp"
3307     nic: "NIC_Intel-XXV710"
3308   data: "vpp-performance-changes-2n-skx"
3309   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3310   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3311   parameters:
3312   - "name"
3313   - "parent"
3314   - "throughput"
3315   - "tags"
3316
3317 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3318 #- type: "table"
3319 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3320 #  algorithm: "table_perf_comparison"
3321 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3322 #  reference:
3323 #    title: "rls1908"
3324 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3325 #  compare:
3326 #    title: "rls2001"
3327 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3328 #  data: "vpp-performance-changes-nfv-2n-skx"
3329 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3330 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3331 #  parameters:
3332 #  - "name"
3333 #  - "parent"
3334 #  - "throughput"
3335 #  - "tags"
3336 #
3337 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3338 #- type: "table"
3339 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3340 #  algorithm: "table_perf_comparison"
3341 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3342 #  reference:
3343 #    title: "rls1908"
3344 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3345 #  compare:
3346 #    title: "rls2001"
3347 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3348 #  data: "vpp-performance-changes-nfv-2n-skx"
3349 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3350 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3351 #  parameters:
3352 #  - "name"
3353 #  - "parent"
3354 #  - "throughput"
3355 #  - "tags"
3356 #
3357 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3358 #- type: "table"
3359 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3360 #  algorithm: "table_perf_comparison"
3361 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3362 #  reference:
3363 #    title: "rls1908"
3364 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3365 #  compare:
3366 #    title: "rls2001"
3367 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3368 #  data: "vpp-performance-changes-nfv-2n-skx"
3369 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3370 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3371 #  parameters:
3372 #  - "name"
3373 #  - "parent"
3374 #  - "throughput"
3375 #  - "tags"
3376 #
3377 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3378 #- type: "table"
3379 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3380 #  algorithm: "table_perf_comparison"
3381 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3382 #  reference:
3383 #    title: "rls1908"
3384 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3385 #  compare:
3386 #    title: "rls2001"
3387 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3388 #  data: "vpp-performance-changes-nfv-2n-skx"
3389 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3390 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3391 #  parameters:
3392 #  - "name"
3393 #  - "parent"
3394 #  - "throughput"
3395 #  - "tags"
3396
3397 # VPP Performance Changes 2n-dnv 1t1c pdr
3398 - type: "table"
3399   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3400   algorithm: "table_perf_comparison"
3401   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3402   reference:
3403     title: "rls1908"
3404     data: "vpp-performance-changes-2n-dnv-ref"
3405   compare:
3406     title: "rls2001"
3407     data: "vpp-performance-changes-2n-dnv-cmp"
3408   data: "vpp-performance-changes-2n-dnv"
3409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3410   filter: "'1T1C'"
3411   parameters:
3412   - "name"
3413   - "parent"
3414   - "throughput"
3415   - "tags"
3416
3417 # VPP Performance Changes 2n-dnv 2t2c pdr
3418 - type: "table"
3419   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3420   algorithm: "table_perf_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3422   reference:
3423     title: "rls1908"
3424     data: "vpp-performance-changes-2n-dnv-ref"
3425   compare:
3426     title: "rls2001"
3427     data: "vpp-performance-changes-2n-dnv-cmp"
3428   data: "vpp-performance-changes-2n-dnv"
3429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3430   filter: "'2T2C'"
3431   parameters:
3432   - "name"
3433   - "parent"
3434   - "throughput"
3435   - "tags"
3436
3437 # VPP Performance Changes 2n-dnv 1t1c ndr
3438 - type: "table"
3439   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3440   algorithm: "table_perf_comparison"
3441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3442   reference:
3443     title: "rls1908"
3444     data: "vpp-performance-changes-2n-dnv-ref"
3445   compare:
3446     title: "rls2001"
3447     data: "vpp-performance-changes-2n-dnv-cmp"
3448   data: "vpp-performance-changes-2n-dnv"
3449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3450   filter: "'1T1C'"
3451   parameters:
3452   - "name"
3453   - "parent"
3454   - "throughput"
3455   - "tags"
3456
3457 # VPP Performance Changes 2n-dnv 2t2c ndr
3458 - type: "table"
3459   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3460   algorithm: "table_perf_comparison"
3461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3462   reference:
3463     title: "rls1908 "
3464     data: "vpp-performance-changes-2n-dnv-ref"
3465   compare:
3466     title: "rls2001"
3467     data: "vpp-performance-changes-2n-dnv-cmp"
3468   data: "vpp-performance-changes-2n-dnv"
3469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3470   filter: "'2T2C'"
3471   parameters:
3472   - "name"
3473   - "parent"
3474   - "throughput"
3475   - "tags"
3476
3477 # VPP Performance Changes 3n-dnv 1t1c pdr
3478 - type: "table"
3479   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3480   algorithm: "table_perf_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3482   reference:
3483     title: "rls1908"
3484     data: "vpp-performance-changes-3n-dnv-ref"
3485   compare:
3486     title: "rls2001"
3487     data: "vpp-performance-changes-3n-dnv-cmp"
3488   data: "vpp-performance-changes-3n-dnv"
3489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'1T1C'"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "throughput"
3495   - "tags"
3496
3497 # VPP Performance Changes 3n-dnv 2t2c pdr
3498 - type: "table"
3499   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3500   algorithm: "table_perf_comparison"
3501   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3502   reference:
3503     title: "rls1908"
3504     data: "vpp-performance-changes-3n-dnv-ref"
3505   compare:
3506     title: "rls2001"
3507     data: "vpp-performance-changes-3n-dnv-cmp"
3508   data: "vpp-performance-changes-3n-dnv"
3509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T2C'"
3511   parameters:
3512   - "name"
3513   - "parent"
3514   - "throughput"
3515   - "tags"
3516
3517 # VPP Performance Changes 3n-dnv 1t1c ndr
3518 - type: "table"
3519   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3520   algorithm: "table_perf_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3522   reference:
3523     title: "rls1908"
3524     data: "vpp-performance-changes-3n-dnv-ref"
3525   compare:
3526     title: "rls2001"
3527     data: "vpp-performance-changes-3n-dnv-cmp"
3528   data: "vpp-performance-changes-3n-dnv"
3529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3530   filter: "'1T1C'"
3531   parameters:
3532   - "name"
3533   - "parent"
3534   - "throughput"
3535   - "tags"
3536
3537 # VPP Performance Changes 3n-dnv 2t2c ndr
3538 - type: "table"
3539   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3540   algorithm: "table_perf_comparison"
3541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3542   reference:
3543     title: "rls1908"
3544     data: "vpp-performance-changes-3n-dnv-ref"
3545   compare:
3546     title: "rls2001"
3547     data: "vpp-performance-changes-3n-dnv-cmp"
3548   data: "vpp-performance-changes-3n-dnv"
3549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555   - "tags"
3556
3557 # VPP Performance Changes 3n-tsh 1t1c pdr
3558 - type: "table"
3559   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3560   algorithm: "table_perf_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3562   reference:
3563     title: "rls1908"
3564     data: "vpp-performance-changes-3n-tsh-ref"
3565   compare:
3566     title: "rls2001"
3567     data: "vpp-performance-changes-3n-tsh-cmp"
3568   data: "vpp-performance-changes-3n-tsh"
3569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3570   filter: "'1T1C'"
3571   parameters:
3572   - "name"
3573   - "parent"
3574   - "throughput"
3575   - "tags"
3576
3577 # VPP Performance Changes 3n-tsh 2t2c pdr
3578 - type: "table"
3579   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3580   algorithm: "table_perf_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3582   reference:
3583     title: "rls1908"
3584     data: "vpp-performance-changes-3n-tsh-ref"
3585   compare:
3586     title: "rls2001"
3587     data: "vpp-performance-changes-3n-tsh-cmp"
3588   data: "vpp-performance-changes-3n-tsh"
3589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3590   filter: "'2T2C'"
3591   parameters:
3592   - "name"
3593   - "parent"
3594   - "throughput"
3595   - "tags"
3596
3597 # VPP Performance Changes 3n-tsh 1t1c ndr
3598 - type: "table"
3599   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3600   algorithm: "table_perf_comparison"
3601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3602   reference:
3603     title: "rls1908"
3604     data: "vpp-performance-changes-3n-tsh-ref"
3605   compare:
3606     title: "rls2001"
3607     data: "vpp-performance-changes-3n-tsh-cmp"
3608   data: "vpp-performance-changes-3n-tsh"
3609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'1T1C'"
3611   parameters:
3612   - "name"
3613   - "parent"
3614   - "throughput"
3615   - "tags"
3616
3617 # VPP Performance Changes 3n-tsh 2t2c ndr
3618 - type: "table"
3619   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3620   algorithm: "table_perf_comparison"
3621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3622   reference:
3623     title: "rls1908"
3624     data: "vpp-performance-changes-3n-tsh-ref"
3625   compare:
3626     title: "rls2001"
3627     data: "vpp-performance-changes-3n-tsh-cmp"
3628   data: "vpp-performance-changes-3n-tsh"
3629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3630   filter: "'2T2C'"
3631   parameters:
3632   - "name"
3633   - "parent"
3634   - "throughput"
3635   - "tags"
3636
3637 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3638 - type: "table"
3639   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3640   algorithm: "table_perf_comparison_nic"
3641   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3642   reference:
3643     title: "3n-hsw xl710"
3644     data: "vpp-compare-testbeds-ref"
3645     nic: "NIC_Intel-XL710"
3646   compare:
3647     title: "3n-skx xxv710"
3648     data: "vpp-compare-testbeds-cmp"
3649     nic: "NIC_Intel-XXV710"
3650   data: "vpp-compare-testbeds"
3651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3652   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "throughput"
3657   - "tags"
3658
3659 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3660 - type: "table"
3661   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3662   algorithm: "table_perf_comparison_nic"
3663   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3664   reference:
3665     title: "3n-hsw xl710"
3666     data: "vpp-compare-testbeds-ref"
3667     nic: "NIC_Intel-XL710"
3668   compare:
3669     title: "3n-skx xxv710"
3670     data: "vpp-compare-testbeds-cmp"
3671     nic: "NIC_Intel-XXV710"
3672   data: "vpp-compare-testbeds"
3673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3674   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3675   parameters:
3676   - "name"
3677   - "parent"
3678   - "throughput"
3679   - "tags"
3680
3681 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3682 - type: "table"
3683   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3684   algorithm: "table_perf_comparison_nic"
3685   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3686   reference:
3687     title: "3n-hsw xl710"
3688     data: "vpp-compare-testbeds-ref"
3689     nic: "NIC_Intel-XL710"
3690   compare:
3691     title: "3n-skx xxv710"
3692     data: "vpp-compare-testbeds-cmp"
3693     nic: "NIC_Intel-XXV710"
3694   data: "vpp-compare-testbeds"
3695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3696   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3697   parameters:
3698   - "name"
3699   - "parent"
3700   - "throughput"
3701   - "tags"
3702
3703 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3704 - type: "table"
3705   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3706   algorithm: "table_perf_comparison_nic"
3707   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3708   reference:
3709     title: "3n-hsw xl710"
3710     data: "vpp-compare-testbeds-ref"
3711     nic: "NIC_Intel-XL710"
3712   compare:
3713     title: "3n-skx xxv710"
3714     data: "vpp-compare-testbeds-cmp"
3715     nic: "NIC_Intel-XXV710"
3716   data: "vpp-compare-testbeds"
3717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3718   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3719   parameters:
3720   - "name"
3721   - "parent"
3722   - "throughput"
3723   - "tags"
3724
3725 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3726 - type: "table"
3727   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3728   algorithm: "table_perf_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3730   reference:
3731     title: "2n-skx"
3732     data: "vpp-compare-testbeds-skx-clx-ref"
3733   compare:
3734     title: "2n-clx"
3735     data: "vpp-compare-testbeds-skx-clx-cmp"
3736   data: "vpp-compare-testbeds-skx-clx"
3737   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3738   filter: "'2T1C'"
3739   parameters:
3740   - "name"
3741   - "parent"
3742   - "throughput"
3743   - "tags"
3744
3745 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3746 - type: "table"
3747   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3748   algorithm: "table_perf_comparison"
3749   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3750   reference:
3751     title: "2n-skx"
3752     data: "vpp-compare-testbeds-skx-clx-ref"
3753   compare:
3754     title: "2n-clx"
3755     data: "vpp-compare-testbeds-skx-clx-cmp"
3756   data: "vpp-compare-testbeds-skx-clx"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'4T2C'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763   - "tags"
3764
3765 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3766 - type: "table"
3767   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3768   algorithm: "table_perf_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3770   reference:
3771     title: "2n-skx"
3772     data: "vpp-compare-testbeds-skx-clx-ref"
3773   compare:
3774     title: "2n-clx"
3775     data: "vpp-compare-testbeds-skx-clx-cmp"
3776   data: "vpp-compare-testbeds-skx-clx"
3777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'2T1C'"
3779   parameters:
3780   - "name"
3781   - "parent"
3782   - "throughput"
3783   - "tags"
3784
3785 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3786 - type: "table"
3787   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3788   algorithm: "table_perf_comparison"
3789   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3790   reference:
3791     title: "2n-skx"
3792     data: "vpp-compare-testbeds-skx-clx-ref"
3793   compare:
3794     title: "2n-clx"
3795     data: "vpp-compare-testbeds-skx-clx-cmp"
3796   data: "vpp-compare-testbeds-skx-clx"
3797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3798   filter: "'4T2C'"
3799   parameters:
3800   - "name"
3801   - "parent"
3802   - "throughput"
3803   - "tags"
3804
3805 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3806 - type: "table"
3807   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3808   algorithm: "table_perf_comparison_nic"
3809   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3810   reference:
3811     title: "3n-hsw xl710"
3812     data: "vpp-compare-testbeds-hsw-clx-ref"
3813     nic: "NIC_Intel-XL710"
3814   compare:
3815     title: "2n-clx xxv710"
3816     data: "vpp-compare-testbeds-hsw-clx-cmp"
3817     nic: "NIC_Intel-XXV710"
3818   data: "vpp-compare-testbeds-hsw-clx"
3819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3820   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3821   parameters:
3822   - "name"
3823   - "parent"
3824   - "throughput"
3825   - "tags"
3826
3827 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3828 - type: "table"
3829   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3830   algorithm: "table_perf_comparison_nic"
3831   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3832   reference:
3833     title: "3n-hsw xl710"
3834     data: "vpp-compare-testbeds-hsw-clx-ref"
3835     nic: "NIC_Intel-XL710"
3836   compare:
3837     title: "2n-clx xxv710"
3838     data: "vpp-compare-testbeds-hsw-clx-cmp"
3839     nic: "NIC_Intel-XXV710"
3840   data: "vpp-compare-testbeds-hsw-clx"
3841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3842   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3843   parameters:
3844   - "name"
3845   - "parent"
3846   - "throughput"
3847   - "tags"
3848
3849 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3850 - type: "table"
3851   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3852   algorithm: "table_perf_comparison_nic"
3853   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3854   reference:
3855     title: "3n-hsw xl710"
3856     data: "vpp-compare-testbeds-hsw-clx-ref"
3857     nic: "NIC_Intel-XL710"
3858   compare:
3859     title: "2n-clx xxv710"
3860     data: "vpp-compare-testbeds-hsw-clx-cmp"
3861     nic: "NIC_Intel-XXV710"
3862   data: "vpp-compare-testbeds-hsw-clx"
3863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3864   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3865   parameters:
3866   - "name"
3867   - "parent"
3868   - "throughput"
3869   - "tags"
3870
3871 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3872 - type: "table"
3873   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3874   algorithm: "table_perf_comparison_nic"
3875   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3876   reference:
3877     title: "3n-hsw xl710"
3878     data: "vpp-compare-testbeds-hsw-clx-ref"
3879     nic: "NIC_Intel-XL710"
3880   compare:
3881     title: "2n-clx xxv710"
3882     data: "vpp-compare-testbeds-hsw-clx-cmp"
3883     nic: "NIC_Intel-XXV710"
3884   data: "vpp-compare-testbeds-hsw-clx"
3885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3886   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3887   parameters:
3888   - "name"
3889   - "parent"
3890   - "throughput"
3891   - "tags"
3892
3893 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3894 - type: "table"
3895   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3896   algorithm: "table_perf_comparison"
3897   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3898   reference:
3899     title: "3-Node Skx"
3900     data: "vpp-compare-topologies-ref"
3901   compare:
3902     title: "2-Node Skx"
3903     data: "vpp-compare-topologies-cmp"
3904   data: "vpp-compare-topologies"
3905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3906   filter: "'NDRPDR' and '1C'"
3907   parameters:
3908   - "name"
3909   - "parent"
3910   - "throughput"
3911
3912 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3913 - type: "table"
3914   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3915   algorithm: "table_perf_comparison"
3916   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3917   reference:
3918     title: "3-Node Skx"
3919     data: "vpp-compare-topologies-ref"
3920   compare:
3921     title: "2-Node Skx"
3922     data: "vpp-compare-topologies-cmp"
3923   data: "vpp-compare-topologies"
3924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'NDRPDR' and '2C'"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "throughput"
3930
3931 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3932 - type: "table"
3933   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3934   algorithm: "table_perf_comparison"
3935   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3936   reference:
3937     title: "3-Node Skx"
3938     data: "vpp-compare-topologies-ref"
3939   compare:
3940     title: "2-Node Skx"
3941     data: "vpp-compare-topologies-cmp"
3942   data: "vpp-compare-topologies"
3943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3944   filter: "'NDRPDR' and '1C'"
3945   parameters:
3946   - "name"
3947   - "parent"
3948   - "throughput"
3949
3950 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3951 - type: "table"
3952   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3953   algorithm: "table_perf_comparison"
3954   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3955   reference:
3956     title: "3-Node Skx"
3957     data: "vpp-compare-topologies-ref"
3958   compare:
3959     title: "2-Node Skx"
3960     data: "vpp-compare-topologies-cmp"
3961   data: "vpp-compare-topologies"
3962   include-tests: "PDR"
3963   filter: "'NDRPDR' and '2C'"
3964   parameters:
3965   - "name"
3966   - "parent"
3967   - "throughput"
3968
3969 # VPP Performance Changes 3n-hsw 1t1c MRR
3970 - type: "table"
3971   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3972   algorithm: "table_perf_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3974   history:
3975     - title: "rls1904"
3976       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3977   reference:
3978     title: "rls1908"
3979     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3980   compare:
3981     title: "rls2001"
3982     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3983   data: "vpp-performance-changes-3n-hsw-mrr"
3984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3985   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3986   parameters:
3987   - "name"
3988   - "parent"
3989   - "result"
3990
3991 # VPP Performance Changes 3n-hsw 2t2c MRR
3992 - type: "table"
3993   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3994   algorithm: "table_perf_comparison"
3995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3996   history:
3997     - title: "rls1904"
3998       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3999   reference:
4000     title: "rls1908"
4001     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4002   compare:
4003     title: "rls2001"
4004     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4005   data: "vpp-performance-changes-3n-hsw-mrr"
4006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4007   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4008   parameters:
4009   - "name"
4010   - "parent"
4011   - "result"
4012
4013 # VPP Performance Changes 3n-hsw 4t4c MRR
4014 - type: "table"
4015   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4016   algorithm: "table_perf_comparison"
4017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4018   history:
4019     - title: "rls1904"
4020       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4021   reference:
4022     title: "rls1908"
4023     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4024   compare:
4025     title: "rls2001"
4026     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4027   data: "vpp-performance-changes-3n-hsw-mrr"
4028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4029   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4030   parameters:
4031   - "name"
4032   - "parent"
4033   - "result"
4034
4035 # VPP Performance Changes 3n-skx 2t1c MRR
4036 - type: "table"
4037   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4038   algorithm: "table_perf_comparison"
4039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4040   history:
4041     - title: "rls1904"
4042       data: "vpp-performance-changes-3n-skx-mrr-h1"
4043   reference:
4044     title: "rls1908"
4045     data: "vpp-performance-changes-3n-skx-mrr-ref"
4046   compare:
4047     title: "rls2001"
4048     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4049   data: "vpp-performance-changes-3n-skx-mrr"
4050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4051   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4052   parameters:
4053   - "name"
4054   - "parent"
4055   - "result"
4056
4057 # VPP Performance Changes 3n-skx 4t2c MRR
4058 - type: "table"
4059   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4060   algorithm: "table_perf_comparison"
4061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4062   history:
4063     - title: "rls1904"
4064       data: "vpp-performance-changes-3n-skx-mrr-h1"
4065   reference:
4066     title: "rls1908"
4067     data: "vpp-performance-changes-3n-skx-mrr-ref"
4068   compare:
4069     title: "rls2001"
4070     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4071   data: "vpp-performance-changes-3n-skx-mrr"
4072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4073   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4074   parameters:
4075   - "name"
4076   - "parent"
4077   - "result"
4078
4079 # VPP Performance Changes 3n-skx 8t4c MRR
4080 - type: "table"
4081   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4082   algorithm: "table_perf_comparison"
4083   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4084   history:
4085     - title: "rls1904"
4086       data: "vpp-performance-changes-3n-skx-mrr-h1"
4087   reference:
4088     title: "rls1908"
4089     data: "vpp-performance-changes-3n-skx-mrr-ref"
4090   compare:
4091     title: "rls2001"
4092     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4093   data: "vpp-performance-changes-3n-skx-mrr"
4094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4095   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4096   parameters:
4097   - "name"
4098   - "parent"
4099   - "result"
4100
4101 # VPP Performance Changes 2n-skx 2t1c MRR
4102 - type: "table"
4103   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4104   algorithm: "table_perf_comparison"
4105   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4106   history:
4107     - title: "rls1904"
4108       data: "vpp-performance-changes-2n-skx-mrr-h1"
4109   reference:
4110     title: "rls1908"
4111     data: "vpp-performance-changes-2n-skx-mrr-ref"
4112   compare:
4113     title: "rls2001"
4114     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4115   data: "vpp-performance-changes-2n-skx-mrr"
4116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4117   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4118   parameters:
4119   - "name"
4120   - "parent"
4121   - "result"
4122
4123 # VPP Performance Changes 2n-skx 4t2c MRR
4124 - type: "table"
4125   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4126   algorithm: "table_perf_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4128   history:
4129     - title: "rls1904"
4130       data: "vpp-performance-changes-2n-skx-mrr-h1"
4131   reference:
4132     title: "rls1908"
4133     data: "vpp-performance-changes-2n-skx-mrr-ref"
4134   compare:
4135     title: "rls2001"
4136     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4137   data: "vpp-performance-changes-2n-skx-mrr"
4138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4139   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4140   parameters:
4141   - "name"
4142   - "parent"
4143   - "result"
4144
4145 # VPP Performance Changes 2n-skx 8t4c MRR
4146 - type: "table"
4147   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4148   algorithm: "table_perf_comparison"
4149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4150   history:
4151     - title: "rls1904"
4152       data: "vpp-performance-changes-2n-skx-mrr-h1"
4153   reference:
4154     title: "rls1908"
4155     data: "vpp-performance-changes-2n-skx-mrr-ref"
4156   compare:
4157     title: "rls2001"
4158     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4159   data: "vpp-performance-changes-2n-skx-mrr"
4160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4161   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4162   parameters:
4163   - "name"
4164   - "parent"
4165   - "result"
4166
4167 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4168 #- type: "table"
4169 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4170 #  algorithm: "table_perf_comparison"
4171 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4172 #  reference:
4173 #    title: "rls1908"
4174 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4175 #  compare:
4176 #    title: "rls2001"
4177 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4178 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4179 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4180 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4181 #  parameters:
4182 #  - "name"
4183 #  - "parent"
4184 #  - "result"
4185 #
4186 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4187 #- type: "table"
4188 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4189 #  algorithm: "table_perf_comparison"
4190 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4191 #  reference:
4192 #    title: "rls1908"
4193 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4194 #  compare:
4195 #    title: "rls2001"
4196 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4197 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4198 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4199 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4200 #  parameters:
4201 #  - "name"
4202 #  - "parent"
4203 #  - "result"
4204 #
4205 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4206 #- type: "table"
4207 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4208 #  algorithm: "table_perf_comparison"
4209 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4210 #  reference:
4211 #    title: "rls1908"
4212 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4213 #  compare:
4214 #    title: "rls2001"
4215 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4216 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4217 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4218 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4219 #  parameters:
4220 #  - "name"
4221 #  - "parent"
4222 #  - "result"
4223
4224 # VPP Performance Changes 2n-dnv 1t1c MRR
4225 - type: "table"
4226   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4227   algorithm: "table_perf_comparison"
4228   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4229   reference:
4230     title: "rls1908"
4231     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4232   compare:
4233     title: "rls2001"
4234     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4235   data: "vpp-performance-changes-2n-dnv-mrr"
4236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4237   filter: "'1T1C' and 'MRR'"
4238   parameters:
4239   - "name"
4240   - "parent"
4241   - "result"
4242
4243 # VPP Performance Changes 2n-dnv 2t2c MRR
4244 - type: "table"
4245   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4246   algorithm: "table_perf_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4248   reference:
4249     title: "rls1908"
4250     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4251   compare:
4252     title: "rls2001"
4253     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4254   data: "vpp-performance-changes-2n-dnv-mrr"
4255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4256   filter: "'2T2C' and 'MRR'"
4257   parameters:
4258   - "name"
4259   - "parent"
4260   - "result"
4261
4262 # VPP Performance Changes 2n-dnv 4t4c MRR
4263 - type: "table"
4264   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4265   algorithm: "table_perf_comparison"
4266   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4267   reference:
4268     title: "rls1908"
4269     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4270   compare:
4271     title: "rls2001"
4272     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4273   data: "vpp-performance-changes-2n-dnv-mrr"
4274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4275   filter: "'4T4C' and 'MRR'"
4276   parameters:
4277   - "name"
4278   - "parent"
4279   - "result"
4280
4281 # VPP Performance Changes 3n-dnv 1t1c MRR
4282 - type: "table"
4283   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4284   algorithm: "table_perf_comparison"
4285   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4286   reference:
4287     title: "rls1908"
4288     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4289   compare:
4290     title: "rls2001"
4291     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4292   data: "vpp-performance-changes-3n-dnv-mrr"
4293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4294   filter: "'1T1C' and 'MRR'"
4295   parameters:
4296   - "name"
4297   - "parent"
4298   - "result"
4299
4300 # VPP Performance Changes 3n-dnv 2t2c MRR
4301 - type: "table"
4302   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4303   algorithm: "table_perf_comparison"
4304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4305   reference:
4306     title: "rls1908"
4307     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4308   compare:
4309     title: "rls2001"
4310     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4311   data: "vpp-performance-changes-3n-dnv-mrr"
4312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4313   filter: "'2T2C' and 'MRR'"
4314   parameters:
4315   - "name"
4316   - "parent"
4317   - "result"
4318
4319 # VPP Performance Changes 3n-dnv 4t4c MRR
4320 - type: "table"
4321   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4322   algorithm: "table_perf_comparison"
4323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4324   reference:
4325     title: "rls1908"
4326     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4327   compare:
4328     title: "rls2001"
4329     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4330   data: "vpp-performance-changes-3n-dnv-mrr"
4331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4332   filter: "'4T4C' and 'MRR'"
4333   parameters:
4334   - "name"
4335   - "parent"
4336   - "result"
4337
4338 # VPP Performance Changes 3n-tsh 1t1c MRR
4339 - type: "table"
4340   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4341   algorithm: "table_perf_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4343   reference:
4344     title: "rls1908"
4345     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4346   compare:
4347     title: "rls2001"
4348     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4349   data: "vpp-performance-changes-3n-tsh-mrr"
4350   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4351   filter: "'1T1C' and 'MRR'"
4352   parameters:
4353   - "name"
4354   - "parent"
4355   - "result"
4356
4357 # VPP Performance Changes 3n-tsh 2t2c MRR
4358 - type: "table"
4359   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4360   algorithm: "table_perf_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4362   reference:
4363     title: "rls1908"
4364     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4365   compare:
4366     title: "rls2001"
4367     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4368   data: "vpp-performance-changes-3n-tsh-mrr"
4369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4370   filter: "'2T2C' and 'MRR'"
4371   parameters:
4372   - "name"
4373   - "parent"
4374   - "result"
4375
4376 # VPP Performance Changes 3n-tsh 4t4c MRR
4377 - type: "table"
4378   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4379   algorithm: "table_perf_comparison"
4380   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4381   reference:
4382     title: "rls1908"
4383     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4384   compare:
4385     title: "rls2001"
4386     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4387   data: "vpp-performance-changes-3n-tsh-mrr"
4388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4389   filter: "'4T4C' and 'MRR'"
4390   parameters:
4391   - "name"
4392   - "parent"
4393   - "result"
4394
4395 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4396 - type: "table"
4397   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4398   algorithm: "table_perf_comparison_nic"
4399   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4400   reference:
4401     title: "3n-hsw xl710"
4402     data: "vpp-compare-testbeds-mrr-ref"
4403     nic: "NIC_Intel-XL710"
4404   compare:
4405     title: "3n-skx xxv710"
4406     data: "vpp-compare-testbeds-mrr-cmp"
4407     nic: "NIC_Intel-XXV710"
4408   data: "vpp-compare-testbeds-mrr"
4409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4410   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4411   parameters:
4412   - "name"
4413   - "parent"
4414   - "result"
4415   - "tags"
4416
4417 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4418 - type: "table"
4419   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4420   algorithm: "table_perf_comparison_nic"
4421   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4422   reference:
4423     title: "3n-hsw xl710"
4424     data: "vpp-compare-testbeds-mrr-ref"
4425     nic: "NIC_Intel-XL710"
4426   compare:
4427     title: "3n-skx xxv710"
4428     data: "vpp-compare-testbeds-mrr-cmp"
4429     nic: "NIC_Intel-XXV710"
4430   data: "vpp-compare-testbeds-mrr"
4431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4432   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4433   parameters:
4434   - "name"
4435   - "parent"
4436   - "result"
4437   - "tags"
4438
4439 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4440 - type: "table"
4441   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4442   algorithm: "table_perf_comparison_nic"
4443   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4444   reference:
4445     title: "3n-hsw xl710"
4446     data: "vpp-compare-testbeds-mrr-ref"
4447     nic: "NIC_Intel-XL710"
4448   compare:
4449     title: "3n-skx xxv710"
4450     data: "vpp-compare-testbeds-mrr-cmp"
4451     nic: "NIC_Intel-XXV710"
4452   data: "vpp-compare-testbeds-mrr"
4453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4454   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4455   parameters:
4456   - "name"
4457   - "parent"
4458   - "result"
4459   - "tags"
4460
4461 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4462 - type: "table"
4463   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4464   algorithm: "table_perf_comparison"
4465   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4466   reference:
4467     title: "2n-skx"
4468     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4469   compare:
4470     title: "2n-clx"
4471     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4472   data: "vpp-compare-testbeds-mrr-skx-clx"
4473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4474   filter: "'2T1C'"
4475   parameters:
4476   - "name"
4477   - "parent"
4478   - "result"
4479   - "tags"
4480
4481 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4482 - type: "table"
4483   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4484   algorithm: "table_perf_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4486   reference:
4487     title: "2n-skx"
4488     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4489   compare:
4490     title: "2n-clx"
4491     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4492   data: "vpp-compare-testbeds-mrr-skx-clx"
4493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4494   filter: "'4T2C'"
4495   parameters:
4496   - "name"
4497   - "parent"
4498   - "result"
4499   - "tags"
4500
4501 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4502 - type: "table"
4503   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4504   algorithm: "table_perf_comparison"
4505   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4506   reference:
4507     title: "2n-skx"
4508     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4509   compare:
4510     title: "2n-clx"
4511     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4512   data: "vpp-compare-testbeds-mrr-skx-clx"
4513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4514   filter: "'8T4C'"
4515   parameters:
4516   - "name"
4517   - "parent"
4518   - "result"
4519   - "tags"
4520
4521 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4522 - type: "table"
4523   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4524   algorithm: "table_perf_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4526   reference:
4527     title: "3-Node Skx"
4528     data: "vpp-compare-topologies-mrr-ref"
4529   compare:
4530     title: "2-Node Skx"
4531     data: "vpp-compare-topologies-mrr-cmp"
4532   data: "vpp-compare-topologies-mrr"
4533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4534   filter: "'MRR' and '1C'"
4535   parameters:
4536   - "name"
4537   - "parent"
4538   - "result"
4539
4540 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4541 - type: "table"
4542   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4543   algorithm: "table_perf_comparison"
4544   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4545   reference:
4546     title: "3-Node Skx"
4547     data: "vpp-compare-topologies-mrr-ref"
4548   compare:
4549     title: "2-Node Skx"
4550     data: "vpp-compare-topologies-mrr-cmp"
4551   data: "vpp-compare-topologies-mrr"
4552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553   filter: "'MRR' and '2C'"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "result"
4558
4559 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4560 - type: "table"
4561   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4562   algorithm: "table_perf_comparison"
4563   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4564   reference:
4565     title: "3-Node Skx"
4566     data: "vpp-compare-topologies-mrr-ref"
4567   compare:
4568     title: "2-Node Skx"
4569     data: "vpp-compare-topologies-mrr-cmp"
4570   data: "vpp-compare-topologies-mrr"
4571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572   filter: "'MRR' and '4C'"
4573   parameters:
4574   - "name"
4575   - "parent"
4576   - "result"
4577
4578 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4579 - type: "table"
4580   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4581   algorithm: "table_perf_comparison_nic"
4582   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4583   reference:
4584     title: "3n-hsw xl710"
4585     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4586     nic: "NIC_Intel-XL710"
4587   compare:
4588     title: "2n-clx xxv710"
4589     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4590     nic: "NIC_Intel-XXV710"
4591   data: "vpp-compare-testbeds-mrr-hsw-clx"
4592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4594   parameters:
4595   - "name"
4596   - "parent"
4597   - "result"
4598   - "tags"
4599
4600 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4601 - type: "table"
4602   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4603   algorithm: "table_perf_comparison_nic"
4604   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4605   reference:
4606     title: "3n-hsw xl710"
4607     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4608     nic: "NIC_Intel-XL710"
4609   compare:
4610     title: "2n-clx xxv710"
4611     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4612     nic: "NIC_Intel-XXV710"
4613   data: "vpp-compare-testbeds-mrr-hsw-clx"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4616   parameters:
4617   - "name"
4618   - "parent"
4619   - "result"
4620   - "tags"
4621
4622 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4623 - type: "table"
4624   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4625   algorithm: "table_perf_comparison_nic"
4626   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4627   reference:
4628     title: "3n-hsw xl710"
4629     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4630     nic: "NIC_Intel-XL710"
4631   compare:
4632     title: "2n-clx xxv710"
4633     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4634     nic: "NIC_Intel-XXV710"
4635   data: "vpp-compare-testbeds-mrr-hsw-clx"
4636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4637   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4638   parameters:
4639   - "name"
4640   - "parent"
4641   - "result"
4642   - "tags"
4643
4644 # Detailed Test Results - VPP Performance Results 3n-hsw
4645 - type: "table"
4646   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4647   algorithm: "table_merged_details"
4648   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4649   columns:
4650   - title: " |prein| Test Name |preout| "
4651     data: "data name"
4652   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4653     data: "data msg"
4654   data: "vpp-perf-results-3n-hsw"
4655   filter: "all"
4656   parameters:
4657   - "name"
4658   - "parent"
4659   - "msg"
4660
4661 # Detailed Test Results - VPP Performance Results 3n-skx
4662 - type: "table"
4663   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4664   algorithm: "table_merged_details"
4665   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4666   columns:
4667   - title: " |prein| Test Name |preout| "
4668     data: "data name"
4669   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4670     data: "data msg"
4671   data: "vpp-perf-results-3n-skx"
4672   filter: "all"
4673   remove-ndr: True  # Temporary solution: remove NDR results from test message
4674   parameters:
4675   - "name"
4676   - "parent"
4677   - "msg"
4678
4679 # Detailed Test Results - VPP Performance Results 2n-skx
4680 - type: "table"
4681   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4682   algorithm: "table_merged_details"
4683   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4684   columns:
4685   - title: " |prein| Test Name |preout| "
4686     data: "data name"
4687   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4688     data: "data msg"
4689   data: "vpp-perf-results-2n-skx"
4690   filter: "all"
4691   remove-ndr: True  # Temporary solution: remove NDR results from test message
4692   parameters:
4693   - "name"
4694   - "parent"
4695   - "msg"
4696
4697 # Detailed Test Results - VPP Performance Results 2n-clx
4698 - type: "table"
4699   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4700   algorithm: "table_merged_details"
4701   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4702   columns:
4703   - title: " |prein| Test Name |preout| "
4704     data: "data name"
4705   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4706     data: "data msg"
4707   data: "vpp-perf-results-2n-clx"
4708   filter: "all"
4709   parameters:
4710   - "name"
4711   - "parent"
4712   - "msg"
4713
4714 # Detailed Test Results - VPP Performance Results 3n-tsh
4715 - type: "table"
4716   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4717   algorithm: "table_merged_details"
4718   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4719   columns:
4720   - title: " |prein| Test Name |preout| "
4721     data: "data name"
4722   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4723     data: "data msg"
4724   data: "vpp-perf-results-3n-tsh"
4725   filter: "all"
4726   parameters:
4727   - "name"
4728   - "parent"
4729   - "msg"
4730
4731 # Detailed Test Results - VPP Performance Results 3n-dnv
4732 - type: "table"
4733   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4734   algorithm: "table_merged_details"
4735   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4736   columns:
4737   - title: " |prein| Test Name |preout| "
4738     data: "data name"
4739   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4740     data: "data msg"
4741   data: "vpp-perf-results-3n-dnv"
4742   filter: "all"
4743   parameters:
4744   - "name"
4745   - "parent"
4746   - "msg"
4747
4748 # Detailed Test Results - VPP Performance Results 2n-dnv
4749 - type: "table"
4750   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4751   algorithm: "table_merged_details"
4752   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4753   columns:
4754   - title: " |prein| Test Name |preout| "
4755     data: "data name"
4756   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4757     data: "data msg"
4758   data: "vpp-perf-results-2n-dnv"
4759   filter: "all"
4760   parameters:
4761   - "name"
4762   - "parent"
4763   - "msg"
4764
4765 # Test configuration - VPP Performance Test Configs 3n-hsw
4766 - type: "table"
4767   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4768   algorithm: "table_merged_details"
4769   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4770   columns:
4771   - title: " |prein| Test Name |preout| "
4772     data: "data name"
4773   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4774     data: "data conf-history"
4775   data: "vpp-perf-results-3n-hsw"
4776   filter: "all"
4777   parameters:
4778   - "parent"
4779   - "name"
4780   - "conf-history"
4781
4782 # Test configuration - VPP Performance Test Configs 3n-skx
4783 - type: "table"
4784   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4785   algorithm: "table_merged_details"
4786   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4787   columns:
4788   - title: " |prein| Test Name |preout| "
4789     data: "data name"
4790   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4791     data: "data conf-history"
4792   data: "vpp-perf-results-3n-skx"
4793   filter: "all"
4794   parameters:
4795   - "parent"
4796   - "name"
4797   - "conf-history"
4798
4799 # Test configuration - VPP Performance Test Configs 2n-skx
4800 - type: "table"
4801   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4802   algorithm: "table_merged_details"
4803   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4804   columns:
4805   - title: " |prein| Test Name |preout| "
4806     data: "data name"
4807   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4808     data: "data conf-history"
4809   data: "vpp-perf-results-2n-skx"
4810   filter: "all"
4811   parameters:
4812   - "parent"
4813   - "name"
4814   - "conf-history"
4815
4816 # Test configuration - VPP Performance Test Configs 2n-clx
4817 - type: "table"
4818   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4819   algorithm: "table_merged_details"
4820   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4821   columns:
4822   - title: " |prein| Test Name |preout| "
4823     data: "data name"
4824   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4825     data: "data conf-history"
4826   data: "vpp-perf-results-2n-clx"
4827   filter: "all"
4828   parameters:
4829   - "parent"
4830   - "name"
4831   - "conf-history"
4832
4833 # Test configuration - VPP Performance Test Configs 3n-tsh
4834 - type: "table"
4835   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4836   algorithm: "table_merged_details"
4837   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4838   columns:
4839   - title: " |prein| Test Name |preout| "
4840     data: "data name"
4841   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4842     data: "data conf-history"
4843   data: "vpp-perf-results-3n-tsh"
4844   filter: "all"
4845   parameters:
4846   - "parent"
4847   - "name"
4848   - "conf-history"
4849
4850 # Test configuration - VPP Performance Test Configs 3n-dnv
4851 - type: "table"
4852   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4853   algorithm: "table_merged_details"
4854   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4855   columns:
4856   - title: " |prein| Test Name |preout| "
4857     data: "data name"
4858   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4859     data: "data conf-history"
4860   data: "vpp-perf-results-3n-dnv"
4861   filter: "all"
4862   parameters:
4863   - "parent"
4864   - "name"
4865   - "conf-history"
4866
4867 # Test configuration - VPP Performance Test Configs 2n-dnv
4868 - type: "table"
4869   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4870   algorithm: "table_merged_details"
4871   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4872   columns:
4873   - title: " |prein| Test Name |preout| "
4874     data: "data name"
4875   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4876     data: "data conf-history"
4877   data: "vpp-perf-results-2n-dnv"
4878   filter: "all"
4879   parameters:
4880   - "parent"
4881   - "name"
4882   - "conf-history"
4883
4884 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4885 - type: "table"
4886   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4887   algorithm: "table_oper_data_html"
4888   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4889   data: "vpp-perf-results-3n-hsw"
4890   filter: "all"
4891
4892 # Test Operational Data - VPP Performance Operational Data 3n-skx
4893 - type: "table"
4894   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4895   algorithm: "table_oper_data_html"
4896   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4897   data: "vpp-perf-results-3n-skx"
4898   filter: "all"
4899
4900 # Test Operational Data - VPP Performance Operational Data 2n-skx
4901 - type: "table"
4902   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4903   algorithm: "table_oper_data_html"
4904   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
4905   data: "vpp-perf-results-2n-skx"
4906   filter: "all"
4907
4908 # Test Operational Data - VPP Performance Operational Data 2n-clx
4909 - type: "table"
4910   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4911   algorithm: "table_oper_data_html"
4912   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
4913   data: "vpp-perf-results-2n-clx"
4914   filter: "all"
4915
4916 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4917 - type: "table"
4918   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4919   algorithm: "table_oper_data_html"
4920   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
4921   data: "vpp-perf-results-3n-tsh"
4922   filter: "all"
4923
4924 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4925 - type: "table"
4926   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4927   algorithm: "table_oper_data_html"
4928   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
4929   data: "vpp-perf-results-3n-dnv"
4930   filter: "all"
4931
4932 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4933 - type: "table"
4934   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4935   algorithm: "table_oper_data_html"
4936   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
4937   data: "vpp-perf-results-2n-dnv"
4938   filter: "all"
4939
4940 # Detailed Test Results - VPP MRR Results 3n-hsw
4941 - type: "table"
4942   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4943   algorithm: "table_merged_details"
4944   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
4945   columns:
4946   - title: " |prein| Test Name |preout| "
4947     data: "data name"
4948   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4949     data: "data msg"
4950   data: "vpp-mrr-results-3n-hsw"
4951   filter: "all"
4952   parameters:
4953   - "name"
4954   - "parent"
4955   - "msg"
4956
4957 # Detailed Test Results - VPP MRR Results 3n-skx
4958 - type: "table"
4959   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4960   algorithm: "table_merged_details"
4961   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
4962   columns:
4963   - title: " |prein| Test Name |preout| "
4964     data: "data name"
4965   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4966     data: "data msg"
4967   data: "vpp-mrr-results-3n-skx"
4968   filter: "all"
4969   parameters:
4970   - "name"
4971   - "parent"
4972   - "msg"
4973
4974 # Detailed Test Results - VPP MRR Results 2n-skx
4975 - type: "table"
4976   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4977   algorithm: "table_merged_details"
4978   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
4979   columns:
4980   - title: " |prein| Test Name |preout| "
4981     data: "data name"
4982   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
4983     data: "data msg"
4984   data: "vpp-mrr-results-2n-skx"
4985   filter: "all"
4986   parameters:
4987   - "name"
4988   - "parent"
4989   - "msg"
4990
4991 # Detailed Test Results - VPP MRR Results 2n-clx
4992 - type: "table"
4993   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4994   algorithm: "table_merged_details"
4995   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
4996   columns:
4997   - title: " |prein| Test Name |preout| "
4998     data: "data name"
4999   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5000     data: "data msg"
5001   data: "vpp-mrr-results-2n-clx"
5002   filter: "all"
5003   parameters:
5004   - "name"
5005   - "parent"
5006   - "msg"
5007
5008 # Detailed Test Results - VPP MRR Results 3n-tsh
5009 - type: "table"
5010   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5011   algorithm: "table_merged_details"
5012   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5013   columns:
5014   - title: " |prein| Test Name |preout| "
5015     data: "data name"
5016   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5017     data: "data msg"
5018   data: "vpp-mrr-results-3n-tsh"
5019   filter: "all"
5020   parameters:
5021   - "name"
5022   - "parent"
5023   - "msg"
5024
5025 # Detailed Test Results - VPP MRR Results 3n-dnv
5026 - type: "table"
5027   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5028   algorithm: "table_merged_details"
5029   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5030   columns:
5031   - title: " |prein| Test Name |preout| "
5032     data: "data name"
5033   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5034     data: "data msg"
5035   data: "vpp-mrr-results-3n-dnv"
5036   filter: "all"
5037   parameters:
5038   - "name"
5039   - "parent"
5040   - "msg"
5041
5042 # Detailed Test Results - VPP MRR Results 2n-dnv
5043 - type: "table"
5044   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5045   algorithm: "table_merged_details"
5046   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5047   columns:
5048   - title: " |prein| Test Name |preout| "
5049     data: "data name"
5050   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5051     data: "data msg"
5052   data: "vpp-mrr-results-2n-dnv"
5053   filter: "all"
5054   parameters:
5055   - "name"
5056   - "parent"
5057   - "msg"
5058
5059 # Test configuration - VPP MRR Test Configs 3n-hsw
5060 - type: "table"
5061   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5062   algorithm: "table_merged_details"
5063   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5064   columns:
5065   - title: " |prein| Test Name |preout| "
5066     data: "data name"
5067   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5068     data: "data conf-history"
5069   data: "vpp-mrr-results-3n-hsw"
5070   filter: "all"
5071   parameters:
5072   - "parent"
5073   - "name"
5074   - "conf-history"
5075
5076 # Test configuration - VPP MRR Test Configs 3n-skx
5077 - type: "table"
5078   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5079   algorithm: "table_merged_details"
5080   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5081   columns:
5082   - title: " |prein| Test Name |preout| "
5083     data: "data name"
5084   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5085     data: "data conf-history"
5086   data: "vpp-mrr-results-3n-skx"
5087   filter: "all"
5088   parameters:
5089   - "parent"
5090   - "name"
5091   - "conf-history"
5092
5093 # Test configuration - VPP MRR Test Configs 2n-skx
5094 - type: "table"
5095   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5096   algorithm: "table_merged_details"
5097   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5098   columns:
5099   - title: " |prein| Test Name |preout| "
5100     data: "data name"
5101   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5102     data: "data conf-history"
5103   data: "vpp-mrr-results-2n-skx"
5104   filter: "all"
5105   parameters:
5106   - "parent"
5107   - "name"
5108   - "conf-history"
5109
5110 # Test configuration - VPP MRR Test Configs 2n-clx
5111 - type: "table"
5112   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5113   algorithm: "table_merged_details"
5114   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5115   columns:
5116   - title: " |prein| Test Name |preout| "
5117     data: "data name"
5118   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5119     data: "data conf-history"
5120   data: "vpp-mrr-results-2n-clx"
5121   filter: "all"
5122   parameters:
5123   - "parent"
5124   - "name"
5125   - "conf-history"
5126
5127 # Test configuration - VPP MRR Test Configs 3n-tsh
5128 - type: "table"
5129   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5130   algorithm: "table_merged_details"
5131   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5132   columns:
5133   - title: " |prein| Test Name |preout| "
5134     data: "data name"
5135   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5136     data: "data conf-history"
5137   data: "vpp-mrr-results-3n-tsh"
5138   filter: "all"
5139   parameters:
5140   - "parent"
5141   - "name"
5142   - "conf-history"
5143
5144 # Test configuration - VPP MRR Test Configs 3n-dnv
5145 - type: "table"
5146   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5147   algorithm: "table_merged_details"
5148   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5149   columns:
5150   - title: " |prein| Test Name |preout| "
5151     data: "data name"
5152   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5153     data: "data conf-history"
5154   data: "vpp-mrr-results-3n-dnv"
5155   filter: "all"
5156   parameters:
5157   - "parent"
5158   - "name"
5159   - "conf-history"
5160
5161 # Test configuration - VPP MRR Test Configs 2n-dnv
5162 - type: "table"
5163   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5164   algorithm: "table_merged_details"
5165   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5166   columns:
5167   - title: " |prein| Test Name |preout| "
5168     data: "data name"
5169   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5170     data: "data conf-history"
5171   data: "vpp-mrr-results-2n-dnv"
5172   filter: "all"
5173   parameters:
5174   - "parent"
5175   - "name"
5176   - "conf-history"
5177
5178 # Detailed Test Results - VPP Device Results - Ubuntu
5179 - type: "table"
5180   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5181   algorithm: "table_merged_details"
5182   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5183   columns:
5184   - title: " |prein| Test Name |preout| "
5185     data: "data name"
5186   - title: " |prein| Status |preout| "
5187     data: "data status"
5188   data: "vpp-device-results-ubuntu"
5189   filter: "all"
5190   parameters:
5191   - "name"
5192   - "parent"
5193   - "doc"
5194   - "status"
5195
5196 # Test configuration - VPP Device Test Configs - Ubuntu
5197 - type: "table"
5198   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5199   algorithm: "table_merged_details"
5200   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5201   columns:
5202   - title: " |prein| Test Name |preout| "
5203     data: "data name"
5204   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5205     data: "data conf-history"
5206   data: "vpp-device-results-ubuntu"
5207   filter: "all"
5208   parameters:
5209   - "parent"
5210   - "name"
5211   - "conf-history"
5212
5213 ################################################################################
5214
5215 # DPDK Performance Changes 3n-hsw 1t1c pdr
5216 - type: "table"
5217   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5218   algorithm: "table_perf_comparison"
5219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5220   history:
5221     - title: "rls1904"
5222       data: "dpdk-performance-changes-3n-hsw-h1"
5223   reference:
5224     title: "rls1908"
5225     data: "dpdk-performance-changes-3n-hsw-ref"
5226   compare:
5227     title: "rls2001"
5228     data: "dpdk-performance-changes-3n-hsw-cmp"
5229   data: "dpdk-performance-changes-3n-hsw"
5230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5231   filter: "'1T1C' and 'NDRPDR'"
5232   parameters:
5233   - "name"
5234   - "parent"
5235   - "throughput"
5236
5237 # DPDK Performance Changes 3n-hsw 2t2c pdr
5238 - type: "table"
5239   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5240   algorithm: "table_perf_comparison"
5241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5242   history:
5243     - title: "rls1904"
5244       data: "dpdk-performance-changes-3n-hsw-h1"
5245   reference:
5246     title: "rls1908"
5247     data: "dpdk-performance-changes-3n-hsw-ref"
5248   compare:
5249     title: "rls2001"
5250     data: "dpdk-performance-changes-3n-hsw-cmp"
5251   data: "dpdk-performance-changes-3n-hsw"
5252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5253   filter: "'2T2C' and 'NDRPDR'"
5254   parameters:
5255   - "name"
5256   - "parent"
5257   - "throughput"
5258
5259 # DPDK Performance Changes 3n-hsw 1t1c ndr
5260 - type: "table"
5261   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5262   algorithm: "table_perf_comparison"
5263   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5264   history:
5265     - title: "rls1904"
5266       data: "dpdk-performance-changes-3n-hsw-h1"
5267   reference:
5268     title: "rls1908"
5269     data: "dpdk-performance-changes-3n-hsw-ref"
5270   compare:
5271     title: "rls2001"
5272     data: "dpdk-performance-changes-3n-hsw-cmp"
5273   data: "dpdk-performance-changes-3n-hsw"
5274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5275   filter: "'1T1C' and 'NDRPDR'"
5276   parameters:
5277   - "name"
5278   - "parent"
5279   - "throughput"
5280
5281 # DPDK Performance Changes 3n-hsw 2t2c ndr
5282 - type: "table"
5283   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5284   algorithm: "table_perf_comparison"
5285   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5286   history:
5287     - title: "rls1904"
5288       data: "dpdk-performance-changes-3n-hsw-h1"
5289   reference:
5290     title: "rls1908"
5291     data: "dpdk-performance-changes-3n-hsw-ref"
5292   compare:
5293     title: "rls2001"
5294     data: "dpdk-performance-changes-3n-hsw-cmp"
5295   data: "dpdk-performance-changes-3n-hsw"
5296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5297   filter: "'2T2C' and 'NDRPDR'"
5298   parameters:
5299   - "name"
5300   - "parent"
5301   - "throughput"
5302
5303 # DPDK Performance Changes 3n-skx 2t1c pdr
5304 - type: "table"
5305   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5306   algorithm: "table_perf_comparison"
5307   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5308   history:
5309     - title: "rls1904"
5310       data: "dpdk-performance-changes-3n-skx-h1"
5311   reference:
5312     title: "rls1908"
5313     data: "dpdk-performance-changes-3n-skx-ref"
5314   compare:
5315     title: "rls2001"
5316     data: "dpdk-performance-changes-3n-skx-cmp"
5317   data: "dpdk-performance-changes-3n-skx"
5318   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5319   filter: "'2T1C' and 'NDRPDR'"
5320   parameters:
5321   - "name"
5322   - "parent"
5323   - "throughput"
5324
5325 # DPDK Performance Changes 3n-skx 4t2c pdr
5326 - type: "table"
5327   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5328   algorithm: "table_perf_comparison"
5329   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5330   history:
5331     - title: "rls1904"
5332       data: "dpdk-performance-changes-3n-skx-h1"
5333   reference:
5334     title: "rls1908"
5335     data: "dpdk-performance-changes-3n-skx-ref"
5336   compare:
5337     title: "rls2001"
5338     data: "dpdk-performance-changes-3n-skx-cmp"
5339   data: "dpdk-performance-changes-3n-skx"
5340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5341   filter: "'4T2C' and 'NDRPDR'"
5342   parameters:
5343   - "name"
5344   - "parent"
5345   - "throughput"
5346
5347 # DPDK Performance Changes 3n-skx 2t1c ndr
5348 - type: "table"
5349   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5350   algorithm: "table_perf_comparison"
5351   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5352   history:
5353     - title: "rls1904"
5354       data: "dpdk-performance-changes-3n-skx-h1"
5355   reference:
5356     title: "rls1908"
5357     data: "dpdk-performance-changes-3n-skx-ref"
5358   compare:
5359     title: "rls2001"
5360     data: "dpdk-performance-changes-3n-skx-cmp"
5361   data: "dpdk-performance-changes-3n-skx"
5362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5363   filter: "'2T1C' and 'NDRPDR'"
5364   parameters:
5365   - "name"
5366   - "parent"
5367   - "throughput"
5368
5369 # DPDK Performance Changes 3n-skx 4t2c ndr
5370 - type: "table"
5371   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5372   algorithm: "table_perf_comparison"
5373   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5374   history:
5375     - title: "rls1904"
5376       data: "dpdk-performance-changes-3n-skx-h1"
5377   reference:
5378     title: "rls1908"
5379     data: "dpdk-performance-changes-3n-skx-ref"
5380   compare:
5381     title: "rls2001"
5382     data: "dpdk-performance-changes-3n-skx-cmp"
5383   data: "dpdk-performance-changes-3n-skx"
5384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5385   filter: "'4T2C' and 'NDRPDR'"
5386   parameters:
5387   - "name"
5388   - "parent"
5389   - "throughput"
5390
5391 # DPDK Performance Changes 2n-skx 2t1c pdr
5392 - type: "table"
5393   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5394   algorithm: "table_perf_comparison"
5395   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5396   history:
5397     - title: "rls1904"
5398       data: "dpdk-performance-changes-2n-skx-h1"
5399   reference:
5400     title: "rls1908"
5401     data: "dpdk-performance-changes-2n-skx-ref"
5402   compare:
5403     title: "rls2001"
5404     data: "dpdk-performance-changes-2n-skx-cmp"
5405   data: "dpdk-performance-changes-2n-skx"
5406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5407   filter: "'2T1C' and 'NDRPDR'"
5408   parameters:
5409   - "name"
5410   - "parent"
5411   - "throughput"
5412
5413 # DPDK Performance Changes 2n-skx 4t2c pdr
5414 - type: "table"
5415   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5416   algorithm: "table_perf_comparison"
5417   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5418   history:
5419     - title: "rls1904"
5420       data: "dpdk-performance-changes-2n-skx-h1"
5421   reference:
5422     title: "rls1908"
5423     data: "dpdk-performance-changes-2n-skx-ref"
5424   compare:
5425     title: "rls2001"
5426     data: "dpdk-performance-changes-2n-skx-cmp"
5427   data: "dpdk-performance-changes-2n-skx"
5428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5429   filter: "'4T2C' and 'NDRPDR'"
5430   parameters:
5431   - "name"
5432   - "parent"
5433   - "throughput"
5434
5435 # DPDK Performance Changes 2n-skx 2t1c ndr
5436 - type: "table"
5437   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5438   algorithm: "table_perf_comparison"
5439   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5440   history:
5441     - title: "rls1904"
5442       data: "dpdk-performance-changes-2n-skx-h1"
5443   reference:
5444     title: "rls1908"
5445     data: "dpdk-performance-changes-2n-skx-ref"
5446   compare:
5447     title: "rls2001"
5448     data: "dpdk-performance-changes-2n-skx-cmp"
5449   data: "dpdk-performance-changes-2n-skx"
5450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5451   filter: "'2T1C' and 'NDRPDR'"
5452   parameters:
5453   - "name"
5454   - "parent"
5455   - "throughput"
5456
5457 # DPDK Performance Changes 2n-skx 4t2c ndr
5458 - type: "table"
5459   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5460   algorithm: "table_perf_comparison"
5461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5462   history:
5463     - title: "rls1904"
5464       data: "dpdk-performance-changes-2n-skx-h1"
5465   reference:
5466     title: "rls1908"
5467     data: "dpdk-performance-changes-2n-skx-ref"
5468   compare:
5469     title: "rls2001"
5470     data: "dpdk-performance-changes-2n-skx-cmp"
5471   data: "dpdk-performance-changes-2n-skx"
5472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5473   filter: "'4T2C' and 'NDRPDR'"
5474   parameters:
5475   - "name"
5476   - "parent"
5477   - "throughput"
5478
5479 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5480 - type: "table"
5481   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5482   algorithm: "table_perf_comparison"
5483   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5484   reference:
5485     title: "3-Node Hsw"
5486     data: "dpdk-compare-testbeds-ref"
5487   compare:
5488     title: "3-Node Skx"
5489     data: "dpdk-compare-testbeds-cmp"
5490   data: "dpdk-compare-testbeds"
5491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5492   filter: "'NIC_Intel-X710'"
5493   parameters:
5494   - "name"
5495   - "parent"
5496   - "throughput"
5497
5498 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5499 - type: "table"
5500   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5501   algorithm: "table_perf_comparison"
5502   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5503   reference:
5504     title: "3-Node Hsw"
5505     data: "dpdk-compare-testbeds-ref"
5506   compare:
5507     title: "3-Node Skx"
5508     data: "dpdk-compare-testbeds-cmp"
5509   data: "dpdk-compare-testbeds"
5510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5511   filter: "'NIC_Intel-X710'"
5512   parameters:
5513   - "name"
5514   - "parent"
5515   - "throughput"
5516
5517 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5518 - type: "table"
5519   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5520   algorithm: "table_perf_comparison"
5521   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5522   reference:
5523     title: "2-Node Skx"
5524     data: "dpdk-compare-testbeds-skx-clx-ref"
5525   compare:
5526     title: "2-Node Clx"
5527     data: "dpdk-compare-testbeds-skx-clx-cmp"
5528   data: "dpdk-compare-testbeds-skx-clx"
5529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5530   filter: "all"
5531   parameters:
5532   - "name"
5533   - "parent"
5534   - "throughput"
5535
5536 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5537 - type: "table"
5538   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5539   algorithm: "table_perf_comparison"
5540   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5541   reference:
5542     title: "2-Node Skx"
5543     data: "dpdk-compare-testbeds-skx-clx-ref"
5544   compare:
5545     title: "2-Node Clx"
5546     data: "dpdk-compare-testbeds-skx-clx-cmp"
5547   data: "dpdk-compare-testbeds-skx-clx"
5548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5549   filter: "all"
5550   parameters:
5551   - "name"
5552   - "parent"
5553   - "throughput"
5554
5555 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5556 - type: "table"
5557   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5558   algorithm: "table_perf_comparison"
5559   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5560   reference:
5561     title: "3-Node Skx"
5562     data: "dpdk-compare-topologies-ref"
5563   compare:
5564     title: "2-Node Skx"
5565     data: "dpdk-compare-topologies-cmp"
5566   data: "dpdk-compare-topologies"
5567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5568   filter: "all"
5569   parameters:
5570   - "name"
5571   - "parent"
5572   - "throughput"
5573
5574 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5575 - type: "table"
5576   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5577   algorithm: "table_perf_comparison"
5578   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5579   reference:
5580     title: "3-Node Skx"
5581     data: "dpdk-compare-topologies-ref"
5582   compare:
5583     title: "2-Node Skx"
5584     data: "dpdk-compare-topologies-cmp"
5585   data: "dpdk-compare-topologies"
5586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5587   filter: "all"
5588   parameters:
5589   - "name"
5590   - "parent"
5591   - "throughput"
5592
5593 # Detailed Test Results - DPDK Performance Results 3n-hsw
5594 - type: "table"
5595   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5596   algorithm: "table_merged_details"
5597   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5598   columns:
5599   - title: " |prein| Test Name |preout| "
5600     data: "data name"
5601   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5602     data: "data msg"
5603   data: "dpdk-perf-results-3n-hsw"
5604   filter: "all"
5605   parameters:
5606   - "name"
5607   - "parent"
5608   - "msg"
5609
5610 # Detailed Test Results - DPDK Performance Results 3n-skx
5611 - type: "table"
5612   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5613   algorithm: "table_merged_details"
5614   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5615   columns:
5616   - title: " |prein| Test Name |preout| "
5617     data: "data name"
5618   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5619     data: "data msg"
5620   data: "dpdk-perf-results-3n-skx"
5621   filter: "all"
5622   remove-ndr: True  # Temporary solution: remove NDR results from test message
5623   parameters:
5624   - "name"
5625   - "parent"
5626   - "msg"
5627
5628 # Detailed Test Results - DPDK Performance Results 2n-skx
5629 - type: "table"
5630   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5631   algorithm: "table_merged_details"
5632   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5633   columns:
5634   - title: " |prein| Test Name |preout| "
5635     data: "data name"
5636   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5637     data: "data msg"
5638   data: "dpdk-perf-results-2n-skx"
5639   filter: "all"
5640   remove-ndr: True  # Temporary solution: remove NDR results from test message
5641   parameters:
5642   - "name"
5643   - "parent"
5644   - "msg"
5645
5646 # Detailed Test Results - DPDK Performance Results 2n-clx
5647 - type: "table"
5648   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5649   algorithm: "table_merged_details"
5650   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5651   columns:
5652   - title: " |prein| Test Name |preout| "
5653     data: "data name"
5654   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5655     data: "data msg"
5656   data: "dpdk-perf-results-2n-clx"
5657   filter: "all"
5658   parameters:
5659   - "name"
5660   - "parent"
5661   - "msg"
5662
5663 # Detailed Test Results - DPDK Performance Results 2n-dnv
5664 - type: "table"
5665   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5666   algorithm: "table_merged_details"
5667   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5668   columns:
5669   - title: " |prein| Test Name |preout| "
5670     data: "data name"
5671   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5672     data: "data msg"
5673   data: "dpdk-perf-results-2n-dnv"
5674   filter: "all"
5675   parameters:
5676   - "name"
5677   - "parent"
5678   - "msg"
5679
5680 # Detailed Test Results - DPDK Performance Results 3n-dnv
5681 - type: "table"
5682   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5683   algorithm: "table_merged_details"
5684   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5685   columns:
5686   - title: " |prein| Test Name |preout| "
5687     data: "data name"
5688   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5689     data: "data msg"
5690   data: "dpdk-perf-results-3n-dnv"
5691   filter: "all"
5692   parameters:
5693   - "name"
5694   - "parent"
5695   - "msg"
5696
5697 # Detailed Test Results - DPDK Performance Results 3n-tsh
5698 - type: "table"
5699   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5700   algorithm: "table_merged_details"
5701   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5702   columns:
5703   - title: " |prein| Test Name |preout| "
5704     data: "data name"
5705   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5706     data: "data msg"
5707   data: "dpdk-perf-results-3n-tsh"
5708   filter: "all"
5709   parameters:
5710   - "name"
5711   - "parent"
5712   - "msg"
5713
5714 ################################################################################
5715 ###                                F I L E S                                 ###
5716 ################################################################################
5717
5718 # VPP Performance Results
5719 - type: "file"
5720   title: "VPP Performance Results"
5721   algorithm: "file_details_split"
5722   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5723   dir-tables:
5724     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5725     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5726     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5727     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5728     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5729     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5730     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5731   data:
5732     - "vpp-perf-results-2n-skx"
5733     - "vpp-perf-results-3n-skx"
5734     - "vpp-perf-results-2n-clx"
5735     - "vpp-perf-results-3n-hsw"
5736     - "vpp-perf-results-3n-tsh"
5737     - "vpp-perf-results-2n-dnv"
5738     - "vpp-perf-results-3n-dnv"
5739   filter: "all"
5740   data-start-level: 4
5741   order-chapters:
5742     level-1:
5743       - "l2"
5744       - "ip4"
5745       - "ip6"
5746       - "srv6"
5747       - "ip4_tunnels"
5748       - "ip6_tunnels"
5749       - "vm_vhost"
5750       - "container_memif"
5751       - "crypto"
5752       - "vts"
5753       - "lb"
5754       - "nfv_density"
5755       - "hoststack"
5756     level-2:
5757       - "2n-skx"
5758       - "3n-skx"
5759       - "2n-clx"
5760       - "3n-hsw"
5761       - "3n-tsh"
5762       - "2n-dnv"
5763       - "3n-dnv"
5764     level-3:
5765       - "xl710"
5766       - "x520"
5767       - "xxv710"
5768       - "x710"
5769       - "x553"
5770       - "cx556a"
5771       - "vic1227"
5772       - "vic1385"
5773
5774 # VPP Performance Configuration
5775 - type: "file"
5776   title: "VPP Performance Configuration"
5777   algorithm: "file_details_split"
5778   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5779   dir-tables:
5780     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5781     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5782     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5783     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5784     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5785     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5786     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5787   data:
5788     - "vpp-perf-results-2n-skx"
5789     - "vpp-perf-results-3n-skx"
5790     - "vpp-perf-results-2n-clx"
5791     - "vpp-perf-results-3n-hsw"
5792     - "vpp-perf-results-3n-tsh"
5793     - "vpp-perf-results-2n-dnv"
5794     - "vpp-perf-results-3n-dnv"
5795   filter: "all"
5796   data-start-level: 4
5797   order-chapters:
5798     level-1:
5799       - "l2"
5800       - "ip4"
5801       - "ip6"
5802       - "srv6"
5803       - "ip4_tunnels"
5804       - "ip6_tunnels"
5805       - "vm_vhost"
5806       - "container_memif"
5807       - "crypto"
5808       - "vts"
5809       - "lb"
5810       - "nfv_density"
5811       - "hoststack"
5812     level-2:
5813       - "2n-skx"
5814       - "3n-skx"
5815       - "2n-clx"
5816       - "3n-hsw"
5817       - "3n-tsh"
5818       - "2n-dnv"
5819       - "3n-dnv"
5820     level-3:
5821       - "xl710"
5822       - "x520"
5823       - "xxv710"
5824       - "x710"
5825       - "x553"
5826       - "cx556a"
5827       - "vic1227"
5828       - "vic1385"
5829
5830 # VPP Performance Operational
5831 - type: "file"
5832   title: "VPP Performance Operational"
5833   algorithm: "file_details_split_html"
5834   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5835   dir-tables:
5836     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5837     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5838     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5839     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5840     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5841     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5842     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5843   data:
5844     - "vpp-perf-results-2n-skx"
5845     - "vpp-perf-results-3n-skx"
5846     - "vpp-perf-results-2n-clx"
5847     - "vpp-perf-results-3n-hsw"
5848     - "vpp-perf-results-3n-tsh"
5849     - "vpp-perf-results-2n-dnv"
5850     - "vpp-perf-results-3n-dnv"
5851   filter: "all"
5852   data-start-level: 4
5853   order-chapters:
5854     level-1:
5855       - "l2"
5856       - "ip4"
5857       - "ip6"
5858       - "srv6"
5859       - "ip4_tunnels"
5860       - "ip6_tunnels"
5861       - "vm_vhost"
5862       - "container_memif"
5863       - "crypto"
5864       - "vts"
5865       - "lb"
5866       - "nfv_density"
5867       - "hoststack"
5868     level-2:
5869       - "2n-skx"
5870       - "3n-skx"
5871       - "2n-clx"
5872       - "3n-hsw"
5873       - "3n-tsh"
5874       - "2n-dnv"
5875       - "3n-dnv"
5876     level-3:
5877       - "xl710"
5878       - "x520"
5879       - "xxv710"
5880       - "x710"
5881       - "x553"
5882       - "cx556a"
5883       - "vic1227"
5884       - "vic1385"
5885
5886 # VPP MRR Results
5887 - type: "file"
5888   title: "VPP MRR Results"
5889   algorithm: "file_details_split"
5890   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5891   dir-tables:
5892     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5893     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5894     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5895     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5896     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5897     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5898     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5899   data:
5900     - "vpp-mrr-results-2n-skx"
5901     - "vpp-mrr-results-3n-skx"
5902     - "vpp-mrr-results-2n-clx"
5903     - "vpp-mrr-results-3n-hsw"
5904     - "vpp-mrr-results-3n-tsh"
5905     - "vpp-mrr-results-2n-dnv"
5906     - "vpp-mrr-results-3n-dnv"
5907   filter: "all"
5908   data-start-level: 4
5909   order-chapters:
5910     level-1:
5911       - "l2"
5912       - "ip4"
5913       - "ip6"
5914       - "srv6"
5915       - "ip4_tunnels"
5916       - "ip6_tunnels"
5917       - "vm_vhost"
5918       - "container_memif"
5919       - "crypto"
5920       - "vts"
5921       - "lb"
5922       - "nfv_density"
5923       - "hoststack"
5924     level-2:
5925       - "2n-skx"
5926       - "3n-skx"
5927       - "2n-clx"
5928       - "3n-hsw"
5929       - "3n-tsh"
5930       - "2n-dnv"
5931       - "3n-dnv"
5932     level-3:
5933       - "xl710"
5934       - "x520"
5935       - "xxv710"
5936       - "x710"
5937       - "x553"
5938       - "cx556a"
5939       - "vic1227"
5940       - "vic1385"
5941
5942 # VPP MRR Configuration
5943 - type: "file"
5944   title: "VPP MRR Configuration"
5945   algorithm: "file_details_split"
5946   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
5947   dir-tables:
5948     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
5949     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
5950     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
5951     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
5952     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
5953     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
5954     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
5955   data:
5956     - "vpp-mrr-results-2n-skx"
5957     - "vpp-mrr-results-3n-skx"
5958     - "vpp-mrr-results-2n-clx"
5959     - "vpp-mrr-results-3n-hsw"
5960     - "vpp-mrr-results-3n-tsh"
5961     - "vpp-mrr-results-2n-dnv"
5962     - "vpp-mrr-results-3n-dnv"
5963   filter: "all"
5964   data-start-level: 4
5965   order-chapters:
5966     level-1:
5967       - "l2"
5968       - "ip4"
5969       - "ip6"
5970       - "srv6"
5971       - "ip4_tunnels"
5972       - "ip6_tunnels"
5973       - "vm_vhost"
5974       - "container_memif"
5975       - "crypto"
5976       - "vts"
5977       - "lb"
5978       - "nfv_density"
5979       - "hoststack"
5980     level-2:
5981       - "2n-skx"
5982       - "3n-skx"
5983       - "2n-clx"
5984       - "3n-hsw"
5985       - "3n-tsh"
5986       - "2n-dnv"
5987       - "3n-dnv"
5988     level-3:
5989       - "xl710"
5990       - "x520"
5991       - "xxv710"
5992       - "x710"
5993       - "x553"
5994       - "cx556a"
5995       - "vic1227"
5996       - "vic1385"
5997
5998 # VPP Device Results - Ubuntu
5999 - type: "file"
6000   title: "VPP Device Results - Ubuntu"
6001   algorithm: "file_test_results"
6002   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6003   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6004   data: "vpp-device-results-ubuntu"
6005   filter: "all"
6006   data-start-level: 4
6007
6008 # VPP Device Configuration - Ubuntu
6009 - type: "file"
6010   title: "VPP Device Configuration - Ubuntu"
6011   algorithm: "file_test_results"
6012   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6013   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6014   data: "vpp-device-results-ubuntu"
6015   filter: "all"
6016   data-start-level: 4
6017
6018 # DPDK Performance Results 3n-hsw
6019 - type: "file"
6020   title: "DPDK Performance Results 3n-hsw"
6021   algorithm: "file_test_results"
6022   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6023   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6024   data: "dpdk-perf-results-3n-hsw"
6025   filter: "all"
6026   data-start-level: 4
6027
6028 # DPDK Performance Results 3n-skx
6029 - type: "file"
6030   title: "DPDK Performance Results 3n-skx"
6031   algorithm: "file_test_results"
6032   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6033   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6034   data: "dpdk-perf-results-3n-skx"
6035   filter: "all"
6036   data-start-level: 4
6037
6038 # DPDK Performance Results 2n-skx
6039 - type: "file"
6040   title: "DPDK Performance Results 2n-skx"
6041   algorithm: "file_test_results"
6042   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6043   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6044   data: "dpdk-perf-results-2n-skx"
6045   filter: "all"
6046   data-start-level: 4
6047
6048 # DPDK Performance Results 2n-clx
6049 - type: "file"
6050   title: "DPDK Performance Results 2n-clx"
6051   algorithm: "file_test_results"
6052   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6053   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6054   data: "dpdk-perf-results-2n-clx"
6055   filter: "all"
6056   data-start-level: 4
6057
6058 # DPDK Performance Results 2n-dnv
6059 - type: "file"
6060   title: "DPDK Performance Results 2n-dnv"
6061   algorithm: "file_test_results"
6062   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6063   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6064   data: "dpdk-perf-results-2n-dnv"
6065   filter: "all"
6066   data-start-level: 4
6067
6068 # DPDK Performance Results 3n-dnv
6069 - type: "file"
6070   title: "DPDK Performance Results 3n-dnv"
6071   algorithm: "file_test_results"
6072   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6073   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6074   data: "dpdk-perf-results-3n-dnv"
6075   filter: "all"
6076   data-start-level: 4
6077
6078 # DPDK Performance Results 3n-tsh
6079 - type: "file"
6080   title: "DPDK Performance Results 3n-tsh"
6081   algorithm: "file_test_results"
6082   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6083   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6084   data: "dpdk-perf-results-3n-tsh"
6085   filter: "all"
6086   data-start-level: 4
6087
6088 ################################################################################
6089 ###                                P L O T S                                 ###
6090 ################################################################################
6091
6092 # Hoststack tests 3n-hsw
6093
6094 - type: "plot"
6095   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6096   algorithm: "plot_perf_box_name"
6097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6098   data: "plot-vpp-hoststack-3n-hsw"
6099   include:
6100     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6101     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6102   layout:
6103     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6104     layout: "plot-hoststack"
6105
6106 - type: "plot"
6107   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6108   algorithm: "plot_perf_box_name"
6109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6110   data: "plot-vpp-hoststack-3n-hsw"
6111   include:
6112     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6113     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6114   layout:
6115     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6116     layout: "plot-hoststack"
6117
6118 - type: "plot"
6119   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6120   algorithm: "plot_perf_box_name"
6121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6122   data: "plot-vpp-hoststack-3n-hsw"
6123   include:
6124     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6125     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6126     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6127     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6128   layout:
6129     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6130     layout: "plot-hoststack"
6131
6132 # Plots VPP HTTP Server Performance
6133 - type: "plot"
6134   title: "VPP HTTP Server Performance"
6135   algorithm: "plot_http_server_perf_box"
6136   output-file-type: ".html"
6137   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6138   data:
6139     "plot-vpp-http-server-performance"
6140   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6141   parameters:
6142   - "result"
6143   - "name"
6144   traces:
6145     hoverinfo: "y+name"
6146     boxpoints: "outliers"
6147     whiskerwidth: 0
6148   layout:
6149     title: "VPP HTTP Server Performance"
6150     layout:
6151       "plot-cps"
6152
6153 - type: "plot"
6154   title: "VPP HTTP Server Performance"
6155   algorithm: "plot_http_server_perf_box"
6156   output-file-type: ".html"
6157   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6158   data:
6159     "plot-vpp-http-server-performance"
6160   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6161   parameters:
6162   - "result"
6163   - "name"
6164   traces:
6165     hoverinfo: "y+name"
6166     boxpoints: "outliers"
6167     whiskerwidth: 0
6168   layout:
6169     title: "VPP HTTP Server Performance"
6170     layout:
6171       "plot-rps"
6172
6173 ################################################################################
6174
6175 # Soak Test (PLRsearch), boxes - 2n-clx
6176 - type: "plot"
6177   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6178   algorithm: "plot_perf_box_name"
6179   output-file-type: ".html"
6180   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6181   data: "plot-vpp-soak-2n-clx"
6182   include:
6183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6189   layout:
6190     title: "30 Minutes Soak Test (PLRsearch)"
6191     layout: "plot-soak-throughput"
6192
6193 # Soak Test (PLRsearch), boxes - 2n-clx
6194 - type: "plot"
6195   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6196   algorithm: "plot_perf_box_name"
6197   output-file-type: ".html"
6198   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6199   data: "plot-vpp-soak-2n-clx"
6200   include:
6201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
6207   layout:
6208     title: "30 Minutes Soak Test (PLRsearch)"
6209     layout: "plot-soak-throughput"
6210
6211 ###############################################################################
6212
6213 # Reconf tests 2n-skx
6214
6215 #- type: "plot"
6216 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6217 #  algorithm: "plot_nf_reconf_box_name"
6218 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6219 #  data: "plot-vpp-nfv-reconf-2n-skx"
6220 #  include:
6221 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6222 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6223 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6224 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6225 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6226 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6227 #  layout:
6228 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6229 #    layout: "plot-throughput"
6230 #
6231 #- type: "plot"
6232 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6233 #  algorithm: "plot_nf_reconf_box_name"
6234 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6235 #  data: "plot-vpp-nfv-reconf-2n-skx"
6236 #  include:
6237 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6238 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6239 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6240 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6241 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6242 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6243 #  layout:
6244 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6245 #    layout: "plot-throughput"
6246 #
6247 #- type: "plot"
6248 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6249 #  algorithm: "plot_nf_reconf_box_name"
6250 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6251 #  data: "plot-vpp-nfv-reconf-2n-skx"
6252 #  include:
6253 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6254 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6255 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6256 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6257 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6258 #    - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6259 #  layout:
6260 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6261 #    layout: "plot-throughput"
6262
6263 ###############################################################################
6264
6265 # Reconf tests 2n-clx
6266
6267 - type: "plot"
6268   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6269   algorithm: "plot_nf_reconf_box_name"
6270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6271   data: "plot-vpp-nfv-reconf-2n-clx"
6272   include:
6273     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6274     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6275     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6276     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6277   layout:
6278     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6279     layout: "plot-throughput"
6280
6281 - type: "plot"
6282   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6283   algorithm: "plot_nf_reconf_box_name"
6284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6285   data: "plot-vpp-nfv-reconf-2n-clx"
6286   include:
6287     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6288     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6289     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6290     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6291   layout:
6292     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6293     layout: "plot-throughput"
6294
6295 - type: "plot"
6296   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6297   algorithm: "plot_nf_reconf_box_name"
6298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6299   data: "plot-vpp-nfv-reconf-2n-clx"
6300   include:
6301     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6302     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6303     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6304     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6305   layout:
6306     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6307     layout: "plot-throughput"
6308
6309 ################################################################################
6310 ## Plots - NF Density - VSC - MRR 64b
6311 #- type: "plot"
6312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6313 #  algorithm: "plot_nf_heatmap"
6314 #  output-file-type: ".html"
6315 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6316 #  data: "plot-vpp-nfv-2n-skx-mrr"
6317 #  filter: "'NIC_Intel-XXV710' and
6318 #           'NF_DENSITY' and
6319 #           'VHOST' and
6320 #           not 'VXLAN' and
6321 #           'CHAIN' and
6322 #           'NF_VPPIP4' and
6323 #           '64B' and
6324 #           '2T1C' and
6325 #           'MRR'"
6326 #  parameters:
6327 #  - "result"
6328 #  - "name"
6329 #  - "tags"
6330 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6331 #  x-axis: "X = VNFs per Service Chain"
6332 #  y-axis: "Y = Number of Service Chains"
6333 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6334 #  layout:
6335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6336 #    layout: "plot-service-density"
6337 #
6338 #- type: "plot"
6339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6340 #  algorithm: "plot_nf_heatmap"
6341 #  output-file-type: ".html"
6342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6343 #  data: "plot-vpp-nfv-2n-skx-mrr"
6344 #  filter: "'NIC_Intel-XXV710' and
6345 #           'NF_DENSITY' and
6346 #           'VHOST' and
6347 #           not 'VXLAN' and
6348 #           'CHAIN' and
6349 #           'NF_VPPIP4' and
6350 #           '64B' and
6351 #           '4T2C' and
6352 #           'MRR'"
6353 #  parameters:
6354 #  - "result"
6355 #  - "name"
6356 #  - "tags"
6357 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6358 #  x-axis: "X = VNFs per Service Chain"
6359 #  y-axis: "Y = Number of Service Chains"
6360 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6361 #  layout:
6362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6363 #    layout: "plot-service-density"
6364 #
6365 #- type: "plot"
6366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6367 #  algorithm: "plot_nf_heatmap"
6368 #  output-file-type: ".html"
6369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6370 #  data: "plot-vpp-nfv-2n-skx-mrr"
6371 #  filter: "'NIC_Intel-XXV710' and
6372 #           'NF_DENSITY' and
6373 #           'VHOST' and
6374 #           not 'VXLAN' and
6375 #           'CHAIN' and
6376 #           'NF_VPPIP4' and
6377 #           '64B' and
6378 #           '8T4C' and
6379 #           'MRR'"
6380 #  parameters:
6381 #  - "result"
6382 #  - "name"
6383 #  - "tags"
6384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6385 #  x-axis: "X = VNFs per Service Chain"
6386 #  y-axis: "Y = Number of Service Chains"
6387 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6388 #  layout:
6389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6390 #    layout: "plot-service-density"
6391 #
6392 ## Plots - NF Density - VSC - MRR IMIX
6393 #- type: "plot"
6394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6395 #  algorithm: "plot_nf_heatmap"
6396 #  output-file-type: ".html"
6397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6398 #  data: "plot-vpp-nfv-2n-skx-mrr"
6399 #  filter: "'NIC_Intel-XXV710' and
6400 #           'NF_DENSITY' and
6401 #           'VHOST' and
6402 #           not 'VXLAN' and
6403 #           'CHAIN' and
6404 #           'NF_VPPIP4' and
6405 #           'IMIX' and
6406 #           '2T1C' and
6407 #           'MRR'"
6408 #  parameters:
6409 #  - "result"
6410 #  - "name"
6411 #  - "tags"
6412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6413 #  x-axis: "X = VNFs per Service Chain"
6414 #  y-axis: "Y = Number of Service Chains"
6415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6416 #  layout:
6417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6418 #    layout: "plot-service-density"
6419 #
6420 #- type: "plot"
6421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6422 #  algorithm: "plot_nf_heatmap"
6423 #  output-file-type: ".html"
6424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6425 #  data: "plot-vpp-nfv-2n-skx-mrr"
6426 #  filter: "'NIC_Intel-XXV710' and
6427 #           'NF_DENSITY' and
6428 #           'VHOST' and
6429 #           not 'VXLAN' and
6430 #           'CHAIN' and
6431 #           'NF_VPPIP4' and
6432 #           'IMIX' and
6433 #           '4T2C' and
6434 #           'MRR'"
6435 #  parameters:
6436 #  - "result"
6437 #  - "name"
6438 #  - "tags"
6439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6440 #  x-axis: "X = VNFs per Service Chain"
6441 #  y-axis: "Y = Number of Service Chains"
6442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6443 #  layout:
6444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6445 #    layout: "plot-service-density"
6446 #
6447 #- type: "plot"
6448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6449 #  algorithm: "plot_nf_heatmap"
6450 #  output-file-type: ".html"
6451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6452 #  data: "plot-vpp-nfv-2n-skx-mrr"
6453 #  filter: "'NIC_Intel-XXV710' and
6454 #           'NF_DENSITY' and
6455 #           'VHOST' and
6456 #           not 'VXLAN' and
6457 #           'CHAIN' and
6458 #           'NF_VPPIP4' and
6459 #           'IMIX' and
6460 #           '8T4C' and
6461 #           'MRR'"
6462 #  parameters:
6463 #  - "result"
6464 #  - "name"
6465 #  - "tags"
6466 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6467 #  x-axis: "X = VNFs per Service Chain"
6468 #  y-axis: "Y = Number of Service Chains"
6469 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6470 #  layout:
6471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6472 #    layout: "plot-service-density"
6473 #
6474 ## Plots - NF Density - VSC - NDR 64b
6475 #- type: "plot"
6476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6477 #  algorithm: "plot_nf_heatmap"
6478 #  output-file-type: ".html"
6479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6480 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6481 #  filter: "'NIC_Intel-XXV710' and
6482 #           'NF_DENSITY' and
6483 #           'VHOST' and
6484 #           not 'VXLAN' and
6485 #           'CHAIN' and
6486 #           'NF_VPPIP4' and
6487 #           '64B' and
6488 #           '2T1C' and
6489 #           'NDRPDR'"
6490 #  parameters:
6491 #  - "throughput"
6492 #  - "name"
6493 #  - "tags"
6494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6495 #  x-axis: "X = VNFs per Service Chain"
6496 #  y-axis: "Y = Number of Service Chains"
6497 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6498 #  layout:
6499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6500 #    layout: "plot-service-density"
6501 #
6502 #- type: "plot"
6503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6504 #  algorithm: "plot_nf_heatmap"
6505 #  output-file-type: ".html"
6506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6507 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6508 #  filter: "'NIC_Intel-XXV710' and
6509 #           'NF_DENSITY' and
6510 #           'VHOST' and
6511 #           not 'VXLAN' and
6512 #           'CHAIN' and
6513 #           'NF_VPPIP4' and
6514 #           '64B' and
6515 #           '4T2C' and
6516 #           'NDRPDR'"
6517 #  parameters:
6518 #  - "throughput"
6519 #  - "name"
6520 #  - "tags"
6521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6522 #  x-axis: "X = VNFs per Service Chain"
6523 #  y-axis: "Y = Number of Service Chains"
6524 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6525 #  layout:
6526 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6527 #    layout: "plot-service-density"
6528 #
6529 #- type: "plot"
6530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6531 #  algorithm: "plot_nf_heatmap"
6532 #  output-file-type: ".html"
6533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6534 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6535 #  filter: "'NIC_Intel-XXV710' and
6536 #           'NF_DENSITY' and
6537 #           'VHOST' and
6538 #           not 'VXLAN' and
6539 #           'CHAIN' and
6540 #           'NF_VPPIP4' and
6541 #           '64B' and
6542 #           '8T4C' and
6543 #           'NDRPDR'"
6544 #  parameters:
6545 #  - "throughput"
6546 #  - "name"
6547 #  - "tags"
6548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549 #  x-axis: "X = VNFs per Service Chain"
6550 #  y-axis: "Y = Number of Service Chains"
6551 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6552 #  layout:
6553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6554 #    layout: "plot-service-density"
6555 #
6556 ## Plots - NF Density - VSC - NDR IMIX
6557 #- type: "plot"
6558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6559 #  algorithm: "plot_nf_heatmap"
6560 #  output-file-type: ".html"
6561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6562 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6563 #  filter: "'NIC_Intel-XXV710' and
6564 #           'NF_DENSITY' and
6565 #           'VHOST' and
6566 #           not 'VXLAN' and
6567 #           'CHAIN' and
6568 #           'NF_VPPIP4' and
6569 #           'IMIX' and
6570 #           '2T1C' and
6571 #           'NDRPDR'"
6572 #  parameters:
6573 #  - "throughput"
6574 #  - "name"
6575 #  - "tags"
6576 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6577 #  x-axis: "X = VNFs per Service Chain"
6578 #  y-axis: "Y = Number of Service Chains"
6579 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6580 #  layout:
6581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6582 #    layout: "plot-service-density"
6583 #
6584 #- type: "plot"
6585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6586 #  algorithm: "plot_nf_heatmap"
6587 #  output-file-type: ".html"
6588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6589 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6590 #  filter: "'NIC_Intel-XXV710' and
6591 #           'NF_DENSITY' and
6592 #           'VHOST' and
6593 #           not 'VXLAN' and
6594 #           'CHAIN' and
6595 #           'NF_VPPIP4' and
6596 #           'IMIX' and
6597 #           '4T2C' and
6598 #           'NDRPDR'"
6599 #  parameters:
6600 #  - "throughput"
6601 #  - "name"
6602 #  - "tags"
6603 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6604 #  x-axis: "X = VNFs per Service Chain"
6605 #  y-axis: "Y = Number of Service Chains"
6606 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6607 #  layout:
6608 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6609 #    layout: "plot-service-density"
6610 #
6611 #- type: "plot"
6612 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6613 #  algorithm: "plot_nf_heatmap"
6614 #  output-file-type: ".html"
6615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6616 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6617 #  filter: "'NIC_Intel-XXV710' and
6618 #           'NF_DENSITY' and
6619 #           'VHOST' and
6620 #           not 'VXLAN' and
6621 #           'CHAIN' and
6622 #           'NF_VPPIP4' and
6623 #           'IMIX' and
6624 #           '8T4C' and
6625 #           'NDRPDR'"
6626 #  parameters:
6627 #  - "throughput"
6628 #  - "name"
6629 #  - "tags"
6630 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6631 #  x-axis: "X = VNFs per Service Chain"
6632 #  y-axis: "Y = Number of Service Chains"
6633 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6634 #  layout:
6635 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6636 #    layout: "plot-service-density"
6637 #
6638 ## Plots - NF Density - VSC - PDR 64b
6639 #- type: "plot"
6640 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6641 #  algorithm: "plot_nf_heatmap"
6642 #  output-file-type: ".html"
6643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6644 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6645 #  filter: "'NIC_Intel-XXV710' and
6646 #           'NF_DENSITY' and
6647 #           'VHOST' and
6648 #           not 'VXLAN' and
6649 #           'CHAIN' and
6650 #           'NF_VPPIP4' and
6651 #           '64B' and
6652 #           '2T1C' and
6653 #           'NDRPDR'"
6654 #  parameters:
6655 #  - "throughput"
6656 #  - "name"
6657 #  - "tags"
6658 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6659 #  x-axis: "X = VNFs per Service Chain"
6660 #  y-axis: "Y = Number of Service Chains"
6661 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6662 #  layout:
6663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6664 #    layout: "plot-service-density"
6665 #
6666 #- type: "plot"
6667 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6668 #  algorithm: "plot_nf_heatmap"
6669 #  output-file-type: ".html"
6670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6671 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6672 #  filter: "'NIC_Intel-XXV710' and
6673 #           'NF_DENSITY' and
6674 #           'VHOST' and
6675 #           not 'VXLAN' and
6676 #           'CHAIN' and
6677 #           'NF_VPPIP4' and
6678 #           '64B' and
6679 #           '4T2C' and
6680 #           'NDRPDR'"
6681 #  parameters:
6682 #  - "throughput"
6683 #  - "name"
6684 #  - "tags"
6685 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6686 #  x-axis: "X = VNFs per Service Chain"
6687 #  y-axis: "Y = Number of Service Chains"
6688 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6689 #  layout:
6690 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6691 #    layout: "plot-service-density"
6692 #
6693 #- type: "plot"
6694 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6695 #  algorithm: "plot_nf_heatmap"
6696 #  output-file-type: ".html"
6697 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6698 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6699 #  filter: "'NIC_Intel-XXV710' and
6700 #           'NF_DENSITY' and
6701 #           'VHOST' and
6702 #           not 'VXLAN' and
6703 #           'CHAIN' and
6704 #           'NF_VPPIP4' and
6705 #           '64B' and
6706 #           '8T4C' and
6707 #           'NDRPDR'"
6708 #  parameters:
6709 #  - "throughput"
6710 #  - "name"
6711 #  - "tags"
6712 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6713 #  x-axis: "X = VNFs per Service Chain"
6714 #  y-axis: "Y = Number of Service Chains"
6715 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6716 #  layout:
6717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6718 #    layout: "plot-service-density"
6719 #
6720 ## Plots - NF Density - VSC - PDR IMIX
6721 #- type: "plot"
6722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6723 #  algorithm: "plot_nf_heatmap"
6724 #  output-file-type: ".html"
6725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6726 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6727 #  filter: "'NIC_Intel-XXV710' and
6728 #           'NF_DENSITY' and
6729 #           'VHOST' and
6730 #           not 'VXLAN' and
6731 #           'CHAIN' and
6732 #           'NF_VPPIP4' and
6733 #           'IMIX' and
6734 #           '2T1C' and
6735 #           'NDRPDR'"
6736 #  parameters:
6737 #  - "throughput"
6738 #  - "name"
6739 #  - "tags"
6740 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6741 #  x-axis: "X = VNFs per Service Chain"
6742 #  y-axis: "Y = Number of Service Chains"
6743 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6744 #  layout:
6745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6746 #    layout: "plot-service-density"
6747 #
6748 #- type: "plot"
6749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6750 #  algorithm: "plot_nf_heatmap"
6751 #  output-file-type: ".html"
6752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6753 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6754 #  filter: "'NIC_Intel-XXV710' and
6755 #           'NF_DENSITY' and
6756 #           'VHOST' and
6757 #           not 'VXLAN' and
6758 #           'CHAIN' and
6759 #           'NF_VPPIP4' and
6760 #           'IMIX' and
6761 #           '4T2C' and
6762 #           'NDRPDR'"
6763 #  parameters:
6764 #  - "throughput"
6765 #  - "name"
6766 #  - "tags"
6767 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6768 #  x-axis: "X = VNFs per Service Chain"
6769 #  y-axis: "Y = Number of Service Chains"
6770 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6771 #  layout:
6772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6773 #    layout: "plot-service-density"
6774 #
6775 #- type: "plot"
6776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6777 #  algorithm: "plot_nf_heatmap"
6778 #  output-file-type: ".html"
6779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6780 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6781 #  filter: "'NIC_Intel-XXV710' and
6782 #           'NF_DENSITY' and
6783 #           'VHOST' and
6784 #           not 'VXLAN' and
6785 #           'CHAIN' and
6786 #           'NF_VPPIP4' and
6787 #           'IMIX' and
6788 #           '8T4C' and
6789 #           'NDRPDR'"
6790 #  parameters:
6791 #  - "throughput"
6792 #  - "name"
6793 #  - "tags"
6794 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6795 #  x-axis: "X = VNFs per Service Chain"
6796 #  y-axis: "Y = Number of Service Chains"
6797 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6798 #  layout:
6799 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6800 #    layout: "plot-service-density"
6801 #
6802 ################################################################################
6803 ## Plots - NF Density - VSC - MRR 64b
6804 #- type: "plot"
6805 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6806 #  algorithm: "plot_nf_heatmap"
6807 #  output-file-type: ".html"
6808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6809 #  data: "plot-vpp-nfv-2n-skx-mrr"
6810 #  filter: "'NIC_Intel-XXV710' and
6811 #           'NF_DENSITY' and
6812 #           'VHOST' and
6813 #           'VXLAN' and
6814 #           'CHAIN' and
6815 #           '118' and
6816 #           '2T1C' and
6817 #           'MRR'"
6818 #  parameters:
6819 #  - "result"
6820 #  - "name"
6821 #  - "tags"
6822 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6823 #  x-axis: "X = VNFs per Service Chain"
6824 #  y-axis: "Y = Number of Service Chains"
6825 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6826 #  layout:
6827 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6828 #    layout: "plot-service-density"
6829 #
6830 #- type: "plot"
6831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6832 #  algorithm: "plot_nf_heatmap"
6833 #  output-file-type: ".html"
6834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6835 #  data: "plot-vpp-nfv-2n-skx-mrr"
6836 #  filter: "'NIC_Intel-XXV710' and
6837 #           'NF_DENSITY' and
6838 #           'VHOST' and
6839 #           'VXLAN' and
6840 #           'CHAIN' and
6841 #           '118' and
6842 #           '4T2C' and
6843 #           'MRR'"
6844 #  parameters:
6845 #  - "result"
6846 #  - "name"
6847 #  - "tags"
6848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6849 #  x-axis: "X = VNFs per Service Chain"
6850 #  y-axis: "Y = Number of Service Chains"
6851 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6852 #  layout:
6853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6854 #    layout: "plot-service-density"
6855 #
6856 #- type: "plot"
6857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6858 #  algorithm: "plot_nf_heatmap"
6859 #  output-file-type: ".html"
6860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6861 #  data: "plot-vpp-nfv-2n-skx-mrr"
6862 #  filter: "'NIC_Intel-XXV710' and
6863 #           'NF_DENSITY' and
6864 #           'VHOST' and
6865 #           'VXLAN' and
6866 #           'CHAIN' and
6867 #           '118' and
6868 #           '8T4C' and
6869 #           'MRR'"
6870 #  parameters:
6871 #  - "result"
6872 #  - "name"
6873 #  - "tags"
6874 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6875 #  x-axis: "X = VNFs per Service Chain"
6876 #  y-axis: "Y = Number of Service Chains"
6877 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6878 #  layout:
6879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6880 #    layout: "plot-service-density"
6881 #
6882 ## Plots - NF Density - VSC - MRR IMIX
6883 #- type: "plot"
6884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6885 #  algorithm: "plot_nf_heatmap"
6886 #  output-file-type: ".html"
6887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6888 #  data: "plot-vpp-nfv-2n-skx-mrr"
6889 #  filter: "'NIC_Intel-XXV710' and
6890 #           'NF_DENSITY' and
6891 #           'VHOST' and
6892 #           'VXLAN' and
6893 #           'CHAIN' and
6894 #           'IMIX' and
6895 #           '2T1C' and
6896 #           'MRR'"
6897 #  parameters:
6898 #  - "result"
6899 #  - "name"
6900 #  - "tags"
6901 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6902 #  x-axis: "X = VNFs per Service Chain"
6903 #  y-axis: "Y = Number of Service Chains"
6904 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6905 #  layout:
6906 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6907 #    layout: "plot-service-density"
6908 #
6909 #- type: "plot"
6910 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6911 #  algorithm: "plot_nf_heatmap"
6912 #  output-file-type: ".html"
6913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6914 #  data: "plot-vpp-nfv-2n-skx-mrr"
6915 #  filter: "'NIC_Intel-XXV710' and
6916 #           'NF_DENSITY' and
6917 #           'VHOST' and
6918 #           'VXLAN' and
6919 #           'CHAIN' and
6920 #           'IMIX' and
6921 #           '4T2C' and
6922 #           'MRR'"
6923 #  parameters:
6924 #  - "result"
6925 #  - "name"
6926 #  - "tags"
6927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6928 #  x-axis: "X = VNFs per Service Chain"
6929 #  y-axis: "Y = Number of Service Chains"
6930 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6931 #  layout:
6932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6933 #    layout: "plot-service-density"
6934 #
6935 #- type: "plot"
6936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6937 #  algorithm: "plot_nf_heatmap"
6938 #  output-file-type: ".html"
6939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6940 #  data: "plot-vpp-nfv-2n-skx-mrr"
6941 #  filter: "'NIC_Intel-XXV710' and
6942 #           'NF_DENSITY' and
6943 #           'VHOST' and
6944 #           'VXLAN' and
6945 #           'CHAIN' and
6946 #           'IMIX' and
6947 #           '8T4C' and
6948 #           'MRR'"
6949 #  parameters:
6950 #  - "result"
6951 #  - "name"
6952 #  - "tags"
6953 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6954 #  x-axis: "X = VNFs per Service Chain"
6955 #  y-axis: "Y = Number of Service Chains"
6956 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6957 #  layout:
6958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6959 #    layout: "plot-service-density"
6960 #
6961 ## Plots - NF Density - VSC - NDR 64b
6962 #- type: "plot"
6963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6964 #  algorithm: "plot_nf_heatmap"
6965 #  output-file-type: ".html"
6966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6967 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6968 #  filter: "'NIC_Intel-XXV710' and
6969 #           'NF_DENSITY' and
6970 #           'VHOST' and
6971 #           'VXLAN' and
6972 #           'CHAIN' and
6973 #           '118' and
6974 #           '2T1C' and
6975 #           'NDRPDR'"
6976 #  parameters:
6977 #  - "throughput"
6978 #  - "name"
6979 #  - "tags"
6980 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6981 #  x-axis: "X = VNFs per Service Chain"
6982 #  y-axis: "Y = Number of Service Chains"
6983 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6984 #  layout:
6985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6986 #    layout: "plot-service-density"
6987 #
6988 #- type: "plot"
6989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6990 #  algorithm: "plot_nf_heatmap"
6991 #  output-file-type: ".html"
6992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6993 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6994 #  filter: "'NIC_Intel-XXV710' and
6995 #           'NF_DENSITY' and
6996 #           'VHOST' and
6997 #           'VXLAN' and
6998 #           'CHAIN' and
6999 #           '118' and
7000 #           '4T2C' and
7001 #           'NDRPDR'"
7002 #  parameters:
7003 #  - "throughput"
7004 #  - "name"
7005 #  - "tags"
7006 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7007 #  x-axis: "X = VNFs per Service Chain"
7008 #  y-axis: "Y = Number of Service Chains"
7009 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7010 #  layout:
7011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7012 #    layout: "plot-service-density"
7013 #
7014 #- type: "plot"
7015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7016 #  algorithm: "plot_nf_heatmap"
7017 #  output-file-type: ".html"
7018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7019 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7020 #  filter: "'NIC_Intel-XXV710' and
7021 #           'NF_DENSITY' and
7022 #           'VHOST' and
7023 #           'VXLAN' and
7024 #           'CHAIN' and
7025 #           '118' and
7026 #           '8T4C' and
7027 #           'NDRPDR'"
7028 #  parameters:
7029 #  - "throughput"
7030 #  - "name"
7031 #  - "tags"
7032 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7033 #  x-axis: "X = VNFs per Service Chain"
7034 #  y-axis: "Y = Number of Service Chains"
7035 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7036 #  layout:
7037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7038 #    layout: "plot-service-density"
7039 #
7040 ## Plots - NF Density - VSC - NDR IMIX
7041 #- type: "plot"
7042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7043 #  algorithm: "plot_nf_heatmap"
7044 #  output-file-type: ".html"
7045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7046 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7047 #  filter: "'NIC_Intel-XXV710' and
7048 #           'NF_DENSITY' and
7049 #           'VHOST' and
7050 #           'VXLAN' and
7051 #           'CHAIN' and
7052 #           'IMIX' and
7053 #           '2T1C' and
7054 #           'NDRPDR'"
7055 #  parameters:
7056 #  - "throughput"
7057 #  - "name"
7058 #  - "tags"
7059 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7060 #  x-axis: "X = VNFs per Service Chain"
7061 #  y-axis: "Y = Number of Service Chains"
7062 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7063 #  layout:
7064 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7065 #    layout: "plot-service-density"
7066 #
7067 #- type: "plot"
7068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7069 #  algorithm: "plot_nf_heatmap"
7070 #  output-file-type: ".html"
7071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7072 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7073 #  filter: "'NIC_Intel-XXV710' and
7074 #           'NF_DENSITY' and
7075 #           'VHOST' and
7076 #           'VXLAN' and
7077 #           'CHAIN' and
7078 #           'IMIX' and
7079 #           '4T2C' and
7080 #           'NDRPDR'"
7081 #  parameters:
7082 #  - "throughput"
7083 #  - "name"
7084 #  - "tags"
7085 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7086 #  x-axis: "X = VNFs per Service Chain"
7087 #  y-axis: "Y = Number of Service Chains"
7088 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7089 #  layout:
7090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7091 #    layout: "plot-service-density"
7092 #
7093 #- type: "plot"
7094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7095 #  algorithm: "plot_nf_heatmap"
7096 #  output-file-type: ".html"
7097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7098 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7099 #  filter: "'NIC_Intel-XXV710' and
7100 #           'NF_DENSITY' and
7101 #           'VHOST' and
7102 #           'VXLAN' and
7103 #           'CHAIN' and
7104 #           'IMIX' and
7105 #           '8T4C' and
7106 #           'NDRPDR'"
7107 #  parameters:
7108 #  - "throughput"
7109 #  - "name"
7110 #  - "tags"
7111 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7112 #  x-axis: "X = VNFs per Service Chain"
7113 #  y-axis: "Y = Number of Service Chains"
7114 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7115 #  layout:
7116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7117 #    layout: "plot-service-density"
7118 #
7119 ## Plots - NF Density - VSC - PDR 64b
7120 #- type: "plot"
7121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7122 #  algorithm: "plot_nf_heatmap"
7123 #  output-file-type: ".html"
7124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7125 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7126 #  filter: "'NIC_Intel-XXV710' and
7127 #           'NF_DENSITY' and
7128 #           'VHOST' and
7129 #           'VXLAN' and
7130 #           'CHAIN' and
7131 #           '118' and
7132 #           '2T1C' and
7133 #           'NDRPDR'"
7134 #  parameters:
7135 #  - "throughput"
7136 #  - "name"
7137 #  - "tags"
7138 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7139 #  x-axis: "X = VNFs per Service Chain"
7140 #  y-axis: "Y = Number of Service Chains"
7141 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7142 #  layout:
7143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7144 #    layout: "plot-service-density"
7145 #
7146 #- type: "plot"
7147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7148 #  algorithm: "plot_nf_heatmap"
7149 #  output-file-type: ".html"
7150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7151 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7152 #  filter: "'NIC_Intel-XXV710' and
7153 #           'NF_DENSITY' and
7154 #           'VHOST' and
7155 #           'VXLAN' and
7156 #           'CHAIN' and
7157 #           '118' and
7158 #           '4T2C' and
7159 #           'NDRPDR'"
7160 #  parameters:
7161 #  - "throughput"
7162 #  - "name"
7163 #  - "tags"
7164 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7165 #  x-axis: "X = VNFs per Service Chain"
7166 #  y-axis: "Y = Number of Service Chains"
7167 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7168 #  layout:
7169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7170 #    layout: "plot-service-density"
7171 #
7172 #- type: "plot"
7173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7174 #  algorithm: "plot_nf_heatmap"
7175 #  output-file-type: ".html"
7176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7177 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7178 #  filter: "'NIC_Intel-XXV710' and
7179 #           'NF_DENSITY' and
7180 #           'VHOST' and
7181 #           'VXLAN' and
7182 #           'CHAIN' and
7183 #           '118' and
7184 #           '8T4C' and
7185 #           'NDRPDR'"
7186 #  parameters:
7187 #  - "throughput"
7188 #  - "name"
7189 #  - "tags"
7190 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7191 #  x-axis: "X = VNFs per Service Chain"
7192 #  y-axis: "Y = Number of Service Chains"
7193 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7194 #  layout:
7195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7196 #    layout: "plot-service-density"
7197 #
7198 ## Plots - NF Density - VSC - PDR IMIX
7199 #- type: "plot"
7200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7201 #  algorithm: "plot_nf_heatmap"
7202 #  output-file-type: ".html"
7203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7204 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7205 #  filter: "'NIC_Intel-XXV710' and
7206 #           'NF_DENSITY' and
7207 #           'VHOST' and
7208 #           'VXLAN' and
7209 #           'CHAIN' and
7210 #           'IMIX' and
7211 #           '2T1C' and
7212 #           'NDRPDR'"
7213 #  parameters:
7214 #  - "throughput"
7215 #  - "name"
7216 #  - "tags"
7217 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7218 #  x-axis: "X = VNFs per Service Chain"
7219 #  y-axis: "Y = Number of Service Chains"
7220 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7221 #  layout:
7222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7223 #    layout: "plot-service-density"
7224 #
7225 #- type: "plot"
7226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7227 #  algorithm: "plot_nf_heatmap"
7228 #  output-file-type: ".html"
7229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7230 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7231 #  filter: "'NIC_Intel-XXV710' and
7232 #           'NF_DENSITY' and
7233 #           'VHOST' and
7234 #           'VXLAN' and
7235 #           'CHAIN' and
7236 #           'IMIX' and
7237 #           '4T2C' and
7238 #           'NDRPDR'"
7239 #  parameters:
7240 #  - "throughput"
7241 #  - "name"
7242 #  - "tags"
7243 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7244 #  x-axis: "X = VNFs per Service Chain"
7245 #  y-axis: "Y = Number of Service Chains"
7246 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7247 #  layout:
7248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7249 #    layout: "plot-service-density"
7250 #
7251 #- type: "plot"
7252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7253 #  algorithm: "plot_nf_heatmap"
7254 #  output-file-type: ".html"
7255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7256 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7257 #  filter: "'NIC_Intel-XXV710' and
7258 #           'NF_DENSITY' and
7259 #           'VHOST' and
7260 #           'VXLAN' and
7261 #           'CHAIN' and
7262 #           'IMIX' and
7263 #           '8T4C' and
7264 #           'NDRPDR'"
7265 #  parameters:
7266 #  - "throughput"
7267 #  - "name"
7268 #  - "tags"
7269 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7270 #  x-axis: "X = VNFs per Service Chain"
7271 #  y-axis: "Y = Number of Service Chains"
7272 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7273 #  layout:
7274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7275 #    layout: "plot-service-density"
7276 #
7277 ################################################################################
7278 ## Plots - NF Density - CSC - MRR 64b
7279 #- type: "plot"
7280 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7281 #  algorithm: "plot_nf_heatmap"
7282 #  output-file-type: ".html"
7283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7284 #  data: "plot-vpp-nfv-2n-skx-mrr"
7285 #  filter: "'NIC_Intel-XXV710' and
7286 #           'NF_DENSITY' and
7287 #           'DOCKER' and
7288 #           'CHAIN' and
7289 #           'NF_VPPIP4' and
7290 #           '64B' and
7291 #           '2T1C' and
7292 #           'MRR'"
7293 #  parameters:
7294 #  - "result"
7295 #  - "name"
7296 #  - "tags"
7297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7298 #  x-axis: "X = CNFs per Service Chain"
7299 #  y-axis: "Y = Number of Service Chains"
7300 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7301 #  layout:
7302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7303 #    layout: "plot-service-density"
7304 #
7305 #- type: "plot"
7306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7307 #  algorithm: "plot_nf_heatmap"
7308 #  output-file-type: ".html"
7309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7310 #  data: "plot-vpp-nfv-2n-skx-mrr"
7311 #  filter: "'NIC_Intel-XXV710' and
7312 #           'NF_DENSITY' and
7313 #           'DOCKER' and
7314 #           'CHAIN' and
7315 #           'NF_VPPIP4' and
7316 #           '64B' and
7317 #           '4T2C' and
7318 #           'MRR'"
7319 #  parameters:
7320 #  - "result"
7321 #  - "name"
7322 #  - "tags"
7323 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7324 #  x-axis: "X = CNFs per Service Chain"
7325 #  y-axis: "Y = Number of Service Chains"
7326 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7327 #  layout:
7328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7329 #    layout: "plot-service-density"
7330 #
7331 #- type: "plot"
7332 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7333 #  algorithm: "plot_nf_heatmap"
7334 #  output-file-type: ".html"
7335 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7336 #  data: "plot-vpp-nfv-2n-skx-mrr"
7337 #  filter: "'NIC_Intel-XXV710' and
7338 #           'NF_DENSITY' and
7339 #           'DOCKER' and
7340 #           'CHAIN' and
7341 #           'NF_VPPIP4' and
7342 #           '64B' and
7343 #           '8T4C' and
7344 #           'MRR'"
7345 #  parameters:
7346 #  - "result"
7347 #  - "name"
7348 #  - "tags"
7349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7350 #  x-axis: "X = CNFs per Service Chain"
7351 #  y-axis: "Y = Number of Service Chains"
7352 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7353 #  layout:
7354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7355 #    layout: "plot-service-density"
7356 #
7357 ## Plots - NF Density - CSC - MRR IMIX
7358 #- type: "plot"
7359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7360 #  algorithm: "plot_nf_heatmap"
7361 #  output-file-type: ".html"
7362 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7363 #  data: "plot-vpp-nfv-2n-skx-mrr"
7364 #  filter: "'NIC_Intel-XXV710' and
7365 #           'NF_DENSITY' and
7366 #           'DOCKER' and
7367 #           'CHAIN' and
7368 #           'NF_VPPIP4' and
7369 #           'IMIX' and
7370 #           '2T1C' and
7371 #           'MRR'"
7372 #  parameters:
7373 #  - "result"
7374 #  - "name"
7375 #  - "tags"
7376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7377 #  x-axis: "X = CNFs per Service Chain"
7378 #  y-axis: "Y = Number of Service Chains"
7379 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7380 #  layout:
7381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7382 #    layout: "plot-service-density"
7383 #
7384 #- type: "plot"
7385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7386 #  algorithm: "plot_nf_heatmap"
7387 #  output-file-type: ".html"
7388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7389 #  data: "plot-vpp-nfv-2n-skx-mrr"
7390 #  filter: "'NIC_Intel-XXV710' and
7391 #           'NF_DENSITY' and
7392 #           'DOCKER' and
7393 #           'CHAIN' and
7394 #           'NF_VPPIP4' and
7395 #           'IMIX' and
7396 #           '4T2C' and
7397 #           'MRR'"
7398 #  parameters:
7399 #  - "result"
7400 #  - "name"
7401 #  - "tags"
7402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7403 #  x-axis: "X = CNFs per Service Chain"
7404 #  y-axis: "Y = Number of Service Chains"
7405 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7406 #  layout:
7407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7408 #    layout: "plot-service-density"
7409 #
7410 #- type: "plot"
7411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7412 #  algorithm: "plot_nf_heatmap"
7413 #  output-file-type: ".html"
7414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7415 #  data: "plot-vpp-nfv-2n-skx-mrr"
7416 #  filter: "'NIC_Intel-XXV710' and
7417 #           'NF_DENSITY' and
7418 #           'DOCKER' and
7419 #           'CHAIN' and
7420 #           'NF_VPPIP4' and
7421 #           'IMIX' and
7422 #           '8T4C' and
7423 #           'MRR'"
7424 #  parameters:
7425 #  - "result"
7426 #  - "name"
7427 #  - "tags"
7428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7429 #  x-axis: "X = CNFs per Service Chain"
7430 #  y-axis: "Y = Number of Service Chains"
7431 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7432 #  layout:
7433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7434 #    layout: "plot-service-density"
7435 #
7436 ## Plots - NF Density - CSC - NDR 64b
7437 #- type: "plot"
7438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7439 #  algorithm: "plot_nf_heatmap"
7440 #  output-file-type: ".html"
7441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7442 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7443 #  filter: "'NIC_Intel-XXV710' and
7444 #           'NF_DENSITY' and
7445 #           'DOCKER' and
7446 #           'CHAIN' and
7447 #           'NF_VPPIP4' and
7448 #           '64B' and
7449 #           '2T1C' and
7450 #           'NDRPDR'"
7451 #  parameters:
7452 #  - "throughput"
7453 #  - "name"
7454 #  - "tags"
7455 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7456 #  x-axis: "X = CNFs per Service Chain"
7457 #  y-axis: "Y = Number of Service Chains"
7458 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7459 #  layout:
7460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7461 #    layout: "plot-service-density"
7462 #
7463 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7468 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'DOCKER' and
7472 #           'CHAIN' and
7473 #           'NF_VPPIP4' and
7474 #           '64B' and
7475 #           '4T2C' and
7476 #           'NDRPDR'"
7477 #  parameters:
7478 #  - "throughput"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = CNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7487 #    layout: "plot-service-density"
7488 #
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file-type: ".html"
7493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7494 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7495 #  filter: "'NIC_Intel-XXV710' and
7496 #           'NF_DENSITY' and
7497 #           'DOCKER' and
7498 #           'CHAIN' and
7499 #           'NF_VPPIP4' and
7500 #           '64B' and
7501 #           '8T4C' and
7502 #           'NDRPDR'"
7503 #  parameters:
7504 #  - "throughput"
7505 #  - "name"
7506 #  - "tags"
7507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7508 #  x-axis: "X = CNFs per Service Chain"
7509 #  y-axis: "Y = Number of Service Chains"
7510 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7511 #  layout:
7512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7513 #    layout: "plot-service-density"
7514 #
7515 ## Plots - NF Density - CSC - NDR IMIX
7516 #- type: "plot"
7517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7518 #  algorithm: "plot_nf_heatmap"
7519 #  output-file-type: ".html"
7520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7521 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7522 #  filter: "'NIC_Intel-XXV710' and
7523 #           'NF_DENSITY' and
7524 #           'DOCKER' and
7525 #           'CHAIN' and
7526 #           'NF_VPPIP4' and
7527 #           'IMIX' and
7528 #           '2T1C' and
7529 #           'NDRPDR'"
7530 #  parameters:
7531 #  - "throughput"
7532 #  - "name"
7533 #  - "tags"
7534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7535 #  x-axis: "X = CNFs per Service Chain"
7536 #  y-axis: "Y = Number of Service Chains"
7537 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7538 #  layout:
7539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7540 #    layout: "plot-service-density"
7541 #
7542 #- type: "plot"
7543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7544 #  algorithm: "plot_nf_heatmap"
7545 #  output-file-type: ".html"
7546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7547 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7548 #  filter: "'NIC_Intel-XXV710' and
7549 #           'NF_DENSITY' and
7550 #           'DOCKER' and
7551 #           'CHAIN' and
7552 #           'NF_VPPIP4' and
7553 #           'IMIX' and
7554 #           '4T2C' and
7555 #           'NDRPDR'"
7556 #  parameters:
7557 #  - "throughput"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = CNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7566 #    layout: "plot-service-density"
7567 #
7568 #- type: "plot"
7569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7570 #  algorithm: "plot_nf_heatmap"
7571 #  output-file-type: ".html"
7572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7573 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7574 #  filter: "'NIC_Intel-XXV710' and
7575 #           'NF_DENSITY' and
7576 #           'DOCKER' and
7577 #           'CHAIN' and
7578 #           'NF_VPPIP4' and
7579 #           'IMIX' and
7580 #           '8T4C' and
7581 #           'NDRPDR'"
7582 #  parameters:
7583 #  - "throughput"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = CNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7592 #    layout: "plot-service-density"
7593 #
7594 ## Plots - NF Density - CSC - PDR 64b
7595 #- type: "plot"
7596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7597 #  algorithm: "plot_nf_heatmap"
7598 #  output-file-type: ".html"
7599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7600 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7601 #  filter: "'NIC_Intel-XXV710' and
7602 #           'NF_DENSITY' and
7603 #           'DOCKER' and
7604 #           'CHAIN' and
7605 #           'NF_VPPIP4' and
7606 #           '64B' and
7607 #           '2T1C' and
7608 #           'NDRPDR'"
7609 #  parameters:
7610 #  - "throughput"
7611 #  - "name"
7612 #  - "tags"
7613 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7614 #  x-axis: "X = CNFs per Service Chain"
7615 #  y-axis: "Y = Number of Service Chains"
7616 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7617 #  layout:
7618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7619 #    layout: "plot-service-density"
7620 #
7621 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'DOCKER' and
7630 #           'CHAIN' and
7631 #           'NF_VPPIP4' and
7632 #           '64B' and
7633 #           '4T2C' and
7634 #           'NDRPDR'"
7635 #  parameters:
7636 #  - "throughput"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = CNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7645 #    layout: "plot-service-density"
7646 #
7647 #- type: "plot"
7648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7649 #  algorithm: "plot_nf_heatmap"
7650 #  output-file-type: ".html"
7651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7652 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7653 #  filter: "'NIC_Intel-XXV710' and
7654 #           'NF_DENSITY' and
7655 #           'DOCKER' and
7656 #           'CHAIN' and
7657 #           'NF_VPPIP4' and
7658 #           '64B' and
7659 #           '8T4C' and
7660 #           'NDRPDR'"
7661 #  parameters:
7662 #  - "throughput"
7663 #  - "name"
7664 #  - "tags"
7665 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7666 #  x-axis: "X = CNFs per Service Chain"
7667 #  y-axis: "Y = Number of Service Chains"
7668 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7669 #  layout:
7670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7671 #    layout: "plot-service-density"
7672 #
7673 ## Plots - NF Density - CSC - PDR IMIX
7674 #- type: "plot"
7675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7676 #  algorithm: "plot_nf_heatmap"
7677 #  output-file-type: ".html"
7678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7680 #  filter: "'NIC_Intel-XXV710' and
7681 #           'NF_DENSITY' and
7682 #           'DOCKER' and
7683 #           'CHAIN' and
7684 #           'NF_VPPIP4' and
7685 #           'IMIX' and
7686 #           '2T1C' and
7687 #           'NDRPDR'"
7688 #  parameters:
7689 #  - "throughput"
7690 #  - "name"
7691 #  - "tags"
7692 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7693 #  x-axis: "X = CNFs per Service Chain"
7694 #  y-axis: "Y = Number of Service Chains"
7695 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7696 #  layout:
7697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7698 #    layout: "plot-service-density"
7699 #
7700 #- type: "plot"
7701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7702 #  algorithm: "plot_nf_heatmap"
7703 #  output-file-type: ".html"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'DOCKER' and
7709 #           'CHAIN' and
7710 #           'NF_VPPIP4' and
7711 #           'IMIX' and
7712 #           '4T2C' and
7713 #           'NDRPDR'"
7714 #  parameters:
7715 #  - "throughput"
7716 #  - "name"
7717 #  - "tags"
7718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7719 #  x-axis: "X = CNFs per Service Chain"
7720 #  y-axis: "Y = Number of Service Chains"
7721 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7722 #  layout:
7723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7724 #    layout: "plot-service-density"
7725 #
7726 #- type: "plot"
7727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7728 #  algorithm: "plot_nf_heatmap"
7729 #  output-file-type: ".html"
7730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7732 #  filter: "'NIC_Intel-XXV710' and
7733 #           'NF_DENSITY' and
7734 #           'DOCKER' and
7735 #           'CHAIN' and
7736 #           'NF_VPPIP4' and
7737 #           'IMIX' and
7738 #           '8T4C' and
7739 #           'NDRPDR'"
7740 #  parameters:
7741 #  - "throughput"
7742 #  - "name"
7743 #  - "tags"
7744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7745 #  x-axis: "X = CNFs per Service Chain"
7746 #  y-axis: "Y = Number of Service Chains"
7747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7748 #  layout:
7749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7750 #    layout: "plot-service-density"
7751 #
7752 ################################################################################
7753 #
7754 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7755 #- type: "plot"
7756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7757 #  algorithm: "plot_nf_heatmap"
7758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7759 #  data: "plot-vpp-nfv-3n-skx-mrr"
7760 #  filter: "'NIC_Intel-XXV710' and
7761 #           'NF_DENSITY' and
7762 #           'DOCKER' and
7763 #           'CHAIN' and
7764 #           'NF_VPPIP4' and
7765 #           'IPSEC' and
7766 #           'TNL_4' and
7767 #           'IMIX' and
7768 #           '2T1C' and
7769 #           'MRR'"
7770 #  parameters:
7771 #  - "result"
7772 #  - "name"
7773 #  - "tags"
7774 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7775 #  x-axis: "X = CNFs per Service Chain"
7776 #  y-axis: "Y = Number of Service Chains"
7777 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7778 #  layout:
7779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7780 #    layout: "plot-service-density"
7781 #
7782 #- type: "plot"
7783 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7784 #  algorithm: "plot_nf_heatmap"
7785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7786 #  data: "plot-vpp-nfv-3n-skx-mrr"
7787 #  filter: "'NIC_Intel-XXV710' and
7788 #           'NF_DENSITY' and
7789 #           'DOCKER' and
7790 #           'CHAIN' and
7791 #           'NF_VPPIP4' and
7792 #           'IPSEC' and
7793 #           'TNL_4' and
7794 #           'IMIX' and
7795 #           '4T2C' and
7796 #           'MRR'"
7797 #  parameters:
7798 #  - "result"
7799 #  - "name"
7800 #  - "tags"
7801 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7802 #  x-axis: "X = CNFs per Service Chain"
7803 #  y-axis: "Y = Number of Service Chains"
7804 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7805 #  layout:
7806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7807 #    layout: "plot-service-density"
7808 #
7809 #- type: "plot"
7810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7811 #  algorithm: "plot_nf_heatmap"
7812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7813 #  data: "plot-vpp-nfv-3n-skx-mrr"
7814 #  filter: "'NIC_Intel-XXV710' and
7815 #           'NF_DENSITY' and
7816 #           'DOCKER' and
7817 #           'CHAIN' and
7818 #           'NF_VPPIP4' and
7819 #           'IPSEC' and
7820 #           'TNL_4' and
7821 #           'IMIX' and
7822 #           '8T4C' and
7823 #           'MRR'"
7824 #  parameters:
7825 #  - "result"
7826 #  - "name"
7827 #  - "tags"
7828 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7829 #  x-axis: "X = CNFs per Service Chain"
7830 #  y-axis: "Y = Number of Service Chains"
7831 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7832 #  layout:
7833 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7834 #    layout: "plot-service-density"
7835
7836 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7837 - type: "plot"
7838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7839   algorithm: "plot_nf_heatmap"
7840   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7841   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7842   filter: "'NIC_Intel-XXV710' and
7843            'NF_DENSITY' and
7844            'DOCKER' and
7845            'CHAIN' and
7846            'NF_VPPIP4' and
7847            'IPSEC' and
7848            'TNL_4' and
7849            'IMIX' and
7850            '2T1C' and
7851            'NDRPDR'"
7852   parameters:
7853   - "throughput"
7854   - "name"
7855   - "tags"
7856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7857   x-axis: "X = CNFs per Service Chain"
7858   y-axis: "Y = Number of Service Chains"
7859   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7860   layout:
7861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7862     layout: "plot-service-density"
7863
7864 - type: "plot"
7865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7866   algorithm: "plot_nf_heatmap"
7867   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7868   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7869   filter: "'NIC_Intel-XXV710' and
7870            'NF_DENSITY' and
7871            'DOCKER' and
7872            'CHAIN' and
7873            'NF_VPPIP4' and
7874            'IPSEC' and
7875            'TNL_4' and
7876            'IMIX' and
7877            '4T2C' and
7878            'NDRPDR'"
7879   parameters:
7880   - "throughput"
7881   - "name"
7882   - "tags"
7883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7884   x-axis: "X = CNFs per Service Chain"
7885   y-axis: "Y = Number of Service Chains"
7886   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7887   layout:
7888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7889     layout: "plot-service-density"
7890
7891 - type: "plot"
7892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7893   algorithm: "plot_nf_heatmap"
7894   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7895   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7896   filter: "'NIC_Intel-XXV710' and
7897            'NF_DENSITY' and
7898            'DOCKER' and
7899            'CHAIN' and
7900            'NF_VPPIP4' and
7901            'IPSEC' and
7902            'TNL_4' and
7903            'IMIX' and
7904            '8T4C' and
7905            'NDRPDR'"
7906   parameters:
7907   - "throughput"
7908   - "name"
7909   - "tags"
7910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7911   x-axis: "X = CNFs per Service Chain"
7912   y-axis: "Y = Number of Service Chains"
7913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7914   layout:
7915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7916     layout: "plot-service-density"
7917
7918 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7919 - type: "plot"
7920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7921   algorithm: "plot_nf_heatmap"
7922   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7923   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7924   filter: "'NIC_Intel-XXV710' and
7925            'NF_DENSITY' and
7926            'DOCKER' and
7927            'CHAIN' and
7928            'NF_VPPIP4' and
7929            'IPSEC' and
7930            'TNL_4' and
7931            'IMIX' and
7932            '2T1C' and
7933            'NDRPDR'"
7934   parameters:
7935   - "throughput"
7936   - "name"
7937   - "tags"
7938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7939   x-axis: "X = CNFs per Service Chain"
7940   y-axis: "Y = Number of Service Chains"
7941   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7942   layout:
7943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7944     layout: "plot-service-density"
7945
7946 - type: "plot"
7947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7948   algorithm: "plot_nf_heatmap"
7949   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7950   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7951   filter: "'NIC_Intel-XXV710' and
7952            'NF_DENSITY' and
7953            'DOCKER' and
7954            'CHAIN' and
7955            'NF_VPPIP4' and
7956            'IPSEC' and
7957            'TNL_4' and
7958            'IMIX' and
7959            '4T2C' and
7960            'NDRPDR'"
7961   parameters:
7962   - "throughput"
7963   - "name"
7964   - "tags"
7965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7966   x-axis: "X = CNFs per Service Chain"
7967   y-axis: "Y = Number of Service Chains"
7968   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7969   layout:
7970     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7971     layout: "plot-service-density"
7972
7973 - type: "plot"
7974   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7975   algorithm: "plot_nf_heatmap"
7976   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7977   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7978   filter: "'NIC_Intel-XXV710' and
7979            'NF_DENSITY' and
7980            'DOCKER' and
7981            'CHAIN' and
7982            'NF_VPPIP4' and
7983            'IPSEC' and
7984            'TNL_4' and
7985            'IMIX' and
7986            '8T4C' and
7987            'NDRPDR'"
7988   parameters:
7989   - "throughput"
7990   - "name"
7991   - "tags"
7992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7993   x-axis: "X = CNFs per Service Chain"
7994   y-axis: "Y = Number of Service Chains"
7995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7996   layout:
7997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7998     layout: "plot-service-density"
7999
8000 ###############################################################################
8001
8002 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8003 - type: "plot"
8004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8005   algorithm: "plot_nf_heatmap"
8006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8007   data: "plot-vpp-nfv-3n-hsw-mrr"
8008   filter: "'NIC_Intel-XL710' and
8009            'NF_DENSITY' and
8010            'DOCKER' and
8011            'CHAIN' and
8012            'NF_VPPIP4' and
8013            'IMIX' and
8014            'TNL_4' and
8015            '1T1C' and
8016            'MRR'"
8017   parameters:
8018   - "result"
8019   - "name"
8020   - "tags"
8021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8022   x-axis: "X = CNFs per Service Chain"
8023   y-axis: "Y = Number of Service Chains"
8024   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8025   layout:
8026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8027     layout: "plot-service-density"
8028
8029 - type: "plot"
8030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8031   algorithm: "plot_nf_heatmap"
8032   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8033   data: "plot-vpp-nfv-3n-hsw-mrr"
8034   filter: "'NIC_Intel-XL710' and
8035            'NF_DENSITY' and
8036            'DOCKER' and
8037            'CHAIN' and
8038            'NF_VPPIP4' and
8039            'IPSEC' and
8040            'TNL_4' and
8041            'IMIX' and
8042            '2T2C' and
8043            'MRR'"
8044   parameters:
8045   - "result"
8046   - "name"
8047   - "tags"
8048   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8049   x-axis: "X = CNFs per Service Chain"
8050   y-axis: "Y = Number of Service Chains"
8051   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8052   layout:
8053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8054     layout: "plot-service-density"
8055
8056 - type: "plot"
8057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8058   algorithm: "plot_nf_heatmap"
8059   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8060   data: "plot-vpp-nfv-3n-hsw-mrr"
8061   filter: "'NIC_Intel-XL710' and
8062            'NF_DENSITY' and
8063            'DOCKER' and
8064            'CHAIN' and
8065            'NF_VPPIP4' and
8066            'IPSEC' and
8067            'TNL_4' and
8068            'IMIX' and
8069            '4T4C' and
8070            'MRR'"
8071   parameters:
8072   - "result"
8073   - "name"
8074   - "tags"
8075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8076   x-axis: "X = CNFs per Service Chain"
8077   y-axis: "Y = Number of Service Chains"
8078   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8079   layout:
8080     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8081     layout: "plot-service-density"
8082
8083 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8084 - type: "plot"
8085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8086   algorithm: "plot_nf_heatmap"
8087   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8088   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8089   filter: "'NIC_Intel-XL710' and
8090            'NF_DENSITY' and
8091            'DOCKER' and
8092            'CHAIN' and
8093            'NF_VPPIP4' and
8094            'IPSEC' and
8095            'TNL_4' and
8096            'IMIX' and
8097            '1T1C' and
8098            'NDRPDR'"
8099   parameters:
8100   - "throughput"
8101   - "name"
8102   - "tags"
8103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8104   x-axis: "X = CNFs per Service Chain"
8105   y-axis: "Y = Number of Service Chains"
8106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8107   layout:
8108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8109     layout: "plot-service-density"
8110
8111 - type: "plot"
8112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8113   algorithm: "plot_nf_heatmap"
8114   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8115   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8116   filter: "'NIC_Intel-XL710' and
8117            'NF_DENSITY' and
8118            'DOCKER' and
8119            'CHAIN' and
8120            'NF_VPPIP4' and
8121            'IPSEC' and
8122            'TNL_4' and
8123            'IMIX' and
8124            '2T2C' and
8125            'NDRPDR'"
8126   parameters:
8127   - "throughput"
8128   - "name"
8129   - "tags"
8130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8131   x-axis: "X = CNFs per Service Chain"
8132   y-axis: "Y = Number of Service Chains"
8133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8134   layout:
8135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8136     layout: "plot-service-density"
8137
8138 - type: "plot"
8139   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8140   algorithm: "plot_nf_heatmap"
8141   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8142   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8143   filter: "'NIC_Intel-XL710' and
8144            'NF_DENSITY' and
8145            'DOCKER' and
8146            'CHAIN' and
8147            'NF_VPPIP4' and
8148            'IPSEC' and
8149            'TNL_4' and
8150            'IMIX' and
8151            '4T4C' and
8152            'NDRPDR'"
8153   parameters:
8154   - "throughput"
8155   - "name"
8156   - "tags"
8157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8158   x-axis: "X = CNFs per Service Chain"
8159   y-axis: "Y = Number of Service Chains"
8160   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8161   layout:
8162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8163     layout: "plot-service-density"
8164
8165 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8166 - type: "plot"
8167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8168   algorithm: "plot_nf_heatmap"
8169   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8170   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8171   filter: "'NIC_Intel-XL710' and
8172            'NF_DENSITY' and
8173            'DOCKER' and
8174            'CHAIN' and
8175            'NF_VPPIP4' and
8176            'IPSEC' and
8177            'TNL_4' and
8178            'IMIX' and
8179            '1T1C' and
8180            'NDRPDR'"
8181   parameters:
8182   - "throughput"
8183   - "name"
8184   - "tags"
8185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8186   x-axis: "X = CNFs per Service Chain"
8187   y-axis: "Y = Number of Service Chains"
8188   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8189   layout:
8190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8191     layout: "plot-service-density"
8192
8193 - type: "plot"
8194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8195   algorithm: "plot_nf_heatmap"
8196   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8197   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8198   filter: "'NIC_Intel-XL710' and
8199            'NF_DENSITY' and
8200            'DOCKER' and
8201            'CHAIN' and
8202            'NF_VPPIP4' and
8203            'IPSEC' and
8204            'TNL_4' and
8205            'IMIX' and
8206            '2T2C' and
8207            'NDRPDR'"
8208   parameters:
8209   - "throughput"
8210   - "name"
8211   - "tags"
8212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8213   x-axis: "X = CNFs per Service Chain"
8214   y-axis: "Y = Number of Service Chains"
8215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8216   layout:
8217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8218     layout: "plot-service-density"
8219
8220 - type: "plot"
8221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8222   algorithm: "plot_nf_heatmap"
8223   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8224   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8225   filter: "'NIC_Intel-XL710' and
8226            'NF_DENSITY' and
8227            'DOCKER' and
8228            'CHAIN' and
8229            'NF_VPPIP4' and
8230            'IPSEC' and
8231            'TNL_4' and
8232            'IMIX' and
8233            '4T4C' and
8234            'NDRPDR'"
8235   parameters:
8236   - "throughput"
8237   - "name"
8238   - "tags"
8239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8240   x-axis: "X = CNFs per Service Chain"
8241   y-axis: "Y = Number of Service Chains"
8242   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8243   layout:
8244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8245     layout: "plot-service-density"
8246
8247 ###############################################################################
8248
8249 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8250 #- type: "plot"
8251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8252 #  algorithm: "plot_nf_heatmap"
8253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8254 #  data: "plot-vpp-nfv-3n-skx-mrr"
8255 #  filter: "'NIC_Intel-XXV710' and
8256 #           'NF_DENSITY' and
8257 #           'DOCKER' and
8258 #           'CHAIN' and
8259 #           'NF_VPPIP4' and
8260 #           'IPSEC' and
8261 #           'TNL_1000' and
8262 #           'IMIX' and
8263 #           '2T1C' and
8264 #           'MRR'"
8265 #  parameters:
8266 #  - "result"
8267 #  - "name"
8268 #  - "tags"
8269 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8270 #  x-axis: "X = CNFs per Service Chain"
8271 #  y-axis: "Y = Number of Service Chains"
8272 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8273 #  layout:
8274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8275 #    layout: "plot-service-density"
8276 #
8277 #- type: "plot"
8278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8279 #  algorithm: "plot_nf_heatmap"
8280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8281 #  data: "plot-vpp-nfv-3n-skx-mrr"
8282 #  filter: "'NIC_Intel-XXV710' and
8283 #           'NF_DENSITY' and
8284 #           'DOCKER' and
8285 #           'CHAIN' and
8286 #           'NF_VPPIP4' and
8287 #           'IPSEC' and
8288 #           'TNL_1000' and
8289 #           'IMIX' and
8290 #           '4T2C' and
8291 #           'MRR'"
8292 #  parameters:
8293 #  - "result"
8294 #  - "name"
8295 #  - "tags"
8296 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8297 #  x-axis: "X = CNFs per Service Chain"
8298 #  y-axis: "Y = Number of Service Chains"
8299 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8300 #  layout:
8301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8302 #    layout: "plot-service-density"
8303 #
8304 #- type: "plot"
8305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8306 #  algorithm: "plot_nf_heatmap"
8307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8308 #  data: "plot-vpp-nfv-3n-skx-mrr"
8309 #  filter: "'NIC_Intel-XXV710' and
8310 #           'NF_DENSITY' and
8311 #           'DOCKER' and
8312 #           'CHAIN' and
8313 #           'NF_VPPIP4' and
8314 #           'IPSEC' and
8315 #           'TNL_1000' and
8316 #           'IMIX' and
8317 #           '8T4C' and
8318 #           'MRR'"
8319 #  parameters:
8320 #  - "result"
8321 #  - "name"
8322 #  - "tags"
8323 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8324 #  x-axis: "X = CNFs per Service Chain"
8325 #  y-axis: "Y = Number of Service Chains"
8326 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8327 #  layout:
8328 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8329 #    layout: "plot-service-density"
8330
8331 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8332 - type: "plot"
8333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8334   algorithm: "plot_nf_heatmap"
8335   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8336   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8337   filter: "'NIC_Intel-XXV710' and
8338            'NF_DENSITY' and
8339            'DOCKER' and
8340            'CHAIN' and
8341            'NF_VPPIP4' and
8342            'IPSEC' and
8343            'TNL_1000' and
8344            'IMIX' and
8345            '2T1C' and
8346            'NDRPDR'"
8347   parameters:
8348   - "throughput"
8349   - "name"
8350   - "tags"
8351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8352   x-axis: "X = CNFs per Service Chain"
8353   y-axis: "Y = Number of Service Chains"
8354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8355   layout:
8356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8357     layout: "plot-service-density"
8358
8359 - type: "plot"
8360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8361   algorithm: "plot_nf_heatmap"
8362   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8363   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8364   filter: "'NIC_Intel-XXV710' and
8365            'NF_DENSITY' and
8366            'DOCKER' and
8367            'CHAIN' and
8368            'NF_VPPIP4' and
8369            'IPSEC' and
8370            'TNL_1000' and
8371            'IMIX' and
8372            '4T2C' and
8373            'NDRPDR'"
8374   parameters:
8375   - "throughput"
8376   - "name"
8377   - "tags"
8378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8379   x-axis: "X = CNFs per Service Chain"
8380   y-axis: "Y = Number of Service Chains"
8381   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8382   layout:
8383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8384     layout: "plot-service-density"
8385
8386 - type: "plot"
8387   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8388   algorithm: "plot_nf_heatmap"
8389   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8390   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8391   filter: "'NIC_Intel-XXV710' and
8392            'NF_DENSITY' and
8393            'DOCKER' and
8394            'CHAIN' and
8395            'NF_VPPIP4' and
8396            'IPSEC' and
8397            'TNL_1000' and
8398            'IMIX' and
8399            '8T4C' and
8400            'NDRPDR'"
8401   parameters:
8402   - "throughput"
8403   - "name"
8404   - "tags"
8405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8406   x-axis: "X = CNFs per Service Chain"
8407   y-axis: "Y = Number of Service Chains"
8408   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8409   layout:
8410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8411     layout: "plot-service-density"
8412
8413 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8414 - type: "plot"
8415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8416   algorithm: "plot_nf_heatmap"
8417   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8418   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8419   filter: "'NIC_Intel-XXV710' and
8420            'NF_DENSITY' and
8421            'DOCKER' and
8422            'CHAIN' and
8423            'NF_VPPIP4' and
8424            'IPSEC' and
8425            'TNL_1000' and
8426            'IMIX' and
8427            '2T1C' and
8428            'NDRPDR'"
8429   parameters:
8430   - "throughput"
8431   - "name"
8432   - "tags"
8433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8434   x-axis: "X = CNFs per Service Chain"
8435   y-axis: "Y = Number of Service Chains"
8436   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8437   layout:
8438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8439     layout: "plot-service-density"
8440
8441 - type: "plot"
8442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8443   algorithm: "plot_nf_heatmap"
8444   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8445   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8446   filter: "'NIC_Intel-XXV710' and
8447            'NF_DENSITY' and
8448            'DOCKER' and
8449            'CHAIN' and
8450            'NF_VPPIP4' and
8451            'IPSEC' and
8452            'TNL_1000' and
8453            'IMIX' and
8454            '4T2C' and
8455            'NDRPDR'"
8456   parameters:
8457   - "throughput"
8458   - "name"
8459   - "tags"
8460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8461   x-axis: "X = CNFs per Service Chain"
8462   y-axis: "Y = Number of Service Chains"
8463   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8464   layout:
8465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8466     layout: "plot-service-density"
8467
8468 - type: "plot"
8469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8470   algorithm: "plot_nf_heatmap"
8471   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8472   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8473   filter: "'NIC_Intel-XXV710' and
8474            'NF_DENSITY' and
8475            'DOCKER' and
8476            'CHAIN' and
8477            'NF_VPPIP4' and
8478            'IPSEC' and
8479            'TNL_1000' and
8480            'IMIX' and
8481            '8T4C' and
8482            'NDRPDR'"
8483   parameters:
8484   - "throughput"
8485   - "name"
8486   - "tags"
8487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8488   x-axis: "X = CNFs per Service Chain"
8489   y-axis: "Y = Number of Service Chains"
8490   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8491   layout:
8492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8493     layout: "plot-service-density"
8494
8495 ###############################################################################
8496
8497 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8498 - type: "plot"
8499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8500   algorithm: "plot_nf_heatmap"
8501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8502   data: "plot-vpp-nfv-3n-hsw-mrr"
8503   filter: "'NIC_Intel-XL710' and
8504            'NF_DENSITY' and
8505            'DOCKER' and
8506            'CHAIN' and
8507            'NF_VPPIP4' and
8508            'IMIX' and
8509            'TNL_1000' and
8510            '1T1C' and
8511            'MRR'"
8512   parameters:
8513   - "result"
8514   - "name"
8515   - "tags"
8516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8517   x-axis: "X = CNFs per Service Chain"
8518   y-axis: "Y = Number of Service Chains"
8519   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8520   layout:
8521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8522     layout: "plot-service-density"
8523
8524 - type: "plot"
8525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8526   algorithm: "plot_nf_heatmap"
8527   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8528   data: "plot-vpp-nfv-3n-hsw-mrr"
8529   filter: "'NIC_Intel-XL710' and
8530            'NF_DENSITY' and
8531            'DOCKER' and
8532            'CHAIN' and
8533            'NF_VPPIP4' and
8534            'IPSEC' and
8535            'TNL_1000' and
8536            'IMIX' and
8537            '2T2C' and
8538            'MRR'"
8539   parameters:
8540   - "result"
8541   - "name"
8542   - "tags"
8543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8544   x-axis: "X = CNFs per Service Chain"
8545   y-axis: "Y = Number of Service Chains"
8546   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8547   layout:
8548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8549     layout: "plot-service-density"
8550
8551 - type: "plot"
8552   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8553   algorithm: "plot_nf_heatmap"
8554   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8555   data: "plot-vpp-nfv-3n-hsw-mrr"
8556   filter: "'NIC_Intel-XL710' and
8557            'NF_DENSITY' and
8558            'DOCKER' and
8559            'CHAIN' and
8560            'NF_VPPIP4' and
8561            'IPSEC' and
8562            'TNL_1000' and
8563            'IMIX' and
8564            '4T4C' and
8565            'MRR'"
8566   parameters:
8567   - "result"
8568   - "name"
8569   - "tags"
8570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8571   x-axis: "X = CNFs per Service Chain"
8572   y-axis: "Y = Number of Service Chains"
8573   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8574   layout:
8575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8576     layout: "plot-service-density"
8577
8578 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8579 - type: "plot"
8580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8581   algorithm: "plot_nf_heatmap"
8582   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8583   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8584   filter: "'NIC_Intel-XL710' and
8585            'NF_DENSITY' and
8586            'DOCKER' and
8587            'CHAIN' and
8588            'NF_VPPIP4' and
8589            'IPSEC' and
8590            'TNL_1000' and
8591            'IMIX' and
8592            '1T1C' and
8593            'NDRPDR'"
8594   parameters:
8595   - "throughput"
8596   - "name"
8597   - "tags"
8598   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8599   x-axis: "X = CNFs per Service Chain"
8600   y-axis: "Y = Number of Service Chains"
8601   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8602   layout:
8603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8604     layout: "plot-service-density"
8605
8606 - type: "plot"
8607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8608   algorithm: "plot_nf_heatmap"
8609   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8610   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8611   filter: "'NIC_Intel-XL710' and
8612            'NF_DENSITY' and
8613            'DOCKER' and
8614            'CHAIN' and
8615            'NF_VPPIP4' and
8616            'IPSEC' and
8617            'TNL_1000' and
8618            'IMIX' and
8619            '2T2C' and
8620            'NDRPDR'"
8621   parameters:
8622   - "throughput"
8623   - "name"
8624   - "tags"
8625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8626   x-axis: "X = CNFs per Service Chain"
8627   y-axis: "Y = Number of Service Chains"
8628   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8629   layout:
8630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8631     layout: "plot-service-density"
8632
8633 - type: "plot"
8634   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8635   algorithm: "plot_nf_heatmap"
8636   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8637   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8638   filter: "'NIC_Intel-XL710' and
8639            'NF_DENSITY' and
8640            'DOCKER' and
8641            'CHAIN' and
8642            'NF_VPPIP4' and
8643            'IPSEC' and
8644            'TNL_1000' and
8645            'IMIX' and
8646            '4T4C' and
8647            'NDRPDR'"
8648   parameters:
8649   - "throughput"
8650   - "name"
8651   - "tags"
8652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8653   x-axis: "X = CNFs per Service Chain"
8654   y-axis: "Y = Number of Service Chains"
8655   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8656   layout:
8657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8658     layout: "plot-service-density"
8659
8660 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8661 - type: "plot"
8662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8663   algorithm: "plot_nf_heatmap"
8664   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8665   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8666   filter: "'NIC_Intel-XL710' and
8667            'NF_DENSITY' and
8668            'DOCKER' and
8669            'CHAIN' and
8670            'NF_VPPIP4' and
8671            'IPSEC' and
8672            'TNL_1000' and
8673            'IMIX' and
8674            '1T1C' and
8675            'NDRPDR'"
8676   parameters:
8677   - "throughput"
8678   - "name"
8679   - "tags"
8680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8681   x-axis: "X = CNFs per Service Chain"
8682   y-axis: "Y = Number of Service Chains"
8683   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8684   layout:
8685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8686     layout: "plot-service-density"
8687
8688 - type: "plot"
8689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8690   algorithm: "plot_nf_heatmap"
8691   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8692   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8693   filter: "'NIC_Intel-XL710' and
8694            'NF_DENSITY' and
8695            'DOCKER' and
8696            'CHAIN' and
8697            'NF_VPPIP4' and
8698            'IPSEC' and
8699            'TNL_1000' and
8700            'IMIX' and
8701            '2T2C' and
8702            'NDRPDR'"
8703   parameters:
8704   - "throughput"
8705   - "name"
8706   - "tags"
8707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8708   x-axis: "X = CNFs per Service Chain"
8709   y-axis: "Y = Number of Service Chains"
8710   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8711   layout:
8712     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8713     layout: "plot-service-density"
8714
8715 - type: "plot"
8716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8717   algorithm: "plot_nf_heatmap"
8718   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8719   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8720   filter: "'NIC_Intel-XL710' and
8721            'NF_DENSITY' and
8722            'DOCKER' and
8723            'CHAIN' and
8724            'NF_VPPIP4' and
8725            'IPSEC' and
8726            'TNL_1000' and
8727            'IMIX' and
8728            '4T4C' and
8729            'NDRPDR'"
8730   parameters:
8731   - "throughput"
8732   - "name"
8733   - "tags"
8734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8735   x-axis: "X = CNFs per Service Chain"
8736   y-axis: "Y = Number of Service Chains"
8737   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8738   layout:
8739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8740     layout: "plot-service-density"
8741
8742 ###############################################################################
8743
8744 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8745 #- type: "plot"
8746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8747 #  algorithm: "plot_nf_heatmap"
8748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8749 #  data: "plot-vpp-nfv-3n-skx-mrr"
8750 #  filter: "'NIC_Intel-XXV710' and
8751 #           'NF_DENSITY' and
8752 #           'DOCKER' and
8753 #           'CHAIN' and
8754 #           'NF_VPPIP4' and
8755 #           'IPSEC' and
8756 #           'TNL_10000' and
8757 #           'IMIX' and
8758 #           '2T1C' and
8759 #           'MRR'"
8760 #  parameters:
8761 #  - "result"
8762 #  - "name"
8763 #  - "tags"
8764 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8765 #  x-axis: "X = CNFs per Service Chain"
8766 #  y-axis: "Y = Number of Service Chains"
8767 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8768 #  layout:
8769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8770 #    layout: "plot-service-density"
8771 #
8772 #- type: "plot"
8773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8774 #  algorithm: "plot_nf_heatmap"
8775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8776 #  data: "plot-vpp-nfv-3n-skx-mrr"
8777 #  filter: "'NIC_Intel-XXV710' and
8778 #           'NF_DENSITY' and
8779 #           'DOCKER' and
8780 #           'CHAIN' and
8781 #           'NF_VPPIP4' and
8782 #           'IPSEC' and
8783 #           'TNL_10000' and
8784 #           'IMIX' and
8785 #           '4T2C' and
8786 #           'MRR'"
8787 #  parameters:
8788 #  - "result"
8789 #  - "name"
8790 #  - "tags"
8791 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8792 #  x-axis: "X = CNFs per Service Chain"
8793 #  y-axis: "Y = Number of Service Chains"
8794 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8795 #  layout:
8796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8797 #    layout: "plot-service-density"
8798 #
8799 #- type: "plot"
8800 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8801 #  algorithm: "plot_nf_heatmap"
8802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8803 #  data: "plot-vpp-nfv-3n-skx-mrr"
8804 #  filter: "'NIC_Intel-XXV710' and
8805 #           'NF_DENSITY' and
8806 #           'DOCKER' and
8807 #           'CHAIN' and
8808 #           'NF_VPPIP4' and
8809 #           'IPSEC' and
8810 #           'TNL_10000' and
8811 #           'IMIX' and
8812 #           '8T4C' and
8813 #           'MRR'"
8814 #  parameters:
8815 #  - "result"
8816 #  - "name"
8817 #  - "tags"
8818 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8819 #  x-axis: "X = CNFs per Service Chain"
8820 #  y-axis: "Y = Number of Service Chains"
8821 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8822 #  layout:
8823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8824 #    layout: "plot-service-density"
8825
8826 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8827 - type: "plot"
8828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8829   algorithm: "plot_nf_heatmap"
8830   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8831   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8832   filter: "'NIC_Intel-XXV710' and
8833            'NF_DENSITY' and
8834            'DOCKER' and
8835            'CHAIN' and
8836            'NF_VPPIP4' and
8837            'IPSEC' and
8838            'TNL_10000' and
8839            'IMIX' and
8840            '2T1C' and
8841            'NDRPDR'"
8842   parameters:
8843   - "throughput"
8844   - "name"
8845   - "tags"
8846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8847   x-axis: "X = CNFs per Service Chain"
8848   y-axis: "Y = Number of Service Chains"
8849   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8850   layout:
8851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8852     layout: "plot-service-density"
8853
8854 - type: "plot"
8855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8856   algorithm: "plot_nf_heatmap"
8857   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8858   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8859   filter: "'NIC_Intel-XXV710' and
8860            'NF_DENSITY' and
8861            'DOCKER' and
8862            'CHAIN' and
8863            'NF_VPPIP4' and
8864            'IPSEC' and
8865            'TNL_10000' and
8866            'IMIX' and
8867            '4T2C' and
8868            'NDRPDR'"
8869   parameters:
8870   - "throughput"
8871   - "name"
8872   - "tags"
8873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8874   x-axis: "X = CNFs per Service Chain"
8875   y-axis: "Y = Number of Service Chains"
8876   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8877   layout:
8878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8879     layout: "plot-service-density"
8880
8881 - type: "plot"
8882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8883   algorithm: "plot_nf_heatmap"
8884   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8885   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8886   filter: "'NIC_Intel-XXV710' and
8887            'NF_DENSITY' and
8888            'DOCKER' and
8889            'CHAIN' and
8890            'NF_VPPIP4' and
8891            'IPSEC' and
8892            'TNL_10000' and
8893            'IMIX' and
8894            '8T4C' and
8895            'NDRPDR'"
8896   parameters:
8897   - "throughput"
8898   - "name"
8899   - "tags"
8900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8901   x-axis: "X = CNFs per Service Chain"
8902   y-axis: "Y = Number of Service Chains"
8903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8904   layout:
8905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8906     layout: "plot-service-density"
8907
8908 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8909 - type: "plot"
8910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8911   algorithm: "plot_nf_heatmap"
8912   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8913   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8914   filter: "'NIC_Intel-XXV710' and
8915            'NF_DENSITY' and
8916            'DOCKER' and
8917            'CHAIN' and
8918            'NF_VPPIP4' and
8919            'IPSEC' and
8920            'TNL_10000' and
8921            'IMIX' and
8922            '2T1C' and
8923            'NDRPDR'"
8924   parameters:
8925   - "throughput"
8926   - "name"
8927   - "tags"
8928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8929   x-axis: "X = CNFs per Service Chain"
8930   y-axis: "Y = Number of Service Chains"
8931   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8932   layout:
8933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8934     layout: "plot-service-density"
8935
8936 - type: "plot"
8937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8938   algorithm: "plot_nf_heatmap"
8939   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8940   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8941   filter: "'NIC_Intel-XXV710' and
8942            'NF_DENSITY' and
8943            'DOCKER' and
8944            'CHAIN' and
8945            'NF_VPPIP4' and
8946            'IPSEC' and
8947            'TNL_10000' and
8948            'IMIX' and
8949            '4T2C' and
8950            'NDRPDR'"
8951   parameters:
8952   - "throughput"
8953   - "name"
8954   - "tags"
8955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8956   x-axis: "X = CNFs per Service Chain"
8957   y-axis: "Y = Number of Service Chains"
8958   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8959   layout:
8960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8961     layout: "plot-service-density"
8962
8963 - type: "plot"
8964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8965   algorithm: "plot_nf_heatmap"
8966   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8967   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8968   filter: "'NIC_Intel-XXV710' and
8969            'NF_DENSITY' and
8970            'DOCKER' and
8971            'CHAIN' and
8972            'NF_VPPIP4' and
8973            'IPSEC' and
8974            'TNL_10000' and
8975            'IMIX' and
8976            '8T4C' and
8977            'NDRPDR'"
8978   parameters:
8979   - "throughput"
8980   - "name"
8981   - "tags"
8982   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8983   x-axis: "X = CNFs per Service Chain"
8984   y-axis: "Y = Number of Service Chains"
8985   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8986   layout:
8987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8988     layout: "plot-service-density"
8989
8990 ###############################################################################
8991
8992 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8993 - type: "plot"
8994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8995   algorithm: "plot_nf_heatmap"
8996   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8997   data: "plot-vpp-nfv-3n-hsw-mrr"
8998   filter: "'NIC_Intel-XL710' and
8999            'NF_DENSITY' and
9000            'DOCKER' and
9001            'CHAIN' and
9002            'NF_VPPIP4' and
9003            'IMIX' and
9004            'TNL_10000' and
9005            '1T1C' and
9006            'MRR'"
9007   parameters:
9008   - "result"
9009   - "name"
9010   - "tags"
9011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9012   x-axis: "X = CNFs per Service Chain"
9013   y-axis: "Y = Number of Service Chains"
9014   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9015   layout:
9016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9017     layout: "plot-service-density"
9018
9019 - type: "plot"
9020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9021   algorithm: "plot_nf_heatmap"
9022   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9023   data: "plot-vpp-nfv-3n-hsw-mrr"
9024   filter: "'NIC_Intel-XL710' and
9025            'NF_DENSITY' and
9026            'DOCKER' and
9027            'CHAIN' and
9028            'NF_VPPIP4' and
9029            'IPSEC' and
9030            'TNL_10000' and
9031            'IMIX' and
9032            '2T2C' and
9033            'MRR'"
9034   parameters:
9035   - "result"
9036   - "name"
9037   - "tags"
9038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9039   x-axis: "X = CNFs per Service Chain"
9040   y-axis: "Y = Number of Service Chains"
9041   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9042   layout:
9043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9044     layout: "plot-service-density"
9045
9046 - type: "plot"
9047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9048   algorithm: "plot_nf_heatmap"
9049   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9050   data: "plot-vpp-nfv-3n-hsw-mrr"
9051   filter: "'NIC_Intel-XL710' and
9052            'NF_DENSITY' and
9053            'DOCKER' and
9054            'CHAIN' and
9055            'NF_VPPIP4' and
9056            'IPSEC' and
9057            'TNL_10000' and
9058            'IMIX' and
9059            '4T4C' and
9060            'MRR'"
9061   parameters:
9062   - "result"
9063   - "name"
9064   - "tags"
9065   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9066   x-axis: "X = CNFs per Service Chain"
9067   y-axis: "Y = Number of Service Chains"
9068   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9069   layout:
9070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9071     layout: "plot-service-density"
9072
9073 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9074 - type: "plot"
9075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9076   algorithm: "plot_nf_heatmap"
9077   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9078   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9079   filter: "'NIC_Intel-XL710' and
9080            'NF_DENSITY' and
9081            'DOCKER' and
9082            'CHAIN' and
9083            'NF_VPPIP4' and
9084            'IPSEC' and
9085            'TNL_10000' and
9086            'IMIX' and
9087            '1T1C' and
9088            'NDRPDR'"
9089   parameters:
9090   - "throughput"
9091   - "name"
9092   - "tags"
9093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9094   x-axis: "X = CNFs per Service Chain"
9095   y-axis: "Y = Number of Service Chains"
9096   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9097   layout:
9098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9099     layout: "plot-service-density"
9100
9101 - type: "plot"
9102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9103   algorithm: "plot_nf_heatmap"
9104   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9105   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9106   filter: "'NIC_Intel-XL710' and
9107            'NF_DENSITY' and
9108            'DOCKER' and
9109            'CHAIN' and
9110            'NF_VPPIP4' and
9111            'IPSEC' and
9112            'TNL_10000' and
9113            'IMIX' and
9114            '2T2C' and
9115            'NDRPDR'"
9116   parameters:
9117   - "throughput"
9118   - "name"
9119   - "tags"
9120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9121   x-axis: "X = CNFs per Service Chain"
9122   y-axis: "Y = Number of Service Chains"
9123   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9124   layout:
9125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9126     layout: "plot-service-density"
9127
9128 - type: "plot"
9129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9130   algorithm: "plot_nf_heatmap"
9131   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9132   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9133   filter: "'NIC_Intel-XL710' and
9134            'NF_DENSITY' and
9135            'DOCKER' and
9136            'CHAIN' and
9137            'NF_VPPIP4' and
9138            'IPSEC' and
9139            'TNL_10000' and
9140            'IMIX' and
9141            '4T4C' and
9142            'NDRPDR'"
9143   parameters:
9144   - "throughput"
9145   - "name"
9146   - "tags"
9147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9148   x-axis: "X = CNFs per Service Chain"
9149   y-axis: "Y = Number of Service Chains"
9150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9151   layout:
9152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9153     layout: "plot-service-density"
9154
9155 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9156 - type: "plot"
9157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9158   algorithm: "plot_nf_heatmap"
9159   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9160   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9161   filter: "'NIC_Intel-XL710' and
9162            'NF_DENSITY' and
9163            'DOCKER' and
9164            'CHAIN' and
9165            'NF_VPPIP4' and
9166            'IPSEC' and
9167            'TNL_10000' and
9168            'IMIX' and
9169            '1T1C' and
9170            'NDRPDR'"
9171   parameters:
9172   - "throughput"
9173   - "name"
9174   - "tags"
9175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9176   x-axis: "X = CNFs per Service Chain"
9177   y-axis: "Y = Number of Service Chains"
9178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9179   layout:
9180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9181     layout: "plot-service-density"
9182
9183 - type: "plot"
9184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9185   algorithm: "plot_nf_heatmap"
9186   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9187   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9188   filter: "'NIC_Intel-XL710' and
9189            'NF_DENSITY' and
9190            'DOCKER' and
9191            'CHAIN' and
9192            'NF_VPPIP4' and
9193            'IPSEC' and
9194            'TNL_10000' and
9195            'IMIX' and
9196            '2T2C' and
9197            'NDRPDR'"
9198   parameters:
9199   - "throughput"
9200   - "name"
9201   - "tags"
9202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9203   x-axis: "X = CNFs per Service Chain"
9204   y-axis: "Y = Number of Service Chains"
9205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9206   layout:
9207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9208     layout: "plot-service-density"
9209
9210 - type: "plot"
9211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9212   algorithm: "plot_nf_heatmap"
9213   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9214   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9215   filter: "'NIC_Intel-XL710' and
9216            'NF_DENSITY' and
9217            'DOCKER' and
9218            'CHAIN' and
9219            'NF_VPPIP4' and
9220            'IPSEC' and
9221            'TNL_10000' and
9222            'IMIX' and
9223            '4T4C' and
9224            'NDRPDR'"
9225   parameters:
9226   - "throughput"
9227   - "name"
9228   - "tags"
9229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9230   x-axis: "X = CNFs per Service Chain"
9231   y-axis: "Y = Number of Service Chains"
9232   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9233   layout:
9234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9235     layout: "plot-service-density"
9236
9237 ###############################################################################
9238
9239 # Plots - NF Density - CSP - MRR 64b
9240
9241 #- type: "plot"
9242 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9243 #  algorithm: "plot_nf_heatmap"
9244 #  output-file-type: ".html"
9245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9246 #  data: "plot-vpp-nfv-2n-skx-mrr"
9247 #  filter: "'NIC_Intel-XXV710' and
9248 #           'NF_DENSITY' and
9249 #           'DOCKER' and
9250 #           'PIPELINE' and
9251 #           'NF_VPPIP4' and
9252 #           '64B' and
9253 #           '2T1C' and
9254 #           'MRR'"
9255 #  parameters:
9256 #  - "result"
9257 #  - "name"
9258 #  - "tags"
9259 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9260 #  x-axis: "X = CNFs per Service Pipeline"
9261 #  y-axis: "Y = Number of Service Pipelines"
9262 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9263 #  layout:
9264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9265 #    layout: "plot-service-density"
9266 #
9267 #- type: "plot"
9268 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9269 #  algorithm: "plot_nf_heatmap"
9270 #  output-file-type: ".html"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9272 #  data: "plot-vpp-nfv-2n-skx-mrr"
9273 #  filter: "'NIC_Intel-XXV710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'PIPELINE' and
9277 #           'NF_VPPIP4' and
9278 #           '64B' and
9279 #           '4T2C' and
9280 #           'MRR'"
9281 #  parameters:
9282 #  - "result"
9283 #  - "name"
9284 #  - "tags"
9285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9286 #  x-axis: "X = CNFs per Service Pipeline"
9287 #  y-axis: "Y = Number of Service Pipelines"
9288 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9289 #  layout:
9290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9291 #    layout: "plot-service-density"
9292 #
9293 #- type: "plot"
9294 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9295 #  algorithm: "plot_nf_heatmap"
9296 #  output-file-type: ".html"
9297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9298 #  data: "plot-vpp-nfv-2n-skx-mrr"
9299 #  filter: "'NIC_Intel-XXV710' and
9300 #           'NF_DENSITY' and
9301 #           'DOCKER' and
9302 #           'PIPELINE' and
9303 #           'NF_VPPIP4' and
9304 #           '64B' and
9305 #           '8T4C' and
9306 #           'MRR'"
9307 #  parameters:
9308 #  - "result"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Pipeline"
9313 #  y-axis: "Y = Number of Service Pipelines"
9314 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9317 #    layout: "plot-service-density"
9318 #
9319 ## Plots - NF Density - CSP - MRR IMIX
9320 #- type: "plot"
9321 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9322 #  algorithm: "plot_nf_heatmap"
9323 #  output-file-type: ".html"
9324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9325 #  data: "plot-vpp-nfv-2n-skx-mrr"
9326 #  filter: "'NIC_Intel-XXV710' and
9327 #           'NF_DENSITY' and
9328 #           'DOCKER' and
9329 #           'PIPELINE' and
9330 #           'NF_VPPIP4' and
9331 #           'IMIX' and
9332 #           '2T1C' and
9333 #           'MRR'"
9334 #  parameters:
9335 #  - "result"
9336 #  - "name"
9337 #  - "tags"
9338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9339 #  x-axis: "X = CNFs per Service Pipeline"
9340 #  y-axis: "Y = Number of Service Pipelines"
9341 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9342 #  layout:
9343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9344 #    layout: "plot-service-density"
9345 #
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file-type: ".html"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9351 #  data: "plot-vpp-nfv-2n-skx-mrr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'PIPELINE' and
9356 #           'NF_VPPIP4' and
9357 #           'IMIX' and
9358 #           '4T2C' and
9359 #           'MRR'"
9360 #  parameters:
9361 #  - "result"
9362 #  - "name"
9363 #  - "tags"
9364 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9365 #  x-axis: "X = CNFs per Service Pipeline"
9366 #  y-axis: "Y = Number of Service Pipelines"
9367 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9368 #  layout:
9369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9370 #    layout: "plot-service-density"
9371 #
9372 #- type: "plot"
9373 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9374 #  algorithm: "plot_nf_heatmap"
9375 #  output-file-type: ".html"
9376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9377 #  data: "plot-vpp-nfv-2n-skx-mrr"
9378 #  filter: "'NIC_Intel-XXV710' and
9379 #           'NF_DENSITY' and
9380 #           'DOCKER' and
9381 #           'PIPELINE' and
9382 #           'NF_VPPIP4' and
9383 #           'IMIX' and
9384 #           '8T4C' and
9385 #           'MRR'"
9386 #  parameters:
9387 #  - "result"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Pipeline"
9392 #  y-axis: "Y = Number of Service Pipelines"
9393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9396 #    layout: "plot-service-density"
9397 #
9398 ## Plots - NF Density - CSP - NDR 64b
9399 #- type: "plot"
9400 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9401 #  algorithm: "plot_nf_heatmap"
9402 #  output-file-type: ".html"
9403 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9404 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9405 #  filter: "'NIC_Intel-XXV710' and
9406 #           'NF_DENSITY' and
9407 #           'DOCKER' and
9408 #           'PIPELINE' and
9409 #           'NF_VPPIP4' and
9410 #           '64B' and
9411 #           '2T1C' and
9412 #           'NDRPDR'"
9413 #  parameters:
9414 #  - "throughput"
9415 #  - "name"
9416 #  - "tags"
9417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9418 #  x-axis: "X = CNFs per Service Pipeline"
9419 #  y-axis: "Y = Number of Service Pipelines"
9420 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9421 #  layout:
9422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9423 #    layout: "plot-service-density"
9424 #
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file-type: ".html"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9430 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'PIPELINE' and
9435 #           'NF_VPPIP4' and
9436 #           '64B' and
9437 #           '4T2C' and
9438 #           'NDRPDR'"
9439 #  parameters:
9440 #  - "throughput"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Pipeline"
9445 #  y-axis: "Y = Number of Service Pipelines"
9446 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9449 #    layout: "plot-service-density"
9450 #
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file-type: ".html"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9456 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9457 #  filter: "'NIC_Intel-XXV710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'PIPELINE' and
9461 #           'NF_VPPIP4' and
9462 #           '64B' and
9463 #           '8T4C' and
9464 #           'NDRPDR'"
9465 #  parameters:
9466 #  - "throughput"
9467 #  - "name"
9468 #  - "tags"
9469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9470 #  x-axis: "X = CNFs per Service Pipeline"
9471 #  y-axis: "Y = Number of Service Pipelines"
9472 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9473 #  layout:
9474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9475 #    layout: "plot-service-density"
9476 #
9477 ## Plots - NF Density - CSP - NDR IMIX
9478 #- type: "plot"
9479 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9480 #  algorithm: "plot_nf_heatmap"
9481 #  output-file-type: ".html"
9482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9483 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9484 #  filter: "'NIC_Intel-XXV710' and
9485 #           'NF_DENSITY' and
9486 #           'DOCKER' and
9487 #           'PIPELINE' and
9488 #           'NF_VPPIP4' and
9489 #           'IMIX' and
9490 #           '2T1C' and
9491 #           'NDRPDR'"
9492 #  parameters:
9493 #  - "throughput"
9494 #  - "name"
9495 #  - "tags"
9496 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9497 #  x-axis: "X = CNFs per Service Pipeline"
9498 #  y-axis: "Y = Number of Service Pipelines"
9499 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9500 #  layout:
9501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9502 #    layout: "plot-service-density"
9503 #
9504 #- type: "plot"
9505 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9506 #  algorithm: "plot_nf_heatmap"
9507 #  output-file-type: ".html"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9510 #  filter: "'NIC_Intel-XXV710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'PIPELINE' and
9514 #           'NF_VPPIP4' and
9515 #           'IMIX' and
9516 #           '4T2C' and
9517 #           'NDRPDR'"
9518 #  parameters:
9519 #  - "throughput"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Pipeline"
9524 #  y-axis: "Y = Number of Service Pipelines"
9525 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file-type: ".html"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9536 #  filter: "'NIC_Intel-XXV710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'PIPELINE' and
9540 #           'NF_VPPIP4' and
9541 #           'IMIX' and
9542 #           '8T4C' and
9543 #           'NDRPDR'"
9544 #  parameters:
9545 #  - "throughput"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Pipeline"
9550 #  y-axis: "Y = Number of Service Pipelines"
9551 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9554 #    layout: "plot-service-density"
9555 #
9556 ## Plots - NF Density - CSP - PDR 64b
9557 #- type: "plot"
9558 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9559 #  algorithm: "plot_nf_heatmap"
9560 #  output-file-type: ".html"
9561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9562 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9563 #  filter: "'NIC_Intel-XXV710' and
9564 #           'NF_DENSITY' and
9565 #           'DOCKER' and
9566 #           'PIPELINE' and
9567 #           'NF_VPPIP4' and
9568 #           '64B' and
9569 #           '2T1C' and
9570 #           'NDRPDR'"
9571 #  parameters:
9572 #  - "throughput"
9573 #  - "name"
9574 #  - "tags"
9575 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9576 #  x-axis: "X = CNFs per Service Pipeline"
9577 #  y-axis: "Y = Number of Service Pipelines"
9578 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9579 #  layout:
9580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9581 #    layout: "plot-service-density"
9582 #
9583 #- type: "plot"
9584 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9585 #  algorithm: "plot_nf_heatmap"
9586 #  output-file-type: ".html"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9588 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9589 #  filter: "'NIC_Intel-XXV710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'PIPELINE' and
9593 #           'NF_VPPIP4' and
9594 #           '64B' and
9595 #           '4T2C' and
9596 #           'NDRPDR'"
9597 #  parameters:
9598 #  - "throughput"
9599 #  - "name"
9600 #  - "tags"
9601 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9602 #  x-axis: "X = CNFs per Service Pipeline"
9603 #  y-axis: "Y = Number of Service Pipelines"
9604 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9605 #  layout:
9606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9607 #    layout: "plot-service-density"
9608 #
9609 #- type: "plot"
9610 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9611 #  algorithm: "plot_nf_heatmap"
9612 #  output-file-type: ".html"
9613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9615 #  filter: "'NIC_Intel-XXV710' and
9616 #           'NF_DENSITY' and
9617 #           'DOCKER' and
9618 #           'PIPELINE' and
9619 #           'NF_VPPIP4' and
9620 #           '64B' and
9621 #           '8T4C' and
9622 #           'NDRPDR'"
9623 #  parameters:
9624 #  - "throughput"
9625 #  - "name"
9626 #  - "tags"
9627 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9628 #  x-axis: "X = CNFs per Service Pipeline"
9629 #  y-axis: "Y = Number of Service Pipelines"
9630 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9631 #  layout:
9632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9633 #    layout: "plot-service-density"
9634 #
9635 ## Plots - NF Density - CSP - PDR IMIX
9636 #- type: "plot"
9637 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9638 #  algorithm: "plot_nf_heatmap"
9639 #  output-file-type: ".html"
9640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9641 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9642 #  filter: "'NIC_Intel-XXV710' and
9643 #           'NF_DENSITY' and
9644 #           'DOCKER' and
9645 #           'PIPELINE' and
9646 #           'NF_VPPIP4' and
9647 #           'IMIX' and
9648 #           '2T1C' and
9649 #           'NDRPDR'"
9650 #  parameters:
9651 #  - "throughput"
9652 #  - "name"
9653 #  - "tags"
9654 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9655 #  x-axis: "X = CNFs per Service Pipeline"
9656 #  y-axis: "Y = Number of Service Pipelines"
9657 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9658 #  layout:
9659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9660 #    layout: "plot-service-density"
9661 #
9662 #- type: "plot"
9663 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9664 #  algorithm: "plot_nf_heatmap"
9665 #  output-file-type: ".html"
9666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9668 #  filter: "'NIC_Intel-XXV710' and
9669 #           'NF_DENSITY' and
9670 #           'DOCKER' and
9671 #           'PIPELINE' and
9672 #           'NF_VPPIP4' and
9673 #           'IMIX' and
9674 #           '4T2C' and
9675 #           'NDRPDR'"
9676 #  parameters:
9677 #  - "throughput"
9678 #  - "name"
9679 #  - "tags"
9680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9681 #  x-axis: "X = CNFs per Service Pipeline"
9682 #  y-axis: "Y = Number of Service Pipelines"
9683 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9684 #  layout:
9685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9686 #    layout: "plot-service-density"
9687 #
9688 #- type: "plot"
9689 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9690 #  algorithm: "plot_nf_heatmap"
9691 #  output-file-type: ".html"
9692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9694 #  filter: "'NIC_Intel-XXV710' and
9695 #           'NF_DENSITY' and
9696 #           'DOCKER' and
9697 #           'PIPELINE' and
9698 #           'NF_VPPIP4' and
9699 #           'IMIX' and
9700 #           '8T4C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Pipeline"
9708 #  y-axis: "Y = Number of Service Pipelines"
9709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9712 #    layout: "plot-service-density"
9713
9714 ###############################################################################
9715 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9716
9717 - type: "plot"
9718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9719   algorithm: "plot_nf_heatmap"
9720   output-file-type: ".html"
9721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9722   data: "plot-vpp-nfv-2n-clx-mrr"
9723   filter: "'NIC_Intel-XXV710' and
9724            'NF_DENSITY' and
9725            'VHOST' and
9726            not 'VXLAN' and
9727            'CHAIN' and
9728            'NF_VPPIP4' and
9729            'IMIX' and
9730            '2T1C' and
9731            'MRR'"
9732   parameters:
9733   - "result"
9734   - "name"
9735   - "tags"
9736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9737   x-axis: "X = VNFs per Service Chain"
9738   y-axis: "Y = Number of Service Chains"
9739   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9740   layout:
9741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9742     layout: "plot-service-density"
9743
9744 - type: "plot"
9745   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9746   algorithm: "plot_nf_heatmap"
9747   output-file-type: ".html"
9748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9749   data: "plot-vpp-nfv-2n-clx-mrr"
9750   filter: "'NIC_Intel-XXV710' and
9751            'NF_DENSITY' and
9752            'VHOST' and
9753            not 'VXLAN' and
9754            'CHAIN' and
9755            'NF_VPPIP4' and
9756            'IMIX' and
9757            '4T2C' and
9758            'MRR'"
9759   parameters:
9760   - "result"
9761   - "name"
9762   - "tags"
9763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9764   x-axis: "X = VNFs per Service Chain"
9765   y-axis: "Y = Number of Service Chains"
9766   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9767   layout:
9768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9769     layout: "plot-service-density"
9770
9771 - type: "plot"
9772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9773   algorithm: "plot_nf_heatmap"
9774   output-file-type: ".html"
9775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9776   data: "plot-vpp-nfv-2n-clx-mrr"
9777   filter: "'NIC_Intel-XXV710' and
9778            'NF_DENSITY' and
9779            'VHOST' and
9780            not 'VXLAN' and
9781            'CHAIN' and
9782            'NF_VPPIP4' and
9783            'IMIX' and
9784            '8T4C' and
9785            'MRR'"
9786   parameters:
9787   - "result"
9788   - "name"
9789   - "tags"
9790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = VNFs per Service Chain"
9792   y-axis: "Y = Number of Service Chains"
9793   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9796     layout: "plot-service-density"
9797
9798 # Plots - NF Density - VSC - NDR IMIX
9799 - type: "plot"
9800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9801   algorithm: "plot_nf_heatmap"
9802   output-file-type: ".html"
9803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9804   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9805   filter: "'NIC_Intel-XXV710' and
9806            'NF_DENSITY' and
9807            'VHOST' and
9808            not 'VXLAN' and
9809            'CHAIN' and
9810            'NF_VPPIP4' and
9811            'IMIX' and
9812            '2T1C' and
9813            'NDRPDR'"
9814   parameters:
9815   - "throughput"
9816   - "name"
9817   - "tags"
9818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9819   x-axis: "X = VNFs per Service Chain"
9820   y-axis: "Y = Number of Service Chains"
9821   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9822   layout:
9823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9824     layout: "plot-service-density"
9825
9826 - type: "plot"
9827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9828   algorithm: "plot_nf_heatmap"
9829   output-file-type: ".html"
9830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9831   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9832   filter: "'NIC_Intel-XXV710' and
9833            'NF_DENSITY' and
9834            'VHOST' and
9835            not 'VXLAN' and
9836            'CHAIN' and
9837            'NF_VPPIP4' and
9838            'IMIX' and
9839            '4T2C' and
9840            'NDRPDR'"
9841   parameters:
9842   - "throughput"
9843   - "name"
9844   - "tags"
9845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9846   x-axis: "X = VNFs per Service Chain"
9847   y-axis: "Y = Number of Service Chains"
9848   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9849   layout:
9850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9851     layout: "plot-service-density"
9852
9853 - type: "plot"
9854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9855   algorithm: "plot_nf_heatmap"
9856   output-file-type: ".html"
9857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9858   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9859   filter: "'NIC_Intel-XXV710' and
9860            'NF_DENSITY' and
9861            'VHOST' and
9862            not 'VXLAN' and
9863            'CHAIN' and
9864            'NF_VPPIP4' and
9865            'IMIX' and
9866            '8T4C' and
9867            'NDRPDR'"
9868   parameters:
9869   - "throughput"
9870   - "name"
9871   - "tags"
9872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9873   x-axis: "X = VNFs per Service Chain"
9874   y-axis: "Y = Number of Service Chains"
9875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9876   layout:
9877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9878     layout: "plot-service-density"
9879
9880 # Plots - NF Density - VSC - PDR IMIX
9881 - type: "plot"
9882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9883   algorithm: "plot_nf_heatmap"
9884   output-file-type: ".html"
9885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9886   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9887   filter: "'NIC_Intel-XXV710' and
9888            'NF_DENSITY' and
9889            'VHOST' and
9890            not 'VXLAN' and
9891            'CHAIN' and
9892            'NF_VPPIP4' and
9893            'IMIX' and
9894            '2T1C' and
9895            'NDRPDR'"
9896   parameters:
9897   - "throughput"
9898   - "name"
9899   - "tags"
9900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9901   x-axis: "X = VNFs per Service Chain"
9902   y-axis: "Y = Number of Service Chains"
9903   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9904   layout:
9905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9906     layout: "plot-service-density"
9907
9908 - type: "plot"
9909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9910   algorithm: "plot_nf_heatmap"
9911   output-file-type: ".html"
9912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9913   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9914   filter: "'NIC_Intel-XXV710' and
9915            'NF_DENSITY' and
9916            'VHOST' and
9917            not 'VXLAN' and
9918            'CHAIN' and
9919            'NF_VPPIP4' and
9920            'IMIX' and
9921            '4T2C' and
9922            'NDRPDR'"
9923   parameters:
9924   - "throughput"
9925   - "name"
9926   - "tags"
9927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9928   x-axis: "X = VNFs per Service Chain"
9929   y-axis: "Y = Number of Service Chains"
9930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9931   layout:
9932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9933     layout: "plot-service-density"
9934
9935 - type: "plot"
9936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9937   algorithm: "plot_nf_heatmap"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9941   filter: "'NIC_Intel-XXV710' and
9942            'NF_DENSITY' and
9943            'VHOST' and
9944            not 'VXLAN' and
9945            'CHAIN' and
9946            'NF_VPPIP4' and
9947            'IMIX' and
9948            '8T4C' and
9949            'NDRPDR'"
9950   parameters:
9951   - "throughput"
9952   - "name"
9953   - "tags"
9954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955   x-axis: "X = VNFs per Service Chain"
9956   y-axis: "Y = Number of Service Chains"
9957   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9958   layout:
9959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9960     layout: "plot-service-density"
9961
9962 # Plots - NF Density - VSC - MRR IMIX
9963 - type: "plot"
9964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9965   algorithm: "plot_nf_heatmap"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9968   data: "plot-vpp-nfv-2n-clx-mrr"
9969   filter: "'NIC_Intel-XXV710' and
9970            'NF_DENSITY' and
9971            'VHOST' and
9972            'VXLAN' and
9973            'CHAIN' and
9974            'IMIX' and
9975            '2T1C' and
9976            'MRR'"
9977   parameters:
9978   - "result"
9979   - "name"
9980   - "tags"
9981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9982   x-axis: "X = VNFs per Service Chain"
9983   y-axis: "Y = Number of Service Chains"
9984   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9985   layout:
9986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9987     layout: "plot-service-density"
9988
9989 - type: "plot"
9990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9991   algorithm: "plot_nf_heatmap"
9992   output-file-type: ".html"
9993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9994   data: "plot-vpp-nfv-2n-clx-mrr"
9995   filter: "'NIC_Intel-XXV710' and
9996            'NF_DENSITY' and
9997            'VHOST' and
9998            'VXLAN' and
9999            'CHAIN' and
10000            'IMIX' and
10001            '4T2C' and
10002            'MRR'"
10003   parameters:
10004   - "result"
10005   - "name"
10006   - "tags"
10007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10008   x-axis: "X = VNFs per Service Chain"
10009   y-axis: "Y = Number of Service Chains"
10010   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10011   layout:
10012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10013     layout: "plot-service-density"
10014
10015 - type: "plot"
10016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10017   algorithm: "plot_nf_heatmap"
10018   output-file-type: ".html"
10019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10020   data: "plot-vpp-nfv-2n-clx-mrr"
10021   filter: "'NIC_Intel-XXV710' and
10022            'NF_DENSITY' and
10023            'VHOST' and
10024            'VXLAN' and
10025            'CHAIN' and
10026            'IMIX' and
10027            '8T4C' and
10028            'MRR'"
10029   parameters:
10030   - "result"
10031   - "name"
10032   - "tags"
10033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10034   x-axis: "X = VNFs per Service Chain"
10035   y-axis: "Y = Number of Service Chains"
10036   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10037   layout:
10038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10039     layout: "plot-service-density"
10040
10041 # Plots - NF Density - VSC - NDR IMIX
10042 - type: "plot"
10043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10044   algorithm: "plot_nf_heatmap"
10045   output-file-type: ".html"
10046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10047   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10048   filter: "'NIC_Intel-XXV710' and
10049            'NF_DENSITY' and
10050            'VHOST' and
10051            'VXLAN' and
10052            'CHAIN' a
10053            'IMIX' and
10054            '2T1C' and
10055            'NDRPDR'"
10056   parameters:
10057   - "throughput"
10058   - "name"
10059   - "tags"
10060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10061   x-axis: "X = VNFs per Service Chain"
10062   y-axis: "Y = Number of Service Chains"
10063   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10064   layout:
10065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10066     layout: "plot-service-density"
10067
10068 - type: "plot"
10069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10070   algorithm: "plot_nf_heatmap"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10073   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10074   filter: "'NIC_Intel-XXV710' and
10075            'NF_DENSITY' and
10076            'VHOST' and
10077            'VXLAN' and
10078            'CHAIN' and
10079            'IMIX' and
10080            '4T2C' and
10081            'NDRPDR'"
10082   parameters:
10083   - "throughput"
10084   - "name"
10085   - "tags"
10086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10087   x-axis: "X = VNFs per Service Chain"
10088   y-axis: "Y = Number of Service Chains"
10089   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10090   layout:
10091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10092     layout: "plot-service-density"
10093
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10099   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10100   filter: "'NIC_Intel-XXV710' and
10101            'NF_DENSITY' and
10102            'VHOST' and
10103            'VXLAN' and
10104            'CHAIN' and
10105            'IMIX' and
10106            '8T4C' and
10107            'NDRPDR'"
10108   parameters:
10109   - "throughput"
10110   - "name"
10111   - "tags"
10112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10113   x-axis: "X = VNFs per Service Chain"
10114   y-axis: "Y = Number of Service Chains"
10115   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10116   layout:
10117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10118     layout: "plot-service-density"
10119
10120 # Plots - NF Density - VSC - PDR IMIX
10121 - type: "plot"
10122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10123   algorithm: "plot_nf_heatmap"
10124   output-file-type: ".html"
10125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10126   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10127   filter: "'NIC_Intel-XXV710' and
10128            'NF_DENSITY' and
10129            'VHOST' and
10130            'VXLAN' and
10131            'CHAIN' and
10132            'IMIX' and
10133            '2T1C' and
10134            'NDRPDR'"
10135   parameters:
10136   - "throughput"
10137   - "name"
10138   - "tags"
10139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10140   x-axis: "X = VNFs per Service Chain"
10141   y-axis: "Y = Number of Service Chains"
10142   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10143   layout:
10144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10145     layout: "plot-service-density"
10146
10147 - type: "plot"
10148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10149   algorithm: "plot_nf_heatmap"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10152   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'VHOST' and
10156            'VXLAN' and
10157            'CHAIN' and
10158            'IMIX' and
10159            '4T2C' and
10160            'NDRPDR'"
10161   parameters:
10162   - "throughput"
10163   - "name"
10164   - "tags"
10165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10166   x-axis: "X = VNFs per Service Chain"
10167   y-axis: "Y = Number of Service Chains"
10168   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10171     layout: "plot-service-density"
10172
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'VHOST' and
10182            'VXLAN' and
10183            'CHAIN' and
10184            'IMIX' and
10185            '8T4C' and
10186            'NDRPDR'"
10187   parameters:
10188   - "throughput"
10189   - "name"
10190   - "tags"
10191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = VNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10197     layout: "plot-service-density"
10198
10199 # Plots - NF Density - CSC - MRR IMIX
10200 - type: "plot"
10201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10202   algorithm: "plot_nf_heatmap"
10203   output-file-type: ".html"
10204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10205   data: "plot-vpp-nfv-2n-clx-mrr"
10206   filter: "'NIC_Intel-XXV710' and
10207            'NF_DENSITY' and
10208            'DOCKER' and
10209            'CHAIN' and
10210            'NF_VPPIP4' and
10211            'IMIX' and
10212            '2T1C' and
10213            'MRR'"
10214   parameters:
10215   - "result"
10216   - "name"
10217   - "tags"
10218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10219   x-axis: "X = CNFs per Service Chain"
10220   y-axis: "Y = Number of Service Chains"
10221   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10222   layout:
10223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10224     layout: "plot-service-density"
10225
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10231   data: "plot-vpp-nfv-2n-clx-mrr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'DOCKER' and
10235            'CHAIN' and
10236            'NF_VPPIP4' and
10237            'IMIX' and
10238            '4T2C' and
10239            'MRR'"
10240   parameters:
10241   - "result"
10242   - "name"
10243   - "tags"
10244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = CNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10257   data: "plot-vpp-nfv-2n-clx-mrr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'DOCKER' and
10261            'CHAIN' and
10262            'NF_VPPIP4' and
10263            'IMIX' and
10264            '8T4C' and
10265            'MRR'"
10266   parameters:
10267   - "result"
10268   - "name"
10269   - "tags"
10270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = CNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10276     layout: "plot-service-density"
10277
10278 # Plots - NF Density - CSC - NDR IMIX
10279 - type: "plot"
10280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10281   algorithm: "plot_nf_heatmap"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10284   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10285   filter: "'NIC_Intel-XXV710' and
10286            'NF_DENSITY' and
10287            'DOCKER' and
10288            'CHAIN' and
10289            'NF_VPPIP4' and
10290            'IMIX' and
10291            '2T1C' and
10292            'NDRPDR'"
10293   parameters:
10294   - "throughput"
10295   - "name"
10296   - "tags"
10297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10298   x-axis: "X = CNFs per Service Chain"
10299   y-axis: "Y = Number of Service Chains"
10300   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10301   layout:
10302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10303     layout: "plot-service-density"
10304
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'DOCKER' and
10314            'CHAIN' and
10315            'NF_VPPIP4' and
10316            'IMIX' and
10317            '4T2C' and
10318            'NDRPDR'"
10319   parameters:
10320   - "throughput"
10321   - "name"
10322   - "tags"
10323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = CNFs per Service Chain"
10325   y-axis: "Y = Number of Service Chains"
10326   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10329     layout: "plot-service-density"
10330
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10336   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'DOCKER' and
10340            'CHAIN' and
10341            'NF_VPPIP4' and
10342            'IMIX' and
10343            '8T4C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = CNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10355     layout: "plot-service-density"
10356
10357 # Plots - NF Density - CSC - PDR IMIX
10358 - type: "plot"
10359   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10360   algorithm: "plot_nf_heatmap"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10363   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10364   filter: "'NIC_Intel-XXV710' and
10365            'NF_DENSITY' and
10366            'DOCKER' and
10367            'CHAIN' and
10368            'NF_VPPIP4' and
10369            'IMIX' and
10370            '2T1C' and
10371            'NDRPDR'"
10372   parameters:
10373   - "throughput"
10374   - "name"
10375   - "tags"
10376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10377   x-axis: "X = CNFs per Service Chain"
10378   y-axis: "Y = Number of Service Chains"
10379   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10380   layout:
10381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10382     layout: "plot-service-density"
10383
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10389   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'DOCKER' and
10393            'CHAIN' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '4T2C' and
10397            'NDRPDR'"
10398   parameters:
10399   - "throughput"
10400   - "name"
10401   - "tags"
10402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = CNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'CHAIN' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '8T4C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10434     layout: "plot-service-density"
10435
10436 # Plots - NF Density - CSP - MRR IMIX
10437 - type: "plot"
10438   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10439   algorithm: "plot_nf_heatmap"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10442   data: "plot-vpp-nfv-2n-clx-mrr"
10443   filter: "'NIC_Intel-XXV710' and
10444            'NF_DENSITY' and
10445            'DOCKER' and
10446            'PIPELINE' and
10447            'NF_VPPIP4' and
10448            'IMIX' and
10449            '2T1C' and
10450            'MRR'"
10451   parameters:
10452   - "result"
10453   - "name"
10454   - "tags"
10455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10456   x-axis: "X = CNFs per Service Pipeline"
10457   y-axis: "Y = Number of Service Pipelines"
10458   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10459   layout:
10460     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10461     layout: "plot-service-density"
10462
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10468   data: "plot-vpp-nfv-2n-clx-mrr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'PIPELINE' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '4T2C' and
10476            'MRR'"
10477   parameters:
10478   - "result"
10479   - "name"
10480   - "tags"
10481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Pipeline"
10483   y-axis: "Y = Number of Service Pipelines"
10484   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10494   data: "plot-vpp-nfv-2n-clx-mrr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'PIPELINE' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '8T4C' and
10502            'MRR'"
10503   parameters:
10504   - "result"
10505   - "name"
10506   - "tags"
10507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Pipeline"
10509   y-axis: "Y = Number of Service Pipelines"
10510   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10513     layout: "plot-service-density"
10514
10515 # Plots - NF Density - CSP - NDR IMIX
10516 - type: "plot"
10517   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10518   algorithm: "plot_nf_heatmap"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10521   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10522   filter: "'NIC_Intel-XXV710' and
10523            'NF_DENSITY' and
10524            'DOCKER' and
10525            'PIPELINE' and
10526            'NF_VPPIP4' and
10527            'IMIX' and
10528            '2T1C' and
10529            'NDRPDR'"
10530   parameters:
10531   - "throughput"
10532   - "name"
10533   - "tags"
10534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10535   x-axis: "X = CNFs per Service Pipeline"
10536   y-axis: "Y = Number of Service Pipelines"
10537   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10538   layout:
10539     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10540     layout: "plot-service-density"
10541
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10547   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'PIPELINE' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '4T2C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Pipeline"
10562   y-axis: "Y = Number of Service Pipelines"
10563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10573   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'PIPELINE' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '8T4C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Pipeline"
10588   y-axis: "Y = Number of Service Pipelines"
10589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10592     layout: "plot-service-density"
10593
10594 # Plots - NF Density - CSP - PDR IMIX
10595 - type: "plot"
10596   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10597   algorithm: "plot_nf_heatmap"
10598   output-file-type: ".html"
10599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10600   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10601   filter: "'NIC_Intel-XXV710' and
10602            'NF_DENSITY' and
10603            'DOCKER' and
10604            'PIPELINE' and
10605            'NF_VPPIP4' and
10606            'IMIX' and
10607            '2T1C' and
10608            'NDRPDR'"
10609   parameters:
10610   - "throughput"
10611   - "name"
10612   - "tags"
10613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10614   x-axis: "X = CNFs per Service Pipeline"
10615   y-axis: "Y = Number of Service Pipelines"
10616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10617   layout:
10618     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10619     layout: "plot-service-density"
10620
10621 - type: "plot"
10622   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10623   algorithm: "plot_nf_heatmap"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10626   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10627   filter: "'NIC_Intel-XXV710' and
10628            'NF_DENSITY' and
10629            'DOCKER' and
10630            'PIPELINE' and
10631            'NF_VPPIP4' and
10632            'IMIX' and
10633            '4T2C' and
10634            'NDRPDR'"
10635   parameters:
10636   - "throughput"
10637   - "name"
10638   - "tags"
10639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10640   x-axis: "X = CNFs per Service Pipeline"
10641   y-axis: "Y = Number of Service Pipelines"
10642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10643   layout:
10644     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10645     layout: "plot-service-density"
10646
10647 - type: "plot"
10648   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10649   algorithm: "plot_nf_heatmap"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10652   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10653   filter: "'NIC_Intel-XXV710' and
10654            'NF_DENSITY' and
10655            'DOCKER' and
10656            'PIPELINE' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '8T4C' and
10660            'NDRPDR'"
10661   parameters:
10662   - "throughput"
10663   - "name"
10664   - "tags"
10665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = CNFs per Service Pipeline"
10667   y-axis: "Y = Number of Service Pipelines"
10668   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10671     layout: "plot-service-density"
10672
10673 ################################################################################
10674
10675 # Packet Throughput
10676
10677 - type: "plot"
10678   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10679   algorithm: "plot_perf_box_name"
10680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10682   include:
10683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10685     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10687   layout:
10688     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10689     layout: "plot-throughput"
10690
10691 - type: "plot"
10692   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10693   algorithm: "plot_perf_box_name"
10694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10696   include:
10697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10698     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10699     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10701   layout:
10702     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10703     layout: "plot-throughput"
10704
10705 - type: "plot"
10706   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10707   algorithm: "plot_perf_box_name"
10708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10710   include:
10711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10715   layout:
10716     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10717     layout: "plot-throughput"
10718
10719 - type: "plot"
10720   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10721   algorithm: "plot_perf_box_name"
10722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10724   include:
10725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10729   layout:
10730     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10735   algorithm: "plot_perf_box_name"
10736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10738   include:
10739     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10743     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10744   layout:
10745     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10750   algorithm: "plot_perf_box_name"
10751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10753   include:
10754     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10755     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10756     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10757     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10758     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10759   layout:
10760     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10761     layout: "plot-throughput"
10762
10763 - type: "plot"
10764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10765   algorithm: "plot_perf_box_name"
10766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10768   include:
10769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10773     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10774   layout:
10775     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10776     layout: "plot-throughput"
10777
10778 - type: "plot"
10779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10780   algorithm: "plot_perf_box_name"
10781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10783   include:
10784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10788     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10789   layout:
10790     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10791     layout: "plot-throughput"
10792
10793 - type: "plot"
10794   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10795   algorithm: "plot_perf_box_name"
10796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10798   include:
10799     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10802     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10803     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10804   layout:
10805     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10806     layout: "plot-throughput"
10807
10808 - type: "plot"
10809   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10810   algorithm: "plot_perf_box_name"
10811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10813   include:
10814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10816     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10817     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10818     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10819   layout:
10820     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10821     layout: "plot-throughput"
10822
10823 - type: "plot"
10824   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10825   algorithm: "plot_perf_box_name"
10826   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10828   include:
10829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10835   layout:
10836     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10837     layout: "plot-throughput"
10838
10839 - type: "plot"
10840   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10841   algorithm: "plot_perf_box_name"
10842   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10844   include:
10845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10851   layout:
10852     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10853     layout: "plot-throughput"
10854
10855 - type: "plot"
10856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10857   algorithm: "plot_perf_box_name"
10858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10860   include:
10861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10866   layout:
10867     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10868     layout: "plot-throughput"
10869
10870 - type: "plot"
10871   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10872   algorithm: "plot_perf_box_name"
10873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10875   include:
10876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10881   layout:
10882     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10883     layout: "plot-throughput"
10884
10885 - type: "plot"
10886   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10887   algorithm: "plot_perf_box_name"
10888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10890   include:
10891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10894   layout:
10895     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10896     layout: "plot-throughput"
10897
10898 - type: "plot"
10899   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10900   algorithm: "plot_perf_box_name"
10901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10903   include:
10904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10907   layout:
10908     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10909     layout: "plot-throughput"
10910
10911 - type: "plot"
10912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10913   algorithm: "plot_perf_box_name"
10914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10916   include:
10917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10922   layout:
10923     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
10924     layout: "plot-throughput"
10925
10926 - type: "plot"
10927   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10928   algorithm: "plot_perf_box_name"
10929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10931   include:
10932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10937   layout:
10938     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10946   include:
10947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10950   layout:
10951     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
10963   layout:
10964     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
10965     layout: "plot-throughput"
10966
10967 - type: "plot"
10968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10969   algorithm: "plot_perf_box_name"
10970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10972   include:
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10979   layout:
10980     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
10981     layout: "plot-throughput"
10982
10983 - type: "plot"
10984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10985   algorithm: "plot_perf_box_name"
10986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10988   include:
10989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
10995   layout:
10996     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11004   include:
11005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11011   layout:
11012     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11013     layout: "plot-throughput"
11014
11015 - type: "plot"
11016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11017   algorithm: "plot_perf_box_name"
11018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11020   include:
11021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11027   layout:
11028     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11029     layout: "plot-throughput"
11030
11031 - type: "plot"
11032   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11033   algorithm: "plot_perf_box_name"
11034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11036   include:
11037     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11040   layout:
11041     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11042     layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11046   algorithm: "plot_perf_box_name"
11047   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11049   include:
11050     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11053   layout:
11054     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11062   include:
11063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11066 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11067 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11068   layout:
11069     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11081 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11082 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11083   layout:
11084     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11085     layout: "plot-throughput"
11086
11087 - type: "plot"
11088   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11089   algorithm: "plot_perf_box_name"
11090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11092   include:
11093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11098   layout:
11099     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11113   layout:
11114     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11115     layout: "plot-throughput"
11116
11117 - type: "plot"
11118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11119   algorithm: "plot_perf_box_name"
11120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11122   include:
11123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11128   layout:
11129     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11137   include:
11138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11143   layout:
11144     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11145     layout: "plot-throughput"
11146
11147 - type: "plot"
11148   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11149   algorithm: "plot_perf_box_name"
11150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11152   include:
11153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11159   layout:
11160     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11165   algorithm: "plot_perf_box_name"
11166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11168   include:
11169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11175   layout:
11176     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11177     layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11181   algorithm: "plot_perf_box_name"
11182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11184   include:
11185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11191   layout:
11192     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11200   include:
11201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11207   layout:
11208     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11216   include:
11217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11222   layout:
11223     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11231   include:
11232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11237   layout:
11238     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11246   include:
11247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11253   layout:
11254     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11255     layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11262   include:
11263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11269   layout:
11270     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11271     layout: "plot-throughput"
11272
11273 - type: "plot"
11274   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11275   algorithm: "plot_perf_box_name"
11276   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11277   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11278   include:
11279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11284   layout:
11285     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11286     layout: "plot-throughput"
11287
11288 - type: "plot"
11289   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11290   algorithm: "plot_perf_box_name"
11291   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11292   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11293   include:
11294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11299   layout:
11300     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11301     layout: "plot-throughput"
11302
11303 - type: "plot"
11304   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11305   algorithm: "plot_perf_box_name"
11306   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11307   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11308   include:
11309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11315   layout:
11316     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11317     layout: "plot-throughput"
11318
11319 - type: "plot"
11320   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11321   algorithm: "plot_perf_box_name"
11322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11324   include:
11325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11331   layout:
11332     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11340   include:
11341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11346   layout:
11347     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11355   include:
11356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11361   layout:
11362     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11370   include:
11371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11377   layout:
11378     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11379     layout: "plot-throughput"
11380
11381 - type: "plot"
11382   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11383   algorithm: "plot_perf_box_name"
11384   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11385   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11386   include:
11387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11393   layout:
11394     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11395     layout: "plot-throughput"
11396
11397 - type: "plot"
11398   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11399   algorithm: "plot_perf_box_name"
11400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11402   include:
11403     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11405   layout:
11406     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11414   include:
11415     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11417   layout:
11418     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11419     layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11423   algorithm: "plot_perf_box_name"
11424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11426   include:
11427     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11431   layout:
11432     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11433     layout: "plot-throughput"
11434
11435 - type: "plot"
11436   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11437   algorithm: "plot_perf_box_name"
11438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11440   include:
11441     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11445   layout:
11446     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454   include:
11455     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11459   layout:
11460     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11468   include:
11469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11473   layout:
11474     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11487   layout:
11488     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11496   include:
11497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11501   layout:
11502     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11503     layout: "plot-throughput"
11504
11505 - type: "plot"
11506   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11507   algorithm: "plot_perf_box_name"
11508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11510   include:
11511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11515   layout:
11516     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11529   layout:
11530     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11545   layout:
11546     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11554   include:
11555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11561   layout:
11562     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11576   layout:
11577     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11591   layout:
11592     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11600   include:
11601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11606   layout:
11607     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11615   include:
11616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11621   layout:
11622     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11630   include:
11631     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11634   layout:
11635     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11642   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11643   include:
11644     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11647   layout:
11648     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11656   include:
11657     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11660   layout:
11661     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11669   include:
11670     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11673   layout:
11674     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11682   include:
11683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11688   layout:
11689     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11697   include:
11698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11703   layout:
11704     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11712   include:
11713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11718   layout:
11719     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11733   layout:
11734     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11741   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11742   include:
11743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11748   layout:
11749     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11757   include:
11758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11763   layout:
11764     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11771   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11772   include:
11773     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11778   layout:
11779     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11787   include:
11788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11793   layout:
11794     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11802   include:
11803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11808   layout:
11809     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11816   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11817   include:
11818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11823   layout:
11824     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11829   algorithm: "plot_perf_box_name"
11830   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11832   include:
11833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11839   layout:
11840     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11848   include:
11849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11855   layout:
11856     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11864   include:
11865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11869   layout:
11870     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11878   include:
11879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11883   layout:
11884     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11892   include:
11893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11899   layout:
11900     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11908   include:
11909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11915   layout:
11916     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11924   include:
11925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11931   layout:
11932     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11947   layout:
11948     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
11949     layout: "plot-throughput"
11950
11951 - type: "plot"
11952   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11953   algorithm: "plot_perf_box_name"
11954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11956   include:
11957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11963   layout:
11964     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11972   include:
11973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11979   layout:
11980     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11988   include:
11989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11995   layout:
11996     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12004   include:
12005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12011   layout:
12012     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12020   include:
12021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12027   layout:
12028     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12043   layout:
12044     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12052   include:
12053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12059   layout:
12060     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12068   include:
12069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12075   layout:
12076     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12091   layout:
12092     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12100   include:
12101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12107   layout:
12108     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12116   include:
12117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12121   layout:
12122     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12135   layout:
12136     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12144   include:
12145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12149   layout:
12150     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12163   layout:
12164     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12172   include:
12173     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12174     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12175     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12179   layout:
12180     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12188   include:
12189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12195   layout:
12196     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12210   layout:
12211     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12225   layout:
12226     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12240   layout:
12241     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12249   include:
12250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12255   layout:
12256     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12264   include:
12265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12269   layout:
12270     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12283   layout:
12284     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12292   include:
12293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12299   layout:
12300     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12308   include:
12309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12315   layout:
12316     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12324   include:
12325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12331   layout:
12332     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12340   include:
12341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12347   layout:
12348     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12356   include:
12357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12363   layout:
12364     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12372   include:
12373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12379   layout:
12380     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12388   include:
12389     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12393   layout:
12394     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12395     layout: "plot-throughput"
12396
12397 - type: "plot"
12398   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12399   algorithm: "plot_perf_box_name"
12400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12402   include:
12403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12407   layout:
12408     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12416   include:
12417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12423   layout:
12424     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12432   include:
12433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12439   layout:
12440     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12448   include:
12449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12455   layout:
12456     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12464   include:
12465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12471   layout:
12472     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12473     layout: "plot-throughput"
12474
12475 #- type: "plot"
12476 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12477 #  algorithm: "plot_perf_box_name"
12478 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12479 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12480 #  include:
12481 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12482 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12483 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12484 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12485 #  layout:
12486 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12487 #    layout: "plot-throughput"
12488 #
12489 #- type: "plot"
12490 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12491 #  algorithm: "plot_perf_box_name"
12492 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12493 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12494 #  include:
12495 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12496 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12497 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12498 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12499 #  layout:
12500 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12501 #    layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12507   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12508   include:
12509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12515   layout:
12516     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12523   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12524   include:
12525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12531   layout:
12532     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12533     layout: "plot-throughput"
12534
12535 #- type: "plot"
12536 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12537 #  algorithm: "plot_perf_box_name"
12538 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12539 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12540 #  include:
12541 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12542 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12543 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12544 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12545 #  layout:
12546 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12547 #    layout: "plot-throughput"
12548 #
12549 #- type: "plot"
12550 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12551 #  algorithm: "plot_perf_box_name"
12552 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12553 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12554 #  include:
12555 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12556 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12557 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12558 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12559 #  layout:
12560 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12561 #    layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12567   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12568   include:
12569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12575   layout:
12576     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12584   include:
12585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12591   layout:
12592     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12593     layout: "plot-throughput"
12594
12595 #- type: "plot"
12596 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12597 #  algorithm: "plot_perf_box_name"
12598 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12599 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12600 #  include:
12601 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12602 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12603 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12604 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12605 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12606 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12607 #  layout:
12608 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12609 #    layout: "plot-throughput"
12610 #
12611 #- type: "plot"
12612 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12613 #  algorithm: "plot_perf_box_name"
12614 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12615 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12616 #  include:
12617 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12622 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12623 #  layout:
12624 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12625 #    layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12632   include:
12633     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12634     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12635     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12636     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12637     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12638     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12639   layout:
12640     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12641     layout: "plot-throughput"
12642
12643 - type: "plot"
12644   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12645   algorithm: "plot_perf_box_name"
12646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12648   include:
12649     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12650     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12651     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12652     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12653     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12654     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12655   layout:
12656     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12664   include:
12665     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12666     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12667     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12668     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12669     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12670     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12671   layout:
12672     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12680   include:
12681     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12682     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12683     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12684     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12685     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12686     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12687   layout:
12688     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12696   include:
12697     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12698     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12700     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12701     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12702     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12703   layout:
12704     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12712   include:
12713     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12714     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12716     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12717     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12718     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12719   layout:
12720     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12721     layout: "plot-throughput"
12722
12723 #- type: "plot"
12724 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12725 #  algorithm: "plot_perf_box_name"
12726 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12727 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12728 #  include:
12729 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12730 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12731 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12732 #  layout:
12733 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12734 #    layout: "plot-throughput"
12735 #
12736 #- type: "plot"
12737 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12738 #  algorithm: "plot_perf_box_name"
12739 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12740 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12741 #  include:
12742 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12743 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12744 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12745 #  layout:
12746 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12747 #    layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12754   include:
12755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12760   layout:
12761     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12775   layout:
12776     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12790   layout:
12791     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12799   include:
12800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12805   layout:
12806     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12814   include:
12815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12820   layout:
12821     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12829   include:
12830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12835   layout:
12836     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12844   include:
12845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12850   layout:
12851     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12865   layout:
12866     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12874   include:
12875     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12880   layout:
12881     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12889   include:
12890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12895   layout:
12896     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12897     layout: "plot-throughput"
12898
12899 - type: "plot"
12900   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12901   algorithm: "plot_perf_box_name"
12902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12904   include:
12905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12910   layout:
12911     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
12912     layout: "plot-throughput"
12913
12914 - type: "plot"
12915   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12916   algorithm: "plot_perf_box_name"
12917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12919   include:
12920     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12921     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12922     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12925   layout:
12926     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12934   include:
12935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12939   layout:
12940     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12948   include:
12949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12953   layout:
12954     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12962   include:
12963     - "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"
12964     - "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"
12965     - "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"
12966     - "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"
12967   layout:
12968     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
12969     layout: "plot-throughput"
12970
12971 - type: "plot"
12972   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12973   algorithm: "plot_perf_box_name"
12974   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12976   include:
12977     - "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"
12978     - "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"
12979     - "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"
12980     - "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"
12981   layout:
12982     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12990   include:
12991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12997   layout:
12998     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12999     layout: "plot-throughput"
13000
13001 - type: "plot"
13002   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13003   algorithm: "plot_perf_box_name"
13004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13006   include:
13007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13008     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13013   layout:
13014     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13022   include:
13023     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13024     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13029   layout:
13030     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13038   include:
13039     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13045   layout:
13046     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13054   include:
13055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13061   layout:
13062     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13070   include:
13071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13077   layout:
13078     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13086   include:
13087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13092   layout:
13093     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13094     layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13101   include:
13102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13107   layout:
13108     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13109     layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13116   include:
13117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13119   layout:
13120     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13128   include:
13129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13131   layout:
13132     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13140   include:
13141     - "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"
13142     - "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"
13143   layout:
13144     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13152   include:
13153     - "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"
13154     - "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"
13155   layout:
13156     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13163   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13164   include:
13165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13171   layout:
13172     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13173     layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13177   algorithm: "plot_perf_box_name"
13178   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13179   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13180   include:
13181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13187   layout:
13188     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13195   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13196   include:
13197     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13203   layout:
13204     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13211   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13212   include:
13213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13219   layout:
13220     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13221     layout: "plot-throughput"
13222
13223 #- type: "plot"
13224 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13225 #  algorithm: "plot_perf_box_name"
13226 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13227 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13228 #  include:
13229 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13230 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13235 #  layout:
13236 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13237 #    layout: "plot-throughput"
13238 #
13239 #- type: "plot"
13240 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13241 #  algorithm: "plot_perf_box_name"
13242 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13243 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13244 #  include:
13245 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13246 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13251 #  layout:
13252 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13253 #    layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13260   include:
13261     - "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"
13262     - "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"
13263     - "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"
13264     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13265     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13266     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13267   layout:
13268     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276   include:
13277     - "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"
13278     - "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"
13279     - "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"
13280     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13282     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13283   layout:
13284     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13285     layout: "plot-throughput"
13286
13287 ################################################################################
13288
13289 # Packet Speedup
13290
13291 - type: "plot"
13292   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13293   algorithm: "plot_tsa_name"
13294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13296   include:
13297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13301   layout:
13302     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13303     layout: "plot-throughput-speedup-analysis"
13304
13305 - type: "plot"
13306   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13307   algorithm: "plot_tsa_name"
13308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13310   include:
13311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13315   layout:
13316     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13317     layout: "plot-throughput-speedup-analysis"
13318
13319 - type: "plot"
13320   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13321   algorithm: "plot_tsa_name"
13322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13329   layout:
13330     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13331     layout: "plot-throughput-speedup-analysis"
13332
13333 - type: "plot"
13334   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13335   algorithm: "plot_tsa_name"
13336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13343   layout:
13344     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13345     layout: "plot-throughput-speedup-analysis"
13346
13347 - type: "plot"
13348   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13349   algorithm: "plot_tsa_name"
13350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352   include:
13353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13360     layout: "plot-throughput-speedup-analysis"
13361
13362 - type: "plot"
13363   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13364   algorithm: "plot_tsa_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13373   layout:
13374     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13375     layout: "plot-throughput-speedup-analysis"
13376
13377 - type: "plot"
13378   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13379   algorithm: "plot_tsa_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382   include:
13383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13388   layout:
13389     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13390     layout: "plot-throughput-speedup-analysis"
13391
13392 - type: "plot"
13393   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13394   algorithm: "plot_tsa_name"
13395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13397   include:
13398     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13399     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13403   layout:
13404     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13405     layout: "plot-throughput-speedup-analysis"
13406
13407 - type: "plot"
13408   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13409   algorithm: "plot_tsa_name"
13410   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13412   include:
13413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13419   layout:
13420     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13421     layout: "plot-throughput-speedup-analysis"
13422
13423 - type: "plot"
13424   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13425   algorithm: "plot_tsa_name"
13426   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13435   layout:
13436     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13437     layout: "plot-throughput-speedup-analysis"
13438
13439 - type: "plot"
13440   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13441   algorithm: "plot_tsa_name"
13442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13444   include:
13445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13450   layout:
13451     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13452     layout: "plot-throughput-speedup-analysis"
13453
13454 - type: "plot"
13455   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13456   algorithm: "plot_tsa_name"
13457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13459   include:
13460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13465   layout:
13466     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13467     layout: "plot-throughput-speedup-analysis"
13468
13469 - type: "plot"
13470   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13471   algorithm: "plot_tsa_name"
13472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13474   include:
13475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13478   layout:
13479     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13480     layout: "plot-throughput-speedup-analysis"
13481
13482 - type: "plot"
13483   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13484   algorithm: "plot_tsa_name"
13485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13487   include:
13488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13491   layout:
13492     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13493     layout: "plot-throughput-speedup-analysis"
13494
13495 - type: "plot"
13496   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13497   algorithm: "plot_tsa_name"
13498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13500   include:
13501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13506   layout:
13507     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13508     layout: "plot-throughput-speedup-analysis"
13509
13510 - type: "plot"
13511   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13512   algorithm: "plot_tsa_name"
13513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13515   include:
13516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13521   layout:
13522     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13523     layout: "plot-throughput-speedup-analysis"
13524
13525 - type: "plot"
13526   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13527   algorithm: "plot_tsa_name"
13528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13530   include:
13531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13534   layout:
13535     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13536     layout: "plot-throughput-speedup-analysis"
13537
13538 - type: "plot"
13539   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13540   algorithm: "plot_tsa_name"
13541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13543   include:
13544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13547   layout:
13548     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13549     layout: "plot-throughput-speedup-analysis"
13550
13551 - type: "plot"
13552   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13553   algorithm: "plot_tsa_name"
13554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13563   layout:
13564     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13565     layout: "plot-throughput-speedup-analysis"
13566
13567 - type: "plot"
13568   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13569   algorithm: "plot_tsa_name"
13570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13572   include:
13573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13579   layout:
13580     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13581     layout: "plot-throughput-speedup-analysis"
13582
13583 - type: "plot"
13584   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13585   algorithm: "plot_tsa_name"
13586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13595   layout:
13596     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13597     layout: "plot-throughput-speedup-analysis"
13598
13599 - type: "plot"
13600   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13601   algorithm: "plot_tsa_name"
13602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13604   include:
13605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13611   layout:
13612     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13613     layout: "plot-throughput-speedup-analysis"
13614
13615 - type: "plot"
13616   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13617   algorithm: "plot_tsa_name"
13618   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13620   include:
13621     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13622     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13624   layout:
13625     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13626     layout: "plot-throughput-speedup-analysis"
13627
13628 - type: "plot"
13629   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13630   algorithm: "plot_tsa_name"
13631   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13633   include:
13634     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13635     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13636     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13637   layout:
13638     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13639     layout: "plot-throughput-speedup-analysis"
13640
13641 - type: "plot"
13642   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13643   algorithm: "plot_tsa_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13646   include:
13647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13650 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13652   layout:
13653     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13654     layout: "plot-throughput-speedup-analysis"
13655
13656 - type: "plot"
13657   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13658   algorithm: "plot_tsa_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13661   include:
13662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13665 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13666 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13667   layout:
13668     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13669     layout: "plot-throughput-speedup-analysis"
13670
13671 - type: "plot"
13672   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13673   algorithm: "plot_tsa_name"
13674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13676   include:
13677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13682   layout:
13683     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13684     layout: "plot-throughput-speedup-analysis"
13685
13686 - type: "plot"
13687   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13688   algorithm: "plot_tsa_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13691   include:
13692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13697   layout:
13698     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13699     layout: "plot-throughput-speedup-analysis"
13700
13701 - type: "plot"
13702   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13703   algorithm: "plot_tsa_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13706   include:
13707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13712   layout:
13713     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13714     layout: "plot-throughput-speedup-analysis"
13715
13716 - type: "plot"
13717   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13718   algorithm: "plot_tsa_name"
13719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13721   include:
13722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13727   layout:
13728     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13729     layout: "plot-throughput-speedup-analysis"
13730
13731 - type: "plot"
13732   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13733   algorithm: "plot_tsa_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736   include:
13737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13743   layout:
13744     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13745     layout: "plot-throughput-speedup-analysis"
13746
13747 - type: "plot"
13748   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13749   algorithm: "plot_tsa_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13759   layout:
13760     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13761     layout: "plot-throughput-speedup-analysis"
13762
13763 - type: "plot"
13764   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13765   algorithm: "plot_tsa_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13775   layout:
13776     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13777     layout: "plot-throughput-speedup-analysis"
13778
13779 - type: "plot"
13780   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13781   algorithm: "plot_tsa_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13790     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13791   layout:
13792     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13793     layout: "plot-throughput-speedup-analysis"
13794
13795 - type: "plot"
13796   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13797   algorithm: "plot_tsa_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13800   include:
13801     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13803   layout:
13804     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13805     layout: "plot-throughput-speedup-analysis"
13806
13807 - type: "plot"
13808   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13809   algorithm: "plot_tsa_name"
13810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13812   include:
13813     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13815   layout:
13816     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13817     layout: "plot-throughput-speedup-analysis"
13818
13819 - type: "plot"
13820   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13821   algorithm: "plot_tsa_name"
13822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13824   include:
13825     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13829   layout:
13830     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13831     layout: "plot-throughput-speedup-analysis"
13832
13833 - type: "plot"
13834   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13835   algorithm: "plot_tsa_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838   include:
13839     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13843   layout:
13844     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13845     layout: "plot-throughput-speedup-analysis"
13846
13847 - type: "plot"
13848   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13849   algorithm: "plot_tsa_name"
13850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13852   include:
13853     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13857   layout:
13858     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13859     layout: "plot-throughput-speedup-analysis"
13860
13861 - type: "plot"
13862   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13863   algorithm: "plot_tsa_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13871   layout:
13872     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13873     layout: "plot-throughput-speedup-analysis"
13874
13875 - type: "plot"
13876   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13877   algorithm: "plot_tsa_name"
13878   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13880   include:
13881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13887   layout:
13888     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13889     layout: "plot-throughput-speedup-analysis"
13890
13891 - type: "plot"
13892   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13893   algorithm: "plot_tsa_name"
13894   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13896   include:
13897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13903   layout:
13904     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
13905     layout: "plot-throughput-speedup-analysis"
13906
13907 - type: "plot"
13908   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13909   algorithm: "plot_tsa_name"
13910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13912   include:
13913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13918   layout:
13919     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
13920     layout: "plot-throughput-speedup-analysis"
13921
13922 - type: "plot"
13923   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13924   algorithm: "plot_tsa_name"
13925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13927   include:
13928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13933   layout:
13934     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
13935     layout: "plot-throughput-speedup-analysis"
13936
13937 - type: "plot"
13938   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13939   algorithm: "plot_tsa_name"
13940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
13941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13942   include:
13943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13948   layout:
13949     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
13950     layout: "plot-throughput-speedup-analysis"
13951
13952 - type: "plot"
13953   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13954   algorithm: "plot_tsa_name"
13955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
13956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13957   include:
13958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13963   layout:
13964     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
13965     layout: "plot-throughput-speedup-analysis"
13966
13967 - type: "plot"
13968   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13969   algorithm: "plot_tsa_name"
13970   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
13971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13972   include:
13973     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13976   layout:
13977     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
13978     layout: "plot-throughput-speedup-analysis"
13979
13980 - type: "plot"
13981   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13982   algorithm: "plot_tsa_name"
13983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
13984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13985   include:
13986     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13989   layout:
13990     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
13991     layout: "plot-throughput-speedup-analysis"
13992
13993 - type: "plot"
13994   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13995   algorithm: "plot_tsa_name"
13996   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
13997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14002   layout:
14003     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14015   layout:
14016     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14017     layout: "plot-throughput-speedup-analysis"
14018
14019 - type: "plot"
14020   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14021   algorithm: "plot_tsa_name"
14022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14024   include:
14025     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14030   layout:
14031     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14032     layout: "plot-throughput-speedup-analysis"
14033
14034 - type: "plot"
14035   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14036   algorithm: "plot_tsa_name"
14037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14039   include:
14040     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14045   layout:
14046     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14047     layout: "plot-throughput-speedup-analysis"
14048
14049 - type: "plot"
14050   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14051   algorithm: "plot_tsa_name"
14052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14060   layout:
14061     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14062     layout: "plot-throughput-speedup-analysis"
14063
14064 - type: "plot"
14065   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14066   algorithm: "plot_tsa_name"
14067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14069   include:
14070     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14075   layout:
14076     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14077     layout: "plot-throughput-speedup-analysis"
14078
14079 - type: "plot"
14080   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14081   algorithm: "plot_tsa_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14084   include:
14085     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14086     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14087     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14088     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14089     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14090     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14091   layout:
14092     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14100   include:
14101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14102     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14103     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14106     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14107   layout:
14108     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14116   include:
14117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14121   layout:
14122     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14123     layout: "plot-throughput-speedup-analysis"
14124
14125 - type: "plot"
14126   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14127   algorithm: "plot_tsa_name"
14128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14130   include:
14131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14135   layout:
14136     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14137     layout: "plot-throughput-speedup-analysis"
14138
14139 - type: "plot"
14140   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14141   algorithm: "plot_tsa_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14146     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14147     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14148     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14149     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14150     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14151   layout:
14152     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14153     layout: "plot-throughput-speedup-analysis"
14154
14155 - type: "plot"
14156   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14157   algorithm: "plot_tsa_name"
14158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14160   include:
14161     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14162     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14163     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14166     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14167   layout:
14168     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14169     layout: "plot-throughput-speedup-analysis"
14170
14171 - type: "plot"
14172   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14173   algorithm: "plot_tsa_name"
14174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14176   include:
14177     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14178     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14179     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14182     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14183   layout:
14184     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14194     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14195     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14198     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14199   layout:
14200     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14201     layout: "plot-throughput-speedup-analysis"
14202
14203 - type: "plot"
14204   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14205   algorithm: "plot_tsa_name"
14206   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14208   include:
14209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14215   layout:
14216     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14217     layout: "plot-throughput-speedup-analysis"
14218
14219 - type: "plot"
14220   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14221   algorithm: "plot_tsa_name"
14222   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14231   layout:
14232     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14233     layout: "plot-throughput-speedup-analysis"
14234
14235 - type: "plot"
14236   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14237   algorithm: "plot_tsa_name"
14238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14247   layout:
14248     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14249     layout: "plot-throughput-speedup-analysis"
14250
14251 - type: "plot"
14252   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14253   algorithm: "plot_tsa_name"
14254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14263   layout:
14264     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14265     layout: "plot-throughput-speedup-analysis"
14266
14267 - type: "plot"
14268   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14269   algorithm: "plot_tsa_name"
14270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14272   include:
14273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14279   layout:
14280     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14281     layout: "plot-throughput-speedup-analysis"
14282
14283 - type: "plot"
14284   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14285   algorithm: "plot_tsa_name"
14286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14288   include:
14289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14295   layout:
14296     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14297     layout: "plot-throughput-speedup-analysis"
14298
14299 - type: "plot"
14300   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14304   include:
14305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14309   layout:
14310     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14311     layout: "plot-throughput-speedup-analysis"
14312
14313 - type: "plot"
14314   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14315   algorithm: "plot_tsa_name"
14316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14318   include:
14319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14323   layout:
14324     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14325     layout: "plot-throughput-speedup-analysis"
14326
14327 - type: "plot"
14328   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14329   algorithm: "plot_tsa_name"
14330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14332   include:
14333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14337   layout:
14338     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14346   include:
14347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14351   layout:
14352     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14353     layout: "plot-throughput-speedup-analysis"
14354
14355 - type: "plot"
14356   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14357   algorithm: "plot_tsa_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14360   include:
14361     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14362     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14367   layout:
14368     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 - type: "plot"
14372   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14373   algorithm: "plot_tsa_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14376   include:
14377     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14383   layout:
14384     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14392   include:
14393     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14394     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14398   layout:
14399     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14407   include:
14408     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14410     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14413   layout:
14414     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14415     layout: "plot-throughput-speedup-analysis"
14416
14417 - type: "plot"
14418   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14419   algorithm: "plot_tsa_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14443   layout:
14444     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14457   layout:
14458     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 - type: "plot"
14462   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14466   include:
14467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14471   layout:
14472     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14473     layout: "plot-throughput-speedup-analysis"
14474
14475 - type: "plot"
14476   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14477   algorithm: "plot_tsa_name"
14478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14480   include:
14481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14487   layout:
14488     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14503   layout:
14504     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14519   layout:
14520     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14528   include:
14529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14535   layout:
14536     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14551   layout:
14552     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 - type: "plot"
14556   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14557   algorithm: "plot_tsa_name"
14558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14560   include:
14561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14567   layout:
14568     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14569     layout: "plot-throughput-speedup-analysis"
14570
14571 - type: "plot"
14572   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14573   algorithm: "plot_tsa_name"
14574   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14576   include:
14577     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14578     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14579     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14580     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14581     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14582     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14583   layout:
14584     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14592   include:
14593     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14594     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14595     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14596     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14597     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14598     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14599   layout:
14600     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14610     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14611     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14612     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14613     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14614     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14615   layout:
14616     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14626     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14627     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14628     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14629     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14630     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14631   layout:
14632     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14661   layout:
14662     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14670   include:
14671     - "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"
14672     - "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"
14673     - "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"
14674     - "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"
14675     - "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"
14676   layout:
14677     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14685   include:
14686     - "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"
14687     - "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"
14688     - "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"
14689     - "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"
14690     - "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"
14691   layout:
14692     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14700   include:
14701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14706   layout:
14707     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14715   include:
14716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14736   layout:
14737     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14751   layout:
14752     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14760   include:
14761     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14762     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14763     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14764     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14765     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14766   layout:
14767     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14775   include:
14776     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14777     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14778     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14779     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14780     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14781   layout:
14782     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14790   include:
14791     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14792     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14793     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14794     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14796   layout:
14797     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14805   include:
14806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14808     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14810     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14811   layout:
14812     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14822     - "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"
14823     - "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"
14824     - "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"
14825   layout:
14826     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14834   include:
14835     - "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"
14836     - "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"
14837     - "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"
14838     - "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"
14839   layout:
14840     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14841     layout: "plot-throughput-speedup-analysis"
14842
14843 - type: "plot"
14844   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14845   algorithm: "plot_tsa_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14848   include:
14849     - "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"
14850     - "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"
14851     - "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"
14852     - "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"
14853   layout:
14854     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14855     layout: "plot-throughput-speedup-analysis"
14856
14857 - type: "plot"
14858   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14859   algorithm: "plot_tsa_name"
14860   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14862   include:
14863     - "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"
14864     - "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"
14865     - "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"
14866     - "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"
14867   layout:
14868     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14869     layout: "plot-throughput-speedup-analysis"
14870
14871 - type: "plot"
14872   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14873   algorithm: "plot_tsa_name"
14874   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14876   include:
14877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14883   layout:
14884     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14885     layout: "plot-throughput-speedup-analysis"
14886
14887 - type: "plot"
14888   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14889   algorithm: "plot_tsa_name"
14890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14892   include:
14893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14899   layout:
14900     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
14901     layout: "plot-throughput-speedup-analysis"
14902
14903 - type: "plot"
14904   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14905   algorithm: "plot_tsa_name"
14906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14908   include:
14909     - "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"
14910     - "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"
14911     - "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"
14912     - "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"
14913     - "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"
14914     - "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"
14915   layout:
14916     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14924   include:
14925     - "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"
14926     - "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"
14927     - "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"
14928     - "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"
14929     - "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"
14930     - "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"
14931   layout:
14932     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14940   include:
14941     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14942     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14943     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14946     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14947   layout:
14948     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14949     layout: "plot-throughput-speedup-analysis"
14950
14951 - type: "plot"
14952   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14953   algorithm: "plot_tsa_name"
14954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14956   include:
14957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14961     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14962     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14963   layout:
14964     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14965     layout: "plot-throughput-speedup-analysis"
14966
14967 - type: "plot"
14968   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14969   algorithm: "plot_tsa_name"
14970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14972   include:
14973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14978   layout:
14979     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14993   layout:
14994     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15005   layout:
15006     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15016     - "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"
15017   layout:
15018     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15029   layout:
15030     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15038   include:
15039     - "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"
15040     - "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"
15041   layout:
15042     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15050   include:
15051     - "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"
15052     - "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"
15053     - "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"
15054     - "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"
15055     - "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"
15056     - "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"
15057   layout:
15058     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15059     layout: "plot-throughput-speedup-analysis"
15060
15061 - type: "plot"
15062   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15063   algorithm: "plot_tsa_name"
15064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15066   include:
15067     - "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"
15068     - "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"
15069     - "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"
15070     - "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"
15071     - "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"
15072     - "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"
15073   layout:
15074     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15082   include:
15083     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15084     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15085     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15086     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15087     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15088   layout:
15089     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15097   include:
15098     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15099     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15100     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15101     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15102     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15103   layout:
15104     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15112   include:
15113     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15118   layout:
15119     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15127   include:
15128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15133   layout:
15134     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15135     layout: "plot-throughput-speedup-analysis"
15136
15137 - type: "plot"
15138   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15139   algorithm: "plot_tsa_name"
15140   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15141   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15142   include:
15143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15149   layout:
15150     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15158   include:
15159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15165   layout:
15166     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15167     layout: "plot-throughput-speedup-analysis"
15168
15169 - type: "plot"
15170   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15171   algorithm: "plot_tsa_name"
15172   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15173   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15174   include:
15175     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15179   layout:
15180     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15188   include:
15189     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15193   layout:
15194     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15202   include:
15203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15208   layout:
15209     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15217   include:
15218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15223   layout:
15224     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15225     layout: "plot-throughput-speedup-analysis"
15226
15227 - type: "plot"
15228   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15229   algorithm: "plot_tsa_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15232   include:
15233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15237     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15238     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15239   layout:
15240     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15241     layout: "plot-throughput-speedup-analysis"
15242
15243 - type: "plot"
15244   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15245   algorithm: "plot_tsa_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15247   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15248   include:
15249     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15250     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15251     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15252     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15253     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15254     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15255   layout:
15256     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15264   include:
15265     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15269   layout:
15270     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15271     layout: "plot-throughput-speedup-analysis"
15272
15273 - type: "plot"
15274   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15275   algorithm: "plot_tsa_name"
15276   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15277   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15278   include:
15279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15283   layout:
15284     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15292   include:
15293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15296     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15299   layout:
15300     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15301     layout: "plot-throughput-speedup-analysis"
15302
15303 - type: "plot"
15304   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15305   algorithm: "plot_tsa_name"
15306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15308   include:
15309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15315   layout:
15316     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15317     layout: "plot-throughput-speedup-analysis"
15318
15319 - type: "plot"
15320   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15321   algorithm: "plot_tsa_name"
15322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15324   include:
15325     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15331   layout:
15332     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15340   include:
15341     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15345     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15346     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15347   layout:
15348     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15356   include:
15357     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15358     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15359     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15360     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15361     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15363   layout:
15364     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15372   include:
15373     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15374     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15375     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15376     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15377     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15379   layout:
15380     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15388   include:
15389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15394     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15395   layout:
15396     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15404   include:
15405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15408     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15409     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15411   layout:
15412     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15413     layout: "plot-throughput-speedup-analysis"
15414
15415 - type: "plot"
15416   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15417   algorithm: "plot_tsa_name"
15418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15420   include:
15421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15427   layout:
15428     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15436   include:
15437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15443   layout:
15444     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15445     layout: "plot-throughput-speedup-analysis"
15446
15447 #- type: "plot"
15448 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15449 #  algorithm: "plot_tsa_name"
15450 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15451 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15452 #  include:
15453 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15454 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15455 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15456 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15457 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15458 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459 #  layout:
15460 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15461 #    layout: "plot-throughput-speedup-analysis"
15462 #
15463 #- type: "plot"
15464 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15465 #  algorithm: "plot_tsa_name"
15466 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15467 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15468 #  include:
15469 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15470 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15471 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15472 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15473 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15474 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15475 #  layout:
15476 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15477 #    layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15484   include:
15485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15490   layout:
15491     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15492     layout: "plot-throughput-speedup-analysis"
15493
15494 - type: "plot"
15495   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15496   algorithm: "plot_tsa_name"
15497   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15498   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15499   include:
15500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15505   layout:
15506     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15507     layout: "plot-throughput-speedup-analysis"
15508
15509 - type: "plot"
15510   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15511   algorithm: "plot_tsa_name"
15512   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15513   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15514   include:
15515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15521   layout:
15522     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15530   include:
15531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15537   layout:
15538     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15539     layout: "plot-throughput-speedup-analysis"
15540
15541 - type: "plot"
15542   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15543   algorithm: "plot_tsa_name"
15544   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15545   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15546   include:
15547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15552   layout:
15553     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15561   include:
15562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15567   layout:
15568     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 #- type: "plot"
15572 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15573 #  algorithm: "plot_tsa_name"
15574 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15575 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15576 #  include:
15577 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15578 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15579 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15580 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15581 #  layout:
15582 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15583 #    layout: "plot-throughput-speedup-analysis"
15584 #
15585 #- type: "plot"
15586 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15587 #  algorithm: "plot_tsa_name"
15588 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15589 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15590 #  include:
15591 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15592 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15593 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15594 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15595 #  layout:
15596 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15597 #    layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15604   include:
15605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15611   layout:
15612     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15620   include:
15621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15627   layout:
15628     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15636   include:
15637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15642   layout:
15643     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15651   include:
15652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15657   layout:
15658     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15666   include:
15667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15673   layout:
15674     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15682   include:
15683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15689   layout:
15690     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15698   include:
15699     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15701     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15702     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15703   layout:
15704     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15705     layout: "plot-throughput-speedup-analysis"
15706
15707 - type: "plot"
15708   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15709   algorithm: "plot_tsa_name"
15710   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15711   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15712   include:
15713     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15714     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15716     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15717   layout:
15718     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15719     layout: "plot-throughput-speedup-analysis"
15720
15721 - type: "plot"
15722   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15723   algorithm: "plot_tsa_name"
15724   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15725   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15726   include:
15727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15729     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15732   layout:
15733     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15741   include:
15742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15747   layout:
15748     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15756   include:
15757     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15758     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15759     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15760     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15761     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15762     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15763   layout:
15764     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15772   include:
15773     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15774     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15775     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15776     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15777     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15778     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15779   layout:
15780     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15781     layout: "plot-throughput-speedup-analysis"
15782
15783 #- type: "plot"
15784 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15785 #  algorithm: "plot_tsa_name"
15786 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15787 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15788 #  include:
15789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15791 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15793 #  layout:
15794 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15795 #    layout: "plot-throughput-speedup-analysis"
15796 #
15797 #- type: "plot"
15798 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15799 #  algorithm: "plot_tsa_name"
15800 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15801 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15802 #  include:
15803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15804 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15806 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15807 #  layout:
15808 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15809 #    layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15816   include:
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15823   layout:
15824     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15825     layout: "plot-throughput-speedup-analysis"
15826
15827 - type: "plot"
15828   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15829   algorithm: "plot_tsa_name"
15830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15832   include:
15833     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15839   layout:
15840     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 #- type: "plot"
15844 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15845 #  algorithm: "plot_tsa_name"
15846 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15847 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15848 #  include:
15849 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15850 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15851 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15852 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15853 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15854 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15855 #  layout:
15856 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15857 #    layout: "plot-throughput-speedup-analysis"
15858 #
15859 #- type: "plot"
15860 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15861 #  algorithm: "plot_tsa_name"
15862 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15863 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15864 #  include:
15865 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15866 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15867 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15868 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15869 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15870 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15871 #  layout:
15872 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15873 #    layout: "plot-throughput-speedup-analysis"
15874
15875 #- type: "plot"
15876 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15877 #  algorithm: "plot_tsa_name"
15878 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15879 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15880 #  include:
15881 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15882 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15883 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15884 #  layout:
15885 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15886 #    layout: "plot-throughput-speedup-analysis"
15887 #
15888 #- type: "plot"
15889 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15890 #  algorithm: "plot_tsa_name"
15891 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15892 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15893 #  include:
15894 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15895 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15896 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15897 #  layout:
15898 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15899 #    layout: "plot-throughput-speedup-analysis"
15900
15901 ################################################################################
15902
15903 # Packet Throughput - DPDK
15904
15905 # 2n-skx-xxv710
15906
15907 - type: "plot"
15908   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
15909   algorithm: "plot_perf_box_name"
15910   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
15911   data: "plot-dpdk-throughput-latency-2n-skx"
15912   include:
15913     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15914     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15915   layout:
15916     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
15917     layout: "plot-throughput"
15918
15919 - type: "plot"
15920   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
15921   algorithm: "plot_perf_box_name"
15922   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
15923   data: "plot-dpdk-throughput-latency-2n-skx"
15924   include:
15925     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15926     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15927   layout:
15928     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
15929     layout: "plot-throughput"
15930
15931 - type: "plot"
15932   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
15933   algorithm: "plot_perf_box_name"
15934   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
15935   data: "plot-dpdk-throughput-latency-2n-skx"
15936   include:
15937     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15938     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15939   layout:
15940     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
15941     layout: "plot-throughput"
15942
15943 - type: "plot"
15944   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
15945   algorithm: "plot_perf_box_name"
15946   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
15947   data: "plot-dpdk-throughput-latency-2n-skx"
15948   include:
15949     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15950     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15951   layout:
15952     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
15953     layout: "plot-throughput"
15954
15955 # 2n-skx-x710
15956
15957 - type: "plot"
15958   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
15959   algorithm: "plot_perf_box_name"
15960   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
15961   data: "plot-dpdk-throughput-latency-2n-skx"
15962   include:
15963     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15964     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15965   layout:
15966     title: "2n-skx-x710-64b-2t1c-base-ndr"
15967     layout: "plot-throughput"
15968
15969 - type: "plot"
15970   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
15971   algorithm: "plot_perf_box_name"
15972   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
15973   data: "plot-dpdk-throughput-latency-2n-skx"
15974   include:
15975     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
15976     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
15977   layout:
15978     title: "2n-skx-x710-64b-4t2c-base-ndr"
15979     layout: "plot-throughput"
15980
15981 - type: "plot"
15982   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
15983   algorithm: "plot_perf_box_name"
15984   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
15985   data: "plot-dpdk-throughput-latency-2n-skx"
15986   include:
15987     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
15988     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
15989   layout:
15990     title: "2n-skx-x710-64b-2t1c-base-pdr"
15991     layout: "plot-throughput"
15992
15993 - type: "plot"
15994   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
15995   algorithm: "plot_perf_box_name"
15996   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
15997   data: "plot-dpdk-throughput-latency-2n-skx"
15998   include:
15999     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16000     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16001   layout:
16002     title: "2n-skx-x710-64b-4t2c-base-pdr"
16003     layout: "plot-throughput"
16004
16005 # 3n-skx-xxv710
16006
16007 - type: "plot"
16008   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16009   algorithm: "plot_perf_box_name"
16010   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16011   data: "plot-dpdk-throughput-latency-3n-skx"
16012   include:
16013     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16014     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16015   layout:
16016     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16017     layout: "plot-throughput"
16018
16019 - type: "plot"
16020   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16021   algorithm: "plot_perf_box_name"
16022   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16023   data: "plot-dpdk-throughput-latency-3n-skx"
16024   include:
16025     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16026     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16027   layout:
16028     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16029     layout: "plot-throughput"
16030
16031 - type: "plot"
16032   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16033   algorithm: "plot_perf_box_name"
16034   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16035   data: "plot-dpdk-throughput-latency-3n-skx"
16036   include:
16037     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16038     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16039   layout:
16040     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16041     layout: "plot-throughput"
16042
16043 - type: "plot"
16044   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16045   algorithm: "plot_perf_box_name"
16046   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16047   data: "plot-dpdk-throughput-latency-3n-skx"
16048   include:
16049     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16050     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16051   layout:
16052     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16053     layout: "plot-throughput"
16054
16055 # 3n-skx-x710
16056
16057 - type: "plot"
16058   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16059   algorithm: "plot_perf_box_name"
16060   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16061   data: "plot-dpdk-throughput-latency-3n-skx"
16062   include:
16063     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16064     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16065   layout:
16066     title: "3n-skx-x710-64b-2t1c-base-ndr"
16067     layout: "plot-throughput"
16068
16069 - type: "plot"
16070   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16071   algorithm: "plot_perf_box_name"
16072   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16073   data: "plot-dpdk-throughput-latency-3n-skx"
16074   include:
16075     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16076     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16077   layout:
16078     title: "3n-skx-x710-64b-4t2c-base-ndr"
16079     layout: "plot-throughput"
16080
16081 - type: "plot"
16082   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16083   algorithm: "plot_perf_box_name"
16084   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16085   data: "plot-dpdk-throughput-latency-3n-skx"
16086   include:
16087     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16088     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16089   layout:
16090     title: "3n-skx-x710-64b-2t1c-base-pdr"
16091     layout: "plot-throughput"
16092
16093 - type: "plot"
16094   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16095   algorithm: "plot_perf_box_name"
16096   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16097   data: "plot-dpdk-throughput-latency-3n-skx"
16098   include:
16099     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16100     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16101   layout:
16102     title: "3n-skx-x710-64b-4t2c-base-pdr"
16103     layout: "plot-throughput"
16104
16105 # 3n-hsw-xl710
16106
16107 - type: "plot"
16108   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16109   algorithm: "plot_perf_box_name"
16110   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16111   data: "plot-dpdk-throughput-latency-3n-hsw"
16112   include:
16113     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16114     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16115   layout:
16116     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16117     layout: "plot-throughput"
16118
16119 - type: "plot"
16120   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16121   algorithm: "plot_perf_box_name"
16122   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16123   data: "plot-dpdk-throughput-latency-3n-hsw"
16124   include:
16125     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16126     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16127   layout:
16128     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16129     layout: "plot-throughput"
16130
16131 - type: "plot"
16132   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16133   algorithm: "plot_perf_box_name"
16134   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16135   data: "plot-dpdk-throughput-latency-3n-hsw"
16136   include:
16137     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16138     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16139   layout:
16140     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16141     layout: "plot-throughput"
16142
16143 - type: "plot"
16144   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16145   algorithm: "plot_perf_box_name"
16146   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16147   data: "plot-dpdk-throughput-latency-3n-hsw"
16148   include:
16149     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16150     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16151   layout:
16152     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16153     layout: "plot-throughput"
16154
16155 # 3n-hsw-x710
16156
16157 - type: "plot"
16158   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16159   algorithm: "plot_perf_box_name"
16160   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16161   data: "plot-dpdk-throughput-latency-3n-hsw"
16162   include:
16163     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16164     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16165   layout:
16166     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16167     layout: "plot-throughput"
16168
16169 - type: "plot"
16170   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16171   algorithm: "plot_perf_box_name"
16172   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16173   data: "plot-dpdk-throughput-latency-3n-hsw"
16174   include:
16175     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16176     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16177   layout:
16178     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16179     layout: "plot-throughput"
16180
16181 - type: "plot"
16182   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16183   algorithm: "plot_perf_box_name"
16184   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16185   data: "plot-dpdk-throughput-latency-3n-hsw"
16186   include:
16187     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16188     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16189   layout:
16190     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16191     layout: "plot-throughput"
16192
16193 - type: "plot"
16194   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16195   algorithm: "plot_perf_box_name"
16196   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16197   data: "plot-dpdk-throughput-latency-3n-hsw"
16198   include:
16199     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16200     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16201   layout:
16202     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16203     layout: "plot-throughput"
16204
16205 # 2n-dnv-x553
16206
16207 - type: "plot"
16208   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16209   algorithm: "plot_perf_box_name"
16210   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16211   data: "plot-dpdk-throughput-latency-2n-dnv"
16212   include:
16213     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16214     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16215   layout:
16216     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16217     layout: "plot-throughput"
16218
16219 - type: "plot"
16220   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16221   algorithm: "plot_perf_box_name"
16222   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16223   data: "plot-dpdk-throughput-latency-2n-dnv"
16224   include:
16225     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16226     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16227   layout:
16228     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16229     layout: "plot-throughput"
16230
16231 - type: "plot"
16232   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16233   algorithm: "plot_perf_box_name"
16234   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16235   data: "plot-dpdk-throughput-latency-2n-dnv"
16236   include:
16237     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16238     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16239   layout:
16240     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16241     layout: "plot-throughput"
16242
16243 - type: "plot"
16244   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16245   algorithm: "plot_perf_box_name"
16246   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16247   data: "plot-dpdk-throughput-latency-2n-dnv"
16248   include:
16249     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16250     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16251   layout:
16252     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16253     layout: "plot-throughput"
16254
16255 # 3n-dnv-x553
16256
16257 - type: "plot"
16258   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16259   algorithm: "plot_perf_box_name"
16260   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16261   data: "plot-dpdk-throughput-latency-3n-dnv"
16262   include:
16263     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16264     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16265   layout:
16266     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16267     layout: "plot-throughput"
16268
16269 - type: "plot"
16270   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16271   algorithm: "plot_perf_box_name"
16272   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16273   data: "plot-dpdk-throughput-latency-3n-dnv"
16274   include:
16275     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16276     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16277   layout:
16278     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16279     layout: "plot-throughput"
16280
16281 - type: "plot"
16282   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16283   algorithm: "plot_perf_box_name"
16284   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16285   data: "plot-dpdk-throughput-latency-3n-dnv"
16286   include:
16287     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16288     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16289   layout:
16290     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16291     layout: "plot-throughput"
16292
16293 - type: "plot"
16294   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16295   algorithm: "plot_perf_box_name"
16296   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16297   data: "plot-dpdk-throughput-latency-3n-dnv"
16298   include:
16299     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16300     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16301   layout:
16302     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16303     layout: "plot-throughput"
16304
16305 # 3n-tsh-x520
16306
16307 - type: "plot"
16308   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16309   algorithm: "plot_perf_box_name"
16310   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16311   data: "plot-dpdk-throughput-latency-3n-tsh"
16312   include:
16313     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16314     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16315   layout:
16316     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16317     layout: "plot-throughput"
16318
16319 - type: "plot"
16320   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16321   algorithm: "plot_perf_box_name"
16322   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16323   data: "plot-dpdk-throughput-latency-3n-tsh"
16324   include:
16325     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16326     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16327   layout:
16328     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16329     layout: "plot-throughput"
16330
16331 - type: "plot"
16332   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16333   algorithm: "plot_perf_box_name"
16334   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16335   data: "plot-dpdk-throughput-latency-3n-tsh"
16336   include:
16337     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16338     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16339   layout:
16340     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16341     layout: "plot-throughput"
16342
16343 - type: "plot"
16344   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16345   algorithm: "plot_perf_box_name"
16346   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16347   data: "plot-dpdk-throughput-latency-3n-tsh"
16348   include:
16349     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16350     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16351   layout:
16352     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16353     layout: "plot-throughput"
16354
16355 ################################################################################
16356 ###   2n-clx                                                                 ###
16357 ################################################################################
16358
16359 # Packet Throughput
16360
16361 - type: "plot"
16362   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16363   algorithm: "plot_perf_box_name"
16364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16366   include:
16367     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16368     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16369     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16371   layout:
16372     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16373     layout: "plot-throughput"
16374
16375 - type: "plot"
16376   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16377   algorithm: "plot_perf_box_name"
16378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16380   include:
16381     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16382     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16385   layout:
16386     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16387     layout: "plot-throughput"
16388
16389 - type: "plot"
16390   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16391   algorithm: "plot_perf_box_name"
16392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16394   include:
16395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16399   layout:
16400     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16401     layout: "plot-throughput"
16402
16403 - type: "plot"
16404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16405   algorithm: "plot_perf_box_name"
16406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16408   include:
16409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16413   layout:
16414     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16415     layout: "plot-throughput"
16416
16417 - type: "plot"
16418   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16419   algorithm: "plot_perf_box_name"
16420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16422   include:
16423     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16424     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16425     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16426     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16427   layout:
16428     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16429     layout: "plot-throughput"
16430
16431 - type: "plot"
16432   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16433   algorithm: "plot_perf_box_name"
16434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16436   include:
16437     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16438     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16439     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16440     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16441   layout:
16442     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16443     layout: "plot-throughput"
16444
16445 - type: "plot"
16446   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16447   algorithm: "plot_perf_box_name"
16448   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16450   include:
16451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16457   layout:
16458     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16459     layout: "plot-throughput"
16460
16461 - type: "plot"
16462   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16463   algorithm: "plot_perf_box_name"
16464   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16466   include:
16467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16472   layout:
16473     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16474     layout: "plot-throughput"
16475
16476 - type: "plot"
16477   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16478   algorithm: "plot_perf_box_name"
16479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16481   include:
16482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16486   layout:
16487     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16488     layout: "plot-throughput"
16489
16490 - type: "plot"
16491   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16492   algorithm: "plot_perf_box_name"
16493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16495   include:
16496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16500   layout:
16501     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16502     layout: "plot-throughput"
16503
16504 - type: "plot"
16505   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16506   algorithm: "plot_perf_box_name"
16507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16509   include:
16510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16513   layout:
16514     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16515     layout: "plot-throughput"
16516
16517 - type: "plot"
16518   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16519   algorithm: "plot_perf_box_name"
16520   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16522   include:
16523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16526   layout:
16527     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16528     layout: "plot-throughput"
16529
16530 - type: "plot"
16531   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16532   algorithm: "plot_perf_box_name"
16533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16535   include:
16536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16541   layout:
16542     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16543     layout: "plot-throughput"
16544
16545 - type: "plot"
16546   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16547   algorithm: "plot_perf_box_name"
16548   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16550   include:
16551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16556   layout:
16557     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16558     layout: "plot-throughput"
16559
16560 - type: "plot"
16561   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16562   algorithm: "plot_perf_box_name"
16563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16565   include:
16566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16569   layout:
16570     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16571     layout: "plot-throughput"
16572
16573 - type: "plot"
16574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16575   algorithm: "plot_perf_box_name"
16576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16578   include:
16579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16582   layout:
16583     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16584     layout: "plot-throughput"
16585
16586 - type: "plot"
16587   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16588   algorithm: "plot_perf_box_name"
16589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16591   include:
16592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16598   layout:
16599     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16600     layout: "plot-throughput"
16601
16602 - type: "plot"
16603   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16604   algorithm: "plot_perf_box_name"
16605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16607   include:
16608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16614   layout:
16615     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16616     layout: "plot-throughput"
16617
16618 - type: "plot"
16619   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16620   algorithm: "plot_perf_box_name"
16621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16623   include:
16624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16630   layout:
16631     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16632     layout: "plot-throughput"
16633
16634 - type: "plot"
16635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16636   algorithm: "plot_perf_box_name"
16637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16639   include:
16640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16646   layout:
16647     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16648     layout: "plot-throughput"
16649
16650 - type: "plot"
16651   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16655   include:
16656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16658   layout:
16659     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16660     layout: "plot-throughput"
16661
16662 - type: "plot"
16663   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16667   include:
16668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16670   layout:
16671     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16686   layout:
16687     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16688     layout: "plot-throughput"
16689
16690 - type: "plot"
16691   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16692   algorithm: "plot_perf_box_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16695   include:
16696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16702   layout:
16703     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16711   include:
16712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16718   layout:
16719     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16720     layout: "plot-throughput"
16721
16722 - type: "plot"
16723   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16724   algorithm: "plot_perf_box_name"
16725   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16727   include:
16728     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16734   layout:
16735     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16743   include:
16744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16750   layout:
16751     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16752     layout: "plot-throughput"
16753
16754 - type: "plot"
16755   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16756   algorithm: "plot_perf_box_name"
16757   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16759   include:
16760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16766   layout:
16767     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16775   include:
16776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16781   layout:
16782     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16783     layout: "plot-throughput"
16784
16785 - type: "plot"
16786   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16787   algorithm: "plot_perf_box_name"
16788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16790   include:
16791     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16796   layout:
16797     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16805   include:
16806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16811   layout:
16812     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16813     layout: "plot-throughput"
16814
16815 - type: "plot"
16816   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16817   algorithm: "plot_perf_box_name"
16818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16820   include:
16821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16826   layout:
16827     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16828     layout: "plot-throughput"
16829
16830 - type: "plot"
16831   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16832   algorithm: "plot_perf_box_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16835   include:
16836     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16841   layout:
16842     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16843     layout: "plot-throughput"
16844
16845 - type: "plot"
16846   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16847   algorithm: "plot_perf_box_name"
16848   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16850   include:
16851     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16856   layout:
16857     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16858     layout: "plot-throughput"
16859
16860 - type: "plot"
16861   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16862   algorithm: "plot_perf_box_name"
16863   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16865   include:
16866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16871   layout:
16872     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16880   include:
16881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16886   layout:
16887     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16888     layout: "plot-throughput"
16889
16890 - type: "plot"
16891   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16892   algorithm: "plot_perf_box_name"
16893   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16895   include:
16896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16901   layout:
16902     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16903     layout: "plot-throughput"
16904
16905 - type: "plot"
16906   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16907   algorithm: "plot_perf_box_name"
16908   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16910   include:
16911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
16916   layout:
16917     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16925   include:
16926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16932   layout:
16933     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
16934     layout: "plot-throughput"
16935
16936 - type: "plot"
16937   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16938   algorithm: "plot_perf_box_name"
16939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16941   include:
16942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16948   layout:
16949     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
16950     layout: "plot-throughput"
16951
16952 - type: "plot"
16953   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16954   algorithm: "plot_perf_box_name"
16955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16957   include:
16958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16962   layout:
16963     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
16964     layout: "plot-throughput"
16965
16966 - type: "plot"
16967   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16968   algorithm: "plot_perf_box_name"
16969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16971   include:
16972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16976   layout:
16977     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16982   algorithm: "plot_perf_box_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16985   include:
16986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16992   layout:
16993     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
16994     layout: "plot-throughput"
16995
16996 - type: "plot"
16997   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
16998   algorithm: "plot_perf_box_name"
16999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17001   include:
17002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17008   layout:
17009     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17010     layout: "plot-throughput"
17011
17012 - type: "plot"
17013   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17014   algorithm: "plot_perf_box_name"
17015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17017   include:
17018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17022   layout:
17023     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17024     layout: "plot-throughput"
17025
17026 - type: "plot"
17027   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17028   algorithm: "plot_perf_box_name"
17029   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17031   include:
17032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17036   layout:
17037     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17038     layout: "plot-throughput"
17039
17040 - type: "plot"
17041   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17042   algorithm: "plot_perf_box_name"
17043   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17045   include:
17046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17052   layout:
17053     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17054     layout: "plot-throughput"
17055
17056 - type: "plot"
17057   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17058   algorithm: "plot_perf_box_name"
17059   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17061   include:
17062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17066     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17067     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17068   layout:
17069     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17070     layout: "plot-throughput"
17071
17072 - type: "plot"
17073   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17074   algorithm: "plot_perf_box_name"
17075   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17077   include:
17078     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17079     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17080     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17082   layout:
17083     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17084     layout: "plot-throughput"
17085
17086 - type: "plot"
17087   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17091   include:
17092     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17093     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17094     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17096   layout:
17097     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17098     layout: "plot-throughput"
17099
17100 - type: "plot"
17101   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17102   algorithm: "plot_perf_box_name"
17103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17105   include:
17106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17111   layout:
17112     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17113     layout: "plot-throughput"
17114
17115 - type: "plot"
17116   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17117   algorithm: "plot_perf_box_name"
17118   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17120   include:
17121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17126   layout:
17127     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17128     layout: "plot-throughput"
17129
17130 - type: "plot"
17131   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17135   include:
17136     - "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"
17137     - "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"
17138     - "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"
17139     - "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"
17140     - "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"
17141   layout:
17142     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "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"
17152     - "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"
17153     - "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"
17154     - "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"
17155     - "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"
17156   layout:
17157     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17165   include:
17166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17171   layout:
17172     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17173     layout: "plot-throughput"
17174
17175 - type: "plot"
17176   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17177   algorithm: "plot_perf_box_name"
17178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17180   include:
17181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17186   layout:
17187     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17188     layout: "plot-throughput"
17189
17190 - type: "plot"
17191   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17192   algorithm: "plot_perf_box_name"
17193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17195   include:
17196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17201   layout:
17202     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17203     layout: "plot-throughput"
17204
17205 - type: "plot"
17206   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17207   algorithm: "plot_perf_box_name"
17208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17210   include:
17211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17216   layout:
17217     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17230   layout:
17231     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17239   include:
17240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17244   layout:
17245     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17246     layout: "plot-throughput"
17247
17248 - type: "plot"
17249   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17253   include:
17254     - "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"
17255     - "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"
17256     - "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"
17257     - "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"
17258   layout:
17259     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17267   include:
17268     - "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"
17269     - "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"
17270     - "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"
17271     - "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"
17272   layout:
17273     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17274     layout: "plot-throughput"
17275
17276 - type: "plot"
17277   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17281   include:
17282     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17283     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17284     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17285     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17286     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17287     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17288   layout:
17289     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17290     layout: "plot-throughput"
17291
17292 - type: "plot"
17293   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17294   algorithm: "plot_perf_box_name"
17295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17297   include:
17298     - "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"
17299     - "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"
17300     - "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"
17301     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17302     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17303     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17304   layout:
17305     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17306     layout: "plot-throughput"
17307
17308 ################################################################################
17309
17310 # Packet Speedup
17311
17312 - type: "plot"
17313   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17314   algorithm: "plot_tsa_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17322   layout:
17323     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17324     layout: "plot-throughput-speedup-analysis"
17325
17326 - type: "plot"
17327   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17328   algorithm: "plot_tsa_name"
17329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17331   include:
17332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17336   layout:
17337     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17338     layout: "plot-throughput-speedup-analysis"
17339
17340 - type: "plot"
17341   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17342   algorithm: "plot_tsa_name"
17343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17345   include:
17346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17350   layout:
17351     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17352     layout: "plot-throughput-speedup-analysis"
17353
17354 - type: "plot"
17355   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17356   algorithm: "plot_tsa_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17361     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17362     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17363     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17364   layout:
17365     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17366     layout: "plot-throughput-speedup-analysis"
17367
17368 - type: "plot"
17369   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17370   algorithm: "plot_tsa_name"
17371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17373   include:
17374     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17375     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17376     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17377     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17378   layout:
17379     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17380     layout: "plot-throughput-speedup-analysis"
17381
17382 - type: "plot"
17383   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17384   algorithm: "plot_tsa_name"
17385   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17387   include:
17388     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17389     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17390     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17391     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17392   layout:
17393     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17394     layout: "plot-throughput-speedup-analysis"
17395
17396 - type: "plot"
17397   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17398   algorithm: "plot_tsa_name"
17399   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17401   include:
17402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17408   layout:
17409     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17410     layout: "plot-throughput-speedup-analysis"
17411
17412 - type: "plot"
17413   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17414   algorithm: "plot_tsa_name"
17415   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17417   include:
17418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17424   layout:
17425     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17426     layout: "plot-throughput-speedup-analysis"
17427
17428 - type: "plot"
17429   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17430   algorithm: "plot_tsa_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17438   layout:
17439     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17440     layout: "plot-throughput-speedup-analysis"
17441
17442 - type: "plot"
17443   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17444   algorithm: "plot_tsa_name"
17445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17447   include:
17448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17452   layout:
17453     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17454     layout: "plot-throughput-speedup-analysis"
17455
17456 - type: "plot"
17457   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17458   algorithm: "plot_tsa_name"
17459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17461   include:
17462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17465   layout:
17466     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17467     layout: "plot-throughput-speedup-analysis"
17468
17469 - type: "plot"
17470   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17471   algorithm: "plot_tsa_name"
17472   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17474   include:
17475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17478   layout:
17479     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17480     layout: "plot-throughput-speedup-analysis"
17481
17482 - type: "plot"
17483   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17484   algorithm: "plot_tsa_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17493   layout:
17494     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17495     layout: "plot-throughput-speedup-analysis"
17496
17497 - type: "plot"
17498   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17499   algorithm: "plot_tsa_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17508   layout:
17509     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17510     layout: "plot-throughput-speedup-analysis"
17511
17512 - type: "plot"
17513   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17514   algorithm: "plot_tsa_name"
17515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517   include:
17518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17521   layout:
17522     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17523     layout: "plot-throughput-speedup-analysis"
17524
17525 - type: "plot"
17526   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17527   algorithm: "plot_tsa_name"
17528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17530   include:
17531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17534   layout:
17535     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17536     layout: "plot-throughput-speedup-analysis"
17537
17538 - type: "plot"
17539   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17540   algorithm: "plot_tsa_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17550   layout:
17551     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17552     layout: "plot-throughput-speedup-analysis"
17553
17554 - type: "plot"
17555   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17556   algorithm: "plot_tsa_name"
17557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17559   include:
17560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17568     layout: "plot-throughput-speedup-analysis"
17569
17570 - type: "plot"
17571   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17572   algorithm: "plot_tsa_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17582   layout:
17583     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17584     layout: "plot-throughput-speedup-analysis"
17585
17586 - type: "plot"
17587   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17588   algorithm: "plot_tsa_name"
17589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17591   include:
17592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17598   layout:
17599     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17600     layout: "plot-throughput-speedup-analysis"
17601
17602 - type: "plot"
17603   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17604   algorithm: "plot_tsa_name"
17605   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607   include:
17608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17610   layout:
17611     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17612     layout: "plot-throughput-speedup-analysis"
17613
17614 - type: "plot"
17615   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17616   algorithm: "plot_tsa_name"
17617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17619   include:
17620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17622   layout:
17623     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17624     layout: "plot-throughput-speedup-analysis"
17625
17626 - type: "plot"
17627   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17628   algorithm: "plot_tsa_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17638   layout:
17639     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17640     layout: "plot-throughput-speedup-analysis"
17641
17642 - type: "plot"
17643   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17644   algorithm: "plot_tsa_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17654   layout:
17655     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17656     layout: "plot-throughput-speedup-analysis"
17657
17658 - type: "plot"
17659   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17660   algorithm: "plot_tsa_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17670   layout:
17671     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17672     layout: "plot-throughput-speedup-analysis"
17673
17674 - type: "plot"
17675   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17676   algorithm: "plot_tsa_name"
17677   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17679   include:
17680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17686   layout:
17687     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17688     layout: "plot-throughput-speedup-analysis"
17689
17690 - type: "plot"
17691   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17692   algorithm: "plot_tsa_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17702   layout:
17703     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17704     layout: "plot-throughput-speedup-analysis"
17705
17706 - type: "plot"
17707   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17708   algorithm: "plot_tsa_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17718   layout:
17719     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17720     layout: "plot-throughput-speedup-analysis"
17721
17722 - type: "plot"
17723   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17724   algorithm: "plot_tsa_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17735     layout: "plot-throughput-speedup-analysis"
17736
17737 - type: "plot"
17738   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17739   algorithm: "plot_tsa_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17750     layout: "plot-throughput-speedup-analysis"
17751
17752 - type: "plot"
17753   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17754   algorithm: "plot_tsa_name"
17755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17757   include:
17758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17765     layout: "plot-throughput-speedup-analysis"
17766
17767 - type: "plot"
17768   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17769   algorithm: "plot_tsa_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17780     layout: "plot-throughput-speedup-analysis"
17781
17782 - type: "plot"
17783   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17784   algorithm: "plot_tsa_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17793   layout:
17794     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17795     layout: "plot-throughput-speedup-analysis"
17796
17797 - type: "plot"
17798   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17799   algorithm: "plot_tsa_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17808   layout:
17809     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17810     layout: "plot-throughput-speedup-analysis"
17811
17812 - type: "plot"
17813   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17814   algorithm: "plot_tsa_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17823   layout:
17824     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17825     layout: "plot-throughput-speedup-analysis"
17826
17827 - type: "plot"
17828   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17829   algorithm: "plot_tsa_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17838   layout:
17839     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17853   layout:
17854     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17868   layout:
17869     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17870     layout: "plot-throughput-speedup-analysis"
17871
17872 - type: "plot"
17873   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17874   algorithm: "plot_tsa_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17884   layout:
17885     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17886     layout: "plot-throughput-speedup-analysis"
17887
17888 - type: "plot"
17889   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17890   algorithm: "plot_tsa_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17900   layout:
17901     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
17902     layout: "plot-throughput-speedup-analysis"
17903
17904 - type: "plot"
17905   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17906   algorithm: "plot_tsa_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17914   layout:
17915     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
17916     layout: "plot-throughput-speedup-analysis"
17917
17918 - type: "plot"
17919   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17920   algorithm: "plot_tsa_name"
17921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
17922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17923   include:
17924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
17930     layout: "plot-throughput-speedup-analysis"
17931
17932 - type: "plot"
17933   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17934   algorithm: "plot_tsa_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17944   layout:
17945     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
17946     layout: "plot-throughput-speedup-analysis"
17947
17948 - type: "plot"
17949   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17950   algorithm: "plot_tsa_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17960   layout:
17961     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
17962     layout: "plot-throughput-speedup-analysis"
17963
17964 - type: "plot"
17965   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17966   algorithm: "plot_tsa_name"
17967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17969   include:
17970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17974   layout:
17975     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
17976     layout: "plot-throughput-speedup-analysis"
17977
17978 - type: "plot"
17979   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17980   algorithm: "plot_tsa_name"
17981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17983   include:
17984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17988   layout:
17989     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
17990     layout: "plot-throughput-speedup-analysis"
17991
17992 - type: "plot"
17993   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17994   algorithm: "plot_tsa_name"
17995   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
17996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17997   include:
17998     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
17999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18004   layout:
18005     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18006     layout: "plot-throughput-speedup-analysis"
18007
18008 - type: "plot"
18009   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18010   algorithm: "plot_tsa_name"
18011   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18013   include:
18014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18015     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18020   layout:
18021     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18022     layout: "plot-throughput-speedup-analysis"
18023
18024 - type: "plot"
18025   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18026   algorithm: "plot_tsa_name"
18027   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18029   include:
18030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18031     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18034   layout:
18035     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18036     layout: "plot-throughput-speedup-analysis"
18037
18038 - type: "plot"
18039   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18040   algorithm: "plot_tsa_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18045     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18048   layout:
18049     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18050     layout: "plot-throughput-speedup-analysis"
18051
18052 - type: "plot"
18053   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18054   algorithm: "plot_tsa_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18063   layout:
18064     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18065     layout: "plot-throughput-speedup-analysis"
18066
18067 - type: "plot"
18068   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18069   algorithm: "plot_tsa_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18078   layout:
18079     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18080     layout: "plot-throughput-speedup-analysis"
18081
18082 - type: "plot"
18083   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18084   algorithm: "plot_tsa_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "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"
18089     - "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"
18090     - "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"
18091     - "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"
18092     - "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"
18093   layout:
18094     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "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"
18104     - "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"
18105     - "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"
18106     - "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"
18107     - "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"
18108   layout:
18109     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18110     layout: "plot-throughput-speedup-analysis"
18111
18112 - type: "plot"
18113   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18114   algorithm: "plot_tsa_name"
18115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18117   include:
18118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18123   layout:
18124     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18125     layout: "plot-throughput-speedup-analysis"
18126
18127 - type: "plot"
18128   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18129   algorithm: "plot_tsa_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18138   layout:
18139     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18140     layout: "plot-throughput-speedup-analysis"
18141
18142 - type: "plot"
18143   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18144   algorithm: "plot_tsa_name"
18145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18147   include:
18148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18153   layout:
18154     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18155     layout: "plot-throughput-speedup-analysis"
18156
18157 - type: "plot"
18158   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18159   algorithm: "plot_tsa_name"
18160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18162   include:
18163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18168   layout:
18169     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18170     layout: "plot-throughput-speedup-analysis"
18171
18172 - type: "plot"
18173   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18174   algorithm: "plot_tsa_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18182   layout:
18183     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18184     layout: "plot-throughput-speedup-analysis"
18185
18186 - type: "plot"
18187   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18188   algorithm: "plot_tsa_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18196   layout:
18197     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18198     layout: "plot-throughput-speedup-analysis"
18199
18200 - type: "plot"
18201   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18202   algorithm: "plot_tsa_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "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"
18207     - "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"
18208     - "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"
18209     - "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"
18210   layout:
18211     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18212     layout: "plot-throughput-speedup-analysis"
18213
18214 - type: "plot"
18215   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18216   algorithm: "plot_tsa_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "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"
18221     - "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"
18222     - "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"
18223     - "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"
18224   layout:
18225     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18235     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18236     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18237     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18238     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18239     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18240   layout:
18241     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18242     layout: "plot-throughput-speedup-analysis"
18243
18244 - type: "plot"
18245   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18246   algorithm: "plot_tsa_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "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"
18251     - "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"
18252     - "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"
18253     - "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"
18254     - "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"
18255     - "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"
18256   layout:
18257     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18258     layout: "plot-throughput-speedup-analysis"
18259
18260 ################################################################################
18261
18262 # Packet Throughput - DPDK
18263
18264 # 2n-clx-xxv710
18265
18266 - type: "plot"
18267   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18268   algorithm: "plot_perf_box_name"
18269   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18270   data: "plot-dpdk-throughput-latency-2n-clx"
18271   include:
18272     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18273     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18274   layout:
18275     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18276     layout: "plot-throughput"
18277
18278 - type: "plot"
18279   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18280   algorithm: "plot_perf_box_name"
18281   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18282   data: "plot-dpdk-throughput-latency-2n-clx"
18283   include:
18284     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18285     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18286   layout:
18287     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18294   data: "plot-dpdk-throughput-latency-2n-clx"
18295   include:
18296     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18297     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18298   layout:
18299     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18300     layout: "plot-throughput"
18301
18302 - type: "plot"
18303   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18304   algorithm: "plot_perf_box_name"
18305   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18306   data: "plot-dpdk-throughput-latency-2n-clx"
18307   include:
18308     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18309     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18310   layout:
18311     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18312     layout: "plot-throughput"
18313
18314 # 2n-clx-x710
18315
18316 - type: "plot"
18317   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18318   algorithm: "plot_perf_box_name"
18319   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18320   data: "plot-dpdk-throughput-latency-2n-clx"
18321   include:
18322     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18323     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18324   layout:
18325     title: "2n-clx-x710-64b-2t1c-base-ndr"
18326     layout: "plot-throughput"
18327
18328 - type: "plot"
18329   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18330   algorithm: "plot_perf_box_name"
18331   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18332   data: "plot-dpdk-throughput-latency-2n-clx"
18333   include:
18334     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18335     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18336   layout:
18337     title: "2n-clx-x710-64b-4t2c-base-ndr"
18338     layout: "plot-throughput"
18339
18340 - type: "plot"
18341   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18342   algorithm: "plot_perf_box_name"
18343   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18344   data: "plot-dpdk-throughput-latency-2n-clx"
18345   include:
18346     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18347     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18348   layout:
18349     title: "2n-clx-x710-64b-2t1c-base-pdr"
18350     layout: "plot-throughput"
18351
18352 - type: "plot"
18353   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18354   algorithm: "plot_perf_box_name"
18355   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18356   data: "plot-dpdk-throughput-latency-2n-clx"
18357   include:
18358     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18359     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18360   layout:
18361     title: "2n-clx-x710-64b-4t2c-base-pdr"
18362     layout: "plot-throughput"
18363
18364 ################################################################################
18365
18366 - type: "plot"
18367   title: "Latency by percentile: 2n-skx"
18368   algorithm: "plot_hdrh_lat_by_percentile"
18369   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18370   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18371   target-links: "../../_static/vpp"
18372   data: "plot-vpp-hdrh-lat-2n-skx"
18373   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18374   layout:
18375     layout: "plot-hdrh-latency-by-percentile"
18376
18377 - type: "plot"
18378   title: "Latency by percentile: 3n-skx"
18379   algorithm: "plot_hdrh_lat_by_percentile"
18380   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18381   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18382   target-links: "../../_static/vpp"
18383   data: "plot-vpp-hdrh-lat-3n-skx"
18384   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18385   layout:
18386     layout: "plot-hdrh-latency-by-percentile"
18387
18388 - type: "plot"
18389   title: "Latency by percentile: 2n-clx"
18390   algorithm: "plot_hdrh_lat_by_percentile"
18391   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18392   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18393   target-links: "../../_static/vpp"
18394   data: "plot-vpp-hdrh-lat-2n-clx"
18395   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18396   layout:
18397     layout: "plot-hdrh-latency-by-percentile"
18398
18399 - type: "plot"
18400   title: "Latency by percentile: 3n-hsw"
18401   algorithm: "plot_hdrh_lat_by_percentile"
18402   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18403   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18404   target-links: "../../_static/vpp"
18405   data: "plot-vpp-hdrh-lat-3n-hsw"
18406   filter: "'1T1C' and 'NIC_Intel-XL710'"
18407   layout:
18408     layout: "plot-hdrh-latency-by-percentile"
18409
18410 - type: "plot"
18411   title: "Latency by percentile: 3n-tsh"
18412   algorithm: "plot_hdrh_lat_by_percentile"
18413   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18414   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18415   target-links: "../../_static/vpp"
18416   data: "plot-vpp-hdrh-lat-3n-tsh"
18417   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18418   layout:
18419     layout: "plot-hdrh-latency-by-percentile"
18420
18421 - type: "plot"
18422   title: "Latency by percentile: DPDK 2n-skx"
18423   algorithm: "plot_hdrh_lat_by_percentile"
18424   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18425   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18426   target-links: "../../_static/dpdk"
18427   data: "plot-dpdk-hdrh-lat-2n-skx"
18428   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18429   layout:
18430     layout: "plot-hdrh-latency-by-percentile"
18431
18432 - type: "plot"
18433   title: "Latency by percentile: DPDK 3n-skx"
18434   algorithm: "plot_hdrh_lat_by_percentile"
18435   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18436   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18437   target-links: "../../_static/dpdk"
18438   data: "plot-dpdk-hdrh-lat-3n-skx"
18439   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18440   layout:
18441     layout: "plot-hdrh-latency-by-percentile"
18442
18443 - type: "plot"
18444   title: "Latency by percentile: DPDK 2n-clx"
18445   algorithm: "plot_hdrh_lat_by_percentile"
18446   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18447   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18448   target-links: "../../_static/dpdk"
18449   data: "plot-dpdk-hdrh-lat-2n-clx"
18450   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18451   layout:
18452     layout: "plot-hdrh-latency-by-percentile"
18453
18454 - type: "plot"
18455   title: "Latency by percentile: DPDK 3n-hsw"
18456   algorithm: "plot_hdrh_lat_by_percentile"
18457   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18458   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18459   target-links: "../../_static/dpdk"
18460   data: "plot-dpdk-hdrh-lat-3n-hsw"
18461   filter: "'1T1C' and 'NIC_Intel-XL710'"
18462   layout:
18463     layout: "plot-hdrh-latency-by-percentile"
18464
18465 - type: "plot"
18466   title: "Latency by percentile: DPDK 3n-tsh"
18467   algorithm: "plot_hdrh_lat_by_percentile"
18468   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18469   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18470   target-links: "../../_static/dpdk"
18471   data: "plot-dpdk-hdrh-lat-3n-tsh"
18472   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18473   layout:
18474     layout: "plot-hdrh-latency-by-percentile"