Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279
280     plot-vpp-hdrh-lat-3n-skx:
281       csit-vpp-perf-verify-2001-3n-skx:
282         - 46  # NDRPDR sel
283
284     plot-vpp-nfv-3n-skx-ndrpdr:
285       # TODO: Add data
286       csit-vpp-perf-verify-2001-3n-skx:
287         - 45  # NDRPDR sel
288         - 46  # NDRPDR sel
289         - 47  # NDRPDR sel
290         - 48  # NDRPDR sel
291         - 49  # NDRPDR sel
292
293     plot-vpp-nfv-3n-skx-mrr:
294       csit-vpp-perf-verify-2001-3n-skx:
295         - 50  # MRR sel
296
297     plot-dpdk-throughput-latency-3n-skx:
298       csit-dpdk-perf-verify-2001-3n-skx:
299         - 29  # NDRPDR sel xxv710
300         - 33  # NDRPDR sel xxv710
301         - 34  # NDRPDR sel xxv710
302         - 35  # NDRPDR sel xxv710
303         - 36  # NDRPDR sel xxv710
304         - 37  # NDRPDR sel xxv710
305         - 41  # NDRPDR sel xxv710
306         - 42  # NDRPDR sel xxv710
307         - 43  # NDRPDR sel xxv710
308         - 45  # NDRPDR sel xxv710
309         - 30  # NDRPDR sel x710
310         - 31  # NDRPDR sel x710
311         - 32  # NDRPDR sel x710
312         - 38  # NDRPDR sel x710
313         - 39  # NDRPDR sel x710
314         - 40  # NDRPDR sel x710
315         - 44  # NDRPDR sel x710
316         - 46  # NDRPDR sel x710
317         - 47  # NDRPDR sel x710
318         - 48  # NDRPDR sel x710
319
320     plot-dpdk-hdrh-lat-3n-skx:
321       csit-dpdk-perf-verify-2001-3n-skx:
322         - 29  # NDRPDR sel xxv710
323
324     # 2n-skx
325
326     plot-vpp-throughput-lat-tsa-2n-skx:
327       csit-vpp-perf-verify-2001-2n-skx:
328         - 92  # NDRPDR sel
329         - 93  # NDRPDR sel
330         - 94  # NDRPDR sel
331         - 95  # NDRPDR sel
332         - 96  # NDRPDR sel
333         - 97  # NDRPDR sel
334         - 98  # NDRPDR sel
335         - 99  # NDRPDR sel
336         - 100 # NDRPDR sel
337         - 102 # NDRPDR sel
338
339     plot-vpp-hdrh-lat-2n-skx:
340       csit-vpp-perf-verify-2001-2n-skx:
341         - 92  # NDRPDR sel
342
343     plot-vpp-http-server-performance:
344       csit-vpp-perf-verify-2001-2n-clx:
345         - 80  # TCP
346         - 82  # TCP
347         - 83  # TCP
348         - 85  # TCP
349         - 86  # TCP
350         - 87  # TCP
351         - 88  # TCP
352         - 89  # TCP
353         - 90  # TCP
354         - 91  # TCP
355
356     plot-vpp-soak-2n-skx:
357       # TODO: Replace the data
358       # csit-vpp-perf-verify-2001-2n-skx:
359       csit-vpp-perf-verify-1908-2n-skx:
360         - 83  # SOAK
361         - 86  # SOAK
362
363     plot-vpp-nfv-2n-skx-ndrpdr:
364       # TODO: Replace the data
365       csit-vpp-perf-verify-2001-2n-skx:
366         - 30  # NFV
367         - 31  # NFV
368
369     plot-vpp-nfv-2n-skx-mrr:
370       # TODO: Replace the data
371       # csit-vpp-perf-verify-2001-2n-skx:
372       csit-vpp-perf-verify-1908-2n-skx:
373         - 71  # NFV MRR
374
375     plot-vpp-nfv-reconf-2n-skx:
376       # TODO: Replace the data
377       # csit-vpp-perf-verify-2001-2n-skx:
378       csit-vpp-perf-verify-1908-2n-skx:
379         - 113 # NFV reconf sel
380         - 114 # NFV reconf sel
381         - 115 # NFV reconf sel
382
383     plot-dpdk-throughput-latency-2n-skx:
384       csit-dpdk-perf-verify-2001-2n-skx:
385         - 35  # NDRPDR sel xxv710
386         - 36  # NDRPDR sel xxv710
387         - 37  # NDRPDR sel xxv710
388         - 41  # NDRPDR sel xxv710
389         - 42  # NDRPDR sel xxv710
390         - 43  # NDRPDR sel xxv710
391         - 46  # NDRPDR sel xxv710
392         - 47  # NDRPDR sel xxv710
393         - 52  # NDRPDR sel xxv710
394         - 53  # NDRPDR sel xxv710
395         - 38  # NDRPDR sel x710
396         - 39  # NDRPDR sel x710
397         - 40  # NDRPDR sel x710
398         - 44  # NDRPDR sel x710
399         - 45  # NDRPDR sel x710
400         - 48  # NDRPDR sel x710
401         - 49  # NDRPDR sel x710
402         - 50  # NDRPDR sel x710
403         - 51  # NDRPDR sel x710
404         - 54  # NDRPDR sel x710
405
406     plot-dpdk-hdrh-lat-2n-skx:
407       csit-dpdk-perf-verify-2001-2n-skx:
408         - 35  # NDRPDR sel xxv710
409
410     # 2n-clx
411
412     plot-vpp-throughput-lat-tsa-2n-clx:
413       csit-vpp-perf-verify-2001-2n-clx:
414         - 28  # NDRPDR sel
415         - 29  # NDRPDR sel
416         - 32  # NDRPDR sel
417         - 40  # NDRPDR sel
418         - 43  # NDRPDR sel
419         - 44  # NDRPDR sel
420         - 45  # NDRPDR sel
421         - 47  # NDRPDR sel
422         - 48  # NDRPDR sel
423         - 49  # NDRPDR sel
424
425     plot-vpp-hdrh-lat-2n-clx:
426       csit-vpp-perf-verify-2001-2n-clx:
427         - 28  # NDRPDR sel
428
429     plot-vpp-nfv-2n-clx-ndrpdr:
430       csit-vpp-perf-verify-2001-2n-clx:
431         - 28  # NDRPDR sel
432         - 29  # NDRPDR sel
433         - 32  # NDRPDR sel
434         - 40  # NDRPDR sel
435         - 43  # NDRPDR sel
436         - 44  # NDRPDR sel
437         - 45  # NDRPDR sel
438         - 47  # NDRPDR sel
439         - 48  # NDRPDR sel
440         - 49  # NDRPDR sel
441
442     plot-vpp-nfv-2n-clx-mrr:
443       csit-vpp-perf-verify-2001-2n-clx:
444         - 39  # MRR
445
446     plot-vpp-nfv-reconf-2n-clx:
447       csit-vpp-perf-verify-2001-2n-clx:
448         - 68  # Reconf
449         - 69  # Reconf
450         - 70  # Reconf
451         - 71  # Reconf
452         - 72  # Reconf
453         - 73  # Reconf
454         - 74  # Reconf
455         - 75  # Reconf
456         - 76  # Reconf
457         - 77  # Reconf
458
459     plot-vpp-soak-2n-clx:
460       csit-vpp-perf-verify-2001-2n-clx:
461         - 93  # Soak
462         - 94  # Soak
463
464     plot-dpdk-throughput-latency-2n-clx:
465       csit-dpdk-perf-verify-2001-2n-clx:
466         - 15  # NDRPDR sel
467         - 16  # NDRPDR sel
468         - 17  # NDRPDR sel
469         - 18  # NDRPDR sel
470         - 19  # NDRPDR sel
471         - 20  # NDRPDR sel
472         - 21  # NDRPDR sel
473         - 22  # NDRPDR sel
474         - 23  # NDRPDR sel
475         - 24  # NDRPDR sel
476         - 25  # NDRPDR sel
477         - 26  # NDRPDR sel
478         - 27  # NDRPDR sel
479         - 28  # NDRPDR sel
480         - 29  # NDRPDR sel
481         - 30  # NDRPDR sel
482         - 31  # NDRPDR sel
483         - 32  # NDRPDR sel
484         - 33  # NDRPDR sel
485         - 34  # NDRPDR sel
486
487
488     plot-dpdk-hdrh-lat-2n-clx:
489       csit-dpdk-perf-verify-2001-2n-clx:
490         - 15  # NDRPDR sel
491
492     # 3n-tsh
493
494     plot-vpp-throughput-lat-tsa-3n-tsh:
495       csit-vpp-perf-verify-2001-3n-tsh:
496         - 3   # NDRPDR sel
497         - 4   # NDRPDR sel
498         - 7   # NDRPDR sel
499         - 8   # NDRPDR sel
500         - 10  # NDRPDR sel
501         - 12  # NDRPDR sel
502         - 13  # NDRPDR sel
503         - 14  # NDRPDR sel
504         - 15  # NDRPDR sel
505         - 21  # NDRPDR sel
506
507     plot-vpp-hdrh-lat-3n-tsh:
508       csit-vpp-perf-verify-2001-3n-tsh:
509         - 10  # NDRPDR sel
510
511     plot-dpdk-throughput-latency-3n-tsh:
512       csit-dpdk-perf-verify-2001-3n-tsh:
513         - 3   # NDRPDR sel
514         - 4   # NDRPDR sel
515         - 5   # NDRPDR sel
516         - 9   # NDRPDR sel
517         - 10  # NDRPDR sel
518         - 11  # NDRPDR sel
519         - 12  # NDRPDR sel
520         - 14  # NDRPDR sel
521         - 15  # NDRPDR sel
522         - 18  # NDRPDR sel
523
524     plot-dpdk-hdrh-lat-3n-tsh:
525       csit-dpdk-perf-verify-2001-3n-tsh:
526         - 3   # NDRPDR sel
527
528     # 3n-dnv
529
530     plot-vpp-throughput-lat-tsa-3n-dnv:
531       csit-vpp-perf-verify-2001-3n-dnv:
532         - 5   # NDRPDR sel
533         - 6   # NDRPDR sel
534         - 7   # NDRPDR sel
535         - 8   # NDRPDR sel
536         - 9   # NDRPDR sel
537         - 10  # NDRPDR sel
538         - 12  # NDRPDR sel
539         - 16  # NDRPDR sel
540         - 17  # NDRPDR sel
541         - 18  # NDRPDR sel
542
543     plot-dpdk-throughput-latency-3n-dnv:
544       csit-dpdk-perf-verify-2001-3n-dnv:
545         - 12  # NDRPDR sel
546         - 13  # NDRPDR sel
547         - 14  # NDRPDR sel
548         - 15  # NDRPDR sel
549         - 16  # NDRPDR sel
550         - 17  # NDRPDR sel
551         - 18  # NDRPDR sel
552         - 19  # NDRPDR sel
553         - 20  # NDRPDR sel
554         - 22  # NDRPDR sel
555
556     # 2n-dnv
557
558     plot-vpp-throughput-lat-tsa-2n-dnv:
559       csit-vpp-perf-verify-2001-2n-dnv:
560         - 4   # NDRPDR sel
561         - 5   # NDRPDR sel
562         - 6   # NDRPDR sel
563         - 7   # NDRPDR sel
564         - 8   # NDRPDR sel
565         - 9   # NDRPDR sel
566         - 10  # NDRPDR sel
567         - 11  # NDRPDR sel
568         - 13  # NDRPDR sel
569         - 16  # NDRPDR sel
570
571     plot-dpdk-throughput-latency-2n-dnv:
572       csit-dpdk-perf-verify-2001-2n-dnv:
573         - 9   # NDRPDR sel
574         - 10  # NDRPDR sel
575         - 11  # NDRPDR sel
576         - 12  # NDRPDR sel
577         - 13  # NDRPDR sel
578         - 14  # NDRPDR sel
579         - 15  # NDRPDR sel
580         - 16  # NDRPDR sel
581         - 17  # NDRPDR sel
582         - 18  # NDRPDR sel
583
584     ###########################################################################
585     # Simple tables (only one data set):
586
587     # NIC Comparisons
588
589     vpp-nic-comparison-3n-skx:
590       # TODO: Add the data
591       csit-vpp-perf-verify-2001-3n-skx:
592         - 45  # NDRPDR sel
593         - 46  # NDRPDR sel
594         - 47  # NDRPDR sel
595         - 48  # NDRPDR sel
596         - 49  # NDRPDR sel
597
598     vpp-nic-comparison-2n-skx:
599       csit-vpp-perf-verify-2001-2n-skx:
600         - 92  # NDRPDR sel
601         - 93  # NDRPDR sel
602         - 94  # NDRPDR sel
603         - 95  # NDRPDR sel
604         - 96  # NDRPDR sel
605         - 97  # NDRPDR sel
606         - 98  # NDRPDR sel
607         - 99  # NDRPDR sel
608         - 100 # NDRPDR sel
609         - 102 # NDRPDR sel
610
611     vpp-nic-comparison-3n-skx-mrr:
612       csit-vpp-perf-verify-2001-3n-skx:
613         - 50  # MRR sel
614
615     vpp-nic-comparison-2n-skx-mrr:
616       csit-vpp-perf-verify-2001-2n-skx:
617         - 101 # MRR sel
618
619     # Results
620
621     vpp-perf-results-3n-hsw:
622       csit-vpp-perf-verify-2001-3n-hsw:
623         - 18  # NDRPDR full
624         - 20  # NDRPDR full
625         - 28  # NDRPDR full
626         - 35  # NDRPDR full
627         - 42  # NDRPDR full
628         - 46  # NDRPDR full
629         - 47  # NDRPDR full
630         - 48  # NDRPDR full
631         - 49  # NDRPDR full
632         - 50  # NDRPDR full
633         - 51  # NDRPDR full
634         - 52  # NDRPDR full
635         - 53  # NDRPDR full
636         - 54  # NDRPDR full
637         - 55  # NDRPDR full
638         - 56  # NDRPDR full
639         - 57  # NDRPDR full
640         - 58  # NDRPDR full
641         - 59  # NDRPDR full
642         - 61  # NDRPDR full
643         - 62  # NDRPDR full
644         - 63  # NDRPDR full
645         - 64  # NDRPDR full
646         - 65  # NDRPDR full
647         - 67  # NDRPDR full
648         - 70  # NDRPDR full
649         - 72  # NDRPDR full
650         - 73  # NDRPDR full
651         - 76  # NDRPDR full
652         - 77  # NDRPDR full
653         - 78  # NDRPDR full
654         - 79  # NDRPDR full
655         - 81  # NDRPDR full
656         - 82  # NDRPDR full
657         - 84  # NDRPDR full
658         - 85  # NDRPDR full
659
660     vpp-perf-results-3n-skx:
661       # TODO: Replace
662       csit-vpp-perf-verify-2001-3n-skx:
663         - 47  # NDRPDR sel
664
665     vpp-perf-results-2n-skx:
666       csit-vpp-perf-verify-2001-2n-skx:
667         # TODO: Replace
668         - 92  # NDRPDR sel
669
670     vpp-perf-results-2n-clx:
671       csit-vpp-perf-verify-2001-2n-clx:
672         - 53  # NDRPDR full
673         - 54  # NDRPDR full
674         - 55  # NDRPDR full
675         - 56  # NDRPDR full
676         - 57  # NDRPDR full
677         - 58  # NDRPDR full
678         - 59  # NDRPDR full
679         - 60  # NDRPDR full
680         - 61  # NDRPDR full
681         - 62  # NDRPDR full
682         - 63  # NDRPDR full
683         - 64  # NDRPDR full
684         - 65  # NDRPDR full
685         - 66  # NDRPDR full
686         - 67  # NDRPDR full
687
688     vpp-perf-results-3n-tsh:
689       csit-vpp-perf-verify-2001-3n-tsh:
690         - 10  # NDRPDR sel
691
692     vpp-perf-results-3n-dnv:
693       csit-vpp-perf-verify-2001-3n-dnv:
694         - 19  # NDRPDR full
695         - 20  # NDRPDR full
696         - 21  # NDRPDR full
697         - 22  # NDRPDR full
698         - 23  # NDRPDR full
699         - 24  # NDRPDR full
700         - 25  # NDRPDR full
701         - 26  # NDRPDR full
702         - 37  # NDRPDR full
703         - 38  # NDRPDR full
704         - 39  # NDRPDR full
705
706     vpp-perf-results-2n-dnv:
707       csit-vpp-perf-verify-2001-2n-dnv:
708         - 21  # NDRPDR full
709         - 22  # NDRPDR full
710         - 25  # NDRPDR full
711         - 26  # NDRPDR full
712         - 27  # NDRPDR full
713         - 28  # NDRPDR full
714
715     vpp-mrr-results-3n-hsw:
716       csit-vpp-perf-verify-2001-3n-hsw:
717         - 17  # MRR sel
718
719     vpp-mrr-results-3n-skx:
720       csit-vpp-perf-verify-2001-3n-skx:
721         - 50  # MRR sel
722
723     vpp-mrr-results-2n-skx:
724       csit-vpp-perf-verify-2001-2n-skx:
725         - 101 # MRR sel
726
727     vpp-mrr-results-2n-clx:
728       csit-vpp-perf-verify-2001-2n-clx:
729         - 39  # MRR
730
731     vpp-mrr-results-3n-tsh:
732       csit-vpp-perf-verify-2001-3n-tsh:
733         - 9   # MRR sel
734
735     vpp-mrr-results-3n-dnv:
736       csit-vpp-perf-verify-2001-3n-dnv:
737         - 11  # MRR sel
738
739     vpp-mrr-results-2n-dnv:
740       csit-vpp-perf-verify-2001-2n-dnv:
741         - 12  # MRR sel
742
743     vpp-device-results-ubuntu:
744       csit-vpp-device-2001-ubuntu1804-1n-skx:
745         - 57
746
747     dpdk-perf-results-3n-hsw:
748       csit-dpdk-perf-verify-2001-3n-hsw:
749         - 25  # NDRPDR full
750         - 26  # NDRPDR full
751
752     dpdk-perf-results-3n-skx:
753       csit-dpdk-perf-verify-2001-3n-skx:
754         - 29  # NDRPDR sel xxv710
755         - 30  # NDRPDR sel x710
756
757     dpdk-perf-results-2n-skx:
758       csit-dpdk-perf-verify-2001-2n-skx:
759         - 35  # NDRPDR sel xxv710
760         - 38  # NDRPDR sel x710
761
762     dpdk-perf-results-2n-clx:
763       csit-dpdk-perf-verify-2001-2n-clx:
764         - 15  # NDRPDR sel
765         - 34  # NDRPDR sel
766
767     dpdk-perf-results-2n-dnv:
768       csit-dpdk-perf-verify-2001-2n-dnv:
769         - 16  # NDRPDR sel
770
771     dpdk-perf-results-3n-dnv:
772       csit-dpdk-perf-verify-2001-3n-dnv:
773         - 12  # NDRPDR sel
774
775     dpdk-perf-results-3n-tsh:
776       csit-dpdk-perf-verify-2001-3n-tsh:
777         - 3   # NDRPDR sel
778
779 ###########################################################################
780     # Tables (more than one data set)
781
782     # Performance changes
783
784     vpp-performance-changes-3n-hsw-h1:
785       csit-vpp-perf-verify-1904-3n-hsw:
786         - 11  # NDRPDR sel
787         - 12  # NDRPDR sel
788         - 20  # NDRPDR sel
789         - 21  # NDRPDR sel
790         - 23  # NDRPDR sel
791         - 24  # NDRPDR sel
792         - 25  # NDRPDR sel
793         - 26  # NDRPDR sel
794         - 29  # NDRPDR sel
795         - 30  # NDRPDR sel
796     vpp-performance-changes-3n-hsw-ref:
797       csit-vpp-perf-verify-1908-3n-hsw:
798         - 12  # NDRPDR sel
799         - 13  # NDRPDR sel
800         - 14  # NDRPDR sel
801         - 15  # NDRPDR sel
802         - 16  # NDRPDR sel
803         - 17  # NDRPDR sel
804         - 18  # NDRPDR sel
805         - 19  # NDRPDR sel
806         - 20  # NDRPDR sel
807         - 21  # NDRPDR sel
808     vpp-performance-changes-3n-hsw-cmp:
809       csit-vpp-perf-verify-2001-3n-hsw:
810         - 21  # NDRPDR sel
811         - 22  # NDRPDR sel
812         - 23  # NDRPDR sel
813         - 24  # NDRPDR sel
814         - 25  # NDRPDR sel
815         - 29  # NDRPDR sel
816         - 30  # NDRPDR sel
817         - 31  # NDRPDR sel
818         - 32  # NDRPDR sel
819         - 34  # NDRPDR sel
820     vpp-performance-changes-3n-hsw:
821       - "vpp-performance-changes-3n-hsw-h1"
822       - "vpp-performance-changes-3n-hsw-ref"
823       - "vpp-performance-changes-3n-hsw-cmp"
824
825     vpp-performance-changes-3n-skx-h1:
826       csit-vpp-perf-verify-1904-3n-skx:
827         - 8   # NDRPDR sel
828         - 9   # NDRPDR sel
829         - 10  # NDRPDR sel
830         - 11  # NDRPDR sel
831         - 12  # NDRPDR sel
832         - 14  # NDRPDR sel
833         - 16  # NDRPDR sel
834         - 21  # NDRPDR sel
835         - 23  # NDRPDR sel
836         - 25  # NDRPDR sel
837     vpp-performance-changes-3n-skx-ref:
838       csit-vpp-perf-verify-1908-3n-skx:
839         - 14  # NDRPDR sel
840         - 16  # NDRPDR sel
841         - 19  # NDRPDR sel
842         - 20  # NDRPDR sel
843         - 22  # NDRPDR sel
844         - 23  # NDRPDR sel
845         - 24  # NDRPDR sel
846         - 25  # NDRPDR sel
847         - 26  # NDRPDR sel
848         - 29  # NDRPDR sel
849     vpp-performance-changes-3n-skx-cmp:
850       # TODO: Add the data
851       csit-vpp-perf-verify-2001-3n-skx:
852         - 45  # NDRPDR sel
853         - 46  # NDRPDR sel
854         - 47  # NDRPDR sel
855         - 48  # NDRPDR sel
856         - 49  # NDRPDR sel
857     vpp-performance-changes-3n-skx:
858       - "vpp-performance-changes-3n-skx-h1"
859       - "vpp-performance-changes-3n-skx-ref"
860       - "vpp-performance-changes-3n-skx-cmp"
861
862     vpp-performance-changes-2n-skx-h1:
863       csit-vpp-perf-verify-1904-2n-skx:
864         - 12  # NDRPDR sel
865         - 14  # NDRPDR sel
866         - 16  # NDRPDR sel
867         - 17  # NDRPDR sel
868         - 18  # NDRPDR sel
869         - 21  # NDRPDR sel
870         - 27  # NDRPDR sel
871         - 30  # NDRPDR sel
872         - 31  # NDRPDR sel
873         - 32  # NDRPDR sel
874     vpp-performance-changes-2n-skx-ref:
875       csit-vpp-perf-verify-1908-2n-skx:
876         - 26  # NDRPDR sel
877         - 27  # NDRPDR sel
878         - 34  # NDRPDR sel
879         - 35  # NDRPDR sel
880         - 36  # NDRPDR sel
881         - 42  # NDRPDR sel
882         - 43  # NDRPDR sel
883         - 44  # NDRPDR sel
884         - 45  # NDRPDR sel
885         - 46  # NDRPDR sel
886     vpp-performance-changes-2n-skx-cmp:
887       csit-vpp-perf-verify-2001-2n-skx:
888         - 92  # NDRPDR sel
889         - 93  # NDRPDR sel
890         - 94  # NDRPDR sel
891         - 95  # NDRPDR sel
892         - 96  # NDRPDR sel
893         - 97  # NDRPDR sel
894         - 98  # NDRPDR sel
895         - 99  # NDRPDR sel
896         - 100 # NDRPDR sel
897         - 102 # NDRPDR sel
898     vpp-performance-changes-2n-skx:
899       - "vpp-performance-changes-2n-skx-h1"
900       - "vpp-performance-changes-2n-skx-ref"
901       - "vpp-performance-changes-2n-skx-cmp"
902
903     vpp-performance-changes-nfv-2n-skx-ref:
904       csit-vpp-perf-verify-1908-2n-skx:
905         - 22  # NFV
906         - 31  # NFV
907         - 32  # NFV
908     vpp-performance-changes-nfv-2n-skx-cmp:
909       # TODO: Add the data
910       csit-vpp-perf-verify-2001-2n-skx:
911         - 30  # NFV
912         - 31  # NFV
913     vpp-performance-changes-nfv-2n-skx:
914       - "vpp-performance-changes-nfv-2n-skx-ref"
915       - "vpp-performance-changes-nfv-2n-skx-cmp"
916
917     vpp-performance-changes-2n-dnv-ref:
918       csit-vpp-perf-verify-1908-2n-dnv:
919         - 1   # NDRPDR sel
920         - 2   # NDRPDR sel
921         - 3   # NDRPDR sel
922         - 4   # NDRPDR sel
923         - 5   # NDRPDR sel
924         - 6   # NDRPDR sel
925         - 7   # NDRPDR sel
926         - 8   # NDRPDR sel
927         - 9   # NDRPDR sel
928         - 10  # NDRPDR sel
929     vpp-performance-changes-2n-dnv-cmp:
930       csit-vpp-perf-verify-2001-2n-dnv:
931         - 4   # NDRPDR sel
932         - 5   # NDRPDR sel
933         - 6   # NDRPDR sel
934         - 7   # NDRPDR sel
935         - 8   # NDRPDR sel
936         - 9   # NDRPDR sel
937         - 10  # NDRPDR sel
938         - 11  # NDRPDR sel
939         - 13  # NDRPDR sel
940         - 16  # NDRPDR sel
941     vpp-performance-changes-2n-dnv:
942       - "vpp-performance-changes-2n-dnv-ref"
943       - "vpp-performance-changes-2n-dnv-cmp"
944
945     vpp-performance-changes-3n-dnv-ref:
946       csit-vpp-perf-verify-1908-3n-dnv:
947         - 6   # NDRPDR sel
948         - 7   # NDRPDR sel
949         - 8   # NDRPDR sel
950         - 9   # NDRPDR sel
951         - 10  # NDRPDR sel
952         - 12  # NDRPDR sel
953         - 13  # NDRPDR sel
954         - 14  # NDRPDR sel
955         - 15  # NDRPDR sel
956         - 16  # NDRPDR sel
957     vpp-performance-changes-3n-dnv-cmp:
958       csit-vpp-perf-verify-2001-3n-dnv:
959         - 5   # NDRPDR sel
960         - 6   # NDRPDR sel
961         - 7   # NDRPDR sel
962         - 8   # NDRPDR sel
963         - 9   # NDRPDR sel
964         - 10  # NDRPDR sel
965         - 12  # NDRPDR sel
966         - 16  # NDRPDR sel
967         - 17  # NDRPDR sel
968         - 18  # NDRPDR sel
969     vpp-performance-changes-3n-dnv:
970       - "vpp-performance-changes-3n-dnv-ref"
971       - "vpp-performance-changes-3n-dnv-cmp"
972
973     vpp-performance-changes-3n-tsh-ref:
974       csit-vpp-perf-verify-1908-3n-tsh:
975         - 7   # NDRPDR sel
976         - 8   # NDRPDR sel
977         - 9   # NDRPDR sel
978         - 10  # NDRPDR sel
979         - 11  # NDRPDR sel
980         - 12  # NDRPDR sel
981         - 13  # NDRPDR sel
982         - 14  # NDRPDR sel
983         - 15  # NDRPDR sel
984         - 16  # NDRPDR sel
985     vpp-performance-changes-3n-tsh-cmp:
986       csit-vpp-perf-verify-2001-3n-tsh:
987         - 3   # NDRPDR sel
988         - 4   # NDRPDR sel
989         - 7   # NDRPDR sel
990         - 8   # NDRPDR sel
991         - 10  # NDRPDR sel
992         - 12  # NDRPDR sel
993         - 13  # NDRPDR sel
994         - 14  # NDRPDR sel
995         - 15  # NDRPDR sel
996         - 21  # NDRPDR sel
997     vpp-performance-changes-3n-tsh:
998       - "vpp-performance-changes-3n-tsh-ref"
999       - "vpp-performance-changes-3n-tsh-cmp"
1000
1001     vpp-soak-vs-ndr-2n-skx-ref:
1002       csit-vpp-perf-verify-2001-2n-skx:
1003         - 92  # NDRPDR sel
1004         - 93  # NDRPDR sel
1005         - 94  # NDRPDR sel
1006         - 95  # NDRPDR sel
1007         - 96  # NDRPDR sel
1008         - 97  # NDRPDR sel
1009         - 98  # NDRPDR sel
1010         - 99  # NDRPDR sel
1011         - 100 # NDRPDR sel
1012         - 102 # NDRPDR sel
1013     vpp-soak-vs-ndr-2n-skx-cmp:
1014       # TODO: Replace
1015       # csit-vpp-perf-verify-2001-2n-skx:
1016       csit-vpp-perf-verify-1908-2n-skx:
1017         - 83  # SOAK
1018         - 86  # SOAK
1019     vpp-soak-vs-ndr-2n-skx:
1020       csit-vpp-perf-verify-2001-2n-skx:
1021         - 92  # NDRPDR sel
1022         - 93  # NDRPDR sel
1023         - 94  # NDRPDR sel
1024         - 95  # NDRPDR sel
1025         - 96  # NDRPDR sel
1026         - 97  # NDRPDR sel
1027         - 98  # NDRPDR sel
1028         - 99  # NDRPDR sel
1029         - 100 # NDRPDR sel
1030         - 102 # NDRPDR sel
1031         - 83  # SOAK
1032         - 86  # SOAK
1033
1034     vpp-soak-vs-ndr-2n-clx-ref:
1035       csit-vpp-perf-verify-2001-2n-clx:
1036         - 28  # NDRPDR sel
1037         - 29  # NDRPDR sel
1038         - 32  # NDRPDR sel
1039         - 40  # NDRPDR sel
1040         - 43  # NDRPDR sel
1041         - 44  # NDRPDR sel
1042         - 45  # NDRPDR sel
1043         - 47  # NDRPDR sel
1044         - 48  # NDRPDR sel
1045         - 49  # NDRPDR sel
1046     vpp-soak-vs-ndr-2n-clx-cmp:
1047       csit-vpp-perf-verify-2001-2n-clx:
1048         - 93  # SOAK
1049         - 94  # Soak
1050     vpp-soak-vs-ndr-2n-clx:
1051       csit-vpp-perf-verify-2001-2n-clx:
1052         - 28  # NDRPDR sel
1053         - 29  # NDRPDR sel
1054         - 32  # NDRPDR sel
1055         - 40  # NDRPDR sel
1056         - 43  # NDRPDR sel
1057         - 44  # NDRPDR sel
1058         - 45  # NDRPDR sel
1059         - 47  # NDRPDR sel
1060         - 48  # NDRPDR sel
1061         - 49  # NDRPDR sel
1062         - 93  # SOAK
1063         - 94  # Soak
1064
1065     vpp-performance-changes-3n-hsw-mrr-h1:
1066       csit-vpp-perf-verify-1904-3n-hsw:
1067         - 9   # MRR sel
1068     vpp-performance-changes-3n-hsw-mrr-ref:
1069       csit-vpp-perf-verify-1908-3n-hsw:
1070         - 39  # MRR sel
1071     vpp-performance-changes-3n-hsw-mrr-cmp:
1072       csit-vpp-perf-verify-2001-3n-hsw:
1073         - 17  # MRR sel
1074     vpp-performance-changes-3n-hsw-mrr:
1075       - "vpp-performance-changes-3n-hsw-mrr-h1"
1076       - "vpp-performance-changes-3n-hsw-mrr-ref"
1077       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1078
1079     vpp-performance-changes-3n-skx-mrr-h1:
1080       csit-vpp-perf-verify-1904-3n-skx:
1081         - 7   # MRR sel
1082     vpp-performance-changes-3n-skx-mrr-ref:
1083       csit-vpp-perf-verify-1908-3n-skx:
1084         - 36  # MRR sel
1085     vpp-performance-changes-3n-skx-mrr-cmp:
1086       csit-vpp-perf-verify-2001-3n-skx:
1087         - 50  # MRR sel
1088     vpp-performance-changes-3n-skx-mrr:
1089       - "vpp-performance-changes-3n-skx-mrr-h1"
1090       - "vpp-performance-changes-3n-skx-mrr-ref"
1091       - "vpp-performance-changes-3n-skx-mrr-cmp"
1092
1093     vpp-performance-changes-2n-skx-mrr-h1:
1094       csit-vpp-perf-verify-1904-2n-skx:
1095         - 11  # MRR sel
1096     vpp-performance-changes-2n-skx-mrr-ref:
1097       csit-vpp-perf-verify-1908-2n-skx:
1098         - 69  # MRR sel
1099     vpp-performance-changes-2n-skx-mrr-cmp:
1100       csit-vpp-perf-verify-2001-2n-skx:
1101         - 101 # MRR sel
1102     vpp-performance-changes-2n-skx-mrr:
1103       - "vpp-performance-changes-2n-skx-mrr-h1"
1104       - "vpp-performance-changes-2n-skx-mrr-ref"
1105       - "vpp-performance-changes-2n-skx-mrr-cmp"
1106
1107     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1108       csit-vpp-perf-verify-1908-2n-skx:
1109         - 71  # NFV MRR
1110     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1111       # TODO: Replace
1112       # csit-vpp-perf-verify-2001-2n-skx:
1113       csit-vpp-perf-verify-1908-2n-skx:
1114         - 71  # NFV MRR
1115     vpp-performance-changes-nfv-2n-skx-mrr:
1116       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1117       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1118
1119     vpp-performance-changes-2n-dnv-mrr-ref:
1120       csit-vpp-perf-verify-1908-2n-dnv:
1121         - 11  # MRR sel
1122     vpp-performance-changes-2n-dnv-mrr-cmp:
1123       csit-vpp-perf-verify-2001-2n-dnv:
1124         - 12  # MRR sel
1125     vpp-performance-changes-2n-dnv-mrr:
1126       - "vpp-performance-changes-2n-dnv-mrr-ref"
1127       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1128
1129     vpp-performance-changes-3n-dnv-mrr-ref:
1130       csit-vpp-perf-verify-1908-3n-dnv:
1131         - 17  # MRR sel
1132     vpp-performance-changes-3n-dnv-mrr-cmp:
1133       csit-vpp-perf-verify-2001-3n-dnv:
1134         - 11  # MRR sel
1135     vpp-performance-changes-3n-dnv-mrr:
1136       - "vpp-performance-changes-3n-dnv-mrr-ref"
1137       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1138
1139     vpp-performance-changes-3n-tsh-mrr-ref:
1140       csit-vpp-perf-verify-1908-3n-tsh:
1141         - 17  # MRR sel
1142     vpp-performance-changes-3n-tsh-mrr-cmp:
1143       csit-vpp-perf-verify-2001-3n-tsh:
1144         - 9   # MRR sel
1145     vpp-performance-changes-3n-tsh-mrr:
1146       - "vpp-performance-changes-3n-tsh-mrr-ref"
1147       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1148
1149     dpdk-performance-changes-3n-hsw-h1:
1150       csit-dpdk-perf-verify-1904-3n-hsw:
1151         - 2   # NDRPDR sel
1152         - 3   # NDRPDR sel
1153         - 5   # NDRPDR sel
1154         - 6   # NDRPDR sel
1155         - 13  # NDRPDR sel
1156         - 14  # NDRPDR sel
1157         - 15  # NDRPDR sel
1158         - 18  # NDRPDR sel
1159         - 19  # NDRPDR sel
1160         - 20  # NDRPDR sel
1161     dpdk-performance-changes-3n-hsw-ref:
1162       csit-dpdk-perf-verify-1908-3n-hsw:
1163         - 2   # NDRPDR sel
1164         - 3   # NDRPDR sel
1165         - 4   # NDRPDR sel
1166         - 5   # NDRPDR sel
1167         - 6   # NDRPDR sel
1168         - 7   # NDRPDR sel
1169         - 8   # NDRPDR sel
1170         - 9   # NDRPDR sel
1171         - 10  # NDRPDR sel
1172         - 11  # NDRPDR sel
1173     dpdk-performance-changes-3n-hsw-cmp:
1174       csit-dpdk-perf-verify-2001-3n-hsw:
1175 #        - 4   # NDRPDR sel
1176 #        - 5   # NDRPDR sel
1177 #        - 6   # NDRPDR sel
1178 #        - 7   # NDRPDR sel
1179 #        - 8   # NDRPDR sel
1180 #        - 9   # NDRPDR sel
1181 #        - 10  # NDRPDR sel
1182 #        - 11  # NDRPDR sel
1183 #        - 12  # NDRPDR sel
1184 #        - 13  # NDRPDR sel
1185         - 15  # NDRPDR sel
1186         - 16  # NDRPDR sel
1187         - 17  # NDRPDR sel
1188         - 18  # NDRPDR sel
1189         - 19  # NDRPDR sel
1190         - 20  # NDRPDR sel
1191         - 21  # NDRPDR sel
1192         - 22  # NDRPDR sel
1193         - 23  # NDRPDR sel
1194         - 24  # NDRPDR sel
1195     dpdk-performance-changes-3n-hsw:
1196       - "dpdk-performance-changes-3n-hsw-h1"
1197       - "dpdk-performance-changes-3n-hsw-ref"
1198       - "dpdk-performance-changes-3n-hsw-cmp"
1199
1200     dpdk-performance-changes-3n-skx-h1:
1201       csit-dpdk-perf-verify-1904-3n-skx:
1202         - 2   # NDRPDR sel
1203         - 3   # NDRPDR sel
1204         - 4   # NDRPDR sel
1205         - 5   # NDRPDR sel
1206         - 6   # NDRPDR sel
1207         - 7   # NDRPDR sel
1208         - 11  # NDRPDR sel
1209         - 12  # NDRPDR sel
1210         - 13  # NDRPDR sel
1211         - 14  # NDRPDR sel
1212     dpdk-performance-changes-3n-skx-ref:
1213       csit-dpdk-perf-verify-1908-3n-skx:
1214         - 3   # NDRPDR sel
1215         - 4   # NDRPDR sel
1216         - 5   # NDRPDR sel
1217         - 6   # NDRPDR sel
1218         - 7   # NDRPDR sel
1219         - 8   # NDRPDR sel
1220         - 9   # NDRPDR sel
1221         - 10  # NDRPDR sel
1222         - 11  # NDRPDR sel
1223         - 12  # NDRPDR sel
1224     dpdk-performance-changes-3n-skx-cmp:
1225       csit-dpdk-perf-verify-2001-3n-skx:
1226         - 29  # NDRPDR sel xxv710
1227         - 33  # NDRPDR sel xxv710
1228         - 34  # NDRPDR sel xxv710
1229         - 35  # NDRPDR sel xxv710
1230         - 36  # NDRPDR sel xxv710
1231         - 37  # NDRPDR sel xxv710
1232         - 41  # NDRPDR sel xxv710
1233         - 42  # NDRPDR sel xxv710
1234         - 43  # NDRPDR sel xxv710
1235         - 45  # NDRPDR sel xxv710
1236         - 30  # NDRPDR sel x710
1237         - 31  # NDRPDR sel x710
1238         - 32  # NDRPDR sel x710
1239         - 38  # NDRPDR sel x710
1240         - 39  # NDRPDR sel x710
1241         - 40  # NDRPDR sel x710
1242         - 44  # NDRPDR sel x710
1243         - 46  # NDRPDR sel x710
1244         - 47  # NDRPDR sel x710
1245         - 48  # NDRPDR sel x710
1246     dpdk-performance-changes-3n-skx:
1247       - "dpdk-performance-changes-3n-skx-h1"
1248       - "dpdk-performance-changes-3n-skx-ref"
1249       - "dpdk-performance-changes-3n-skx-cmp"
1250
1251     dpdk-performance-changes-2n-skx-h1:
1252       csit-dpdk-perf-verify-1904-2n-skx:
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 7   # NDRPDR sel
1258         - 8   # NDRPDR sel
1259         - 9   # NDRPDR sel
1260         - 10  # NDRPDR sel
1261         - 11  # NDRPDR sel
1262         - 12  # NDRPDR sel
1263     dpdk-performance-changes-2n-skx-ref:
1264       csit-dpdk-perf-verify-1908-2n-skx:
1265         - 2   # NDRPDR sel
1266         - 3   # NDRPDR sel
1267         - 4   # NDRPDR sel
1268         - 5   # NDRPDR sel
1269         - 7   # NDRPDR sel
1270         - 8   # NDRPDR sel
1271         - 9   # NDRPDR sel
1272         - 10  # NDRPDR sel
1273         - 11  # NDRPDR sel
1274         - 12  # NDRPDR sel
1275     dpdk-performance-changes-2n-skx-cmp:
1276       csit-dpdk-perf-verify-2001-2n-skx:
1277         - 35  # NDRPDR sel xxv710
1278         - 36  # NDRPDR sel xxv710
1279         - 37  # NDRPDR sel xxv710
1280         - 41  # NDRPDR sel xxv710
1281         - 42  # NDRPDR sel xxv710
1282         - 43  # NDRPDR sel xxv710
1283         - 46  # NDRPDR sel xxv710
1284         - 47  # NDRPDR sel xxv710
1285         - 52  # NDRPDR sel xxv710
1286         - 53  # NDRPDR sel xxv710
1287         - 38  # NDRPDR sel x710
1288         - 39  # NDRPDR sel x710
1289         - 40  # NDRPDR sel x710
1290         - 44  # NDRPDR sel x710
1291         - 45  # NDRPDR sel x710
1292         - 48  # NDRPDR sel x710
1293         - 49  # NDRPDR sel x710
1294         - 50  # NDRPDR sel x710
1295         - 51  # NDRPDR sel x710
1296         - 54  # NDRPDR sel x710
1297     dpdk-performance-changes-2n-skx:
1298       - "dpdk-performance-changes-2n-skx-h1"
1299       - "dpdk-performance-changes-2n-skx-ref"
1300       - "dpdk-performance-changes-2n-skx-cmp"
1301
1302     # Compare testbeds
1303
1304     vpp-compare-testbeds-ref:
1305       csit-vpp-perf-verify-2001-3n-hsw:
1306         - 21  # NDRPDR sel
1307         - 22  # NDRPDR sel
1308         - 23  # NDRPDR sel
1309         - 24  # NDRPDR sel
1310         - 25  # NDRPDR sel
1311         - 29  # NDRPDR sel
1312         - 30  # NDRPDR sel
1313         - 31  # NDRPDR sel
1314         - 32  # NDRPDR sel
1315         - 34  # NDRPDR sel
1316     vpp-compare-testbeds-cmp:
1317       # TODO: Add the data
1318       csit-vpp-perf-verify-2001-3n-skx:
1319         - 45  # NDRPDR sel
1320         - 46  # NDRPDR sel
1321         - 47  # NDRPDR sel
1322         - 48  # NDRPDR sel
1323         - 49  # NDRPDR sel
1324     vpp-compare-testbeds:
1325       - "vpp-compare-testbeds-ref"
1326       - "vpp-compare-testbeds-cmp"
1327
1328     vpp-compare-testbeds-skx-clx-ref:
1329       # TODO: Add the data
1330       csit-vpp-perf-verify-2001-2n-skx:
1331         - 92  # NDRPDR sel
1332         - 93  # NDRPDR sel
1333         - 94  # NDRPDR sel
1334         - 95  # NDRPDR sel
1335         - 96  # NDRPDR sel
1336         - 97  # NDRPDR sel
1337         - 98  # NDRPDR sel
1338         - 99  # NDRPDR sel
1339         - 100 # NDRPDR sel
1340         - 102 # NDRPDR sel
1341     vpp-compare-testbeds-skx-clx-cmp:
1342       csit-vpp-perf-verify-2001-2n-clx:
1343         - 28  # NDRPDR sel
1344         - 29  # NDRPDR sel
1345         - 32  # NDRPDR sel
1346         - 40  # NDRPDR sel
1347         - 43  # NDRPDR sel
1348         - 44  # NDRPDR sel
1349         - 45  # NDRPDR sel
1350         - 47  # NDRPDR sel
1351         - 48  # NDRPDR sel
1352         - 49  # NDRPDR sel
1353     vpp-compare-testbeds-skx-clx:
1354       - "vpp-compare-testbeds-skx-clx-ref"
1355       - "vpp-compare-testbeds-skx-clx-cmp"
1356
1357     vpp-compare-testbeds-hsw-clx-ref:
1358       csit-vpp-perf-verify-2001-3n-hsw:
1359         - 21  # NDRPDR sel
1360         - 22  # NDRPDR sel
1361         - 23  # NDRPDR sel
1362         - 24  # NDRPDR sel
1363         - 25  # NDRPDR sel
1364         - 29  # NDRPDR sel
1365         - 30  # NDRPDR sel
1366         - 31  # NDRPDR sel
1367         - 32  # NDRPDR sel
1368         - 34  # NDRPDR sel
1369     vpp-compare-testbeds-hsw-clx-cmp:
1370       csit-vpp-perf-verify-2001-2n-clx:
1371         - 28  # NDRPDR sel
1372         - 29  # NDRPDR sel
1373         - 32  # NDRPDR sel
1374         - 40  # NDRPDR sel
1375         - 43  # NDRPDR sel
1376         - 44  # NDRPDR sel
1377         - 45  # NDRPDR sel
1378         - 47  # NDRPDR sel
1379         - 48  # NDRPDR sel
1380         - 49  # NDRPDR sel
1381     vpp-compare-testbeds-hsw-clx:
1382       - "vpp-compare-testbeds-hsw-clx-ref"
1383       - "vpp-compare-testbeds-hsw-clx-cmp"
1384
1385     vpp-compare-testbeds-mrr-ref:
1386       csit-vpp-perf-verify-2001-3n-hsw:
1387         - 17  # MRR sel
1388     vpp-compare-testbeds-mrr-cmp:
1389       csit-vpp-perf-verify-2001-3n-skx:
1390         - 50  # MRR sel
1391     vpp-compare-testbeds-mrr:
1392       - "vpp-compare-testbeds-mrr-ref"
1393       - "vpp-compare-testbeds-mrr-cmp"
1394
1395     vpp-compare-testbeds-mrr-skx-clx-ref:
1396       csit-vpp-perf-verify-2001-2n-skx:
1397         - 101 # MRR sel
1398     vpp-compare-testbeds-mrr-skx-clx-cmp:
1399       csit-vpp-perf-verify-2001-2n-clx:
1400         - 39  # MRR
1401     vpp-compare-testbeds-mrr-skx-clx:
1402       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1403       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1404
1405     vpp-compare-testbeds-mrr-hsw-clx-ref:
1406       csit-vpp-perf-verify-2001-3n-hsw:
1407         - 17  # MRR sel
1408     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1409       csit-vpp-perf-verify-2001-2n-clx:
1410         - 39  # MRR
1411     vpp-compare-testbeds-mrr-hsw-clx:
1412       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1413       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1414
1415     dpdk-compare-testbeds-ref:
1416       csit-dpdk-perf-verify-2001-3n-hsw:
1417         - 4   # NDRPDR sel
1418         - 5   # NDRPDR sel
1419         - 6   # NDRPDR sel
1420         - 7   # NDRPDR sel
1421         - 8   # NDRPDR sel
1422         - 9   # NDRPDR sel
1423         - 10  # NDRPDR sel
1424         - 11  # NDRPDR sel
1425         - 12  # NDRPDR sel
1426         - 13  # NDRPDR sel
1427         - 15  # NDRPDR sel
1428         - 16  # NDRPDR sel
1429         - 17  # NDRPDR sel
1430         - 18  # NDRPDR sel
1431         - 19  # NDRPDR sel
1432         - 20  # NDRPDR sel
1433         - 21  # NDRPDR sel
1434         - 22  # NDRPDR sel
1435         - 23  # NDRPDR sel
1436         - 24  # NDRPDR sel
1437     dpdk-compare-testbeds-cmp:
1438       csit-dpdk-perf-verify-2001-3n-skx:
1439         - 29  # NDRPDR sel xxv710
1440         - 33  # NDRPDR sel xxv710
1441         - 34  # NDRPDR sel xxv710
1442         - 35  # NDRPDR sel xxv710
1443         - 36  # NDRPDR sel xxv710
1444         - 37  # NDRPDR sel xxv710
1445         - 41  # NDRPDR sel xxv710
1446         - 42  # NDRPDR sel xxv710
1447         - 43  # NDRPDR sel xxv710
1448         - 45  # NDRPDR sel xxv710
1449         - 30  # NDRPDR sel x710
1450         - 31  # NDRPDR sel x710
1451         - 32  # NDRPDR sel x710
1452         - 38  # NDRPDR sel x710
1453         - 39  # NDRPDR sel x710
1454         - 40  # NDRPDR sel x710
1455         - 44  # NDRPDR sel x710
1456         - 46  # NDRPDR sel x710
1457         - 47  # NDRPDR sel x710
1458         - 48  # NDRPDR sel x710
1459     dpdk-compare-testbeds:
1460       - "dpdk-compare-testbeds-ref"
1461       - "dpdk-compare-testbeds-cmp"
1462
1463     dpdk-compare-testbeds-skx-clx-ref:
1464       csit-dpdk-perf-verify-2001-2n-skx:
1465         - 35  # NDRPDR sel xxv710
1466         - 36  # NDRPDR sel xxv710
1467         - 37  # NDRPDR sel xxv710
1468         - 41  # NDRPDR sel xxv710
1469         - 42  # NDRPDR sel xxv710
1470         - 43  # NDRPDR sel xxv710
1471         - 46  # NDRPDR sel xxv710
1472         - 47  # NDRPDR sel xxv710
1473         - 52  # NDRPDR sel xxv710
1474         - 53  # NDRPDR sel xxv710
1475         - 38  # NDRPDR sel x710
1476         - 39  # NDRPDR sel x710
1477         - 40  # NDRPDR sel x710
1478         - 44  # NDRPDR sel x710
1479         - 45  # NDRPDR sel x710
1480         - 48  # NDRPDR sel x710
1481         - 49  # NDRPDR sel x710
1482         - 50  # NDRPDR sel x710
1483         - 51  # NDRPDR sel x710
1484         - 54  # NDRPDR sel x710
1485     dpdk-compare-testbeds-skx-clx-cmp:
1486       csit-dpdk-perf-verify-2001-2n-clx:
1487         - 15  # NDRPDR sel
1488         - 16  # NDRPDR sel
1489         - 17  # NDRPDR sel
1490         - 18  # NDRPDR sel
1491         - 19  # NDRPDR sel
1492         - 20  # NDRPDR sel
1493         - 21  # NDRPDR sel
1494         - 22  # NDRPDR sel
1495         - 23  # NDRPDR sel
1496         - 24  # NDRPDR sel
1497         - 25  # NDRPDR sel
1498         - 26  # NDRPDR sel
1499         - 27  # NDRPDR sel
1500         - 28  # NDRPDR sel
1501         - 29  # NDRPDR sel
1502         - 30  # NDRPDR sel
1503         - 31  # NDRPDR sel
1504         - 32  # NDRPDR sel
1505         - 33  # NDRPDR sel
1506         - 34  # NDRPDR sel
1507
1508     dpdk-compare-testbeds-skx-clx:
1509       - "dpdk-compare-testbeds-skx-clx-ref"
1510       - "dpdk-compare-testbeds-skx-clx-cmp"
1511
1512     # Compare topologies
1513
1514     vpp-compare-topologies-ref:
1515       # TODO: Add the data
1516       csit-vpp-perf-verify-2001-3n-skx:
1517         - 45  # NDRPDR sel
1518         - 46  # NDRPDR sel
1519         - 47  # NDRPDR sel
1520         - 48  # NDRPDR sel
1521         - 49  # NDRPDR sel
1522     vpp-compare-topologies-cmp:
1523       # TODO: Add the data
1524       csit-vpp-perf-verify-2001-2n-skx:
1525         - 92  # NDRPDR sel
1526         - 93  # NDRPDR sel
1527         - 94  # NDRPDR sel
1528         - 95  # NDRPDR sel
1529         - 96  # NDRPDR sel
1530         - 97  # NDRPDR sel
1531         - 98  # NDRPDR sel
1532         - 99  # NDRPDR sel
1533         - 100 # NDRPDR sel
1534         - 102 # NDRPDR sel
1535     vpp-compare-topologies:
1536       - "vpp-compare-topologies-ref"
1537       - "vpp-compare-topologies-cmp"
1538
1539     vpp-compare-topologies-mrr-ref:
1540       csit-vpp-perf-verify-2001-3n-skx:
1541         - 50  # MRR sel
1542     vpp-compare-topologies-mrr-cmp:
1543       csit-vpp-perf-verify-2001-2n-skx:
1544         - 101 # MRR sel
1545     vpp-compare-topologies-mrr:
1546       - "vpp-compare-topologies-mrr-ref"
1547       - "vpp-compare-topologies-mrr-cmp"
1548
1549     dpdk-compare-topologies-ref:
1550       csit-dpdk-perf-verify-2001-3n-skx:
1551         - 29  # NDRPDR sel xxv710
1552         - 33  # NDRPDR sel xxv710
1553         - 34  # NDRPDR sel xxv710
1554         - 35  # NDRPDR sel xxv710
1555         - 36  # NDRPDR sel xxv710
1556         - 37  # NDRPDR sel xxv710
1557         - 41  # NDRPDR sel xxv710
1558         - 42  # NDRPDR sel xxv710
1559         - 43  # NDRPDR sel xxv710
1560         - 45  # NDRPDR sel xxv710
1561         - 30  # NDRPDR sel x710
1562         - 31  # NDRPDR sel x710
1563         - 32  # NDRPDR sel x710
1564         - 38  # NDRPDR sel x710
1565         - 39  # NDRPDR sel x710
1566         - 40  # NDRPDR sel x710
1567         - 44  # NDRPDR sel x710
1568         - 46  # NDRPDR sel x710
1569         - 47  # NDRPDR sel x710
1570         - 48  # NDRPDR sel x710
1571     dpdk-compare-topologies-cmp:
1572       csit-dpdk-perf-verify-2001-2n-skx:
1573         - 35  # NDRPDR sel xxv710
1574         - 36  # NDRPDR sel xxv710
1575         - 37  # NDRPDR sel xxv710
1576         - 41  # NDRPDR sel xxv710
1577         - 42  # NDRPDR sel xxv710
1578         - 43  # NDRPDR sel xxv710
1579         - 46  # NDRPDR sel xxv710
1580         - 47  # NDRPDR sel xxv710
1581         - 52  # NDRPDR sel xxv710
1582         - 53  # NDRPDR sel xxv710
1583         - 38  # NDRPDR sel x710
1584         - 39  # NDRPDR sel x710
1585         - 40  # NDRPDR sel x710
1586         - 44  # NDRPDR sel x710
1587         - 45  # NDRPDR sel x710
1588         - 48  # NDRPDR sel x710
1589         - 49  # NDRPDR sel x710
1590         - 50  # NDRPDR sel x710
1591         - 51  # NDRPDR sel x710
1592         - 54  # NDRPDR sel x710
1593     dpdk-compare-topologies:
1594       - "dpdk-compare-topologies-ref"
1595       - "dpdk-compare-topologies-cmp"
1596
1597   plot-layouts:
1598
1599     plot-soak-throughput:
1600       titlefont:
1601         size: 18
1602       xaxis:
1603         title: "<b>Test Cases [Index]</b>"
1604         titlefont:
1605           size: 16
1606         autorange: True
1607         fixedrange: False
1608         gridcolor: "rgb(230, 230, 230)"
1609         linecolor: "rgb(220, 220, 220)"
1610         linewidth: 1
1611         showgrid: True
1612         showline: True
1613         showticklabels: True
1614         tickcolor: "rgb(220, 220, 220)"
1615         tickmode: "linear"
1616         tickfont:
1617           size: 16
1618         zeroline: False
1619       yaxis:
1620         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1621         titlefont:
1622           size: 16
1623         gridcolor: "rgb(230, 230, 230)"
1624         hoverformat: ".4r"
1625         tickformat: ".3r"
1626         linecolor: "rgb(220, 220, 220)"
1627         linewidth: 1
1628         showgrid: True
1629         showline: True
1630         showticklabels: True
1631         tickcolor: "rgb(220, 220, 220)"
1632         tickfont:
1633           size: 16
1634         zeroline: False
1635         range: [0,50]
1636       autosize: False
1637       margin:
1638         t: 50
1639         b: 0
1640         l: 80
1641         r: 20
1642       showlegend: True
1643       legend:
1644         orientation: "h"
1645         font:
1646           size: 16
1647       width: 700
1648       height: 900
1649       paper_bgcolor: "#fff"
1650       plot_bgcolor: "#fff"
1651       hoverlabel:
1652         namelength: -1
1653
1654     plot-service-density:
1655       titlefont:
1656         size: 18
1657       xaxis:
1658         side: "top"
1659         autorange: True
1660         fixedrange: False
1661         showgrid: False
1662         showline: False
1663         showticklabels: False
1664         ticks: ""
1665         ticklen: 0
1666         tickwidth: 0
1667         zeroline: False
1668       yaxis:
1669         autorange: "reversed"
1670         showgrid: False
1671         showline: False
1672         showticklabels: False
1673         ticks: ""
1674         ticklen: 0
1675         tickwidth: 0
1676         zeroline: False
1677       showlegend: False
1678       paper_bgcolor: "#fff"
1679       plot_bgcolor: "#fff"
1680       width: 700
1681       height: 700
1682       hoverlabel:
1683         namelength: -1
1684
1685     plot-cps:
1686       titlefont:
1687         size: 18
1688       xaxis:
1689         title: "<b>Test Cases [Index]</b>"
1690         titlefont:
1691           size: 16
1692         autorange: True
1693         fixedrange: False
1694         gridcolor: "rgb(230, 230, 230)"
1695         linecolor: "rgb(220, 220, 220)"
1696         linewidth: 1
1697         showgrid: True
1698         showline: True
1699         showticklabels: True
1700         tickcolor: "rgb(220, 220, 220)"
1701         tickmode: "linear"
1702         tickfont:
1703           size: 16
1704         zeroline: False
1705       yaxis:
1706         title: "<b>Connections Per Second [cps]</b>"
1707         titlefont:
1708           size: 16
1709         gridcolor: "rgb(230, 230, 230)"
1710         hoverformat: ".4s"
1711         linecolor: "rgb(220, 220, 220)"
1712         linewidth: 1
1713         rangemode: "tozero"
1714         showgrid: True
1715         showline: True
1716         showticklabels: True
1717         tickcolor: "rgb(220, 220, 220)"
1718         tickformat: ".3s"
1719         tickfont:
1720           size: 16
1721         zeroline: False
1722       boxmode: "group"
1723       boxgroupgap: 0.5
1724       autosize: False
1725       margin:
1726         t: 50
1727         b: 20
1728         l: 80
1729         r: 20
1730       showlegend: True
1731       legend:
1732         orientation: "h"
1733         font:
1734           size: 16
1735       width: 700
1736       height: 800
1737       paper_bgcolor: "#fff"
1738       plot_bgcolor: "#fff"
1739       hoverlabel:
1740         namelength: -1
1741
1742     plot-rps:
1743       titlefont:
1744         size: 18
1745       xaxis:
1746         title: "<b>Test Cases [Index]</b>"
1747         titlefont:
1748           size: 16
1749         autorange: True
1750         fixedrange: False
1751         gridcolor: "rgb(230, 230, 230)"
1752         linecolor: "rgb(220, 220, 220)"
1753         linewidth: 1
1754         showgrid: True
1755         showline: True
1756         showticklabels: True
1757         tickcolor: "rgb(220, 220, 220)"
1758         tickmode: "linear"
1759         tickfont:
1760           size: 16
1761         zeroline: False
1762       yaxis:
1763         title: "<b>Requests Per Second [rps]</b>"
1764         titlefont:
1765           size: 16
1766         gridcolor: "rgb(230, 230, 230)"
1767         hoverformat: ".4s"
1768         linecolor: "rgb(220, 220, 220)"
1769         linewidth: 1
1770         rangemode: "tozero"
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(230, 230, 230)"
1775         tickformat: ".3s"
1776         tickfont:
1777           size: 16
1778         zeroline: False
1779       boxmode: "group"
1780       boxgroupgap: 0.5
1781       autosize: False
1782       margin:
1783         t: 50
1784         b: 20
1785         l: 80
1786         r: 20
1787       showlegend: True
1788       legend:
1789         orientation: "h"
1790         font:
1791           size: 16
1792       width: 700
1793       height: 800
1794       paper_bgcolor: "#fff"
1795       plot_bgcolor: "#fff"
1796       hoverlabel:
1797         namelength: -1
1798
1799     plot-hoststack:
1800       titlefont:
1801         size: 16
1802       xaxis:
1803         title: "<b>Test Cases [Index]</b>"
1804         titlefont:
1805           size: 14
1806         autorange: True
1807         fixedrange: False
1808         gridcolor: "rgb(230, 230, 230)"
1809         linecolor: "rgb(220, 220, 220)"
1810         linewidth: 1
1811         showgrid: True
1812         showline: True
1813         showticklabels: True
1814         tickcolor: "rgb(220, 220, 220)"
1815         tickmode: "linear"
1816         tickfont:
1817           size: 14
1818         zeroline: False
1819       yaxis:
1820         title: "<b>Bandwidth [Gbps]</b>"
1821         titlefont:
1822           size: 14
1823         gridcolor: "rgb(230, 230, 230)"
1824         hoverformat: ".4s"
1825         linecolor: "rgb(220, 220, 220)"
1826         linewidth: 1
1827         rangemode: "tozero"
1828         showgrid: True
1829         showline: True
1830         showticklabels: True
1831         tickcolor: "rgb(230, 230, 230)"
1832         tickformat: ".3s"
1833         tickfont:
1834           size: 14
1835         zeroline: False
1836       boxmode: "group"
1837       boxgroupgap: 0.5
1838       autosize: False
1839       margin:
1840         t: 50
1841         b: 20
1842         l: 80
1843         r: 20
1844       showlegend: True
1845       legend:
1846         orientation: "h"
1847         font:
1848           size: 14
1849       width: 700
1850       height: 800
1851       paper_bgcolor: "#fff"
1852       plot_bgcolor: "#fff"
1853       hoverlabel:
1854         namelength: -1
1855
1856     plot-throughput:
1857       titlefont:
1858         size: 18
1859       xaxis:
1860         title: "<b>Test Cases [Index]</b>"
1861         titlefont:
1862           size: 16
1863         autorange: True
1864         fixedrange: False
1865         gridcolor: "rgb(230, 230, 230)"
1866         linecolor: "rgb(220, 220, 220)"
1867         linewidth: 1
1868         showgrid: True
1869         showline: True
1870         showticklabels: True
1871         tickcolor: "rgb(220, 220, 220)"
1872         tickmode: "linear"
1873         tickfont:
1874           size: 16
1875         zeroline: False
1876       yaxis:
1877         title: "<b>Packet Throughput [Mpps]</b>"
1878         titlefont:
1879           size: 16
1880         gridcolor: "rgb(230, 230, 230)"
1881         hoverformat: ".4r"
1882         tickformat: ".3r"
1883         linecolor: "rgb(220, 220, 220)"
1884         linewidth: 1
1885         showgrid: True
1886         showline: True
1887         showticklabels: True
1888         tickcolor: "rgb(220, 220, 220)"
1889         tickfont:
1890           size: 16
1891         zeroline: False
1892         range: [0,50]
1893       autosize: False
1894       margin:
1895         t: 50
1896         b: 0
1897         l: 80
1898         r: 20
1899       showlegend: True
1900       legend:
1901         orientation: "h"
1902         font:
1903           size: 16
1904       width: 700
1905       height: 900
1906       paper_bgcolor: "#fff"
1907       plot_bgcolor: "#fff"
1908       hoverlabel:
1909         namelength: -1
1910
1911     plot-throughput-speedup-analysis:
1912       titlefont:
1913         size: 18
1914       xaxis:
1915         title: "<b>Number of Cores [Qty]</b>"
1916         titlefont:
1917           size: 16
1918         autorange: True
1919         fixedrange: False
1920         gridcolor: "rgb(230, 230, 230)"
1921         linecolor: "rgb(220, 220, 220)"
1922         linewidth: 1
1923         showgrid: True
1924         showline: True
1925         showticklabels: True
1926         tickcolor: "rgb(238, 238, 238)"
1927         tickmode: "linear"
1928         tickfont:
1929           size: 16
1930         zeroline: False
1931       yaxis:
1932         title: "<b>Packet Throughput [Mpps]</b>"
1933         titlefont:
1934           size: 16
1935         type: "linear"
1936         gridcolor: "rgb(230, 230, 230)"
1937         hoverformat: ".4s"
1938         linecolor: "rgb(220, 220, 220)"
1939         linewidth: 1
1940         showgrid: True
1941         showline: True
1942         showticklabels: True
1943         tickcolor: "rgb(220, 220, 220)"
1944         tickformat: ".4s"
1945         tickfont:
1946           size: 16
1947         zeroline: True
1948         rangemode: "tozero"
1949         range: [0,100]
1950       legend:
1951         orientation: "h"
1952         font:
1953           size: 16
1954         xanchor: "left"
1955         yanchor: "top"
1956         x: 0
1957         y: -0.2
1958         bgcolor: "rgba(255, 255, 255, 0)"
1959         bordercolor: "rgba(255, 255, 255, 0)"
1960         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1961       autosize: False
1962       margin:
1963           't': 50
1964           'b': 150
1965           'l': 85
1966           'r': 10
1967       showlegend: True
1968       width: 700
1969       height: 700
1970       paper_bgcolor: "#fff"
1971       plot_bgcolor: "#fff"
1972       hoverlabel:
1973         namelength: -1
1974       annotations: [
1975         {
1976           text: "_ _          __          ...",
1977           align: "left",
1978           showarrow: False,
1979           xref: "paper",
1980           yref: "paper",
1981           xanchor: "left",
1982           yanchor: "top",
1983           x: 0,
1984           y: -0.13,
1985           font: {
1986             family: "Consolas, Courier New",
1987             size: 15
1988           },
1989         },
1990         {
1991           text: "    Perfect     Measured     Limit",
1992           align: "left",
1993           showarrow: False,
1994           xref: "paper",
1995           yref: "paper",
1996           xanchor: "left",
1997           yanchor: "top",
1998           x: 0,
1999           y: -0.15,
2000           font: {
2001             family: "Consolas, Courier New",
2002             size: 15
2003           },
2004         },
2005       ]
2006
2007     plot-latency:
2008       titlefont:
2009         size: 18
2010       xaxis:
2011         title: "<b>Direction</b>"
2012         titlefont:
2013           size: 16
2014         autorange: True
2015         fixedrange: False
2016         gridcolor: "rgb(230, 230, 230)"
2017         linecolor: "rgb(220, 220, 220)"
2018         linewidth: 1
2019         showgrid: True
2020         showline: True
2021         showticklabels: False
2022         tickcolor: "rgb(220, 220, 220)"
2023         tickmode: "linear"
2024         tickfont:
2025           size: 16
2026         zeroline: False
2027       yaxis:
2028         title: "<b>Packet Latency [uSec]</b>"
2029         titlefont:
2030           size: 16
2031         type: "linear"
2032         gridcolor: "rgb(230, 230, 230)"
2033         hoverformat: ".4s"
2034         linecolor: "rgb(220, 220, 220)"
2035         linewidth: 1
2036         showgrid: True
2037         showline: True
2038         showticklabels: True
2039         tickcolor: "rgb(220, 220, 220)"
2040         tickformat: ".4s"
2041         tickfont:
2042           size: 16
2043         zeroline: True
2044         rangemode: "tozero"
2045       legend:
2046         orientation: "h"
2047         font:
2048           size: 16
2049         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2050       autosize: False
2051       margin:
2052           't': 50
2053           'b': 150
2054           'l': 80
2055           'r': 10
2056       showlegend: True
2057       width: 700
2058       height: 700
2059       paper_bgcolor: "#fff"
2060       plot_bgcolor: "#fff"
2061       hoverlabel:
2062         namelength: -1
2063
2064     plot-hdrh-latency:
2065       title:
2066         text: ""
2067         xanchor: "center"
2068         x: 0.5
2069         font:
2070           size: 16
2071       width: 700
2072       plot_bgcolor: "white"
2073       annotations:
2074         - font:
2075             size: 14
2076           showarrow: False
2077           text: "<b>Packet Latency [uSec]</b>"
2078           x: 1
2079           xanchor: "right"
2080           xref: "paper"
2081           y: -0.045
2082           yanchor: "top"
2083           yref: "paper"
2084         - font:
2085             size: 14
2086           showarrow: False
2087           text: "<b>Probability [%]</b>"
2088           textangle: 270
2089           x: -0.06
2090           xanchor: "center"
2091           xref: "paper"
2092           y: 0.5
2093           yanchor: "middle"
2094           yref: "paper"
2095         - font:
2096             size: 14
2097           showarrow: False
2098           text: "<b>Direction: E-W</b>"
2099           x: 0.24
2100           xanchor: "center"
2101           xref: "paper"
2102           y: 1.05
2103           yanchor: "bottom"
2104           yref: "paper"
2105         - font:
2106             size: 14
2107           showarrow: False
2108           text: "<b>Direction: W-E</b>"
2109           x: 0.74
2110           xanchor: "center"
2111           xref: "paper"
2112           y: 1.05
2113           yanchor: "bottom"
2114           yref: "paper"
2115
2116     plot-hdrh-latency-percentile:
2117       title:
2118         text: ""
2119         xanchor: "center"
2120         x: 0.5
2121         font:
2122           size: 18
2123       xaxis:
2124         type: "log"
2125         title: "<b>Percentile [%]</b>"
2126         titlefont:
2127           size: 16
2128         autorange: True
2129         fixedrange: False
2130         gridcolor: "rgb(230, 230, 230)"
2131         linecolor: "rgb(220, 220, 220)"
2132         linewidth: 1
2133         showgrid: True
2134         showline: True
2135         showticklabels: True
2136         tickcolor: "rgb(220, 220, 220)"
2137         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2138         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2139         tickfont:
2140           size: 16
2141       yaxis:
2142         title: "<b>Packet Latency [uSec]</b>"
2143         titlefont:
2144           size: 16
2145         gridcolor: "rgb(230, 230, 230)"
2146         linecolor: "rgb(220, 220, 220)"
2147         linewidth: 1
2148         showgrid: True
2149         showline: True
2150         showticklabels: True
2151         tickcolor: "rgb(220, 220, 220)"
2152         tickfont:
2153           size: 16
2154       autosize: False
2155       showlegend: True
2156       legend:
2157         traceorder: "normal"
2158         orientation: "h"
2159         font:
2160           size: 16
2161         xanchor: "left"
2162         yanchor: "top"
2163         x: 0
2164         y: -0.15
2165         bgcolor: "rgba(255, 255, 255, 0)"
2166         bordercolor: "rgba(255, 255, 255, 0)"
2167       width: 700
2168       height: 700
2169       paper_bgcolor: "white"
2170       plot_bgcolor: "white"
2171
2172     plot-hdrh-latency-by-percentile:
2173       title:
2174         text: "<b>Latency by Percentile Distribution</b>"
2175         xanchor: "center"
2176         x: 0.5
2177         font:
2178           size: 18
2179       showlegend: True
2180       legend:
2181         traceorder: "normal"
2182         orientation: "h"
2183         font:
2184           size: 16
2185         xanchor: "left"
2186         yanchor: "top"
2187         x: 0
2188         y: -0.2
2189         bgcolor: "rgba(255, 255, 255, 0)"
2190         bordercolor: "rgba(255, 255, 255, 0)"
2191       xaxis:
2192         type: "linear"
2193         title: "<b>Percentile [%]</b>"
2194         titlefont:
2195           size: 14
2196         autorange: False
2197         fixedrange: False
2198         range: [0, 100]
2199         gridcolor: "rgb(230, 230, 230)"
2200         linecolor: "rgb(220, 220, 220)"
2201         linewidth: 1
2202         showgrid: True
2203         showline: True
2204         showticklabels: True
2205         tickcolor: "rgb(220, 220, 220)"
2206         tickvals: [0, 25, 50, 75, 100]
2207         ticktext: [0, 25, 50, 75, 100]
2208         tickfont:
2209           size: 14
2210       yaxis:
2211         title: "<b>One-Way Latency per Direction [uSec]</b>"
2212         titlefont:
2213           size: 14
2214         gridcolor: "rgb(230, 230, 230)"
2215         linecolor: "rgb(220, 220, 220)"
2216         linewidth: 1
2217         showgrid: True
2218         showline: True
2219         showticklabels: True
2220         tickcolor: "rgb(220, 220, 220)"
2221         tickfont:
2222           size: 14
2223       width: 700
2224       height: 700
2225       paper_bgcolor: "white"
2226       plot_bgcolor: "white"
2227
2228 - type: "static"
2229   src-path: "{DIR[RST]}"
2230   dst-path: "{DIR[WORKING,SRC]}"
2231
2232 - type: "input"
2233   general:
2234     file-name: "output_info.xml.gz"
2235     file-format: ".gz"
2236     arch-file-format:
2237       - ".gz"
2238       - ".zip"
2239     download-path: "{job}/{build}/archives/{filename}"
2240     extract: "output.xml"
2241
2242     zip-file-name: "robot-plugin.zip"
2243     zip-file-format: ".zip"
2244     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2245     zip-extract: "robot-plugin/output.xml"
2246
2247   builds:
2248
2249     csit-vpp-perf-verify-1904-3n-hsw:
2250       - 9   # MRR sel
2251       - 11  # NDRPDR sel
2252       - 12  # NDRPDR sel
2253       - 20  # NDRPDR sel
2254       - 21  # NDRPDR sel
2255       - 23  # NDRPDR sel
2256       - 24  # NDRPDR sel
2257       - 25  # NDRPDR sel
2258       - 26  # NDRPDR sel
2259       - 29  # NDRPDR sel
2260       - 30  # NDRPDR sel
2261     csit-vpp-perf-verify-1908-3n-hsw:
2262       - 12  # NDRPDR sel
2263       - 13  # NDRPDR sel
2264       - 14  # NDRPDR sel
2265       - 15  # NDRPDR sel
2266       - 16  # NDRPDR sel
2267       - 17  # NDRPDR sel
2268       - 18  # NDRPDR sel
2269       - 19  # NDRPDR sel
2270       - 20  # NDRPDR sel
2271       - 21  # NDRPDR sel
2272       - 48  # NDRPDR sel vhost
2273       - 49  # NDRPDR sel vhost
2274       - 52  # NDRPDR sel vhost
2275       - 53  # NDRPDR sel vhost
2276       - 54  # NDRPDR sel vhost
2277       - 55  # NDRPDR sel vhost
2278       - 56  # NDRPDR sel vhost
2279       - 57  # NDRPDR sel vhost
2280       - 58  # NDRPDR sel vhost
2281       - 59  # NDRPDR sel vhost
2282       - 39  # MRR sel
2283     csit-vpp-perf-verify-2001-3n-hsw:
2284       - 21  # NDRPDR sel
2285       - 22  # NDRPDR sel
2286       - 23  # NDRPDR sel
2287       - 24  # NDRPDR sel
2288       - 25  # NDRPDR sel
2289       - 29  # NDRPDR sel
2290       - 30  # NDRPDR sel
2291       - 31  # NDRPDR sel
2292       - 32  # NDRPDR sel
2293       - 34  # NDRPDR sel
2294       - 17  # MRR sel
2295       - 18  # NDRPDR full
2296       - 20  # NDRPDR full
2297       - 28  # NDRPDR full
2298       - 35  # NDRPDR full
2299       - 42  # NDRPDR full
2300       - 46  # NDRPDR full
2301       - 47  # NDRPDR full
2302       - 48  # NDRPDR full
2303       - 49  # NDRPDR full
2304       - 50  # NDRPDR full
2305       - 51  # NDRPDR full
2306       - 52  # NDRPDR full
2307       - 53  # NDRPDR full
2308       - 54  # NDRPDR full
2309       - 55  # NDRPDR full
2310       - 56  # NDRPDR full
2311       - 57  # NDRPDR full
2312       - 58  # NDRPDR full
2313       - 59  # NDRPDR full
2314       - 61  # NDRPDR full
2315       - 62  # NDRPDR full
2316       - 63  # NDRPDR full
2317       - 64  # NDRPDR full
2318       - 65  # NDRPDR full
2319       - 67  # NDRPDR full
2320       - 70  # NDRPDR full
2321       - 72  # NDRPDR full
2322       - 73  # NDRPDR full
2323       - 76  # NDRPDR full
2324       - 77  # NDRPDR full
2325       - 78  # NDRPDR full
2326       - 79  # NDRPDR full
2327       - 81  # NDRPDR full
2328       - 82  # NDRPDR full
2329       - 84  # NDRPDR full
2330       - 85  # NDRPDR full
2331       - 87  # hoststack
2332       - 88  # hoststack
2333       - 89  # hoststack
2334       - 90  # hoststack
2335       - 91  # hoststack
2336       - 92  # hoststack
2337       - 93  # hoststack
2338       - 94  # hoststack
2339       - 95  # hoststack
2340       - 96  # hoststack
2341
2342     csit-vpp-perf-verify-1904-3n-skx:
2343       - 7   # MRR sel
2344       - 8   # NDRPDR sel
2345       - 9   # NDRPDR sel
2346       - 10  # NDRPDR sel
2347       - 11  # NDRPDR sel
2348       - 12  # NDRPDR sel
2349       - 14  # NDRPDR sel
2350       - 16  # NDRPDR sel
2351       - 21  # NDRPDR sel
2352       - 23  # NDRPDR sel
2353       - 25  # NDRPDR sel
2354     csit-vpp-perf-verify-1908-3n-skx:
2355       - 14  # NDRPDR sel
2356       - 16  # NDRPDR sel
2357       - 19  # NDRPDR sel
2358       - 20  # NDRPDR sel
2359       - 22  # NDRPDR sel
2360       - 23  # NDRPDR sel
2361       - 24  # NDRPDR sel
2362       - 25  # NDRPDR sel
2363       - 26  # NDRPDR sel
2364       - 29  # NDRPDR sel
2365       - 52  # NDRPDR sel vhost
2366       - 53  # NDRPDR sel vhost
2367       - 55  # NDRPDR sel vhost
2368       - 61  # NDRPDR sel vhost
2369       - 62  # NDRPDR sel vhost
2370       - 63  # NDRPDR sel vhost
2371       - 64  # NDRPDR sel vhost
2372       - 65  # NDRPDR sel vhost
2373       - 66  # NDRPDR sel vhost
2374       - 67  # NDRPDR sel vhost
2375       - 36  # MRR sel
2376     csit-vpp-perf-verify-2001-3n-skx:
2377       - 45  # NDRPDR sel
2378       - 46  # NDRPDR sel
2379       - 47  # NDRPDR sel
2380       - 48  # NDRPDR sel
2381       - 49  # NDRPDR sel
2382       - 50  # MRR sel
2383
2384     csit-vpp-perf-verify-1904-2n-skx:
2385       - 11  # MRR sel
2386       - 12  # NDRPDR sel
2387       - 14  # NDRPDR sel
2388       - 16  # NDRPDR sel
2389       - 17  # NDRPDR sel
2390       - 18  # NDRPDR sel
2391       - 21  # NDRPDR sel
2392       - 27  # NDRPDR sel
2393       - 30  # NDRPDR sel
2394       - 31  # NDRPDR sel
2395       - 32  # NDRPDR sel
2396     csit-vpp-perf-verify-1908-2n-skx:
2397       - 26  # NDRPDR sel
2398       - 27  # NDRPDR sel
2399       - 34  # NDRPDR sel
2400       - 35  # NDRPDR sel
2401       - 36  # NDRPDR sel
2402       - 42  # NDRPDR sel
2403       - 43  # NDRPDR sel
2404       - 44  # NDRPDR sel
2405       - 45  # NDRPDR sel
2406       - 46  # NDRPDR sel
2407       - 88  # NDRPDR sel vhost
2408       - 89  # NDRPDR sel vhost
2409       - 91  # NDRPDR sel vhost
2410       - 92  # NDRPDR sel vhost
2411       - 93  # NDRPDR sel vhost
2412       - 94  # NDRPDR sel vhost
2413       - 95  # NDRPDR sel vhost
2414       - 96  # NDRPDR sel vhost
2415       - 97  # NDRPDR sel vhost
2416       - 98  # NDRPDR sel vhost
2417       - 69  # MRR sel
2418 #      - 22  # NFV
2419 #      - 31  # NFV
2420 #      - 32  # NFV
2421 #      - 71  # NFV MRR
2422     csit-vpp-perf-verify-2001-2n-skx:
2423       - 92  # NDRPDR sel
2424       - 93  # NDRPDR sel
2425       - 94  # NDRPDR sel
2426       - 95  # NDRPDR sel
2427       - 96  # NDRPDR sel
2428       - 97  # NDRPDR sel
2429       - 98  # NDRPDR sel
2430       - 99  # NDRPDR sel
2431       - 100 # NDRPDR sel
2432       - 102 # NDRPDR sel
2433       - 101 # MRR sel
2434
2435     csit-vpp-perf-verify-2001-2n-clx:
2436       - 28  # NDRPDR sel
2437       - 29  # NDRPDR sel
2438       - 32  # NDRPDR sel
2439       - 40  # NDRPDR sel
2440       - 43  # NDRPDR sel
2441       - 44  # NDRPDR sel
2442       - 45  # NDRPDR sel
2443       - 47  # NDRPDR sel
2444       - 48  # NDRPDR sel
2445       - 49  # NDRPDR sel
2446       - 39  # MRR
2447       - 53  # NDRPDR full
2448       - 54  # NDRPDR full
2449       - 55  # NDRPDR full
2450       - 56  # NDRPDR full
2451       - 57  # NDRPDR full
2452       - 58  # NDRPDR full
2453       - 59  # NDRPDR full
2454       - 60  # NDRPDR full
2455       - 61  # NDRPDR full
2456       - 62  # NDRPDR full
2457       - 63  # NDRPDR full
2458       - 64  # NDRPDR full
2459       - 65  # NDRPDR full
2460       - 66  # NDRPDR full
2461       - 67  # NDRPDR full
2462       - 68  # Reconf
2463       - 69  # Reconf
2464       - 70  # Reconf
2465       - 71  # Reconf
2466       - 72  # Reconf
2467       - 73  # Reconf
2468       - 74  # Reconf
2469       - 75  # Reconf
2470       - 76  # Reconf
2471       - 77  # Reconf
2472       - 80  # TCP
2473       - 82  # TCP
2474       - 83  # TCP
2475       - 85  # TCP
2476       - 86  # TCP
2477       - 87  # TCP
2478       - 88  # TCP
2479       - 89  # TCP
2480       - 90  # TCP
2481       - 91  # TCP
2482       - 93  # Soak
2483       - 94  # Soak
2484
2485     csit-vpp-perf-verify-1908-3n-tsh:
2486       - 7   # NDRPDR sel
2487       - 8   # NDRPDR sel
2488       - 9   # NDRPDR sel
2489       - 10  # NDRPDR sel
2490       - 11  # NDRPDR sel
2491       - 12  # NDRPDR sel
2492       - 13  # NDRPDR sel
2493       - 14  # NDRPDR sel
2494       - 15  # NDRPDR sel
2495       - 16  # NDRPDR sel
2496       - 17  # MRR sel
2497     csit-vpp-perf-verify-2001-3n-tsh:
2498       - 3   # NDRPDR sel
2499       - 4   # NDRPDR sel
2500       - 7   # NDRPDR sel
2501       - 8   # NDRPDR sel
2502       - 10  # NDRPDR sel
2503       - 12  # NDRPDR sel
2504       - 13  # NDRPDR sel
2505       - 14  # NDRPDR sel
2506       - 15  # NDRPDR sel
2507       - 21  # NDRPDR sel
2508       - 9   # MRR sel
2509
2510     csit-vpp-perf-verify-1908-3n-dnv:
2511       - 6   # NDRPDR sel
2512       - 7   # NDRPDR sel
2513       - 8   # NDRPDR sel
2514       - 9   # NDRPDR sel
2515       - 10  # NDRPDR sel
2516       - 12  # NDRPDR sel
2517       - 13  # NDRPDR sel
2518       - 14  # NDRPDR sel
2519       - 15  # NDRPDR sel
2520       - 16  # NDRPDR sel
2521       - 17  # MRR sel
2522     csit-vpp-perf-verify-2001-3n-dnv:
2523       - 5   # NDRPDR sel
2524       - 6   # NDRPDR sel
2525       - 7   # NDRPDR sel
2526       - 8   # NDRPDR sel
2527       - 9   # NDRPDR sel
2528       - 10  # NDRPDR sel
2529       - 12  # NDRPDR sel
2530       - 16  # NDRPDR sel
2531       - 17  # NDRPDR sel
2532       - 18  # NDRPDR sel
2533       - 11  # MRR sel
2534       - 19  # NDRPDR full
2535       - 20  # NDRPDR full
2536       - 21  # NDRPDR full
2537       - 22  # NDRPDR full
2538       - 23  # NDRPDR full
2539       - 24  # NDRPDR full
2540       - 25  # NDRPDR full
2541       - 26  # NDRPDR full
2542       - 37  # NDRPDR full
2543       - 38  # NDRPDR full
2544       - 39  # NDRPDR full
2545
2546     csit-vpp-perf-verify-1908-2n-dnv:
2547       - 1   # NDRPDR sel
2548       - 2   # NDRPDR sel
2549       - 3   # NDRPDR sel
2550       - 4   # NDRPDR sel
2551       - 5   # NDRPDR sel
2552       - 6   # NDRPDR sel
2553       - 7   # NDRPDR sel
2554       - 8   # NDRPDR sel
2555       - 9   # NDRPDR sel
2556       - 10  # NDRPDR sel
2557       - 11  # MRR sel
2558     csit-vpp-perf-verify-2001-2n-dnv:
2559       - 4   # NDRPDR sel
2560       - 5   # NDRPDR sel
2561       - 6   # NDRPDR sel
2562       - 7   # NDRPDR sel
2563       - 8   # NDRPDR sel
2564       - 9   # NDRPDR sel
2565       - 10  # NDRPDR sel
2566       - 11  # NDRPDR sel
2567       - 13  # NDRPDR sel
2568       - 16  # NDRPDR sel
2569       - 12  # MRR sel
2570       - 21  # NDRPDR full
2571       - 22  # NDRPDR full
2572       - 25  # NDRPDR full
2573       - 26  # NDRPDR full
2574       - 27  # NDRPDR full
2575       - 28  # NDRPDR full
2576
2577     csit-dpdk-perf-verify-1904-3n-hsw:
2578       - 2   # NDRPDR sel
2579       - 3   # NDRPDR sel
2580       - 5   # NDRPDR sel
2581       - 6   # NDRPDR sel
2582       - 13  # NDRPDR sel
2583       - 14  # NDRPDR sel
2584       - 15  # NDRPDR sel
2585       - 18  # NDRPDR sel
2586       - 19  # NDRPDR sel
2587       - 20  # NDRPDR sel
2588     csit-dpdk-perf-verify-1908-3n-hsw:
2589       - 2   # NDRPDR sel
2590       - 3   # NDRPDR sel
2591       - 4   # NDRPDR sel
2592       - 5   # NDRPDR sel
2593       - 6   # NDRPDR sel
2594       - 7   # NDRPDR sel
2595       - 8   # NDRPDR sel
2596       - 9   # NDRPDR sel
2597       - 10  # NDRPDR sel
2598       - 11  # NDRPDR sel
2599     csit-dpdk-perf-verify-2001-3n-hsw:
2600       - 4   # NDRPDR sel
2601       - 5   # NDRPDR sel
2602       - 6   # NDRPDR sel
2603       - 7   # NDRPDR sel
2604       - 8   # NDRPDR sel
2605       - 9   # NDRPDR sel
2606       - 10  # NDRPDR sel
2607       - 11  # NDRPDR sel
2608       - 12  # NDRPDR sel
2609       - 13  # NDRPDR sel
2610       - 15  # NDRPDR sel
2611       - 16  # NDRPDR sel
2612       - 17  # NDRPDR sel
2613       - 18  # NDRPDR sel
2614       - 19  # NDRPDR sel
2615       - 20  # NDRPDR sel
2616       - 21  # NDRPDR sel
2617       - 22  # NDRPDR sel
2618       - 23  # NDRPDR sel
2619       - 24  # NDRPDR sel
2620       - 25  # NDRPDR full
2621       - 26  # NDRPDR full
2622
2623     csit-dpdk-perf-verify-1904-3n-skx:
2624       - 2   # NDRPDR sel
2625       - 3   # NDRPDR sel
2626       - 4   # NDRPDR sel
2627       - 5   # NDRPDR sel
2628       - 6   # NDRPDR sel
2629       - 7   # NDRPDR sel
2630       - 11  # NDRPDR sel
2631       - 12  # NDRPDR sel
2632       - 13  # NDRPDR sel
2633       - 14  # NDRPDR sel
2634     csit-dpdk-perf-verify-1908-3n-skx:
2635       - 3   # NDRPDR sel
2636       - 4   # NDRPDR sel
2637       - 5   # NDRPDR sel
2638       - 6   # NDRPDR sel
2639       - 7   # NDRPDR sel
2640       - 8   # NDRPDR sel
2641       - 9   # NDRPDR sel
2642       - 10  # NDRPDR sel
2643       - 11  # NDRPDR sel
2644       - 12  # NDRPDR sel
2645     csit-dpdk-perf-verify-2001-3n-skx:
2646       - 29  # NDRPDR sel xxv710
2647       - 33  # NDRPDR sel xxv710
2648       - 34  # NDRPDR sel xxv710
2649       - 35  # NDRPDR sel xxv710
2650       - 36  # NDRPDR sel xxv710
2651       - 37  # NDRPDR sel xxv710
2652       - 41  # NDRPDR sel xxv710
2653       - 42  # NDRPDR sel xxv710
2654       - 43  # NDRPDR sel xxv710
2655       - 45  # NDRPDR sel xxv710
2656       - 30  # NDRPDR sel x710
2657       - 31  # NDRPDR sel x710
2658       - 32  # NDRPDR sel x710
2659       - 38  # NDRPDR sel x710
2660       - 39  # NDRPDR sel x710
2661       - 40  # NDRPDR sel x710
2662       - 44  # NDRPDR sel x710
2663       - 46  # NDRPDR sel x710
2664       - 47  # NDRPDR sel x710
2665       - 48  # NDRPDR sel x710
2666
2667     csit-dpdk-perf-verify-1904-2n-skx:
2668       - 2   # NDRPDR sel
2669       - 3   # NDRPDR sel
2670       - 4   # NDRPDR sel
2671       - 5   # NDRPDR sel
2672       - 7   # NDRPDR sel
2673       - 8   # NDRPDR sel
2674       - 9   # NDRPDR sel
2675       - 10  # NDRPDR sel
2676       - 11  # NDRPDR sel
2677       - 12  # NDRPDR sel
2678     csit-dpdk-perf-verify-1908-2n-skx:
2679       - 2   # NDRPDR sel
2680       - 3   # NDRPDR sel
2681       - 4   # NDRPDR sel
2682       - 5   # NDRPDR sel
2683       - 7   # NDRPDR sel
2684       - 8   # NDRPDR sel
2685       - 9   # NDRPDR sel
2686       - 10  # NDRPDR sel
2687       - 11  # NDRPDR sel
2688       - 12  # NDRPDR sel
2689     csit-dpdk-perf-verify-2001-2n-skx:
2690       - 35  # NDRPDR sel xxv710
2691       - 36  # NDRPDR sel xxv710
2692       - 37  # NDRPDR sel xxv710
2693       - 41  # NDRPDR sel xxv710
2694       - 42  # NDRPDR sel xxv710
2695       - 43  # NDRPDR sel xxv710
2696       - 46  # NDRPDR sel xxv710
2697       - 47  # NDRPDR sel xxv710
2698       - 52  # NDRPDR sel xxv710
2699       - 53  # NDRPDR sel xxv710
2700       - 38  # NDRPDR sel x710
2701       - 39  # NDRPDR sel x710
2702       - 40  # NDRPDR sel x710
2703       - 44  # NDRPDR sel x710
2704       - 45  # NDRPDR sel x710
2705       - 48  # NDRPDR sel x710
2706       - 49  # NDRPDR sel x710
2707       - 50  # NDRPDR sel x710
2708       - 51  # NDRPDR sel x710
2709       - 54  # NDRPDR sel x710
2710
2711
2712     csit-dpdk-perf-verify-2001-2n-clx:
2713       - 15  # NDRPDR sel
2714       - 16  # NDRPDR sel
2715       - 17  # NDRPDR sel
2716       - 18  # NDRPDR sel
2717       - 19  # NDRPDR sel
2718       - 20  # NDRPDR sel
2719       - 21  # NDRPDR sel
2720       - 22  # NDRPDR sel
2721       - 23  # NDRPDR sel
2722       - 24  # NDRPDR sel
2723       - 25  # NDRPDR sel
2724       - 26  # NDRPDR sel
2725       - 27  # NDRPDR sel
2726       - 28  # NDRPDR sel
2727       - 29  # NDRPDR sel
2728       - 30  # NDRPDR sel
2729       - 31  # NDRPDR sel
2730       - 32  # NDRPDR sel
2731       - 33  # NDRPDR sel
2732       - 34  # NDRPDR sel
2733
2734     csit-dpdk-perf-verify-2001-2n-dnv:
2735       - 9   # NDRPDR sel
2736       - 10  # NDRPDR sel
2737       - 11  # NDRPDR sel
2738       - 12  # NDRPDR sel
2739       - 13  # NDRPDR sel
2740       - 14  # NDRPDR sel
2741       - 15  # NDRPDR sel
2742       - 16  # NDRPDR sel
2743       - 17  # NDRPDR sel
2744       - 18  # NDRPDR sel
2745
2746     csit-dpdk-perf-verify-2001-3n-dnv:
2747       - 12  # NDRPDR sel
2748       - 13  # NDRPDR sel
2749       - 14  # NDRPDR sel
2750       - 15  # NDRPDR sel
2751       - 16  # NDRPDR sel
2752       - 17  # NDRPDR sel
2753       - 18  # NDRPDR sel
2754       - 19  # NDRPDR sel
2755       - 20  # NDRPDR sel
2756       - 22  # NDRPDR sel
2757
2758     csit-dpdk-perf-verify-2001-3n-tsh:
2759       - 3   # NDRPDR sel
2760       - 4   # NDRPDR sel
2761       - 5   # NDRPDR sel
2762       - 9   # NDRPDR sel
2763       - 10  # NDRPDR sel
2764       - 11  # NDRPDR sel
2765       - 12  # NDRPDR sel
2766       - 14  # NDRPDR sel
2767       - 15  # NDRPDR sel
2768       - 18  # NDRPDR sel
2769
2770     csit-vpp-device-2001-ubuntu1804-1n-skx:
2771       - 57
2772
2773 - type: "output"
2774   output: "report"
2775   format:
2776     html:
2777     - full
2778 #    pdf:
2779 #    - minimal
2780
2781 ################################################################################
2782 ###                               T A B L E S                                ###
2783 ################################################################################
2784
2785 ## VPP Soak vs NDR - 2n-skx
2786 #- type: "table"
2787 #  title: "VPP Soak vs NDR 2n-skx"
2788 #  algorithm: "table_soak_vs_ndr"
2789 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2790 #  reference:
2791 #    title: "NDR"
2792 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2793 #  compare:
2794 #    title: "Soak"
2795 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2796 #  data: "vpp-soak-vs-ndr-2n-skx"
2797 #  include-tests: "NDR"
2798 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2799 #  parameters:
2800 #    - "throughput"
2801 #    - "name"
2802 #    - "parent"
2803
2804 # VPP Soak vs NDR - 2n-clx
2805 - type: "table"
2806   title: "VPP Soak vs NDR 2n-clx"
2807   algorithm: "table_soak_vs_ndr"
2808   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2809   reference:
2810     title: "NDR"
2811     data: "vpp-soak-vs-ndr-2n-clx-ref"
2812   compare:
2813     title: "Soak"
2814     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2815   data: "vpp-soak-vs-ndr-2n-clx"
2816   include-tests: "NDR"
2817   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2818   parameters:
2819     - "throughput"
2820     - "name"
2821     - "parent"
2822
2823 ################################################################################
2824
2825 # VPP Compare NICs 3n-skx 2t1c ndr
2826 - type: "table"
2827   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2828   algorithm: "table_nics_comparison"
2829   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2830   reference:
2831     title: "x710"
2832     nic: "NIC_Intel-X710"
2833   compare:
2834     title: "xxv710"
2835     nic: "NIC_Intel-XXV710"
2836   data: "vpp-nic-comparison-3n-skx"
2837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2838   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2839   parameters:
2840   - "name"
2841   - "parent"
2842   - "throughput"
2843   - "tags"
2844
2845 # VPP Compare NICs 3n-skx 4t2c ndr
2846 - type: "table"
2847   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2848   algorithm: "table_nics_comparison"
2849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2850   reference:
2851     title: "x710"
2852     nic: "NIC_Intel-X710"
2853   compare:
2854     title: "xxv710"
2855     nic: "NIC_Intel-XXV710"
2856   data: "vpp-nic-comparison-3n-skx"
2857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2858   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2859   parameters:
2860   - "name"
2861   - "parent"
2862   - "throughput"
2863   - "tags"
2864
2865 # VPP Compare NICs 3n-skx 2t1c pdr
2866 - type: "table"
2867   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2868   algorithm: "table_nics_comparison"
2869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2870   reference:
2871     title: "x710"
2872     nic: "NIC_Intel-X710"
2873   compare:
2874     title: "xxv710"
2875     nic: "NIC_Intel-XXV710"
2876   data: "vpp-nic-comparison-3n-skx"
2877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2878   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2879   parameters:
2880   - "name"
2881   - "parent"
2882   - "throughput"
2883   - "tags"
2884
2885  # VPP Compare NICs 3n-skx 4t2c pdr
2886 - type: "table"
2887   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2888   algorithm: "table_nics_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2890   reference:
2891     title: "x710"
2892     nic: "NIC_Intel-X710"
2893   compare:
2894     title: "xxv710"
2895     nic: "NIC_Intel-XXV710"
2896   data: "vpp-nic-comparison-3n-skx"
2897   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2898   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "throughput"
2903   - "tags"
2904
2905 # VPP Compare NICs 3n-skx 2t1c mrr
2906 - type: "table"
2907   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2908   algorithm: "table_nics_comparison"
2909   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2910   reference:
2911     title: "x710"
2912     nic: "NIC_Intel-X710"
2913   compare:
2914     title: "xxv710"
2915     nic: "NIC_Intel-XXV710"
2916   data: "vpp-nic-comparison-3n-skx-mrr"
2917   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2918   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2919   parameters:
2920   - "name"
2921   - "parent"
2922   - "result"
2923   - "tags"
2924
2925 # VPP Compare NICs 3n-skx 4t2c mrr
2926 - type: "table"
2927   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2928   algorithm: "table_nics_comparison"
2929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2930   reference:
2931     title: "x710"
2932     nic: "NIC_Intel-X710"
2933   compare:
2934     title: "xxv710"
2935     nic: "NIC_Intel-XXV710"
2936   data: "vpp-nic-comparison-3n-skx-mrr"
2937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2938   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2939   parameters:
2940   - "name"
2941   - "parent"
2942   - "result"
2943   - "tags"
2944
2945  # VPP Compare NICs 3n-skx 8t4c mrr
2946 - type: "table"
2947   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2948   algorithm: "table_nics_comparison"
2949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2950   reference:
2951     title: "x710"
2952     nic: "NIC_Intel-X710"
2953   compare:
2954     title: "xxv710"
2955     nic: "NIC_Intel-XXV710"
2956   data: "vpp-nic-comparison-3n-skx-mrr"
2957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2958   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2959   parameters:
2960   - "name"
2961   - "parent"
2962   - "result"
2963   - "tags"
2964
2965 # VPP Compare NICs 2n-skx 2t1c ndr
2966 - type: "table"
2967   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2968   algorithm: "table_nics_comparison"
2969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2970   reference:
2971     title: "x710"
2972     nic: "NIC_Intel-X710"
2973   compare:
2974     title: "xxv710"
2975     nic: "NIC_Intel-XXV710"
2976   data: "vpp-nic-comparison-2n-skx"
2977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2978   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2979   parameters:
2980   - "name"
2981   - "parent"
2982   - "throughput"
2983   - "tags"
2984
2985 # VPP Compare NICs 2n-skx 4t2c ndr
2986 - type: "table"
2987   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2988   algorithm: "table_nics_comparison"
2989   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2990   reference:
2991     title: "x710"
2992     nic: "NIC_Intel-X710"
2993   compare:
2994     title: "xxv710"
2995     nic: "NIC_Intel-XXV710"
2996   data: "vpp-nic-comparison-2n-skx"
2997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2998   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2999   parameters:
3000   - "name"
3001   - "parent"
3002   - "throughput"
3003   - "tags"
3004
3005  # VPP Compare NICs 2n-skx 2t1c pdr
3006 - type: "table"
3007   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3008   algorithm: "table_nics_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3010   reference:
3011     title: "x710"
3012     nic: "NIC_Intel-X710"
3013   compare:
3014     title: "xxv710"
3015     nic: "NIC_Intel-XXV710"
3016   data: "vpp-nic-comparison-2n-skx"
3017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3018   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3019   parameters:
3020   - "name"
3021   - "parent"
3022   - "throughput"
3023   - "tags"
3024
3025 # VPP Compare NICs 2n-skx 4t2c pdr
3026 - type: "table"
3027   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3028   algorithm: "table_nics_comparison"
3029   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3030   reference:
3031     title: "x710"
3032     nic: "NIC_Intel-X710"
3033   compare:
3034     title: "xxv710"
3035     nic: "NIC_Intel-XXV710"
3036   data: "vpp-nic-comparison-2n-skx"
3037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3038   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3039   parameters:
3040   - "name"
3041   - "parent"
3042   - "throughput"
3043   - "tags"
3044
3045 # VPP Compare NICs 2n-skx 2t1c mrr
3046 - type: "table"
3047   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3048   algorithm: "table_nics_comparison"
3049   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3050   reference:
3051     title: "x710"
3052     nic: "NIC_Intel-X710"
3053   compare:
3054     title: "xxv710"
3055     nic: "NIC_Intel-XXV710"
3056   data: "vpp-nic-comparison-2n-skx-mrr"
3057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3058   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3059   parameters:
3060   - "name"
3061   - "parent"
3062   - "result"
3063   - "tags"
3064
3065 # VPP Compare NICs 2n-skx 4t2c mrr
3066 - type: "table"
3067   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3068   algorithm: "table_nics_comparison"
3069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3070   reference:
3071     title: "x710"
3072     nic: "NIC_Intel-X710"
3073   compare:
3074     title: "xxv710"
3075     nic: "NIC_Intel-XXV710"
3076   data: "vpp-nic-comparison-2n-skx-mrr"
3077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3078   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3079   parameters:
3080   - "name"
3081   - "parent"
3082   - "result"
3083   - "tags"
3084
3085 # VPP Compare NICs 2n-skx 8t4c mrr
3086 - type: "table"
3087   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3088   algorithm: "table_nics_comparison"
3089   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3090   reference:
3091     title: "x710"
3092     nic: "NIC_Intel-X710"
3093   compare:
3094     title: "xxv710"
3095     nic: "NIC_Intel-XXV710"
3096   data: "vpp-nic-comparison-2n-skx-mrr"
3097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3098   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3099   parameters:
3100   - "name"
3101   - "parent"
3102   - "result"
3103   - "tags"
3104
3105 ################################################################################
3106 # VPP
3107
3108 # VPP Performance Changes 3n-hsw 1t1c pdr
3109 - type: "table"
3110   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3111   algorithm: "table_perf_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3113   history:
3114     - title: "rls1904"
3115       data: "vpp-performance-changes-3n-hsw-h1"
3116   reference:
3117     title: "rls1908"
3118     data: "vpp-performance-changes-3n-hsw-ref"
3119     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3120   compare:
3121     title: "rls2001"
3122     data: "vpp-performance-changes-3n-hsw-cmp"
3123   data: "vpp-performance-changes-3n-hsw"
3124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3125   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3126   parameters:
3127   - "name"
3128   - "parent"
3129   - "throughput"
3130
3131 # VPP Performance Changes 3n-hsw 2t2c pdr
3132 - type: "table"
3133   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3134   algorithm: "table_perf_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3136   history:
3137     - title: "rls1904"
3138       data: "vpp-performance-changes-3n-hsw-h1"
3139   reference:
3140     title: "rls1908"
3141     data: "vpp-performance-changes-3n-hsw-ref"
3142     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3143   compare:
3144     title: "rls2001"
3145     data: "vpp-performance-changes-3n-hsw-cmp"
3146   data: "vpp-performance-changes-3n-hsw"
3147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3148   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "throughput"
3153
3154 # VPP Performance Changes 3n-hsw 1t1c ndr
3155 - type: "table"
3156   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3157   algorithm: "table_perf_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3159   history:
3160     - title: "rls1904"
3161       data: "vpp-performance-changes-3n-hsw-h1"
3162   reference:
3163     title: "rls1908"
3164     data: "vpp-performance-changes-3n-hsw-ref"
3165     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3166   compare:
3167     title: "rls2001"
3168     data: "vpp-performance-changes-3n-hsw-cmp"
3169   data: "vpp-performance-changes-3n-hsw"
3170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3171   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3172   parameters:
3173   - "name"
3174   - "parent"
3175   - "throughput"
3176
3177 # VPP Performance Changes 3n-hsw 2t2c ndr
3178 - type: "table"
3179   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3180   algorithm: "table_perf_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3182   history:
3183     - title: "rls1904"
3184       data: "vpp-performance-changes-3n-hsw-h1"
3185   reference:
3186     title: "rls1908"
3187     data: "vpp-performance-changes-3n-hsw-ref"
3188     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3189   compare:
3190     title: "rls2001"
3191     data: "vpp-performance-changes-3n-hsw-cmp"
3192   data: "vpp-performance-changes-3n-hsw"
3193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3194   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3195   parameters:
3196   - "name"
3197   - "parent"
3198   - "throughput"
3199
3200 # VPP Performance Changes 3n-skx 2t1c pdr
3201 - type: "table"
3202   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3203   algorithm: "table_perf_comparison_nic"
3204   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3205   history:
3206     - title: "rls1904 x710"
3207       data: "vpp-performance-changes-3n-skx-h1"
3208       nic: "NIC_Intel-X710"
3209   reference:
3210     title: "rls1908 xxv710"
3211     data: "vpp-performance-changes-3n-skx-ref"
3212     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3213     nic: "NIC_Intel-XXV710"
3214   compare:
3215     title: "rls2001 xxv710"
3216     data: "vpp-performance-changes-3n-skx-cmp"
3217     nic: "NIC_Intel-XXV710"
3218   data: "vpp-performance-changes-3n-skx"
3219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3221   parameters:
3222   - "name"
3223   - "parent"
3224   - "throughput"
3225   - "tags"
3226
3227 # VPP Performance Changes 3n-skx 4t2c pdr
3228 - type: "table"
3229   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3230   algorithm: "table_perf_comparison_nic"
3231   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3232   history:
3233     - title: "rls1904 x710"
3234       data: "vpp-performance-changes-3n-skx-h1"
3235       nic: "NIC_Intel-X710"
3236   reference:
3237     title: "rls1908 xxv710"
3238     data: "vpp-performance-changes-3n-skx-ref"
3239     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3240     nic: "NIC_Intel-XXV710"
3241   compare:
3242     title: "rls2001 xxv710"
3243     data: "vpp-performance-changes-3n-skx-cmp"
3244     nic: "NIC_Intel-XXV710"
3245   data: "vpp-performance-changes-3n-skx"
3246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3247   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3248   parameters:
3249   - "name"
3250   - "parent"
3251   - "throughput"
3252   - "tags"
3253
3254 # VPP Performance Changes 3n-skx 2t1c ndr
3255 - type: "table"
3256   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3257   algorithm: "table_perf_comparison_nic"
3258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3259   history:
3260     - title: "rls1904 x710"
3261       data: "vpp-performance-changes-3n-skx-h1"
3262       nic: "NIC_Intel-X710"
3263   reference:
3264     title: "rls1908 xxv710"
3265     data: "vpp-performance-changes-3n-skx-ref"
3266     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3267     nic: "NIC_Intel-XXV710"
3268   compare:
3269     title: "rls2001 xxv710"
3270     data: "vpp-performance-changes-3n-skx-cmp"
3271     nic: "NIC_Intel-XXV710"
3272   data: "vpp-performance-changes-3n-skx"
3273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3274   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3275   parameters:
3276   - "name"
3277   - "parent"
3278   - "throughput"
3279   - "tags"
3280
3281 # VPP Performance Changes 3n-skx 4t2c ndr
3282 - type: "table"
3283   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3284   algorithm: "table_perf_comparison_nic"
3285   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3286   history:
3287     - title: "rls1904 x710"
3288       data: "vpp-performance-changes-3n-skx-h1"
3289       nic: "NIC_Intel-X710"
3290   reference:
3291     title: "rls1908 xxv710"
3292     data: "vpp-performance-changes-3n-skx-ref"
3293     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3294     nic: "NIC_Intel-XXV710"
3295   compare:
3296     title: "rls2001 xxv710"
3297     data: "vpp-performance-changes-3n-skx-cmp"
3298     nic: "NIC_Intel-XXV710"
3299   data: "vpp-performance-changes-3n-skx"
3300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3301   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3302   parameters:
3303   - "name"
3304   - "parent"
3305   - "throughput"
3306   - "tags"
3307
3308 # VPP Performance Changes 2n-skx 2t1c pdr
3309 - type: "table"
3310   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3311   algorithm: "table_perf_comparison_nic"
3312   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3313   history:
3314     - title: "rls1904 x710"
3315       data: "vpp-performance-changes-2n-skx-h1"
3316       nic: "NIC_Intel-X710"
3317   reference:
3318     title: "rls1908 xxv710"
3319     data: "vpp-performance-changes-2n-skx-ref"
3320     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3321     nic: "NIC_Intel-XXV710"
3322   compare:
3323     title: "rls2001 xxv710"
3324     data: "vpp-performance-changes-2n-skx-cmp"
3325     nic: "NIC_Intel-XXV710"
3326   data: "vpp-performance-changes-2n-skx"
3327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3328   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3329   parameters:
3330   - "name"
3331   - "parent"
3332   - "throughput"
3333   - "tags"
3334
3335 # VPP Performance Changes 2n-skx 4t2c pdr
3336 - type: "table"
3337   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3338   algorithm: "table_perf_comparison_nic"
3339   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3340   history:
3341     - title: "rls1904 x710"
3342       data: "vpp-performance-changes-2n-skx-h1"
3343       nic: "NIC_Intel-X710"
3344   reference:
3345     title: "rls1908 xxv710"
3346     data: "vpp-performance-changes-2n-skx-ref"
3347     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3348     nic: "NIC_Intel-XXV710"
3349   compare:
3350     title: "rls2001 xxv710"
3351     data: "vpp-performance-changes-2n-skx-cmp"
3352     nic: "NIC_Intel-XXV710"
3353   data: "vpp-performance-changes-2n-skx"
3354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3355   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3356   parameters:
3357   - "name"
3358   - "parent"
3359   - "throughput"
3360   - "tags"
3361
3362 # VPP Performance Changes 2n-skx 2t1c ndr
3363 - type: "table"
3364   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3365   algorithm: "table_perf_comparison_nic"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3367   history:
3368     - title: "rls1904 x710"
3369       data: "vpp-performance-changes-2n-skx-h1"
3370       nic: "NIC_Intel-X710"
3371   reference:
3372     title: "rls1908 xxv710"
3373     data: "vpp-performance-changes-2n-skx-ref"
3374     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3375     nic: "NIC_Intel-XXV710"
3376   compare:
3377     title: "rls2001 xxv710"
3378     data: "vpp-performance-changes-2n-skx-cmp"
3379     nic: "NIC_Intel-XXV710"
3380   data: "vpp-performance-changes-2n-skx"
3381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3382   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3383   parameters:
3384   - "name"
3385   - "parent"
3386   - "throughput"
3387   - "tags"
3388
3389 # VPP Performance Changes 2n-skx 4t2c ndr
3390 - type: "table"
3391   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3392   algorithm: "table_perf_comparison_nic"
3393   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3394   history:
3395     - title: "rls1904 x710"
3396       data: "vpp-performance-changes-2n-skx-h1"
3397       nic: "NIC_Intel-X710"
3398   reference:
3399     title: "rls1908 xxv710"
3400     data: "vpp-performance-changes-2n-skx-ref"
3401     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3402     nic: "NIC_Intel-XXV710"
3403   compare:
3404     title: "rls2001 xxv710"
3405     data: "vpp-performance-changes-2n-skx-cmp"
3406     nic: "NIC_Intel-XXV710"
3407   data: "vpp-performance-changes-2n-skx"
3408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3409   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3410   parameters:
3411   - "name"
3412   - "parent"
3413   - "throughput"
3414   - "tags"
3415
3416 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3417 #- type: "table"
3418 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3419 #  algorithm: "table_perf_comparison"
3420 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3421 #  reference:
3422 #    title: "rls1908"
3423 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3424 #  compare:
3425 #    title: "rls2001"
3426 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3427 #  data: "vpp-performance-changes-nfv-2n-skx"
3428 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3429 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3430 #  parameters:
3431 #  - "name"
3432 #  - "parent"
3433 #  - "throughput"
3434 #  - "tags"
3435 #
3436 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3437 #- type: "table"
3438 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3439 #  algorithm: "table_perf_comparison"
3440 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3441 #  reference:
3442 #    title: "rls1908"
3443 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3444 #  compare:
3445 #    title: "rls2001"
3446 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3447 #  data: "vpp-performance-changes-nfv-2n-skx"
3448 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3449 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3450 #  parameters:
3451 #  - "name"
3452 #  - "parent"
3453 #  - "throughput"
3454 #  - "tags"
3455 #
3456 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3457 #- type: "table"
3458 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3459 #  algorithm: "table_perf_comparison"
3460 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3461 #  reference:
3462 #    title: "rls1908"
3463 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3464 #  compare:
3465 #    title: "rls2001"
3466 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3467 #  data: "vpp-performance-changes-nfv-2n-skx"
3468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3469 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3470 #  parameters:
3471 #  - "name"
3472 #  - "parent"
3473 #  - "throughput"
3474 #  - "tags"
3475 #
3476 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3477 #- type: "table"
3478 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3479 #  algorithm: "table_perf_comparison"
3480 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3481 #  reference:
3482 #    title: "rls1908"
3483 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3484 #  compare:
3485 #    title: "rls2001"
3486 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3487 #  data: "vpp-performance-changes-nfv-2n-skx"
3488 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3489 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3490 #  parameters:
3491 #  - "name"
3492 #  - "parent"
3493 #  - "throughput"
3494 #  - "tags"
3495
3496 # VPP Performance Changes 2n-dnv 1t1c pdr
3497 - type: "table"
3498   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3499   algorithm: "table_perf_comparison"
3500   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3501   reference:
3502     title: "rls1908"
3503     data: "vpp-performance-changes-2n-dnv-ref"
3504   compare:
3505     title: "rls2001"
3506     data: "vpp-performance-changes-2n-dnv-cmp"
3507   data: "vpp-performance-changes-2n-dnv"
3508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3509   filter: "'1T1C'"
3510   parameters:
3511   - "name"
3512   - "parent"
3513   - "throughput"
3514   - "tags"
3515
3516 # VPP Performance Changes 2n-dnv 2t2c pdr
3517 - type: "table"
3518   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3519   algorithm: "table_perf_comparison"
3520   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3521   reference:
3522     title: "rls1908"
3523     data: "vpp-performance-changes-2n-dnv-ref"
3524   compare:
3525     title: "rls2001"
3526     data: "vpp-performance-changes-2n-dnv-cmp"
3527   data: "vpp-performance-changes-2n-dnv"
3528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'2T2C'"
3530   parameters:
3531   - "name"
3532   - "parent"
3533   - "throughput"
3534   - "tags"
3535
3536 # VPP Performance Changes 2n-dnv 1t1c ndr
3537 - type: "table"
3538   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3539   algorithm: "table_perf_comparison"
3540   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3541   reference:
3542     title: "rls1908"
3543     data: "vpp-performance-changes-2n-dnv-ref"
3544   compare:
3545     title: "rls2001"
3546     data: "vpp-performance-changes-2n-dnv-cmp"
3547   data: "vpp-performance-changes-2n-dnv"
3548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'1T1C'"
3550   parameters:
3551   - "name"
3552   - "parent"
3553   - "throughput"
3554   - "tags"
3555
3556 # VPP Performance Changes 2n-dnv 2t2c ndr
3557 - type: "table"
3558   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3559   algorithm: "table_perf_comparison"
3560   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3561   reference:
3562     title: "rls1908 "
3563     data: "vpp-performance-changes-2n-dnv-ref"
3564   compare:
3565     title: "rls2001"
3566     data: "vpp-performance-changes-2n-dnv-cmp"
3567   data: "vpp-performance-changes-2n-dnv"
3568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3569   filter: "'2T2C'"
3570   parameters:
3571   - "name"
3572   - "parent"
3573   - "throughput"
3574   - "tags"
3575
3576 # VPP Performance Changes 3n-dnv 1t1c pdr
3577 - type: "table"
3578   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3579   algorithm: "table_perf_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3581   reference:
3582     title: "rls1908"
3583     data: "vpp-performance-changes-3n-dnv-ref"
3584   compare:
3585     title: "rls2001"
3586     data: "vpp-performance-changes-3n-dnv-cmp"
3587   data: "vpp-performance-changes-3n-dnv"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'1T1C'"
3590   parameters:
3591   - "name"
3592   - "parent"
3593   - "throughput"
3594   - "tags"
3595
3596 # VPP Performance Changes 3n-dnv 2t2c pdr
3597 - type: "table"
3598   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3599   algorithm: "table_perf_comparison"
3600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3601   reference:
3602     title: "rls1908"
3603     data: "vpp-performance-changes-3n-dnv-ref"
3604   compare:
3605     title: "rls2001"
3606     data: "vpp-performance-changes-3n-dnv-cmp"
3607   data: "vpp-performance-changes-3n-dnv"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'2T2C'"
3610   parameters:
3611   - "name"
3612   - "parent"
3613   - "throughput"
3614   - "tags"
3615
3616 # VPP Performance Changes 3n-dnv 1t1c ndr
3617 - type: "table"
3618   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3619   algorithm: "table_perf_comparison"
3620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3621   reference:
3622     title: "rls1908"
3623     data: "vpp-performance-changes-3n-dnv-ref"
3624   compare:
3625     title: "rls2001"
3626     data: "vpp-performance-changes-3n-dnv-cmp"
3627   data: "vpp-performance-changes-3n-dnv"
3628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'1T1C'"
3630   parameters:
3631   - "name"
3632   - "parent"
3633   - "throughput"
3634   - "tags"
3635
3636 # VPP Performance Changes 3n-dnv 2t2c ndr
3637 - type: "table"
3638   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3639   algorithm: "table_perf_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3641   reference:
3642     title: "rls1908"
3643     data: "vpp-performance-changes-3n-dnv-ref"
3644   compare:
3645     title: "rls2001"
3646     data: "vpp-performance-changes-3n-dnv-cmp"
3647   data: "vpp-performance-changes-3n-dnv"
3648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'2T2C'"
3650   parameters:
3651   - "name"
3652   - "parent"
3653   - "throughput"
3654   - "tags"
3655
3656 # VPP Performance Changes 3n-tsh 1t1c pdr
3657 - type: "table"
3658   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3659   algorithm: "table_perf_comparison"
3660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3661   reference:
3662     title: "rls1908"
3663     data: "vpp-performance-changes-3n-tsh-ref"
3664   compare:
3665     title: "rls2001"
3666     data: "vpp-performance-changes-3n-tsh-cmp"
3667   data: "vpp-performance-changes-3n-tsh"
3668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3669   filter: "'1T1C'"
3670   parameters:
3671   - "name"
3672   - "parent"
3673   - "throughput"
3674   - "tags"
3675
3676 # VPP Performance Changes 3n-tsh 2t2c pdr
3677 - type: "table"
3678   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3679   algorithm: "table_perf_comparison"
3680   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3681   reference:
3682     title: "rls1908"
3683     data: "vpp-performance-changes-3n-tsh-ref"
3684   compare:
3685     title: "rls2001"
3686     data: "vpp-performance-changes-3n-tsh-cmp"
3687   data: "vpp-performance-changes-3n-tsh"
3688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3689   filter: "'2T2C'"
3690   parameters:
3691   - "name"
3692   - "parent"
3693   - "throughput"
3694   - "tags"
3695
3696 # VPP Performance Changes 3n-tsh 1t1c ndr
3697 - type: "table"
3698   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3699   algorithm: "table_perf_comparison"
3700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3701   reference:
3702     title: "rls1908"
3703     data: "vpp-performance-changes-3n-tsh-ref"
3704   compare:
3705     title: "rls2001"
3706     data: "vpp-performance-changes-3n-tsh-cmp"
3707   data: "vpp-performance-changes-3n-tsh"
3708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3709   filter: "'1T1C'"
3710   parameters:
3711   - "name"
3712   - "parent"
3713   - "throughput"
3714   - "tags"
3715
3716 # VPP Performance Changes 3n-tsh 2t2c ndr
3717 - type: "table"
3718   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3719   algorithm: "table_perf_comparison"
3720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3721   reference:
3722     title: "rls1908"
3723     data: "vpp-performance-changes-3n-tsh-ref"
3724   compare:
3725     title: "rls2001"
3726     data: "vpp-performance-changes-3n-tsh-cmp"
3727   data: "vpp-performance-changes-3n-tsh"
3728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'2T2C'"
3730   parameters:
3731   - "name"
3732   - "parent"
3733   - "throughput"
3734   - "tags"
3735
3736 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3737 - type: "table"
3738   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3739   algorithm: "table_perf_comparison_nic"
3740   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3741   reference:
3742     title: "3n-hsw xl710"
3743     data: "vpp-compare-testbeds-ref"
3744     nic: "NIC_Intel-XL710"
3745   compare:
3746     title: "3n-skx xxv710"
3747     data: "vpp-compare-testbeds-cmp"
3748     nic: "NIC_Intel-XXV710"
3749   data: "vpp-compare-testbeds"
3750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3751   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3752   parameters:
3753   - "name"
3754   - "parent"
3755   - "throughput"
3756   - "tags"
3757
3758 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3759 - type: "table"
3760   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3761   algorithm: "table_perf_comparison_nic"
3762   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3763   reference:
3764     title: "3n-hsw xl710"
3765     data: "vpp-compare-testbeds-ref"
3766     nic: "NIC_Intel-XL710"
3767   compare:
3768     title: "3n-skx xxv710"
3769     data: "vpp-compare-testbeds-cmp"
3770     nic: "NIC_Intel-XXV710"
3771   data: "vpp-compare-testbeds"
3772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3773   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3774   parameters:
3775   - "name"
3776   - "parent"
3777   - "throughput"
3778   - "tags"
3779
3780 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3781 - type: "table"
3782   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3783   algorithm: "table_perf_comparison_nic"
3784   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3785   reference:
3786     title: "3n-hsw xl710"
3787     data: "vpp-compare-testbeds-ref"
3788     nic: "NIC_Intel-XL710"
3789   compare:
3790     title: "3n-skx xxv710"
3791     data: "vpp-compare-testbeds-cmp"
3792     nic: "NIC_Intel-XXV710"
3793   data: "vpp-compare-testbeds"
3794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3795   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3796   parameters:
3797   - "name"
3798   - "parent"
3799   - "throughput"
3800   - "tags"
3801
3802 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3803 - type: "table"
3804   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3805   algorithm: "table_perf_comparison_nic"
3806   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3807   reference:
3808     title: "3n-hsw xl710"
3809     data: "vpp-compare-testbeds-ref"
3810     nic: "NIC_Intel-XL710"
3811   compare:
3812     title: "3n-skx xxv710"
3813     data: "vpp-compare-testbeds-cmp"
3814     nic: "NIC_Intel-XXV710"
3815   data: "vpp-compare-testbeds"
3816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3817   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3818   parameters:
3819   - "name"
3820   - "parent"
3821   - "throughput"
3822   - "tags"
3823
3824 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3825 - type: "table"
3826   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3827   algorithm: "table_perf_comparison"
3828   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3829   reference:
3830     title: "2n-skx"
3831     data: "vpp-compare-testbeds-skx-clx-ref"
3832   compare:
3833     title: "2n-clx"
3834     data: "vpp-compare-testbeds-skx-clx-cmp"
3835   data: "vpp-compare-testbeds-skx-clx"
3836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3837   filter: "'2T1C'"
3838   parameters:
3839   - "name"
3840   - "parent"
3841   - "throughput"
3842   - "tags"
3843
3844 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3845 - type: "table"
3846   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3847   algorithm: "table_perf_comparison"
3848   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3849   reference:
3850     title: "2n-skx"
3851     data: "vpp-compare-testbeds-skx-clx-ref"
3852   compare:
3853     title: "2n-clx"
3854     data: "vpp-compare-testbeds-skx-clx-cmp"
3855   data: "vpp-compare-testbeds-skx-clx"
3856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3857   filter: "'4T2C'"
3858   parameters:
3859   - "name"
3860   - "parent"
3861   - "throughput"
3862   - "tags"
3863
3864 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3865 - type: "table"
3866   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3867   algorithm: "table_perf_comparison"
3868   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3869   reference:
3870     title: "2n-skx"
3871     data: "vpp-compare-testbeds-skx-clx-ref"
3872   compare:
3873     title: "2n-clx"
3874     data: "vpp-compare-testbeds-skx-clx-cmp"
3875   data: "vpp-compare-testbeds-skx-clx"
3876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3877   filter: "'2T1C'"
3878   parameters:
3879   - "name"
3880   - "parent"
3881   - "throughput"
3882   - "tags"
3883
3884 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3885 - type: "table"
3886   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3887   algorithm: "table_perf_comparison"
3888   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3889   reference:
3890     title: "2n-skx"
3891     data: "vpp-compare-testbeds-skx-clx-ref"
3892   compare:
3893     title: "2n-clx"
3894     data: "vpp-compare-testbeds-skx-clx-cmp"
3895   data: "vpp-compare-testbeds-skx-clx"
3896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3897   filter: "'4T2C'"
3898   parameters:
3899   - "name"
3900   - "parent"
3901   - "throughput"
3902   - "tags"
3903
3904 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3905 - type: "table"
3906   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3907   algorithm: "table_perf_comparison_nic"
3908   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3909   reference:
3910     title: "3n-hsw xl710"
3911     data: "vpp-compare-testbeds-hsw-clx-ref"
3912     nic: "NIC_Intel-XL710"
3913   compare:
3914     title: "2n-clx xxv710"
3915     data: "vpp-compare-testbeds-hsw-clx-cmp"
3916     nic: "NIC_Intel-XXV710"
3917   data: "vpp-compare-testbeds-hsw-clx"
3918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3919   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3920   parameters:
3921   - "name"
3922   - "parent"
3923   - "throughput"
3924   - "tags"
3925
3926 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3927 - type: "table"
3928   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3929   algorithm: "table_perf_comparison_nic"
3930   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3931   reference:
3932     title: "3n-hsw xl710"
3933     data: "vpp-compare-testbeds-hsw-clx-ref"
3934     nic: "NIC_Intel-XL710"
3935   compare:
3936     title: "2n-clx xxv710"
3937     data: "vpp-compare-testbeds-hsw-clx-cmp"
3938     nic: "NIC_Intel-XXV710"
3939   data: "vpp-compare-testbeds-hsw-clx"
3940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3941   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3942   parameters:
3943   - "name"
3944   - "parent"
3945   - "throughput"
3946   - "tags"
3947
3948 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3949 - type: "table"
3950   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3951   algorithm: "table_perf_comparison_nic"
3952   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3953   reference:
3954     title: "3n-hsw xl710"
3955     data: "vpp-compare-testbeds-hsw-clx-ref"
3956     nic: "NIC_Intel-XL710"
3957   compare:
3958     title: "2n-clx xxv710"
3959     data: "vpp-compare-testbeds-hsw-clx-cmp"
3960     nic: "NIC_Intel-XXV710"
3961   data: "vpp-compare-testbeds-hsw-clx"
3962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3963   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3964   parameters:
3965   - "name"
3966   - "parent"
3967   - "throughput"
3968   - "tags"
3969
3970 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3971 - type: "table"
3972   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3973   algorithm: "table_perf_comparison_nic"
3974   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3975   reference:
3976     title: "3n-hsw xl710"
3977     data: "vpp-compare-testbeds-hsw-clx-ref"
3978     nic: "NIC_Intel-XL710"
3979   compare:
3980     title: "2n-clx xxv710"
3981     data: "vpp-compare-testbeds-hsw-clx-cmp"
3982     nic: "NIC_Intel-XXV710"
3983   data: "vpp-compare-testbeds-hsw-clx"
3984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3985   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3986   parameters:
3987   - "name"
3988   - "parent"
3989   - "throughput"
3990   - "tags"
3991
3992 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3993 - type: "table"
3994   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3995   algorithm: "table_perf_comparison"
3996   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3997   reference:
3998     title: "3-Node Skx"
3999     data: "vpp-compare-topologies-ref"
4000   compare:
4001     title: "2-Node Skx"
4002     data: "vpp-compare-topologies-cmp"
4003   data: "vpp-compare-topologies"
4004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4005   filter: "'NDRPDR' and '1C'"
4006   parameters:
4007   - "name"
4008   - "parent"
4009   - "throughput"
4010
4011 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4012 - type: "table"
4013   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4014   algorithm: "table_perf_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4016   reference:
4017     title: "3-Node Skx"
4018     data: "vpp-compare-topologies-ref"
4019   compare:
4020     title: "2-Node Skx"
4021     data: "vpp-compare-topologies-cmp"
4022   data: "vpp-compare-topologies"
4023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4024   filter: "'NDRPDR' and '2C'"
4025   parameters:
4026   - "name"
4027   - "parent"
4028   - "throughput"
4029
4030 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4031 - type: "table"
4032   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4033   algorithm: "table_perf_comparison"
4034   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4035   reference:
4036     title: "3-Node Skx"
4037     data: "vpp-compare-topologies-ref"
4038   compare:
4039     title: "2-Node Skx"
4040     data: "vpp-compare-topologies-cmp"
4041   data: "vpp-compare-topologies"
4042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4043   filter: "'NDRPDR' and '1C'"
4044   parameters:
4045   - "name"
4046   - "parent"
4047   - "throughput"
4048
4049 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4050 - type: "table"
4051   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4052   algorithm: "table_perf_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4054   reference:
4055     title: "3-Node Skx"
4056     data: "vpp-compare-topologies-ref"
4057   compare:
4058     title: "2-Node Skx"
4059     data: "vpp-compare-topologies-cmp"
4060   data: "vpp-compare-topologies"
4061   include-tests: "PDR"
4062   filter: "'NDRPDR' and '2C'"
4063   parameters:
4064   - "name"
4065   - "parent"
4066   - "throughput"
4067
4068 # VPP Performance Changes 3n-hsw 1t1c MRR
4069 - type: "table"
4070   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4071   algorithm: "table_perf_comparison"
4072   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4073   history:
4074     - title: "rls1904"
4075       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4076   reference:
4077     title: "rls1908"
4078     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4079   compare:
4080     title: "rls2001"
4081     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4082   data: "vpp-performance-changes-3n-hsw-mrr"
4083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4084   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4085   parameters:
4086   - "name"
4087   - "parent"
4088   - "result"
4089
4090 # VPP Performance Changes 3n-hsw 2t2c MRR
4091 - type: "table"
4092   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4093   algorithm: "table_perf_comparison"
4094   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4095   history:
4096     - title: "rls1904"
4097       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4098   reference:
4099     title: "rls1908"
4100     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4101   compare:
4102     title: "rls2001"
4103     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4104   data: "vpp-performance-changes-3n-hsw-mrr"
4105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4106   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4107   parameters:
4108   - "name"
4109   - "parent"
4110   - "result"
4111
4112 # VPP Performance Changes 3n-hsw 4t4c MRR
4113 - type: "table"
4114   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4115   algorithm: "table_perf_comparison"
4116   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4117   history:
4118     - title: "rls1904"
4119       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4120   reference:
4121     title: "rls1908"
4122     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4123   compare:
4124     title: "rls2001"
4125     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4126   data: "vpp-performance-changes-3n-hsw-mrr"
4127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4128   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4129   parameters:
4130   - "name"
4131   - "parent"
4132   - "result"
4133
4134 # VPP Performance Changes 3n-skx 2t1c MRR
4135 - type: "table"
4136   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4137   algorithm: "table_perf_comparison"
4138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4139   history:
4140     - title: "rls1904"
4141       data: "vpp-performance-changes-3n-skx-mrr-h1"
4142   reference:
4143     title: "rls1908"
4144     data: "vpp-performance-changes-3n-skx-mrr-ref"
4145   compare:
4146     title: "rls2001"
4147     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4148   data: "vpp-performance-changes-3n-skx-mrr"
4149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4150   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4151   parameters:
4152   - "name"
4153   - "parent"
4154   - "result"
4155
4156 # VPP Performance Changes 3n-skx 4t2c MRR
4157 - type: "table"
4158   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4159   algorithm: "table_perf_comparison"
4160   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4161   history:
4162     - title: "rls1904"
4163       data: "vpp-performance-changes-3n-skx-mrr-h1"
4164   reference:
4165     title: "rls1908"
4166     data: "vpp-performance-changes-3n-skx-mrr-ref"
4167   compare:
4168     title: "rls2001"
4169     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4170   data: "vpp-performance-changes-3n-skx-mrr"
4171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4172   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4173   parameters:
4174   - "name"
4175   - "parent"
4176   - "result"
4177
4178 # VPP Performance Changes 3n-skx 8t4c MRR
4179 - type: "table"
4180   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4181   algorithm: "table_perf_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4183   history:
4184     - title: "rls1904"
4185       data: "vpp-performance-changes-3n-skx-mrr-h1"
4186   reference:
4187     title: "rls1908"
4188     data: "vpp-performance-changes-3n-skx-mrr-ref"
4189   compare:
4190     title: "rls2001"
4191     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4192   data: "vpp-performance-changes-3n-skx-mrr"
4193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4194   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4195   parameters:
4196   - "name"
4197   - "parent"
4198   - "result"
4199
4200 # VPP Performance Changes 2n-skx 2t1c MRR
4201 - type: "table"
4202   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4203   algorithm: "table_perf_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4205   history:
4206     - title: "rls1904"
4207       data: "vpp-performance-changes-2n-skx-mrr-h1"
4208   reference:
4209     title: "rls1908"
4210     data: "vpp-performance-changes-2n-skx-mrr-ref"
4211   compare:
4212     title: "rls2001"
4213     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4214   data: "vpp-performance-changes-2n-skx-mrr"
4215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4216   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4217   parameters:
4218   - "name"
4219   - "parent"
4220   - "result"
4221
4222 # VPP Performance Changes 2n-skx 4t2c MRR
4223 - type: "table"
4224   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4225   algorithm: "table_perf_comparison"
4226   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4227   history:
4228     - title: "rls1904"
4229       data: "vpp-performance-changes-2n-skx-mrr-h1"
4230   reference:
4231     title: "rls1908"
4232     data: "vpp-performance-changes-2n-skx-mrr-ref"
4233   compare:
4234     title: "rls2001"
4235     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4236   data: "vpp-performance-changes-2n-skx-mrr"
4237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4238   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4239   parameters:
4240   - "name"
4241   - "parent"
4242   - "result"
4243
4244 # VPP Performance Changes 2n-skx 8t4c MRR
4245 - type: "table"
4246   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4247   algorithm: "table_perf_comparison"
4248   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4249   history:
4250     - title: "rls1904"
4251       data: "vpp-performance-changes-2n-skx-mrr-h1"
4252   reference:
4253     title: "rls1908"
4254     data: "vpp-performance-changes-2n-skx-mrr-ref"
4255   compare:
4256     title: "rls2001"
4257     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4258   data: "vpp-performance-changes-2n-skx-mrr"
4259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4260   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4261   parameters:
4262   - "name"
4263   - "parent"
4264   - "result"
4265
4266 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4267 #- type: "table"
4268 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4269 #  algorithm: "table_perf_comparison"
4270 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4271 #  reference:
4272 #    title: "rls1908"
4273 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4274 #  compare:
4275 #    title: "rls2001"
4276 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4277 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4278 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4279 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4280 #  parameters:
4281 #  - "name"
4282 #  - "parent"
4283 #  - "result"
4284 #
4285 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4286 #- type: "table"
4287 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4288 #  algorithm: "table_perf_comparison"
4289 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4290 #  reference:
4291 #    title: "rls1908"
4292 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4293 #  compare:
4294 #    title: "rls2001"
4295 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4296 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4297 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4298 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4299 #  parameters:
4300 #  - "name"
4301 #  - "parent"
4302 #  - "result"
4303 #
4304 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4305 #- type: "table"
4306 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4307 #  algorithm: "table_perf_comparison"
4308 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4309 #  reference:
4310 #    title: "rls1908"
4311 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4312 #  compare:
4313 #    title: "rls2001"
4314 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4315 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4317 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4318 #  parameters:
4319 #  - "name"
4320 #  - "parent"
4321 #  - "result"
4322
4323 # VPP Performance Changes 2n-dnv 1t1c MRR
4324 - type: "table"
4325   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4326   algorithm: "table_perf_comparison"
4327   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4328   reference:
4329     title: "rls1908"
4330     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4331   compare:
4332     title: "rls2001"
4333     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4334   data: "vpp-performance-changes-2n-dnv-mrr"
4335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4336   filter: "'1T1C' and 'MRR'"
4337   parameters:
4338   - "name"
4339   - "parent"
4340   - "result"
4341
4342 # VPP Performance Changes 2n-dnv 2t2c MRR
4343 - type: "table"
4344   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4345   algorithm: "table_perf_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4347   reference:
4348     title: "rls1908"
4349     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4350   compare:
4351     title: "rls2001"
4352     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4353   data: "vpp-performance-changes-2n-dnv-mrr"
4354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4355   filter: "'2T2C' and 'MRR'"
4356   parameters:
4357   - "name"
4358   - "parent"
4359   - "result"
4360
4361 # VPP Performance Changes 2n-dnv 4t4c MRR
4362 - type: "table"
4363   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4364   algorithm: "table_perf_comparison"
4365   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4366   reference:
4367     title: "rls1908"
4368     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4369   compare:
4370     title: "rls2001"
4371     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4372   data: "vpp-performance-changes-2n-dnv-mrr"
4373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4374   filter: "'4T4C' and 'MRR'"
4375   parameters:
4376   - "name"
4377   - "parent"
4378   - "result"
4379
4380 # VPP Performance Changes 3n-dnv 1t1c MRR
4381 - type: "table"
4382   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4383   algorithm: "table_perf_comparison"
4384   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4385   reference:
4386     title: "rls1908"
4387     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4388   compare:
4389     title: "rls2001"
4390     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4391   data: "vpp-performance-changes-3n-dnv-mrr"
4392   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4393   filter: "'1T1C' and 'MRR'"
4394   parameters:
4395   - "name"
4396   - "parent"
4397   - "result"
4398
4399 # VPP Performance Changes 3n-dnv 2t2c MRR
4400 - type: "table"
4401   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4402   algorithm: "table_perf_comparison"
4403   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4404   reference:
4405     title: "rls1908"
4406     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4407   compare:
4408     title: "rls2001"
4409     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4410   data: "vpp-performance-changes-3n-dnv-mrr"
4411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4412   filter: "'2T2C' and 'MRR'"
4413   parameters:
4414   - "name"
4415   - "parent"
4416   - "result"
4417
4418 # VPP Performance Changes 3n-dnv 4t4c MRR
4419 - type: "table"
4420   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4421   algorithm: "table_perf_comparison"
4422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4423   reference:
4424     title: "rls1908"
4425     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4426   compare:
4427     title: "rls2001"
4428     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4429   data: "vpp-performance-changes-3n-dnv-mrr"
4430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4431   filter: "'4T4C' and 'MRR'"
4432   parameters:
4433   - "name"
4434   - "parent"
4435   - "result"
4436
4437 # VPP Performance Changes 3n-tsh 1t1c MRR
4438 - type: "table"
4439   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4440   algorithm: "table_perf_comparison"
4441   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4442   reference:
4443     title: "rls1908"
4444     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4445   compare:
4446     title: "rls2001"
4447     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4448   data: "vpp-performance-changes-3n-tsh-mrr"
4449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4450   filter: "'1T1C' and 'MRR'"
4451   parameters:
4452   - "name"
4453   - "parent"
4454   - "result"
4455
4456 # VPP Performance Changes 3n-tsh 2t2c MRR
4457 - type: "table"
4458   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4459   algorithm: "table_perf_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4461   reference:
4462     title: "rls1908"
4463     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4464   compare:
4465     title: "rls2001"
4466     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4467   data: "vpp-performance-changes-3n-tsh-mrr"
4468   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4469   filter: "'2T2C' and 'MRR'"
4470   parameters:
4471   - "name"
4472   - "parent"
4473   - "result"
4474
4475 # VPP Performance Changes 3n-tsh 4t4c MRR
4476 - type: "table"
4477   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4478   algorithm: "table_perf_comparison"
4479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4480   reference:
4481     title: "rls1908"
4482     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4483   compare:
4484     title: "rls2001"
4485     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4486   data: "vpp-performance-changes-3n-tsh-mrr"
4487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4488   filter: "'4T4C' and 'MRR'"
4489   parameters:
4490   - "name"
4491   - "parent"
4492   - "result"
4493
4494 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4495 - type: "table"
4496   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4497   algorithm: "table_perf_comparison_nic"
4498   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4499   reference:
4500     title: "3n-hsw xl710"
4501     data: "vpp-compare-testbeds-mrr-ref"
4502     nic: "NIC_Intel-XL710"
4503   compare:
4504     title: "3n-skx xxv710"
4505     data: "vpp-compare-testbeds-mrr-cmp"
4506     nic: "NIC_Intel-XXV710"
4507   data: "vpp-compare-testbeds-mrr"
4508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4509   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4510   parameters:
4511   - "name"
4512   - "parent"
4513   - "result"
4514   - "tags"
4515
4516 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4517 - type: "table"
4518   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4519   algorithm: "table_perf_comparison_nic"
4520   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4521   reference:
4522     title: "3n-hsw xl710"
4523     data: "vpp-compare-testbeds-mrr-ref"
4524     nic: "NIC_Intel-XL710"
4525   compare:
4526     title: "3n-skx xxv710"
4527     data: "vpp-compare-testbeds-mrr-cmp"
4528     nic: "NIC_Intel-XXV710"
4529   data: "vpp-compare-testbeds-mrr"
4530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4531   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4532   parameters:
4533   - "name"
4534   - "parent"
4535   - "result"
4536   - "tags"
4537
4538 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4539 - type: "table"
4540   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4541   algorithm: "table_perf_comparison_nic"
4542   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4543   reference:
4544     title: "3n-hsw xl710"
4545     data: "vpp-compare-testbeds-mrr-ref"
4546     nic: "NIC_Intel-XL710"
4547   compare:
4548     title: "3n-skx xxv710"
4549     data: "vpp-compare-testbeds-mrr-cmp"
4550     nic: "NIC_Intel-XXV710"
4551   data: "vpp-compare-testbeds-mrr"
4552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "result"
4558   - "tags"
4559
4560 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4561 - type: "table"
4562   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4563   algorithm: "table_perf_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4565   reference:
4566     title: "2n-skx"
4567     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4568   compare:
4569     title: "2n-clx"
4570     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4571   data: "vpp-compare-testbeds-mrr-skx-clx"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'2T1C'"
4574   parameters:
4575   - "name"
4576   - "parent"
4577   - "result"
4578   - "tags"
4579
4580 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4581 - type: "table"
4582   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4583   algorithm: "table_perf_comparison"
4584   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4585   reference:
4586     title: "2n-skx"
4587     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4588   compare:
4589     title: "2n-clx"
4590     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4591   data: "vpp-compare-testbeds-mrr-skx-clx"
4592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593   filter: "'4T2C'"
4594   parameters:
4595   - "name"
4596   - "parent"
4597   - "result"
4598   - "tags"
4599
4600 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4601 - type: "table"
4602   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4603   algorithm: "table_perf_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4605   reference:
4606     title: "2n-skx"
4607     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4608   compare:
4609     title: "2n-clx"
4610     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4611   data: "vpp-compare-testbeds-mrr-skx-clx"
4612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4613   filter: "'8T4C'"
4614   parameters:
4615   - "name"
4616   - "parent"
4617   - "result"
4618   - "tags"
4619
4620 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4621 - type: "table"
4622   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4623   algorithm: "table_perf_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4625   reference:
4626     title: "3-Node Skx"
4627     data: "vpp-compare-topologies-mrr-ref"
4628   compare:
4629     title: "2-Node Skx"
4630     data: "vpp-compare-topologies-mrr-cmp"
4631   data: "vpp-compare-topologies-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'MRR' and '1C'"
4634   parameters:
4635   - "name"
4636   - "parent"
4637   - "result"
4638
4639 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4640 - type: "table"
4641   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4642   algorithm: "table_perf_comparison"
4643   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4644   reference:
4645     title: "3-Node Skx"
4646     data: "vpp-compare-topologies-mrr-ref"
4647   compare:
4648     title: "2-Node Skx"
4649     data: "vpp-compare-topologies-mrr-cmp"
4650   data: "vpp-compare-topologies-mrr"
4651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4652   filter: "'MRR' and '2C'"
4653   parameters:
4654   - "name"
4655   - "parent"
4656   - "result"
4657
4658 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4659 - type: "table"
4660   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4661   algorithm: "table_perf_comparison"
4662   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4663   reference:
4664     title: "3-Node Skx"
4665     data: "vpp-compare-topologies-mrr-ref"
4666   compare:
4667     title: "2-Node Skx"
4668     data: "vpp-compare-topologies-mrr-cmp"
4669   data: "vpp-compare-topologies-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "'MRR' and '4C'"
4672   parameters:
4673   - "name"
4674   - "parent"
4675   - "result"
4676
4677 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4678 - type: "table"
4679   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4680   algorithm: "table_perf_comparison_nic"
4681   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4682   reference:
4683     title: "3n-hsw xl710"
4684     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4685     nic: "NIC_Intel-XL710"
4686   compare:
4687     title: "2n-clx xxv710"
4688     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4689     nic: "NIC_Intel-XXV710"
4690   data: "vpp-compare-testbeds-mrr-hsw-clx"
4691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4692   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4693   parameters:
4694   - "name"
4695   - "parent"
4696   - "result"
4697   - "tags"
4698
4699 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4700 - type: "table"
4701   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4702   algorithm: "table_perf_comparison_nic"
4703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4704   reference:
4705     title: "3n-hsw xl710"
4706     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4707     nic: "NIC_Intel-XL710"
4708   compare:
4709     title: "2n-clx xxv710"
4710     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4711     nic: "NIC_Intel-XXV710"
4712   data: "vpp-compare-testbeds-mrr-hsw-clx"
4713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4714   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4715   parameters:
4716   - "name"
4717   - "parent"
4718   - "result"
4719   - "tags"
4720
4721 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4722 - type: "table"
4723   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4724   algorithm: "table_perf_comparison_nic"
4725   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4726   reference:
4727     title: "3n-hsw xl710"
4728     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4729     nic: "NIC_Intel-XL710"
4730   compare:
4731     title: "2n-clx xxv710"
4732     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4733     nic: "NIC_Intel-XXV710"
4734   data: "vpp-compare-testbeds-mrr-hsw-clx"
4735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4736   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4737   parameters:
4738   - "name"
4739   - "parent"
4740   - "result"
4741   - "tags"
4742
4743 # Detailed Test Results - VPP Performance Results 3n-hsw
4744 - type: "table"
4745   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4746   algorithm: "table_merged_details"
4747   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4748   columns:
4749   - title: " |prein| Test Name |preout| "
4750     data: "data name"
4751   - 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| "
4752     data: "data msg"
4753   data: "vpp-perf-results-3n-hsw"
4754   filter: "all"
4755   parameters:
4756   - "name"
4757   - "parent"
4758   - "msg"
4759
4760 # Detailed Test Results - VPP Performance Results 3n-skx
4761 - type: "table"
4762   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4763   algorithm: "table_merged_details"
4764   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4765   columns:
4766   - title: " |prein| Test Name |preout| "
4767     data: "data name"
4768   - 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| "
4769     data: "data msg"
4770   data: "vpp-perf-results-3n-skx"
4771   filter: "all"
4772   remove-ndr: True  # Temporary solution: remove NDR results from test message
4773   parameters:
4774   - "name"
4775   - "parent"
4776   - "msg"
4777
4778 # Detailed Test Results - VPP Performance Results 2n-skx
4779 - type: "table"
4780   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4781   algorithm: "table_merged_details"
4782   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4783   columns:
4784   - title: " |prein| Test Name |preout| "
4785     data: "data name"
4786   - 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| "
4787     data: "data msg"
4788   data: "vpp-perf-results-2n-skx"
4789   filter: "all"
4790   remove-ndr: True  # Temporary solution: remove NDR results from test message
4791   parameters:
4792   - "name"
4793   - "parent"
4794   - "msg"
4795
4796 # Detailed Test Results - VPP Performance Results 2n-clx
4797 - type: "table"
4798   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4799   algorithm: "table_merged_details"
4800   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4801   columns:
4802   - title: " |prein| Test Name |preout| "
4803     data: "data name"
4804   - 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| "
4805     data: "data msg"
4806   data: "vpp-perf-results-2n-clx"
4807   filter: "all"
4808   parameters:
4809   - "name"
4810   - "parent"
4811   - "msg"
4812
4813 # Detailed Test Results - VPP Performance Results 3n-tsh
4814 - type: "table"
4815   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4816   algorithm: "table_merged_details"
4817   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4818   columns:
4819   - title: " |prein| Test Name |preout| "
4820     data: "data name"
4821   - 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| "
4822     data: "data msg"
4823   data: "vpp-perf-results-3n-tsh"
4824   filter: "all"
4825   parameters:
4826   - "name"
4827   - "parent"
4828   - "msg"
4829
4830 # Detailed Test Results - VPP Performance Results 3n-dnv
4831 - type: "table"
4832   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4833   algorithm: "table_merged_details"
4834   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4835   columns:
4836   - title: " |prein| Test Name |preout| "
4837     data: "data name"
4838   - 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| "
4839     data: "data msg"
4840   data: "vpp-perf-results-3n-dnv"
4841   filter: "all"
4842   parameters:
4843   - "name"
4844   - "parent"
4845   - "msg"
4846
4847 # Detailed Test Results - VPP Performance Results 2n-dnv
4848 - type: "table"
4849   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4850   algorithm: "table_merged_details"
4851   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4852   columns:
4853   - title: " |prein| Test Name |preout| "
4854     data: "data name"
4855   - 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| "
4856     data: "data msg"
4857   data: "vpp-perf-results-2n-dnv"
4858   filter: "all"
4859   parameters:
4860   - "name"
4861   - "parent"
4862   - "msg"
4863
4864 # Test configuration - VPP Performance Test Configs 3n-hsw
4865 - type: "table"
4866   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4867   algorithm: "table_merged_details"
4868   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4869   columns:
4870   - title: " |prein| Test Name |preout| "
4871     data: "data name"
4872   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4873     data: "data conf-history"
4874   data: "vpp-perf-results-3n-hsw"
4875   filter: "all"
4876   parameters:
4877   - "parent"
4878   - "name"
4879   - "conf-history"
4880
4881 # Test configuration - VPP Performance Test Configs 3n-skx
4882 - type: "table"
4883   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4884   algorithm: "table_merged_details"
4885   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4886   columns:
4887   - title: " |prein| Test Name |preout| "
4888     data: "data name"
4889   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4890     data: "data conf-history"
4891   data: "vpp-perf-results-3n-skx"
4892   filter: "all"
4893   parameters:
4894   - "parent"
4895   - "name"
4896   - "conf-history"
4897
4898 # Test configuration - VPP Performance Test Configs 2n-skx
4899 - type: "table"
4900   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4901   algorithm: "table_merged_details"
4902   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4903   columns:
4904   - title: " |prein| Test Name |preout| "
4905     data: "data name"
4906   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4907     data: "data conf-history"
4908   data: "vpp-perf-results-2n-skx"
4909   filter: "all"
4910   parameters:
4911   - "parent"
4912   - "name"
4913   - "conf-history"
4914
4915 # Test configuration - VPP Performance Test Configs 2n-clx
4916 - type: "table"
4917   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4918   algorithm: "table_merged_details"
4919   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4920   columns:
4921   - title: " |prein| Test Name |preout| "
4922     data: "data name"
4923   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4924     data: "data conf-history"
4925   data: "vpp-perf-results-2n-clx"
4926   filter: "all"
4927   parameters:
4928   - "parent"
4929   - "name"
4930   - "conf-history"
4931
4932 # Test configuration - VPP Performance Test Configs 3n-tsh
4933 - type: "table"
4934   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4935   algorithm: "table_merged_details"
4936   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4937   columns:
4938   - title: " |prein| Test Name |preout| "
4939     data: "data name"
4940   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4941     data: "data conf-history"
4942   data: "vpp-perf-results-3n-tsh"
4943   filter: "all"
4944   parameters:
4945   - "parent"
4946   - "name"
4947   - "conf-history"
4948
4949 # Test configuration - VPP Performance Test Configs 3n-dnv
4950 - type: "table"
4951   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4952   algorithm: "table_merged_details"
4953   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4954   columns:
4955   - title: " |prein| Test Name |preout| "
4956     data: "data name"
4957   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4958     data: "data conf-history"
4959   data: "vpp-perf-results-3n-dnv"
4960   filter: "all"
4961   parameters:
4962   - "parent"
4963   - "name"
4964   - "conf-history"
4965
4966 # Test configuration - VPP Performance Test Configs 2n-dnv
4967 - type: "table"
4968   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4969   algorithm: "table_merged_details"
4970   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4971   columns:
4972   - title: " |prein| Test Name |preout| "
4973     data: "data name"
4974   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4975     data: "data conf-history"
4976   data: "vpp-perf-results-2n-dnv"
4977   filter: "all"
4978   parameters:
4979   - "parent"
4980   - "name"
4981   - "conf-history"
4982
4983 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4984 - type: "table"
4985   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4986   algorithm: "table_oper_data_html"
4987   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4988   data: "vpp-perf-results-3n-hsw"
4989   filter: "all"
4990
4991 # Test Operational Data - VPP Performance Operational Data 3n-skx
4992 - type: "table"
4993   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4994   algorithm: "table_oper_data_html"
4995   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4996   data: "vpp-perf-results-3n-skx"
4997   filter: "all"
4998
4999 # Test Operational Data - VPP Performance Operational Data 2n-skx
5000 - type: "table"
5001   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5002   algorithm: "table_oper_data_html"
5003   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5004   data: "vpp-perf-results-2n-skx"
5005   filter: "all"
5006
5007 # Test Operational Data - VPP Performance Operational Data 2n-clx
5008 - type: "table"
5009   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5010   algorithm: "table_oper_data_html"
5011   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5012   data: "vpp-perf-results-2n-clx"
5013   filter: "all"
5014
5015 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5016 - type: "table"
5017   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5018   algorithm: "table_oper_data_html"
5019   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5020   data: "vpp-perf-results-3n-tsh"
5021   filter: "all"
5022
5023 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5024 - type: "table"
5025   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5026   algorithm: "table_oper_data_html"
5027   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5028   data: "vpp-perf-results-3n-dnv"
5029   filter: "all"
5030
5031 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5032 - type: "table"
5033   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5034   algorithm: "table_oper_data_html"
5035   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5036   data: "vpp-perf-results-2n-dnv"
5037   filter: "all"
5038
5039 # Detailed Test Results - VPP MRR Results 3n-hsw
5040 - type: "table"
5041   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5042   algorithm: "table_merged_details"
5043   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5044   columns:
5045   - title: " |prein| Test Name |preout| "
5046     data: "data name"
5047   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5048     data: "data msg"
5049   data: "vpp-mrr-results-3n-hsw"
5050   filter: "all"
5051   parameters:
5052   - "name"
5053   - "parent"
5054   - "msg"
5055
5056 # Detailed Test Results - VPP MRR Results 3n-skx
5057 - type: "table"
5058   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5059   algorithm: "table_merged_details"
5060   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5061   columns:
5062   - title: " |prein| Test Name |preout| "
5063     data: "data name"
5064   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5065     data: "data msg"
5066   data: "vpp-mrr-results-3n-skx"
5067   filter: "all"
5068   parameters:
5069   - "name"
5070   - "parent"
5071   - "msg"
5072
5073 # Detailed Test Results - VPP MRR Results 2n-skx
5074 - type: "table"
5075   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5076   algorithm: "table_merged_details"
5077   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5078   columns:
5079   - title: " |prein| Test Name |preout| "
5080     data: "data name"
5081   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5082     data: "data msg"
5083   data: "vpp-mrr-results-2n-skx"
5084   filter: "all"
5085   parameters:
5086   - "name"
5087   - "parent"
5088   - "msg"
5089
5090 # Detailed Test Results - VPP MRR Results 2n-clx
5091 - type: "table"
5092   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5093   algorithm: "table_merged_details"
5094   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5095   columns:
5096   - title: " |prein| Test Name |preout| "
5097     data: "data name"
5098   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5099     data: "data msg"
5100   data: "vpp-mrr-results-2n-clx"
5101   filter: "all"
5102   parameters:
5103   - "name"
5104   - "parent"
5105   - "msg"
5106
5107 # Detailed Test Results - VPP MRR Results 3n-tsh
5108 - type: "table"
5109   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5110   algorithm: "table_merged_details"
5111   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5112   columns:
5113   - title: " |prein| Test Name |preout| "
5114     data: "data name"
5115   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5116     data: "data msg"
5117   data: "vpp-mrr-results-3n-tsh"
5118   filter: "all"
5119   parameters:
5120   - "name"
5121   - "parent"
5122   - "msg"
5123
5124 # Detailed Test Results - VPP MRR Results 3n-dnv
5125 - type: "table"
5126   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5127   algorithm: "table_merged_details"
5128   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5129   columns:
5130   - title: " |prein| Test Name |preout| "
5131     data: "data name"
5132   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5133     data: "data msg"
5134   data: "vpp-mrr-results-3n-dnv"
5135   filter: "all"
5136   parameters:
5137   - "name"
5138   - "parent"
5139   - "msg"
5140
5141 # Detailed Test Results - VPP MRR Results 2n-dnv
5142 - type: "table"
5143   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5144   algorithm: "table_merged_details"
5145   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5146   columns:
5147   - title: " |prein| Test Name |preout| "
5148     data: "data name"
5149   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5150     data: "data msg"
5151   data: "vpp-mrr-results-2n-dnv"
5152   filter: "all"
5153   parameters:
5154   - "name"
5155   - "parent"
5156   - "msg"
5157
5158 # Test configuration - VPP MRR Test Configs 3n-hsw
5159 - type: "table"
5160   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5161   algorithm: "table_merged_details"
5162   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5163   columns:
5164   - title: " |prein| Test Name |preout| "
5165     data: "data name"
5166   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5167     data: "data conf-history"
5168   data: "vpp-mrr-results-3n-hsw"
5169   filter: "all"
5170   parameters:
5171   - "parent"
5172   - "name"
5173   - "conf-history"
5174
5175 # Test configuration - VPP MRR Test Configs 3n-skx
5176 - type: "table"
5177   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5178   algorithm: "table_merged_details"
5179   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5180   columns:
5181   - title: " |prein| Test Name |preout| "
5182     data: "data name"
5183   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5184     data: "data conf-history"
5185   data: "vpp-mrr-results-3n-skx"
5186   filter: "all"
5187   parameters:
5188   - "parent"
5189   - "name"
5190   - "conf-history"
5191
5192 # Test configuration - VPP MRR Test Configs 2n-skx
5193 - type: "table"
5194   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5195   algorithm: "table_merged_details"
5196   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5197   columns:
5198   - title: " |prein| Test Name |preout| "
5199     data: "data name"
5200   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5201     data: "data conf-history"
5202   data: "vpp-mrr-results-2n-skx"
5203   filter: "all"
5204   parameters:
5205   - "parent"
5206   - "name"
5207   - "conf-history"
5208
5209 # Test configuration - VPP MRR Test Configs 2n-clx
5210 - type: "table"
5211   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5212   algorithm: "table_merged_details"
5213   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5214   columns:
5215   - title: " |prein| Test Name |preout| "
5216     data: "data name"
5217   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5218     data: "data conf-history"
5219   data: "vpp-mrr-results-2n-clx"
5220   filter: "all"
5221   parameters:
5222   - "parent"
5223   - "name"
5224   - "conf-history"
5225
5226 # Test configuration - VPP MRR Test Configs 3n-tsh
5227 - type: "table"
5228   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5229   algorithm: "table_merged_details"
5230   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5231   columns:
5232   - title: " |prein| Test Name |preout| "
5233     data: "data name"
5234   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5235     data: "data conf-history"
5236   data: "vpp-mrr-results-3n-tsh"
5237   filter: "all"
5238   parameters:
5239   - "parent"
5240   - "name"
5241   - "conf-history"
5242
5243 # Test configuration - VPP MRR Test Configs 3n-dnv
5244 - type: "table"
5245   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5246   algorithm: "table_merged_details"
5247   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5248   columns:
5249   - title: " |prein| Test Name |preout| "
5250     data: "data name"
5251   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5252     data: "data conf-history"
5253   data: "vpp-mrr-results-3n-dnv"
5254   filter: "all"
5255   parameters:
5256   - "parent"
5257   - "name"
5258   - "conf-history"
5259
5260 # Test configuration - VPP MRR Test Configs 2n-dnv
5261 - type: "table"
5262   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5263   algorithm: "table_merged_details"
5264   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5265   columns:
5266   - title: " |prein| Test Name |preout| "
5267     data: "data name"
5268   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5269     data: "data conf-history"
5270   data: "vpp-mrr-results-2n-dnv"
5271   filter: "all"
5272   parameters:
5273   - "parent"
5274   - "name"
5275   - "conf-history"
5276
5277 # Detailed Test Results - VPP Device Results - Ubuntu
5278 - type: "table"
5279   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5280   algorithm: "table_merged_details"
5281   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5282   columns:
5283   - title: " |prein| Test Name |preout| "
5284     data: "data name"
5285   - title: " |prein| Status |preout| "
5286     data: "data status"
5287   data: "vpp-device-results-ubuntu"
5288   filter: "all"
5289   parameters:
5290   - "name"
5291   - "parent"
5292   - "doc"
5293   - "status"
5294
5295 # Test configuration - VPP Device Test Configs - Ubuntu
5296 - type: "table"
5297   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5298   algorithm: "table_merged_details"
5299   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5300   columns:
5301   - title: " |prein| Test Name |preout| "
5302     data: "data name"
5303   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5304     data: "data conf-history"
5305   data: "vpp-device-results-ubuntu"
5306   filter: "all"
5307   parameters:
5308   - "parent"
5309   - "name"
5310   - "conf-history"
5311
5312 ################################################################################
5313
5314 # DPDK Performance Changes 3n-hsw 1t1c pdr
5315 - type: "table"
5316   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5317   algorithm: "table_perf_comparison"
5318   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5319   history:
5320     - title: "rls1904"
5321       data: "dpdk-performance-changes-3n-hsw-h1"
5322   reference:
5323     title: "rls1908"
5324     data: "dpdk-performance-changes-3n-hsw-ref"
5325   compare:
5326     title: "rls2001"
5327     data: "dpdk-performance-changes-3n-hsw-cmp"
5328   data: "dpdk-performance-changes-3n-hsw"
5329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5330   filter: "'1T1C' and 'NDRPDR'"
5331   parameters:
5332   - "name"
5333   - "parent"
5334   - "throughput"
5335
5336 # DPDK Performance Changes 3n-hsw 2t2c pdr
5337 - type: "table"
5338   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5339   algorithm: "table_perf_comparison"
5340   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5341   history:
5342     - title: "rls1904"
5343       data: "dpdk-performance-changes-3n-hsw-h1"
5344   reference:
5345     title: "rls1908"
5346     data: "dpdk-performance-changes-3n-hsw-ref"
5347   compare:
5348     title: "rls2001"
5349     data: "dpdk-performance-changes-3n-hsw-cmp"
5350   data: "dpdk-performance-changes-3n-hsw"
5351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5352   filter: "'2T2C' and 'NDRPDR'"
5353   parameters:
5354   - "name"
5355   - "parent"
5356   - "throughput"
5357
5358 # DPDK Performance Changes 3n-hsw 1t1c ndr
5359 - type: "table"
5360   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5361   algorithm: "table_perf_comparison"
5362   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5363   history:
5364     - title: "rls1904"
5365       data: "dpdk-performance-changes-3n-hsw-h1"
5366   reference:
5367     title: "rls1908"
5368     data: "dpdk-performance-changes-3n-hsw-ref"
5369   compare:
5370     title: "rls2001"
5371     data: "dpdk-performance-changes-3n-hsw-cmp"
5372   data: "dpdk-performance-changes-3n-hsw"
5373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5374   filter: "'1T1C' and 'NDRPDR'"
5375   parameters:
5376   - "name"
5377   - "parent"
5378   - "throughput"
5379
5380 # DPDK Performance Changes 3n-hsw 2t2c ndr
5381 - type: "table"
5382   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5383   algorithm: "table_perf_comparison"
5384   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5385   history:
5386     - title: "rls1904"
5387       data: "dpdk-performance-changes-3n-hsw-h1"
5388   reference:
5389     title: "rls1908"
5390     data: "dpdk-performance-changes-3n-hsw-ref"
5391   compare:
5392     title: "rls2001"
5393     data: "dpdk-performance-changes-3n-hsw-cmp"
5394   data: "dpdk-performance-changes-3n-hsw"
5395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5396   filter: "'2T2C' and 'NDRPDR'"
5397   parameters:
5398   - "name"
5399   - "parent"
5400   - "throughput"
5401
5402 # DPDK Performance Changes 3n-skx 2t1c pdr
5403 - type: "table"
5404   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5405   algorithm: "table_perf_comparison"
5406   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5407   history:
5408     - title: "rls1904"
5409       data: "dpdk-performance-changes-3n-skx-h1"
5410   reference:
5411     title: "rls1908"
5412     data: "dpdk-performance-changes-3n-skx-ref"
5413   compare:
5414     title: "rls2001"
5415     data: "dpdk-performance-changes-3n-skx-cmp"
5416   data: "dpdk-performance-changes-3n-skx"
5417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5418   filter: "'2T1C' and 'NDRPDR'"
5419   parameters:
5420   - "name"
5421   - "parent"
5422   - "throughput"
5423
5424 # DPDK Performance Changes 3n-skx 4t2c pdr
5425 - type: "table"
5426   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5427   algorithm: "table_perf_comparison"
5428   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5429   history:
5430     - title: "rls1904"
5431       data: "dpdk-performance-changes-3n-skx-h1"
5432   reference:
5433     title: "rls1908"
5434     data: "dpdk-performance-changes-3n-skx-ref"
5435   compare:
5436     title: "rls2001"
5437     data: "dpdk-performance-changes-3n-skx-cmp"
5438   data: "dpdk-performance-changes-3n-skx"
5439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5440   filter: "'4T2C' and 'NDRPDR'"
5441   parameters:
5442   - "name"
5443   - "parent"
5444   - "throughput"
5445
5446 # DPDK Performance Changes 3n-skx 2t1c ndr
5447 - type: "table"
5448   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5449   algorithm: "table_perf_comparison"
5450   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5451   history:
5452     - title: "rls1904"
5453       data: "dpdk-performance-changes-3n-skx-h1"
5454   reference:
5455     title: "rls1908"
5456     data: "dpdk-performance-changes-3n-skx-ref"
5457   compare:
5458     title: "rls2001"
5459     data: "dpdk-performance-changes-3n-skx-cmp"
5460   data: "dpdk-performance-changes-3n-skx"
5461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5462   filter: "'2T1C' and 'NDRPDR'"
5463   parameters:
5464   - "name"
5465   - "parent"
5466   - "throughput"
5467
5468 # DPDK Performance Changes 3n-skx 4t2c ndr
5469 - type: "table"
5470   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5471   algorithm: "table_perf_comparison"
5472   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5473   history:
5474     - title: "rls1904"
5475       data: "dpdk-performance-changes-3n-skx-h1"
5476   reference:
5477     title: "rls1908"
5478     data: "dpdk-performance-changes-3n-skx-ref"
5479   compare:
5480     title: "rls2001"
5481     data: "dpdk-performance-changes-3n-skx-cmp"
5482   data: "dpdk-performance-changes-3n-skx"
5483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5484   filter: "'4T2C' and 'NDRPDR'"
5485   parameters:
5486   - "name"
5487   - "parent"
5488   - "throughput"
5489
5490 # DPDK Performance Changes 2n-skx 2t1c pdr
5491 - type: "table"
5492   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5493   algorithm: "table_perf_comparison"
5494   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5495   history:
5496     - title: "rls1904"
5497       data: "dpdk-performance-changes-2n-skx-h1"
5498   reference:
5499     title: "rls1908"
5500     data: "dpdk-performance-changes-2n-skx-ref"
5501   compare:
5502     title: "rls2001"
5503     data: "dpdk-performance-changes-2n-skx-cmp"
5504   data: "dpdk-performance-changes-2n-skx"
5505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5506   filter: "'2T1C' and 'NDRPDR'"
5507   parameters:
5508   - "name"
5509   - "parent"
5510   - "throughput"
5511
5512 # DPDK Performance Changes 2n-skx 4t2c pdr
5513 - type: "table"
5514   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5515   algorithm: "table_perf_comparison"
5516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5517   history:
5518     - title: "rls1904"
5519       data: "dpdk-performance-changes-2n-skx-h1"
5520   reference:
5521     title: "rls1908"
5522     data: "dpdk-performance-changes-2n-skx-ref"
5523   compare:
5524     title: "rls2001"
5525     data: "dpdk-performance-changes-2n-skx-cmp"
5526   data: "dpdk-performance-changes-2n-skx"
5527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5528   filter: "'4T2C' and 'NDRPDR'"
5529   parameters:
5530   - "name"
5531   - "parent"
5532   - "throughput"
5533
5534 # DPDK Performance Changes 2n-skx 2t1c ndr
5535 - type: "table"
5536   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5537   algorithm: "table_perf_comparison"
5538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5539   history:
5540     - title: "rls1904"
5541       data: "dpdk-performance-changes-2n-skx-h1"
5542   reference:
5543     title: "rls1908"
5544     data: "dpdk-performance-changes-2n-skx-ref"
5545   compare:
5546     title: "rls2001"
5547     data: "dpdk-performance-changes-2n-skx-cmp"
5548   data: "dpdk-performance-changes-2n-skx"
5549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5550   filter: "'2T1C' and 'NDRPDR'"
5551   parameters:
5552   - "name"
5553   - "parent"
5554   - "throughput"
5555
5556 # DPDK Performance Changes 2n-skx 4t2c ndr
5557 - type: "table"
5558   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5559   algorithm: "table_perf_comparison"
5560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5561   history:
5562     - title: "rls1904"
5563       data: "dpdk-performance-changes-2n-skx-h1"
5564   reference:
5565     title: "rls1908"
5566     data: "dpdk-performance-changes-2n-skx-ref"
5567   compare:
5568     title: "rls2001"
5569     data: "dpdk-performance-changes-2n-skx-cmp"
5570   data: "dpdk-performance-changes-2n-skx"
5571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5572   filter: "'4T2C' and 'NDRPDR'"
5573   parameters:
5574   - "name"
5575   - "parent"
5576   - "throughput"
5577
5578 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5579 - type: "table"
5580   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5581   algorithm: "table_perf_comparison"
5582   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5583   reference:
5584     title: "3-Node Hsw"
5585     data: "dpdk-compare-testbeds-ref"
5586   compare:
5587     title: "3-Node Skx"
5588     data: "dpdk-compare-testbeds-cmp"
5589   data: "dpdk-compare-testbeds"
5590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5591   filter: "'NIC_Intel-X710'"
5592   parameters:
5593   - "name"
5594   - "parent"
5595   - "throughput"
5596
5597 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5598 - type: "table"
5599   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5600   algorithm: "table_perf_comparison"
5601   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5602   reference:
5603     title: "3-Node Hsw"
5604     data: "dpdk-compare-testbeds-ref"
5605   compare:
5606     title: "3-Node Skx"
5607     data: "dpdk-compare-testbeds-cmp"
5608   data: "dpdk-compare-testbeds"
5609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5610   filter: "'NIC_Intel-X710'"
5611   parameters:
5612   - "name"
5613   - "parent"
5614   - "throughput"
5615
5616 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5617 - type: "table"
5618   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5619   algorithm: "table_perf_comparison"
5620   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5621   reference:
5622     title: "2-Node Skx"
5623     data: "dpdk-compare-testbeds-skx-clx-ref"
5624   compare:
5625     title: "2-Node Clx"
5626     data: "dpdk-compare-testbeds-skx-clx-cmp"
5627   data: "dpdk-compare-testbeds-skx-clx"
5628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5629   filter: "all"
5630   parameters:
5631   - "name"
5632   - "parent"
5633   - "throughput"
5634
5635 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5636 - type: "table"
5637   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5638   algorithm: "table_perf_comparison"
5639   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5640   reference:
5641     title: "2-Node Skx"
5642     data: "dpdk-compare-testbeds-skx-clx-ref"
5643   compare:
5644     title: "2-Node Clx"
5645     data: "dpdk-compare-testbeds-skx-clx-cmp"
5646   data: "dpdk-compare-testbeds-skx-clx"
5647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5648   filter: "all"
5649   parameters:
5650   - "name"
5651   - "parent"
5652   - "throughput"
5653
5654 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5655 - type: "table"
5656   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5657   algorithm: "table_perf_comparison"
5658   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5659   reference:
5660     title: "3-Node Skx"
5661     data: "dpdk-compare-topologies-ref"
5662   compare:
5663     title: "2-Node Skx"
5664     data: "dpdk-compare-topologies-cmp"
5665   data: "dpdk-compare-topologies"
5666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5667   filter: "all"
5668   parameters:
5669   - "name"
5670   - "parent"
5671   - "throughput"
5672
5673 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5674 - type: "table"
5675   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5676   algorithm: "table_perf_comparison"
5677   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5678   reference:
5679     title: "3-Node Skx"
5680     data: "dpdk-compare-topologies-ref"
5681   compare:
5682     title: "2-Node Skx"
5683     data: "dpdk-compare-topologies-cmp"
5684   data: "dpdk-compare-topologies"
5685   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5686   filter: "all"
5687   parameters:
5688   - "name"
5689   - "parent"
5690   - "throughput"
5691
5692 # Detailed Test Results - DPDK Performance Results 3n-hsw
5693 - type: "table"
5694   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5695   algorithm: "table_merged_details"
5696   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5697   columns:
5698   - title: " |prein| Test Name |preout| "
5699     data: "data name"
5700   - 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| "
5701     data: "data msg"
5702   data: "dpdk-perf-results-3n-hsw"
5703   filter: "all"
5704   parameters:
5705   - "name"
5706   - "parent"
5707   - "msg"
5708
5709 # Detailed Test Results - DPDK Performance Results 3n-skx
5710 - type: "table"
5711   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5712   algorithm: "table_merged_details"
5713   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5714   columns:
5715   - title: " |prein| Test Name |preout| "
5716     data: "data name"
5717   - 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| "
5718     data: "data msg"
5719   data: "dpdk-perf-results-3n-skx"
5720   filter: "all"
5721   remove-ndr: True  # Temporary solution: remove NDR results from test message
5722   parameters:
5723   - "name"
5724   - "parent"
5725   - "msg"
5726
5727 # Detailed Test Results - DPDK Performance Results 2n-skx
5728 - type: "table"
5729   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5730   algorithm: "table_merged_details"
5731   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5732   columns:
5733   - title: " |prein| Test Name |preout| "
5734     data: "data name"
5735   - 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| "
5736     data: "data msg"
5737   data: "dpdk-perf-results-2n-skx"
5738   filter: "all"
5739   remove-ndr: True  # Temporary solution: remove NDR results from test message
5740   parameters:
5741   - "name"
5742   - "parent"
5743   - "msg"
5744
5745 # Detailed Test Results - DPDK Performance Results 2n-clx
5746 - type: "table"
5747   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5748   algorithm: "table_merged_details"
5749   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5750   columns:
5751   - title: " |prein| Test Name |preout| "
5752     data: "data name"
5753   - 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| "
5754     data: "data msg"
5755   data: "dpdk-perf-results-2n-clx"
5756   filter: "all"
5757   parameters:
5758   - "name"
5759   - "parent"
5760   - "msg"
5761
5762 # Detailed Test Results - DPDK Performance Results 2n-dnv
5763 - type: "table"
5764   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5767   columns:
5768   - title: " |prein| Test Name |preout| "
5769     data: "data name"
5770   - 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| "
5771     data: "data msg"
5772   data: "dpdk-perf-results-2n-dnv"
5773   filter: "all"
5774   parameters:
5775   - "name"
5776   - "parent"
5777   - "msg"
5778
5779 # Detailed Test Results - DPDK Performance Results 3n-dnv
5780 - type: "table"
5781   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5782   algorithm: "table_merged_details"
5783   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5784   columns:
5785   - title: " |prein| Test Name |preout| "
5786     data: "data name"
5787   - 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| "
5788     data: "data msg"
5789   data: "dpdk-perf-results-3n-dnv"
5790   filter: "all"
5791   parameters:
5792   - "name"
5793   - "parent"
5794   - "msg"
5795
5796 # Detailed Test Results - DPDK Performance Results 3n-tsh
5797 - type: "table"
5798   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5799   algorithm: "table_merged_details"
5800   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5801   columns:
5802   - title: " |prein| Test Name |preout| "
5803     data: "data name"
5804   - 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| "
5805     data: "data msg"
5806   data: "dpdk-perf-results-3n-tsh"
5807   filter: "all"
5808   parameters:
5809   - "name"
5810   - "parent"
5811   - "msg"
5812
5813 ################################################################################
5814 ###                                F I L E S                                 ###
5815 ################################################################################
5816
5817 # VPP Performance Results
5818 - type: "file"
5819   title: "VPP Performance Results"
5820   algorithm: "file_details_split"
5821   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5822   dir-tables:
5823     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5824     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5825     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5826     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5827     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5828     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5829     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5830   data:
5831     - "vpp-perf-results-2n-skx"
5832     - "vpp-perf-results-3n-skx"
5833     - "vpp-perf-results-2n-clx"
5834     - "vpp-perf-results-3n-hsw"
5835     - "vpp-perf-results-3n-tsh"
5836     - "vpp-perf-results-2n-dnv"
5837     - "vpp-perf-results-3n-dnv"
5838   filter: "all"
5839   data-start-level: 4
5840   order-chapters:
5841     level-1:
5842       - "l2"
5843       - "ip4"
5844       - "ip6"
5845       - "srv6"
5846       - "ip4_tunnels"
5847       - "ip6_tunnels"
5848       - "vm_vhost"
5849       - "container_memif"
5850       - "crypto"
5851       - "vts"
5852       - "lb"
5853       - "nfv_density"
5854       - "hoststack"
5855     level-2:
5856       - "2n-skx"
5857       - "3n-skx"
5858       - "2n-clx"
5859       - "3n-hsw"
5860       - "3n-tsh"
5861       - "2n-dnv"
5862       - "3n-dnv"
5863     level-3:
5864       - "xl710"
5865       - "x520"
5866       - "xxv710"
5867       - "x710"
5868       - "x553"
5869       - "cx556a"
5870       - "vic1227"
5871       - "vic1385"
5872
5873 # VPP Performance Configuration
5874 - type: "file"
5875   title: "VPP Performance Configuration"
5876   algorithm: "file_details_split"
5877   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5878   dir-tables:
5879     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5880     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5881     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5882     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5883     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5884     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5885     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5886   data:
5887     - "vpp-perf-results-2n-skx"
5888     - "vpp-perf-results-3n-skx"
5889     - "vpp-perf-results-2n-clx"
5890     - "vpp-perf-results-3n-hsw"
5891     - "vpp-perf-results-3n-tsh"
5892     - "vpp-perf-results-2n-dnv"
5893     - "vpp-perf-results-3n-dnv"
5894   filter: "all"
5895   data-start-level: 4
5896   order-chapters:
5897     level-1:
5898       - "l2"
5899       - "ip4"
5900       - "ip6"
5901       - "srv6"
5902       - "ip4_tunnels"
5903       - "ip6_tunnels"
5904       - "vm_vhost"
5905       - "container_memif"
5906       - "crypto"
5907       - "vts"
5908       - "lb"
5909       - "nfv_density"
5910       - "hoststack"
5911     level-2:
5912       - "2n-skx"
5913       - "3n-skx"
5914       - "2n-clx"
5915       - "3n-hsw"
5916       - "3n-tsh"
5917       - "2n-dnv"
5918       - "3n-dnv"
5919     level-3:
5920       - "xl710"
5921       - "x520"
5922       - "xxv710"
5923       - "x710"
5924       - "x553"
5925       - "cx556a"
5926       - "vic1227"
5927       - "vic1385"
5928
5929 # VPP Performance Operational
5930 - type: "file"
5931   title: "VPP Performance Operational"
5932   algorithm: "file_details_split_html"
5933   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5934   dir-tables:
5935     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5936     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5937     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5938     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5939     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5940     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5941     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5942   data:
5943     - "vpp-perf-results-2n-skx"
5944     - "vpp-perf-results-3n-skx"
5945     - "vpp-perf-results-2n-clx"
5946     - "vpp-perf-results-3n-hsw"
5947     - "vpp-perf-results-3n-tsh"
5948     - "vpp-perf-results-2n-dnv"
5949     - "vpp-perf-results-3n-dnv"
5950   filter: "all"
5951   data-start-level: 4
5952   order-chapters:
5953     level-1:
5954       - "l2"
5955       - "ip4"
5956       - "ip6"
5957       - "srv6"
5958       - "ip4_tunnels"
5959       - "ip6_tunnels"
5960       - "vm_vhost"
5961       - "container_memif"
5962       - "crypto"
5963       - "vts"
5964       - "lb"
5965       - "nfv_density"
5966       - "hoststack"
5967     level-2:
5968       - "2n-skx"
5969       - "3n-skx"
5970       - "2n-clx"
5971       - "3n-hsw"
5972       - "3n-tsh"
5973       - "2n-dnv"
5974       - "3n-dnv"
5975     level-3:
5976       - "xl710"
5977       - "x520"
5978       - "xxv710"
5979       - "x710"
5980       - "x553"
5981       - "cx556a"
5982       - "vic1227"
5983       - "vic1385"
5984
5985 # VPP MRR Results
5986 - type: "file"
5987   title: "VPP MRR Results"
5988   algorithm: "file_details_split"
5989   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5990   dir-tables:
5991     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5992     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5993     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5994     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5995     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5996     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5997     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
5998   data:
5999     - "vpp-mrr-results-2n-skx"
6000     - "vpp-mrr-results-3n-skx"
6001     - "vpp-mrr-results-2n-clx"
6002     - "vpp-mrr-results-3n-hsw"
6003     - "vpp-mrr-results-3n-tsh"
6004     - "vpp-mrr-results-2n-dnv"
6005     - "vpp-mrr-results-3n-dnv"
6006   filter: "all"
6007   data-start-level: 4
6008   order-chapters:
6009     level-1:
6010       - "l2"
6011       - "ip4"
6012       - "ip6"
6013       - "srv6"
6014       - "ip4_tunnels"
6015       - "ip6_tunnels"
6016       - "vm_vhost"
6017       - "container_memif"
6018       - "crypto"
6019       - "vts"
6020       - "lb"
6021       - "nfv_density"
6022       - "hoststack"
6023     level-2:
6024       - "2n-skx"
6025       - "3n-skx"
6026       - "2n-clx"
6027       - "3n-hsw"
6028       - "3n-tsh"
6029       - "2n-dnv"
6030       - "3n-dnv"
6031     level-3:
6032       - "xl710"
6033       - "x520"
6034       - "xxv710"
6035       - "x710"
6036       - "x553"
6037       - "cx556a"
6038       - "vic1227"
6039       - "vic1385"
6040
6041 # VPP MRR Configuration
6042 - type: "file"
6043   title: "VPP MRR Configuration"
6044   algorithm: "file_details_split"
6045   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6046   dir-tables:
6047     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6048     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6049     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6050     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6051     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6052     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6053     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6054   data:
6055     - "vpp-mrr-results-2n-skx"
6056     - "vpp-mrr-results-3n-skx"
6057     - "vpp-mrr-results-2n-clx"
6058     - "vpp-mrr-results-3n-hsw"
6059     - "vpp-mrr-results-3n-tsh"
6060     - "vpp-mrr-results-2n-dnv"
6061     - "vpp-mrr-results-3n-dnv"
6062   filter: "all"
6063   data-start-level: 4
6064   order-chapters:
6065     level-1:
6066       - "l2"
6067       - "ip4"
6068       - "ip6"
6069       - "srv6"
6070       - "ip4_tunnels"
6071       - "ip6_tunnels"
6072       - "vm_vhost"
6073       - "container_memif"
6074       - "crypto"
6075       - "vts"
6076       - "lb"
6077       - "nfv_density"
6078       - "hoststack"
6079     level-2:
6080       - "2n-skx"
6081       - "3n-skx"
6082       - "2n-clx"
6083       - "3n-hsw"
6084       - "3n-tsh"
6085       - "2n-dnv"
6086       - "3n-dnv"
6087     level-3:
6088       - "xl710"
6089       - "x520"
6090       - "xxv710"
6091       - "x710"
6092       - "x553"
6093       - "cx556a"
6094       - "vic1227"
6095       - "vic1385"
6096
6097 # VPP Device Results - Ubuntu
6098 - type: "file"
6099   title: "VPP Device Results - Ubuntu"
6100   algorithm: "file_test_results"
6101   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6102   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6103   data: "vpp-device-results-ubuntu"
6104   filter: "all"
6105   data-start-level: 4
6106
6107 # VPP Device Configuration - Ubuntu
6108 - type: "file"
6109   title: "VPP Device Configuration - Ubuntu"
6110   algorithm: "file_test_results"
6111   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6112   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6113   data: "vpp-device-results-ubuntu"
6114   filter: "all"
6115   data-start-level: 4
6116
6117 # DPDK Performance Results 3n-hsw
6118 - type: "file"
6119   title: "DPDK Performance Results 3n-hsw"
6120   algorithm: "file_test_results"
6121   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6122   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6123   data: "dpdk-perf-results-3n-hsw"
6124   filter: "all"
6125   data-start-level: 4
6126
6127 # DPDK Performance Results 3n-skx
6128 - type: "file"
6129   title: "DPDK Performance Results 3n-skx"
6130   algorithm: "file_test_results"
6131   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6132   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6133   data: "dpdk-perf-results-3n-skx"
6134   filter: "all"
6135   data-start-level: 4
6136
6137 # DPDK Performance Results 2n-skx
6138 - type: "file"
6139   title: "DPDK Performance Results 2n-skx"
6140   algorithm: "file_test_results"
6141   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6142   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6143   data: "dpdk-perf-results-2n-skx"
6144   filter: "all"
6145   data-start-level: 4
6146
6147 # DPDK Performance Results 2n-clx
6148 - type: "file"
6149   title: "DPDK Performance Results 2n-clx"
6150   algorithm: "file_test_results"
6151   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6152   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6153   data: "dpdk-perf-results-2n-clx"
6154   filter: "all"
6155   data-start-level: 4
6156
6157 # DPDK Performance Results 2n-dnv
6158 - type: "file"
6159   title: "DPDK Performance Results 2n-dnv"
6160   algorithm: "file_test_results"
6161   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6162   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6163   data: "dpdk-perf-results-2n-dnv"
6164   filter: "all"
6165   data-start-level: 4
6166
6167 # DPDK Performance Results 3n-dnv
6168 - type: "file"
6169   title: "DPDK Performance Results 3n-dnv"
6170   algorithm: "file_test_results"
6171   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6172   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6173   data: "dpdk-perf-results-3n-dnv"
6174   filter: "all"
6175   data-start-level: 4
6176
6177 # DPDK Performance Results 3n-tsh
6178 - type: "file"
6179   title: "DPDK Performance Results 3n-tsh"
6180   algorithm: "file_test_results"
6181   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6182   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6183   data: "dpdk-perf-results-3n-tsh"
6184   filter: "all"
6185   data-start-level: 4
6186
6187 ################################################################################
6188 ###                                P L O T S                                 ###
6189 ################################################################################
6190
6191 # Hoststack tests 3n-hsw
6192
6193 - type: "plot"
6194   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6195   algorithm: "plot_perf_box_name"
6196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6197   data: "plot-vpp-hoststack-3n-hsw"
6198   include:
6199     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6200     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6201   layout:
6202     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6203     layout: "plot-hoststack"
6204
6205 - type: "plot"
6206   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6207   algorithm: "plot_perf_box_name"
6208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6209   data: "plot-vpp-hoststack-3n-hsw"
6210   include:
6211     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6212     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6213   layout:
6214     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6215     layout: "plot-hoststack"
6216
6217 - type: "plot"
6218   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6219   algorithm: "plot_perf_box_name"
6220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6221   data: "plot-vpp-hoststack-3n-hsw"
6222   include:
6223     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6224     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6225     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6226     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6227   layout:
6228     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6229     layout: "plot-hoststack"
6230
6231 # Plots VPP HTTP Server Performance
6232 - type: "plot"
6233   title: "VPP HTTP Server Performance"
6234   algorithm: "plot_http_server_perf_box"
6235   output-file-type: ".html"
6236   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6237   data:
6238     "plot-vpp-http-server-performance"
6239   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6240   parameters:
6241   - "result"
6242   - "name"
6243   traces:
6244     hoverinfo: "y+name"
6245     boxpoints: "outliers"
6246     whiskerwidth: 0
6247   layout:
6248     title: "VPP HTTP Server Performance"
6249     layout:
6250       "plot-cps"
6251
6252 - type: "plot"
6253   title: "VPP HTTP Server Performance"
6254   algorithm: "plot_http_server_perf_box"
6255   output-file-type: ".html"
6256   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6257   data:
6258     "plot-vpp-http-server-performance"
6259   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6260   parameters:
6261   - "result"
6262   - "name"
6263   traces:
6264     hoverinfo: "y+name"
6265     boxpoints: "outliers"
6266     whiskerwidth: 0
6267   layout:
6268     title: "VPP HTTP Server Performance"
6269     layout:
6270       "plot-rps"
6271
6272 ################################################################################
6273
6274 # Soak Test (PLRsearch), boxes - 2n-clx
6275 - type: "plot"
6276   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6277   algorithm: "plot_perf_box_name"
6278   output-file-type: ".html"
6279   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6280   data: "plot-vpp-soak-2n-clx"
6281   include:
6282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6288   layout:
6289     title: "30 Minutes Soak Test (PLRsearch)"
6290     layout: "plot-soak-throughput"
6291
6292 # Soak Test (PLRsearch), boxes - 2n-clx
6293 - type: "plot"
6294   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6295   algorithm: "plot_perf_box_name"
6296   output-file-type: ".html"
6297   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6298   data: "plot-vpp-soak-2n-clx"
6299   include:
6300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6301     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6305     - "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"
6306   layout:
6307     title: "30 Minutes Soak Test (PLRsearch)"
6308     layout: "plot-soak-throughput"
6309
6310 ###############################################################################
6311
6312 # Reconf tests 2n-skx
6313
6314 #- type: "plot"
6315 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6316 #  algorithm: "plot_nf_reconf_box_name"
6317 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6318 #  data: "plot-vpp-nfv-reconf-2n-skx"
6319 #  include:
6320 #    - "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"
6321 #    - "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"
6322 #    - "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"
6323 #    - "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"
6324 #    - "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"
6325 #    - "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"
6326 #  layout:
6327 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6328 #    layout: "plot-throughput"
6329 #
6330 #- type: "plot"
6331 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6332 #  algorithm: "plot_nf_reconf_box_name"
6333 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6334 #  data: "plot-vpp-nfv-reconf-2n-skx"
6335 #  include:
6336 #    - "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"
6337 #    - "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"
6338 #    - "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"
6339 #    - "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"
6340 #    - "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"
6341 #    - "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"
6342 #  layout:
6343 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6344 #    layout: "plot-throughput"
6345 #
6346 #- type: "plot"
6347 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6348 #  algorithm: "plot_nf_reconf_box_name"
6349 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6350 #  data: "plot-vpp-nfv-reconf-2n-skx"
6351 #  include:
6352 #    - "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"
6353 #    - "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"
6354 #    - "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"
6355 #    - "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"
6356 #    - "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"
6357 #    - "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"
6358 #  layout:
6359 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6360 #    layout: "plot-throughput"
6361
6362 ###############################################################################
6363
6364 # Reconf tests 2n-clx
6365
6366 - type: "plot"
6367   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6368   algorithm: "plot_nf_reconf_box_name"
6369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6370   data: "plot-vpp-nfv-reconf-2n-clx"
6371   include:
6372     - "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"
6373     - "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"
6374     - "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"
6375     - "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"
6376   layout:
6377     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6378     layout: "plot-throughput"
6379
6380 - type: "plot"
6381   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6382   algorithm: "plot_nf_reconf_box_name"
6383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6384   data: "plot-vpp-nfv-reconf-2n-clx"
6385   include:
6386     - "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"
6387     - "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"
6388     - "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"
6389     - "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"
6390   layout:
6391     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6392     layout: "plot-throughput"
6393
6394 - type: "plot"
6395   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6396   algorithm: "plot_nf_reconf_box_name"
6397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6398   data: "plot-vpp-nfv-reconf-2n-clx"
6399   include:
6400     - "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"
6401     - "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"
6402     - "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"
6403     - "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"
6404   layout:
6405     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6406     layout: "plot-throughput"
6407
6408 ################################################################################
6409 ## Plots - NF Density - VSC - MRR 64b
6410 #- type: "plot"
6411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6412 #  algorithm: "plot_nf_heatmap"
6413 #  output-file-type: ".html"
6414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6415 #  data: "plot-vpp-nfv-2n-skx-mrr"
6416 #  filter: "'NIC_Intel-XXV710' and
6417 #           'NF_DENSITY' and
6418 #           'VHOST' and
6419 #           not 'VXLAN' and
6420 #           'CHAIN' and
6421 #           'NF_VPPIP4' and
6422 #           '64B' and
6423 #           '2T1C' and
6424 #           'MRR'"
6425 #  parameters:
6426 #  - "result"
6427 #  - "name"
6428 #  - "tags"
6429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6430 #  x-axis: "X = VNFs per Service Chain"
6431 #  y-axis: "Y = Number of Service Chains"
6432 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6433 #  layout:
6434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6435 #    layout: "plot-service-density"
6436 #
6437 #- type: "plot"
6438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6439 #  algorithm: "plot_nf_heatmap"
6440 #  output-file-type: ".html"
6441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6442 #  data: "plot-vpp-nfv-2n-skx-mrr"
6443 #  filter: "'NIC_Intel-XXV710' and
6444 #           'NF_DENSITY' and
6445 #           'VHOST' and
6446 #           not 'VXLAN' and
6447 #           'CHAIN' and
6448 #           'NF_VPPIP4' and
6449 #           '64B' and
6450 #           '4T2C' and
6451 #           'MRR'"
6452 #  parameters:
6453 #  - "result"
6454 #  - "name"
6455 #  - "tags"
6456 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6457 #  x-axis: "X = VNFs per Service Chain"
6458 #  y-axis: "Y = Number of Service Chains"
6459 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6460 #  layout:
6461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6462 #    layout: "plot-service-density"
6463 #
6464 #- type: "plot"
6465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6466 #  algorithm: "plot_nf_heatmap"
6467 #  output-file-type: ".html"
6468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6469 #  data: "plot-vpp-nfv-2n-skx-mrr"
6470 #  filter: "'NIC_Intel-XXV710' and
6471 #           'NF_DENSITY' and
6472 #           'VHOST' and
6473 #           not 'VXLAN' and
6474 #           'CHAIN' and
6475 #           'NF_VPPIP4' and
6476 #           '64B' and
6477 #           '8T4C' and
6478 #           'MRR'"
6479 #  parameters:
6480 #  - "result"
6481 #  - "name"
6482 #  - "tags"
6483 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6484 #  x-axis: "X = VNFs per Service Chain"
6485 #  y-axis: "Y = Number of Service Chains"
6486 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6487 #  layout:
6488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6489 #    layout: "plot-service-density"
6490 #
6491 ## Plots - NF Density - VSC - MRR IMIX
6492 #- type: "plot"
6493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6494 #  algorithm: "plot_nf_heatmap"
6495 #  output-file-type: ".html"
6496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6497 #  data: "plot-vpp-nfv-2n-skx-mrr"
6498 #  filter: "'NIC_Intel-XXV710' and
6499 #           'NF_DENSITY' and
6500 #           'VHOST' and
6501 #           not 'VXLAN' and
6502 #           'CHAIN' and
6503 #           'NF_VPPIP4' and
6504 #           'IMIX' and
6505 #           '2T1C' and
6506 #           'MRR'"
6507 #  parameters:
6508 #  - "result"
6509 #  - "name"
6510 #  - "tags"
6511 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6512 #  x-axis: "X = VNFs per Service Chain"
6513 #  y-axis: "Y = Number of Service Chains"
6514 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6515 #  layout:
6516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6517 #    layout: "plot-service-density"
6518 #
6519 #- type: "plot"
6520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6521 #  algorithm: "plot_nf_heatmap"
6522 #  output-file-type: ".html"
6523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6524 #  data: "plot-vpp-nfv-2n-skx-mrr"
6525 #  filter: "'NIC_Intel-XXV710' and
6526 #           'NF_DENSITY' and
6527 #           'VHOST' and
6528 #           not 'VXLAN' and
6529 #           'CHAIN' and
6530 #           'NF_VPPIP4' and
6531 #           'IMIX' and
6532 #           '4T2C' and
6533 #           'MRR'"
6534 #  parameters:
6535 #  - "result"
6536 #  - "name"
6537 #  - "tags"
6538 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6539 #  x-axis: "X = VNFs per Service Chain"
6540 #  y-axis: "Y = Number of Service Chains"
6541 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6542 #  layout:
6543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6544 #    layout: "plot-service-density"
6545 #
6546 #- type: "plot"
6547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6548 #  algorithm: "plot_nf_heatmap"
6549 #  output-file-type: ".html"
6550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6551 #  data: "plot-vpp-nfv-2n-skx-mrr"
6552 #  filter: "'NIC_Intel-XXV710' and
6553 #           'NF_DENSITY' and
6554 #           'VHOST' and
6555 #           not 'VXLAN' and
6556 #           'CHAIN' and
6557 #           'NF_VPPIP4' and
6558 #           'IMIX' and
6559 #           '8T4C' and
6560 #           'MRR'"
6561 #  parameters:
6562 #  - "result"
6563 #  - "name"
6564 #  - "tags"
6565 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6566 #  x-axis: "X = VNFs per Service Chain"
6567 #  y-axis: "Y = Number of Service Chains"
6568 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6569 #  layout:
6570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6571 #    layout: "plot-service-density"
6572 #
6573 ## Plots - NF Density - VSC - NDR 64b
6574 #- type: "plot"
6575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6576 #  algorithm: "plot_nf_heatmap"
6577 #  output-file-type: ".html"
6578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6579 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6580 #  filter: "'NIC_Intel-XXV710' and
6581 #           'NF_DENSITY' and
6582 #           'VHOST' and
6583 #           not 'VXLAN' and
6584 #           'CHAIN' and
6585 #           'NF_VPPIP4' and
6586 #           '64B' and
6587 #           '2T1C' and
6588 #           'NDRPDR'"
6589 #  parameters:
6590 #  - "throughput"
6591 #  - "name"
6592 #  - "tags"
6593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6594 #  x-axis: "X = VNFs per Service Chain"
6595 #  y-axis: "Y = Number of Service Chains"
6596 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6597 #  layout:
6598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6599 #    layout: "plot-service-density"
6600 #
6601 #- type: "plot"
6602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6603 #  algorithm: "plot_nf_heatmap"
6604 #  output-file-type: ".html"
6605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6606 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6607 #  filter: "'NIC_Intel-XXV710' and
6608 #           'NF_DENSITY' and
6609 #           'VHOST' and
6610 #           not 'VXLAN' and
6611 #           'CHAIN' and
6612 #           'NF_VPPIP4' and
6613 #           '64B' and
6614 #           '4T2C' and
6615 #           'NDRPDR'"
6616 #  parameters:
6617 #  - "throughput"
6618 #  - "name"
6619 #  - "tags"
6620 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6621 #  x-axis: "X = VNFs per Service Chain"
6622 #  y-axis: "Y = Number of Service Chains"
6623 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6624 #  layout:
6625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6626 #    layout: "plot-service-density"
6627 #
6628 #- type: "plot"
6629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6630 #  algorithm: "plot_nf_heatmap"
6631 #  output-file-type: ".html"
6632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6633 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6634 #  filter: "'NIC_Intel-XXV710' and
6635 #           'NF_DENSITY' and
6636 #           'VHOST' and
6637 #           not 'VXLAN' and
6638 #           'CHAIN' and
6639 #           'NF_VPPIP4' and
6640 #           '64B' and
6641 #           '8T4C' and
6642 #           'NDRPDR'"
6643 #  parameters:
6644 #  - "throughput"
6645 #  - "name"
6646 #  - "tags"
6647 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6648 #  x-axis: "X = VNFs per Service Chain"
6649 #  y-axis: "Y = Number of Service Chains"
6650 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6651 #  layout:
6652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6653 #    layout: "plot-service-density"
6654 #
6655 ## Plots - NF Density - VSC - NDR IMIX
6656 #- type: "plot"
6657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6658 #  algorithm: "plot_nf_heatmap"
6659 #  output-file-type: ".html"
6660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6661 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6662 #  filter: "'NIC_Intel-XXV710' and
6663 #           'NF_DENSITY' and
6664 #           'VHOST' and
6665 #           not 'VXLAN' and
6666 #           'CHAIN' and
6667 #           'NF_VPPIP4' and
6668 #           'IMIX' and
6669 #           '2T1C' and
6670 #           'NDRPDR'"
6671 #  parameters:
6672 #  - "throughput"
6673 #  - "name"
6674 #  - "tags"
6675 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6676 #  x-axis: "X = VNFs per Service Chain"
6677 #  y-axis: "Y = Number of Service Chains"
6678 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6679 #  layout:
6680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6681 #    layout: "plot-service-density"
6682 #
6683 #- type: "plot"
6684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6685 #  algorithm: "plot_nf_heatmap"
6686 #  output-file-type: ".html"
6687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6688 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6689 #  filter: "'NIC_Intel-XXV710' and
6690 #           'NF_DENSITY' and
6691 #           'VHOST' and
6692 #           not 'VXLAN' and
6693 #           'CHAIN' and
6694 #           'NF_VPPIP4' and
6695 #           'IMIX' and
6696 #           '4T2C' and
6697 #           'NDRPDR'"
6698 #  parameters:
6699 #  - "throughput"
6700 #  - "name"
6701 #  - "tags"
6702 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6703 #  x-axis: "X = VNFs per Service Chain"
6704 #  y-axis: "Y = Number of Service Chains"
6705 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6706 #  layout:
6707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6708 #    layout: "plot-service-density"
6709 #
6710 #- type: "plot"
6711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6712 #  algorithm: "plot_nf_heatmap"
6713 #  output-file-type: ".html"
6714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6715 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6716 #  filter: "'NIC_Intel-XXV710' and
6717 #           'NF_DENSITY' and
6718 #           'VHOST' and
6719 #           not 'VXLAN' and
6720 #           'CHAIN' and
6721 #           'NF_VPPIP4' and
6722 #           'IMIX' and
6723 #           '8T4C' and
6724 #           'NDRPDR'"
6725 #  parameters:
6726 #  - "throughput"
6727 #  - "name"
6728 #  - "tags"
6729 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6730 #  x-axis: "X = VNFs per Service Chain"
6731 #  y-axis: "Y = Number of Service Chains"
6732 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6733 #  layout:
6734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6735 #    layout: "plot-service-density"
6736 #
6737 ## Plots - NF Density - VSC - PDR 64b
6738 #- type: "plot"
6739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6740 #  algorithm: "plot_nf_heatmap"
6741 #  output-file-type: ".html"
6742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6743 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6744 #  filter: "'NIC_Intel-XXV710' and
6745 #           'NF_DENSITY' and
6746 #           'VHOST' and
6747 #           not 'VXLAN' and
6748 #           'CHAIN' and
6749 #           'NF_VPPIP4' and
6750 #           '64B' and
6751 #           '2T1C' and
6752 #           'NDRPDR'"
6753 #  parameters:
6754 #  - "throughput"
6755 #  - "name"
6756 #  - "tags"
6757 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6758 #  x-axis: "X = VNFs per Service Chain"
6759 #  y-axis: "Y = Number of Service Chains"
6760 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6761 #  layout:
6762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6763 #    layout: "plot-service-density"
6764 #
6765 #- type: "plot"
6766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6767 #  algorithm: "plot_nf_heatmap"
6768 #  output-file-type: ".html"
6769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6770 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6771 #  filter: "'NIC_Intel-XXV710' and
6772 #           'NF_DENSITY' and
6773 #           'VHOST' and
6774 #           not 'VXLAN' and
6775 #           'CHAIN' and
6776 #           'NF_VPPIP4' and
6777 #           '64B' and
6778 #           '4T2C' and
6779 #           'NDRPDR'"
6780 #  parameters:
6781 #  - "throughput"
6782 #  - "name"
6783 #  - "tags"
6784 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6785 #  x-axis: "X = VNFs per Service Chain"
6786 #  y-axis: "Y = Number of Service Chains"
6787 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6788 #  layout:
6789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6790 #    layout: "plot-service-density"
6791 #
6792 #- type: "plot"
6793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6794 #  algorithm: "plot_nf_heatmap"
6795 #  output-file-type: ".html"
6796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6797 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6798 #  filter: "'NIC_Intel-XXV710' and
6799 #           'NF_DENSITY' and
6800 #           'VHOST' and
6801 #           not 'VXLAN' and
6802 #           'CHAIN' and
6803 #           'NF_VPPIP4' and
6804 #           '64B' and
6805 #           '8T4C' and
6806 #           'NDRPDR'"
6807 #  parameters:
6808 #  - "throughput"
6809 #  - "name"
6810 #  - "tags"
6811 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6812 #  x-axis: "X = VNFs per Service Chain"
6813 #  y-axis: "Y = Number of Service Chains"
6814 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6815 #  layout:
6816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6817 #    layout: "plot-service-density"
6818 #
6819 ## Plots - NF Density - VSC - PDR IMIX
6820 #- type: "plot"
6821 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6822 #  algorithm: "plot_nf_heatmap"
6823 #  output-file-type: ".html"
6824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6825 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6826 #  filter: "'NIC_Intel-XXV710' and
6827 #           'NF_DENSITY' and
6828 #           'VHOST' and
6829 #           not 'VXLAN' and
6830 #           'CHAIN' and
6831 #           'NF_VPPIP4' and
6832 #           'IMIX' and
6833 #           '2T1C' and
6834 #           'NDRPDR'"
6835 #  parameters:
6836 #  - "throughput"
6837 #  - "name"
6838 #  - "tags"
6839 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6840 #  x-axis: "X = VNFs per Service Chain"
6841 #  y-axis: "Y = Number of Service Chains"
6842 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6843 #  layout:
6844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6845 #    layout: "plot-service-density"
6846 #
6847 #- type: "plot"
6848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6849 #  algorithm: "plot_nf_heatmap"
6850 #  output-file-type: ".html"
6851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6852 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6853 #  filter: "'NIC_Intel-XXV710' and
6854 #           'NF_DENSITY' and
6855 #           'VHOST' and
6856 #           not 'VXLAN' and
6857 #           'CHAIN' and
6858 #           'NF_VPPIP4' and
6859 #           'IMIX' and
6860 #           '4T2C' and
6861 #           'NDRPDR'"
6862 #  parameters:
6863 #  - "throughput"
6864 #  - "name"
6865 #  - "tags"
6866 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6867 #  x-axis: "X = VNFs per Service Chain"
6868 #  y-axis: "Y = Number of Service Chains"
6869 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6870 #  layout:
6871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6872 #    layout: "plot-service-density"
6873 #
6874 #- type: "plot"
6875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6876 #  algorithm: "plot_nf_heatmap"
6877 #  output-file-type: ".html"
6878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6879 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6880 #  filter: "'NIC_Intel-XXV710' and
6881 #           'NF_DENSITY' and
6882 #           'VHOST' and
6883 #           not 'VXLAN' and
6884 #           'CHAIN' and
6885 #           'NF_VPPIP4' and
6886 #           'IMIX' and
6887 #           '8T4C' and
6888 #           'NDRPDR'"
6889 #  parameters:
6890 #  - "throughput"
6891 #  - "name"
6892 #  - "tags"
6893 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6894 #  x-axis: "X = VNFs per Service Chain"
6895 #  y-axis: "Y = Number of Service Chains"
6896 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6897 #  layout:
6898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6899 #    layout: "plot-service-density"
6900 #
6901 ################################################################################
6902 ## Plots - NF Density - VSC - MRR 64b
6903 #- type: "plot"
6904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6905 #  algorithm: "plot_nf_heatmap"
6906 #  output-file-type: ".html"
6907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6908 #  data: "plot-vpp-nfv-2n-skx-mrr"
6909 #  filter: "'NIC_Intel-XXV710' and
6910 #           'NF_DENSITY' and
6911 #           'VHOST' and
6912 #           'VXLAN' and
6913 #           'CHAIN' and
6914 #           '118' and
6915 #           '2T1C' and
6916 #           'MRR'"
6917 #  parameters:
6918 #  - "result"
6919 #  - "name"
6920 #  - "tags"
6921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6922 #  x-axis: "X = VNFs per Service Chain"
6923 #  y-axis: "Y = Number of Service Chains"
6924 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6925 #  layout:
6926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6927 #    layout: "plot-service-density"
6928 #
6929 #- type: "plot"
6930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6931 #  algorithm: "plot_nf_heatmap"
6932 #  output-file-type: ".html"
6933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6934 #  data: "plot-vpp-nfv-2n-skx-mrr"
6935 #  filter: "'NIC_Intel-XXV710' and
6936 #           'NF_DENSITY' and
6937 #           'VHOST' and
6938 #           'VXLAN' and
6939 #           'CHAIN' and
6940 #           '118' and
6941 #           '4T2C' and
6942 #           'MRR'"
6943 #  parameters:
6944 #  - "result"
6945 #  - "name"
6946 #  - "tags"
6947 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6948 #  x-axis: "X = VNFs per Service Chain"
6949 #  y-axis: "Y = Number of Service Chains"
6950 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6951 #  layout:
6952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6953 #    layout: "plot-service-density"
6954 #
6955 #- type: "plot"
6956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6957 #  algorithm: "plot_nf_heatmap"
6958 #  output-file-type: ".html"
6959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6960 #  data: "plot-vpp-nfv-2n-skx-mrr"
6961 #  filter: "'NIC_Intel-XXV710' and
6962 #           'NF_DENSITY' and
6963 #           'VHOST' and
6964 #           'VXLAN' and
6965 #           'CHAIN' and
6966 #           '118' and
6967 #           '8T4C' and
6968 #           'MRR'"
6969 #  parameters:
6970 #  - "result"
6971 #  - "name"
6972 #  - "tags"
6973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6974 #  x-axis: "X = VNFs per Service Chain"
6975 #  y-axis: "Y = Number of Service Chains"
6976 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6977 #  layout:
6978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6979 #    layout: "plot-service-density"
6980 #
6981 ## Plots - NF Density - VSC - MRR IMIX
6982 #- type: "plot"
6983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6984 #  algorithm: "plot_nf_heatmap"
6985 #  output-file-type: ".html"
6986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6987 #  data: "plot-vpp-nfv-2n-skx-mrr"
6988 #  filter: "'NIC_Intel-XXV710' and
6989 #           'NF_DENSITY' and
6990 #           'VHOST' and
6991 #           'VXLAN' and
6992 #           'CHAIN' and
6993 #           'IMIX' and
6994 #           '2T1C' and
6995 #           'MRR'"
6996 #  parameters:
6997 #  - "result"
6998 #  - "name"
6999 #  - "tags"
7000 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7001 #  x-axis: "X = VNFs per Service Chain"
7002 #  y-axis: "Y = Number of Service Chains"
7003 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7004 #  layout:
7005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7006 #    layout: "plot-service-density"
7007 #
7008 #- type: "plot"
7009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7010 #  algorithm: "plot_nf_heatmap"
7011 #  output-file-type: ".html"
7012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7013 #  data: "plot-vpp-nfv-2n-skx-mrr"
7014 #  filter: "'NIC_Intel-XXV710' and
7015 #           'NF_DENSITY' and
7016 #           'VHOST' and
7017 #           'VXLAN' and
7018 #           'CHAIN' and
7019 #           'IMIX' and
7020 #           '4T2C' and
7021 #           'MRR'"
7022 #  parameters:
7023 #  - "result"
7024 #  - "name"
7025 #  - "tags"
7026 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7027 #  x-axis: "X = VNFs per Service Chain"
7028 #  y-axis: "Y = Number of Service Chains"
7029 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7030 #  layout:
7031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7032 #    layout: "plot-service-density"
7033 #
7034 #- type: "plot"
7035 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7036 #  algorithm: "plot_nf_heatmap"
7037 #  output-file-type: ".html"
7038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7039 #  data: "plot-vpp-nfv-2n-skx-mrr"
7040 #  filter: "'NIC_Intel-XXV710' and
7041 #           'NF_DENSITY' and
7042 #           'VHOST' and
7043 #           'VXLAN' and
7044 #           'CHAIN' and
7045 #           'IMIX' and
7046 #           '8T4C' and
7047 #           'MRR'"
7048 #  parameters:
7049 #  - "result"
7050 #  - "name"
7051 #  - "tags"
7052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7053 #  x-axis: "X = VNFs per Service Chain"
7054 #  y-axis: "Y = Number of Service Chains"
7055 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7056 #  layout:
7057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7058 #    layout: "plot-service-density"
7059 #
7060 ## Plots - NF Density - VSC - NDR 64b
7061 #- type: "plot"
7062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7063 #  algorithm: "plot_nf_heatmap"
7064 #  output-file-type: ".html"
7065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7066 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7067 #  filter: "'NIC_Intel-XXV710' and
7068 #           'NF_DENSITY' and
7069 #           'VHOST' and
7070 #           'VXLAN' and
7071 #           'CHAIN' and
7072 #           '118' and
7073 #           '2T1C' and
7074 #           'NDRPDR'"
7075 #  parameters:
7076 #  - "throughput"
7077 #  - "name"
7078 #  - "tags"
7079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7080 #  x-axis: "X = VNFs per Service Chain"
7081 #  y-axis: "Y = Number of Service Chains"
7082 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7083 #  layout:
7084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7085 #    layout: "plot-service-density"
7086 #
7087 #- type: "plot"
7088 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7089 #  algorithm: "plot_nf_heatmap"
7090 #  output-file-type: ".html"
7091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7092 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7093 #  filter: "'NIC_Intel-XXV710' and
7094 #           'NF_DENSITY' and
7095 #           'VHOST' and
7096 #           'VXLAN' and
7097 #           'CHAIN' and
7098 #           '118' and
7099 #           '4T2C' and
7100 #           'NDRPDR'"
7101 #  parameters:
7102 #  - "throughput"
7103 #  - "name"
7104 #  - "tags"
7105 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7106 #  x-axis: "X = VNFs per Service Chain"
7107 #  y-axis: "Y = Number of Service Chains"
7108 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7109 #  layout:
7110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7111 #    layout: "plot-service-density"
7112 #
7113 #- type: "plot"
7114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7115 #  algorithm: "plot_nf_heatmap"
7116 #  output-file-type: ".html"
7117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7118 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7119 #  filter: "'NIC_Intel-XXV710' and
7120 #           'NF_DENSITY' and
7121 #           'VHOST' and
7122 #           'VXLAN' and
7123 #           'CHAIN' and
7124 #           '118' and
7125 #           '8T4C' and
7126 #           'NDRPDR'"
7127 #  parameters:
7128 #  - "throughput"
7129 #  - "name"
7130 #  - "tags"
7131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7132 #  x-axis: "X = VNFs per Service Chain"
7133 #  y-axis: "Y = Number of Service Chains"
7134 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7135 #  layout:
7136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7137 #    layout: "plot-service-density"
7138 #
7139 ## Plots - NF Density - VSC - NDR IMIX
7140 #- type: "plot"
7141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7142 #  algorithm: "plot_nf_heatmap"
7143 #  output-file-type: ".html"
7144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7145 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7146 #  filter: "'NIC_Intel-XXV710' and
7147 #           'NF_DENSITY' and
7148 #           'VHOST' and
7149 #           'VXLAN' and
7150 #           'CHAIN' and
7151 #           'IMIX' and
7152 #           '2T1C' and
7153 #           'NDRPDR'"
7154 #  parameters:
7155 #  - "throughput"
7156 #  - "name"
7157 #  - "tags"
7158 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7159 #  x-axis: "X = VNFs per Service Chain"
7160 #  y-axis: "Y = Number of Service Chains"
7161 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7162 #  layout:
7163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7164 #    layout: "plot-service-density"
7165 #
7166 #- type: "plot"
7167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7168 #  algorithm: "plot_nf_heatmap"
7169 #  output-file-type: ".html"
7170 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7171 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7172 #  filter: "'NIC_Intel-XXV710' and
7173 #           'NF_DENSITY' and
7174 #           'VHOST' and
7175 #           'VXLAN' and
7176 #           'CHAIN' and
7177 #           'IMIX' and
7178 #           '4T2C' and
7179 #           'NDRPDR'"
7180 #  parameters:
7181 #  - "throughput"
7182 #  - "name"
7183 #  - "tags"
7184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7185 #  x-axis: "X = VNFs per Service Chain"
7186 #  y-axis: "Y = Number of Service Chains"
7187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7188 #  layout:
7189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7190 #    layout: "plot-service-density"
7191 #
7192 #- type: "plot"
7193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7194 #  algorithm: "plot_nf_heatmap"
7195 #  output-file-type: ".html"
7196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7197 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7198 #  filter: "'NIC_Intel-XXV710' and
7199 #           'NF_DENSITY' and
7200 #           'VHOST' and
7201 #           'VXLAN' and
7202 #           'CHAIN' and
7203 #           'IMIX' and
7204 #           '8T4C' and
7205 #           'NDRPDR'"
7206 #  parameters:
7207 #  - "throughput"
7208 #  - "name"
7209 #  - "tags"
7210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7211 #  x-axis: "X = VNFs per Service Chain"
7212 #  y-axis: "Y = Number of Service Chains"
7213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7214 #  layout:
7215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7216 #    layout: "plot-service-density"
7217 #
7218 ## Plots - NF Density - VSC - PDR 64b
7219 #- type: "plot"
7220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7221 #  algorithm: "plot_nf_heatmap"
7222 #  output-file-type: ".html"
7223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7224 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7225 #  filter: "'NIC_Intel-XXV710' and
7226 #           'NF_DENSITY' and
7227 #           'VHOST' and
7228 #           'VXLAN' and
7229 #           'CHAIN' and
7230 #           '118' and
7231 #           '2T1C' and
7232 #           'NDRPDR'"
7233 #  parameters:
7234 #  - "throughput"
7235 #  - "name"
7236 #  - "tags"
7237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7238 #  x-axis: "X = VNFs per Service Chain"
7239 #  y-axis: "Y = Number of Service Chains"
7240 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7241 #  layout:
7242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7243 #    layout: "plot-service-density"
7244 #
7245 #- type: "plot"
7246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7247 #  algorithm: "plot_nf_heatmap"
7248 #  output-file-type: ".html"
7249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7250 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7251 #  filter: "'NIC_Intel-XXV710' and
7252 #           'NF_DENSITY' and
7253 #           'VHOST' and
7254 #           'VXLAN' and
7255 #           'CHAIN' and
7256 #           '118' and
7257 #           '4T2C' and
7258 #           'NDRPDR'"
7259 #  parameters:
7260 #  - "throughput"
7261 #  - "name"
7262 #  - "tags"
7263 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7264 #  x-axis: "X = VNFs per Service Chain"
7265 #  y-axis: "Y = Number of Service Chains"
7266 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7267 #  layout:
7268 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7269 #    layout: "plot-service-density"
7270 #
7271 #- type: "plot"
7272 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7273 #  algorithm: "plot_nf_heatmap"
7274 #  output-file-type: ".html"
7275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7276 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7277 #  filter: "'NIC_Intel-XXV710' and
7278 #           'NF_DENSITY' and
7279 #           'VHOST' and
7280 #           'VXLAN' and
7281 #           'CHAIN' and
7282 #           '118' and
7283 #           '8T4C' and
7284 #           'NDRPDR'"
7285 #  parameters:
7286 #  - "throughput"
7287 #  - "name"
7288 #  - "tags"
7289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7290 #  x-axis: "X = VNFs per Service Chain"
7291 #  y-axis: "Y = Number of Service Chains"
7292 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7293 #  layout:
7294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7295 #    layout: "plot-service-density"
7296 #
7297 ## Plots - NF Density - VSC - PDR IMIX
7298 #- type: "plot"
7299 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7300 #  algorithm: "plot_nf_heatmap"
7301 #  output-file-type: ".html"
7302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7303 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7304 #  filter: "'NIC_Intel-XXV710' and
7305 #           'NF_DENSITY' and
7306 #           'VHOST' and
7307 #           'VXLAN' and
7308 #           'CHAIN' and
7309 #           'IMIX' and
7310 #           '2T1C' and
7311 #           'NDRPDR'"
7312 #  parameters:
7313 #  - "throughput"
7314 #  - "name"
7315 #  - "tags"
7316 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7317 #  x-axis: "X = VNFs per Service Chain"
7318 #  y-axis: "Y = Number of Service Chains"
7319 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7320 #  layout:
7321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7322 #    layout: "plot-service-density"
7323 #
7324 #- type: "plot"
7325 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7326 #  algorithm: "plot_nf_heatmap"
7327 #  output-file-type: ".html"
7328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7329 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7330 #  filter: "'NIC_Intel-XXV710' and
7331 #           'NF_DENSITY' and
7332 #           'VHOST' and
7333 #           'VXLAN' and
7334 #           'CHAIN' and
7335 #           'IMIX' and
7336 #           '4T2C' and
7337 #           'NDRPDR'"
7338 #  parameters:
7339 #  - "throughput"
7340 #  - "name"
7341 #  - "tags"
7342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7343 #  x-axis: "X = VNFs per Service Chain"
7344 #  y-axis: "Y = Number of Service Chains"
7345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7346 #  layout:
7347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7348 #    layout: "plot-service-density"
7349 #
7350 #- type: "plot"
7351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7352 #  algorithm: "plot_nf_heatmap"
7353 #  output-file-type: ".html"
7354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7355 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7356 #  filter: "'NIC_Intel-XXV710' and
7357 #           'NF_DENSITY' and
7358 #           'VHOST' and
7359 #           'VXLAN' and
7360 #           'CHAIN' and
7361 #           'IMIX' and
7362 #           '8T4C' and
7363 #           'NDRPDR'"
7364 #  parameters:
7365 #  - "throughput"
7366 #  - "name"
7367 #  - "tags"
7368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7369 #  x-axis: "X = VNFs per Service Chain"
7370 #  y-axis: "Y = Number of Service Chains"
7371 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7372 #  layout:
7373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7374 #    layout: "plot-service-density"
7375 #
7376 ################################################################################
7377 ## Plots - NF Density - CSC - MRR 64b
7378 #- type: "plot"
7379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7380 #  algorithm: "plot_nf_heatmap"
7381 #  output-file-type: ".html"
7382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7383 #  data: "plot-vpp-nfv-2n-skx-mrr"
7384 #  filter: "'NIC_Intel-XXV710' and
7385 #           'NF_DENSITY' and
7386 #           'DOCKER' and
7387 #           'CHAIN' and
7388 #           'NF_VPPIP4' and
7389 #           '64B' and
7390 #           '2T1C' and
7391 #           'MRR'"
7392 #  parameters:
7393 #  - "result"
7394 #  - "name"
7395 #  - "tags"
7396 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7397 #  x-axis: "X = CNFs per Service Chain"
7398 #  y-axis: "Y = Number of Service Chains"
7399 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7400 #  layout:
7401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7402 #    layout: "plot-service-density"
7403 #
7404 #- type: "plot"
7405 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7406 #  algorithm: "plot_nf_heatmap"
7407 #  output-file-type: ".html"
7408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7409 #  data: "plot-vpp-nfv-2n-skx-mrr"
7410 #  filter: "'NIC_Intel-XXV710' and
7411 #           'NF_DENSITY' and
7412 #           'DOCKER' and
7413 #           'CHAIN' and
7414 #           'NF_VPPIP4' and
7415 #           '64B' and
7416 #           '4T2C' and
7417 #           'MRR'"
7418 #  parameters:
7419 #  - "result"
7420 #  - "name"
7421 #  - "tags"
7422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7423 #  x-axis: "X = CNFs per Service Chain"
7424 #  y-axis: "Y = Number of Service Chains"
7425 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7426 #  layout:
7427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7428 #    layout: "plot-service-density"
7429 #
7430 #- type: "plot"
7431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7432 #  algorithm: "plot_nf_heatmap"
7433 #  output-file-type: ".html"
7434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7435 #  data: "plot-vpp-nfv-2n-skx-mrr"
7436 #  filter: "'NIC_Intel-XXV710' and
7437 #           'NF_DENSITY' and
7438 #           'DOCKER' and
7439 #           'CHAIN' and
7440 #           'NF_VPPIP4' and
7441 #           '64B' and
7442 #           '8T4C' and
7443 #           'MRR'"
7444 #  parameters:
7445 #  - "result"
7446 #  - "name"
7447 #  - "tags"
7448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7449 #  x-axis: "X = CNFs per Service Chain"
7450 #  y-axis: "Y = Number of Service Chains"
7451 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7452 #  layout:
7453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7454 #    layout: "plot-service-density"
7455 #
7456 ## Plots - NF Density - CSC - MRR IMIX
7457 #- type: "plot"
7458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7459 #  algorithm: "plot_nf_heatmap"
7460 #  output-file-type: ".html"
7461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7462 #  data: "plot-vpp-nfv-2n-skx-mrr"
7463 #  filter: "'NIC_Intel-XXV710' and
7464 #           'NF_DENSITY' and
7465 #           'DOCKER' and
7466 #           'CHAIN' and
7467 #           'NF_VPPIP4' and
7468 #           'IMIX' and
7469 #           '2T1C' and
7470 #           'MRR'"
7471 #  parameters:
7472 #  - "result"
7473 #  - "name"
7474 #  - "tags"
7475 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7476 #  x-axis: "X = CNFs per Service Chain"
7477 #  y-axis: "Y = Number of Service Chains"
7478 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7479 #  layout:
7480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7481 #    layout: "plot-service-density"
7482 #
7483 #- type: "plot"
7484 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7485 #  algorithm: "plot_nf_heatmap"
7486 #  output-file-type: ".html"
7487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7488 #  data: "plot-vpp-nfv-2n-skx-mrr"
7489 #  filter: "'NIC_Intel-XXV710' and
7490 #           'NF_DENSITY' and
7491 #           'DOCKER' and
7492 #           'CHAIN' and
7493 #           'NF_VPPIP4' and
7494 #           'IMIX' and
7495 #           '4T2C' and
7496 #           'MRR'"
7497 #  parameters:
7498 #  - "result"
7499 #  - "name"
7500 #  - "tags"
7501 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7502 #  x-axis: "X = CNFs per Service Chain"
7503 #  y-axis: "Y = Number of Service Chains"
7504 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7505 #  layout:
7506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7507 #    layout: "plot-service-density"
7508 #
7509 #- type: "plot"
7510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7511 #  algorithm: "plot_nf_heatmap"
7512 #  output-file-type: ".html"
7513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7514 #  data: "plot-vpp-nfv-2n-skx-mrr"
7515 #  filter: "'NIC_Intel-XXV710' and
7516 #           'NF_DENSITY' and
7517 #           'DOCKER' and
7518 #           'CHAIN' and
7519 #           'NF_VPPIP4' and
7520 #           'IMIX' and
7521 #           '8T4C' and
7522 #           'MRR'"
7523 #  parameters:
7524 #  - "result"
7525 #  - "name"
7526 #  - "tags"
7527 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7528 #  x-axis: "X = CNFs per Service Chain"
7529 #  y-axis: "Y = Number of Service Chains"
7530 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7531 #  layout:
7532 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7533 #    layout: "plot-service-density"
7534 #
7535 ## Plots - NF Density - CSC - NDR 64b
7536 #- type: "plot"
7537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7538 #  algorithm: "plot_nf_heatmap"
7539 #  output-file-type: ".html"
7540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7541 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7542 #  filter: "'NIC_Intel-XXV710' and
7543 #           'NF_DENSITY' and
7544 #           'DOCKER' and
7545 #           'CHAIN' and
7546 #           'NF_VPPIP4' and
7547 #           '64B' and
7548 #           '2T1C' and
7549 #           'NDRPDR'"
7550 #  parameters:
7551 #  - "throughput"
7552 #  - "name"
7553 #  - "tags"
7554 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7555 #  x-axis: "X = CNFs per Service Chain"
7556 #  y-axis: "Y = Number of Service Chains"
7557 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7558 #  layout:
7559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7560 #    layout: "plot-service-density"
7561 #
7562 #- type: "plot"
7563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7564 #  algorithm: "plot_nf_heatmap"
7565 #  output-file-type: ".html"
7566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7567 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7568 #  filter: "'NIC_Intel-XXV710' and
7569 #           'NF_DENSITY' and
7570 #           'DOCKER' and
7571 #           'CHAIN' and
7572 #           'NF_VPPIP4' and
7573 #           '64B' and
7574 #           '4T2C' and
7575 #           'NDRPDR'"
7576 #  parameters:
7577 #  - "throughput"
7578 #  - "name"
7579 #  - "tags"
7580 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7581 #  x-axis: "X = CNFs per Service Chain"
7582 #  y-axis: "Y = Number of Service Chains"
7583 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7584 #  layout:
7585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7586 #    layout: "plot-service-density"
7587 #
7588 #- type: "plot"
7589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7590 #  algorithm: "plot_nf_heatmap"
7591 #  output-file-type: ".html"
7592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7593 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7594 #  filter: "'NIC_Intel-XXV710' and
7595 #           'NF_DENSITY' and
7596 #           'DOCKER' and
7597 #           'CHAIN' and
7598 #           'NF_VPPIP4' and
7599 #           '64B' and
7600 #           '8T4C' and
7601 #           'NDRPDR'"
7602 #  parameters:
7603 #  - "throughput"
7604 #  - "name"
7605 #  - "tags"
7606 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7607 #  x-axis: "X = CNFs per Service Chain"
7608 #  y-axis: "Y = Number of Service Chains"
7609 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7610 #  layout:
7611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7612 #    layout: "plot-service-density"
7613 #
7614 ## Plots - NF Density - CSC - NDR IMIX
7615 #- type: "plot"
7616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7617 #  algorithm: "plot_nf_heatmap"
7618 #  output-file-type: ".html"
7619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7620 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7621 #  filter: "'NIC_Intel-XXV710' and
7622 #           'NF_DENSITY' and
7623 #           'DOCKER' and
7624 #           'CHAIN' and
7625 #           'NF_VPPIP4' and
7626 #           'IMIX' and
7627 #           '2T1C' and
7628 #           'NDRPDR'"
7629 #  parameters:
7630 #  - "throughput"
7631 #  - "name"
7632 #  - "tags"
7633 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7634 #  x-axis: "X = CNFs per Service Chain"
7635 #  y-axis: "Y = Number of Service Chains"
7636 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7637 #  layout:
7638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7639 #    layout: "plot-service-density"
7640 #
7641 #- type: "plot"
7642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7643 #  algorithm: "plot_nf_heatmap"
7644 #  output-file-type: ".html"
7645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7646 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7647 #  filter: "'NIC_Intel-XXV710' and
7648 #           'NF_DENSITY' and
7649 #           'DOCKER' and
7650 #           'CHAIN' and
7651 #           'NF_VPPIP4' and
7652 #           'IMIX' and
7653 #           '4T2C' and
7654 #           'NDRPDR'"
7655 #  parameters:
7656 #  - "throughput"
7657 #  - "name"
7658 #  - "tags"
7659 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7660 #  x-axis: "X = CNFs per Service Chain"
7661 #  y-axis: "Y = Number of Service Chains"
7662 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7663 #  layout:
7664 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7665 #    layout: "plot-service-density"
7666 #
7667 #- type: "plot"
7668 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7669 #  algorithm: "plot_nf_heatmap"
7670 #  output-file-type: ".html"
7671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7672 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7673 #  filter: "'NIC_Intel-XXV710' and
7674 #           'NF_DENSITY' and
7675 #           'DOCKER' and
7676 #           'CHAIN' and
7677 #           'NF_VPPIP4' and
7678 #           'IMIX' and
7679 #           '8T4C' and
7680 #           'NDRPDR'"
7681 #  parameters:
7682 #  - "throughput"
7683 #  - "name"
7684 #  - "tags"
7685 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7686 #  x-axis: "X = CNFs per Service Chain"
7687 #  y-axis: "Y = Number of Service Chains"
7688 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7689 #  layout:
7690 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7691 #    layout: "plot-service-density"
7692 #
7693 ## Plots - NF Density - CSC - PDR 64b
7694 #- type: "plot"
7695 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7696 #  algorithm: "plot_nf_heatmap"
7697 #  output-file-type: ".html"
7698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7699 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7700 #  filter: "'NIC_Intel-XXV710' and
7701 #           'NF_DENSITY' and
7702 #           'DOCKER' and
7703 #           'CHAIN' and
7704 #           'NF_VPPIP4' and
7705 #           '64B' and
7706 #           '2T1C' and
7707 #           'NDRPDR'"
7708 #  parameters:
7709 #  - "throughput"
7710 #  - "name"
7711 #  - "tags"
7712 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7713 #  x-axis: "X = CNFs per Service Chain"
7714 #  y-axis: "Y = Number of Service Chains"
7715 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7716 #  layout:
7717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7718 #    layout: "plot-service-density"
7719 #
7720 #- type: "plot"
7721 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7722 #  algorithm: "plot_nf_heatmap"
7723 #  output-file-type: ".html"
7724 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7725 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7726 #  filter: "'NIC_Intel-XXV710' and
7727 #           'NF_DENSITY' and
7728 #           'DOCKER' and
7729 #           'CHAIN' and
7730 #           'NF_VPPIP4' and
7731 #           '64B' and
7732 #           '4T2C' and
7733 #           'NDRPDR'"
7734 #  parameters:
7735 #  - "throughput"
7736 #  - "name"
7737 #  - "tags"
7738 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7739 #  x-axis: "X = CNFs per Service Chain"
7740 #  y-axis: "Y = Number of Service Chains"
7741 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7742 #  layout:
7743 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7744 #    layout: "plot-service-density"
7745 #
7746 #- type: "plot"
7747 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7748 #  algorithm: "plot_nf_heatmap"
7749 #  output-file-type: ".html"
7750 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7751 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7752 #  filter: "'NIC_Intel-XXV710' and
7753 #           'NF_DENSITY' and
7754 #           'DOCKER' and
7755 #           'CHAIN' and
7756 #           'NF_VPPIP4' and
7757 #           '64B' and
7758 #           '8T4C' and
7759 #           'NDRPDR'"
7760 #  parameters:
7761 #  - "throughput"
7762 #  - "name"
7763 #  - "tags"
7764 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7765 #  x-axis: "X = CNFs per Service Chain"
7766 #  y-axis: "Y = Number of Service Chains"
7767 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7768 #  layout:
7769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7770 #    layout: "plot-service-density"
7771 #
7772 ## Plots - NF Density - CSC - PDR IMIX
7773 #- type: "plot"
7774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7775 #  algorithm: "plot_nf_heatmap"
7776 #  output-file-type: ".html"
7777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7778 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7779 #  filter: "'NIC_Intel-XXV710' and
7780 #           'NF_DENSITY' and
7781 #           'DOCKER' and
7782 #           'CHAIN' and
7783 #           'NF_VPPIP4' and
7784 #           'IMIX' and
7785 #           '2T1C' and
7786 #           'NDRPDR'"
7787 #  parameters:
7788 #  - "throughput"
7789 #  - "name"
7790 #  - "tags"
7791 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7792 #  x-axis: "X = CNFs per Service Chain"
7793 #  y-axis: "Y = Number of Service Chains"
7794 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7795 #  layout:
7796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7797 #    layout: "plot-service-density"
7798 #
7799 #- type: "plot"
7800 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7801 #  algorithm: "plot_nf_heatmap"
7802 #  output-file-type: ".html"
7803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7804 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7805 #  filter: "'NIC_Intel-XXV710' and
7806 #           'NF_DENSITY' and
7807 #           'DOCKER' and
7808 #           'CHAIN' and
7809 #           'NF_VPPIP4' and
7810 #           'IMIX' and
7811 #           '4T2C' and
7812 #           'NDRPDR'"
7813 #  parameters:
7814 #  - "throughput"
7815 #  - "name"
7816 #  - "tags"
7817 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7818 #  x-axis: "X = CNFs per Service Chain"
7819 #  y-axis: "Y = Number of Service Chains"
7820 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7821 #  layout:
7822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7823 #    layout: "plot-service-density"
7824 #
7825 #- type: "plot"
7826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7827 #  algorithm: "plot_nf_heatmap"
7828 #  output-file-type: ".html"
7829 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7830 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7831 #  filter: "'NIC_Intel-XXV710' and
7832 #           'NF_DENSITY' and
7833 #           'DOCKER' and
7834 #           'CHAIN' and
7835 #           'NF_VPPIP4' and
7836 #           'IMIX' and
7837 #           '8T4C' and
7838 #           'NDRPDR'"
7839 #  parameters:
7840 #  - "throughput"
7841 #  - "name"
7842 #  - "tags"
7843 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7844 #  x-axis: "X = CNFs per Service Chain"
7845 #  y-axis: "Y = Number of Service Chains"
7846 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7847 #  layout:
7848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7849 #    layout: "plot-service-density"
7850 #
7851 ################################################################################
7852 #
7853 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7854 #- type: "plot"
7855 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7856 #  algorithm: "plot_nf_heatmap"
7857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7858 #  data: "plot-vpp-nfv-3n-skx-mrr"
7859 #  filter: "'NIC_Intel-XXV710' and
7860 #           'NF_DENSITY' and
7861 #           'DOCKER' and
7862 #           'CHAIN' and
7863 #           'NF_VPPIP4' and
7864 #           'IPSEC' and
7865 #           'TNL_4' and
7866 #           'IMIX' and
7867 #           '2T1C' and
7868 #           'MRR'"
7869 #  parameters:
7870 #  - "result"
7871 #  - "name"
7872 #  - "tags"
7873 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7874 #  x-axis: "X = CNFs per Service Chain"
7875 #  y-axis: "Y = Number of Service Chains"
7876 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7877 #  layout:
7878 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7879 #    layout: "plot-service-density"
7880 #
7881 #- type: "plot"
7882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7883 #  algorithm: "plot_nf_heatmap"
7884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7885 #  data: "plot-vpp-nfv-3n-skx-mrr"
7886 #  filter: "'NIC_Intel-XXV710' and
7887 #           'NF_DENSITY' and
7888 #           'DOCKER' and
7889 #           'CHAIN' and
7890 #           'NF_VPPIP4' and
7891 #           'IPSEC' and
7892 #           'TNL_4' and
7893 #           'IMIX' and
7894 #           '4T2C' and
7895 #           'MRR'"
7896 #  parameters:
7897 #  - "result"
7898 #  - "name"
7899 #  - "tags"
7900 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7901 #  x-axis: "X = CNFs per Service Chain"
7902 #  y-axis: "Y = Number of Service Chains"
7903 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7904 #  layout:
7905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7906 #    layout: "plot-service-density"
7907 #
7908 #- type: "plot"
7909 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7910 #  algorithm: "plot_nf_heatmap"
7911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7912 #  data: "plot-vpp-nfv-3n-skx-mrr"
7913 #  filter: "'NIC_Intel-XXV710' and
7914 #           'NF_DENSITY' and
7915 #           'DOCKER' and
7916 #           'CHAIN' and
7917 #           'NF_VPPIP4' and
7918 #           'IPSEC' and
7919 #           'TNL_4' and
7920 #           'IMIX' and
7921 #           '8T4C' and
7922 #           'MRR'"
7923 #  parameters:
7924 #  - "result"
7925 #  - "name"
7926 #  - "tags"
7927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7928 #  x-axis: "X = CNFs per Service Chain"
7929 #  y-axis: "Y = Number of Service Chains"
7930 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7931 #  layout:
7932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7933 #    layout: "plot-service-density"
7934
7935 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7936 - type: "plot"
7937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7938   algorithm: "plot_nf_heatmap"
7939   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7940   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7941   filter: "'NIC_Intel-XXV710' and
7942            'NF_DENSITY' and
7943            'DOCKER' and
7944            'CHAIN' and
7945            'NF_VPPIP4' and
7946            'IPSEC' and
7947            'TNL_4' and
7948            'IMIX' and
7949            '2T1C' and
7950            'NDRPDR'"
7951   parameters:
7952   - "throughput"
7953   - "name"
7954   - "tags"
7955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7956   x-axis: "X = CNFs per Service Chain"
7957   y-axis: "Y = Number of Service Chains"
7958   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7959   layout:
7960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7961     layout: "plot-service-density"
7962
7963 - type: "plot"
7964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7965   algorithm: "plot_nf_heatmap"
7966   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7967   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7968   filter: "'NIC_Intel-XXV710' and
7969            'NF_DENSITY' and
7970            'DOCKER' and
7971            'CHAIN' and
7972            'NF_VPPIP4' and
7973            'IPSEC' and
7974            'TNL_4' and
7975            'IMIX' and
7976            '4T2C' and
7977            'NDRPDR'"
7978   parameters:
7979   - "throughput"
7980   - "name"
7981   - "tags"
7982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7983   x-axis: "X = CNFs per Service Chain"
7984   y-axis: "Y = Number of Service Chains"
7985   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7986   layout:
7987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7988     layout: "plot-service-density"
7989
7990 - type: "plot"
7991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7992   algorithm: "plot_nf_heatmap"
7993   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7994   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7995   filter: "'NIC_Intel-XXV710' and
7996            'NF_DENSITY' and
7997            'DOCKER' and
7998            'CHAIN' and
7999            'NF_VPPIP4' and
8000            'IPSEC' and
8001            'TNL_4' and
8002            'IMIX' and
8003            '8T4C' and
8004            'NDRPDR'"
8005   parameters:
8006   - "throughput"
8007   - "name"
8008   - "tags"
8009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8010   x-axis: "X = CNFs per Service Chain"
8011   y-axis: "Y = Number of Service Chains"
8012   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8013   layout:
8014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8015     layout: "plot-service-density"
8016
8017 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8018 - type: "plot"
8019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8020   algorithm: "plot_nf_heatmap"
8021   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8022   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8023   filter: "'NIC_Intel-XXV710' and
8024            'NF_DENSITY' and
8025            'DOCKER' and
8026            'CHAIN' and
8027            'NF_VPPIP4' and
8028            'IPSEC' and
8029            'TNL_4' and
8030            'IMIX' and
8031            '2T1C' and
8032            'NDRPDR'"
8033   parameters:
8034   - "throughput"
8035   - "name"
8036   - "tags"
8037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8038   x-axis: "X = CNFs per Service Chain"
8039   y-axis: "Y = Number of Service Chains"
8040   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8041   layout:
8042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8043     layout: "plot-service-density"
8044
8045 - type: "plot"
8046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8047   algorithm: "plot_nf_heatmap"
8048   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8049   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8050   filter: "'NIC_Intel-XXV710' and
8051            'NF_DENSITY' and
8052            'DOCKER' and
8053            'CHAIN' and
8054            'NF_VPPIP4' and
8055            'IPSEC' and
8056            'TNL_4' and
8057            'IMIX' and
8058            '4T2C' and
8059            'NDRPDR'"
8060   parameters:
8061   - "throughput"
8062   - "name"
8063   - "tags"
8064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8065   x-axis: "X = CNFs per Service Chain"
8066   y-axis: "Y = Number of Service Chains"
8067   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8068   layout:
8069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8070     layout: "plot-service-density"
8071
8072 - type: "plot"
8073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8074   algorithm: "plot_nf_heatmap"
8075   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8076   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8077   filter: "'NIC_Intel-XXV710' and
8078            'NF_DENSITY' and
8079            'DOCKER' and
8080            'CHAIN' and
8081            'NF_VPPIP4' and
8082            'IPSEC' and
8083            'TNL_4' and
8084            'IMIX' and
8085            '8T4C' and
8086            'NDRPDR'"
8087   parameters:
8088   - "throughput"
8089   - "name"
8090   - "tags"
8091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8092   x-axis: "X = CNFs per Service Chain"
8093   y-axis: "Y = Number of Service Chains"
8094   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8095   layout:
8096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8097     layout: "plot-service-density"
8098
8099 ###############################################################################
8100
8101 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8102 - type: "plot"
8103   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8104   algorithm: "plot_nf_heatmap"
8105   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8106   data: "plot-vpp-nfv-3n-hsw-mrr"
8107   filter: "'NIC_Intel-XL710' and
8108            'NF_DENSITY' and
8109            'DOCKER' and
8110            'CHAIN' and
8111            'NF_VPPIP4' and
8112            'IMIX' and
8113            'TNL_4' and
8114            '1T1C' and
8115            'MRR'"
8116   parameters:
8117   - "result"
8118   - "name"
8119   - "tags"
8120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8121   x-axis: "X = CNFs per Service Chain"
8122   y-axis: "Y = Number of Service Chains"
8123   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8124   layout:
8125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8126     layout: "plot-service-density"
8127
8128 - type: "plot"
8129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8130   algorithm: "plot_nf_heatmap"
8131   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8132   data: "plot-vpp-nfv-3n-hsw-mrr"
8133   filter: "'NIC_Intel-XL710' and
8134            'NF_DENSITY' and
8135            'DOCKER' and
8136            'CHAIN' and
8137            'NF_VPPIP4' and
8138            'IPSEC' and
8139            'TNL_4' and
8140            'IMIX' and
8141            '2T2C' and
8142            'MRR'"
8143   parameters:
8144   - "result"
8145   - "name"
8146   - "tags"
8147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8148   x-axis: "X = CNFs per Service Chain"
8149   y-axis: "Y = Number of Service Chains"
8150   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8151   layout:
8152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8153     layout: "plot-service-density"
8154
8155 - type: "plot"
8156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8157   algorithm: "plot_nf_heatmap"
8158   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8159   data: "plot-vpp-nfv-3n-hsw-mrr"
8160   filter: "'NIC_Intel-XL710' and
8161            'NF_DENSITY' and
8162            'DOCKER' and
8163            'CHAIN' and
8164            'NF_VPPIP4' and
8165            'IPSEC' and
8166            'TNL_4' and
8167            'IMIX' and
8168            '4T4C' and
8169            'MRR'"
8170   parameters:
8171   - "result"
8172   - "name"
8173   - "tags"
8174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8175   x-axis: "X = CNFs per Service Chain"
8176   y-axis: "Y = Number of Service Chains"
8177   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8178   layout:
8179     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8180     layout: "plot-service-density"
8181
8182 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8183 - type: "plot"
8184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8185   algorithm: "plot_nf_heatmap"
8186   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8187   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8188   filter: "'NIC_Intel-XL710' and
8189            'NF_DENSITY' and
8190            'DOCKER' and
8191            'CHAIN' and
8192            'NF_VPPIP4' and
8193            'IPSEC' and
8194            'TNL_4' and
8195            'IMIX' and
8196            '1T1C' and
8197            'NDRPDR'"
8198   parameters:
8199   - "throughput"
8200   - "name"
8201   - "tags"
8202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8203   x-axis: "X = CNFs per Service Chain"
8204   y-axis: "Y = Number of Service Chains"
8205   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8206   layout:
8207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8208     layout: "plot-service-density"
8209
8210 - type: "plot"
8211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8212   algorithm: "plot_nf_heatmap"
8213   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8214   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8215   filter: "'NIC_Intel-XL710' and
8216            'NF_DENSITY' and
8217            'DOCKER' and
8218            'CHAIN' and
8219            'NF_VPPIP4' and
8220            'IPSEC' and
8221            'TNL_4' and
8222            'IMIX' and
8223            '2T2C' and
8224            'NDRPDR'"
8225   parameters:
8226   - "throughput"
8227   - "name"
8228   - "tags"
8229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8230   x-axis: "X = CNFs per Service Chain"
8231   y-axis: "Y = Number of Service Chains"
8232   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8233   layout:
8234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8235     layout: "plot-service-density"
8236
8237 - type: "plot"
8238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8239   algorithm: "plot_nf_heatmap"
8240   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8241   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8242   filter: "'NIC_Intel-XL710' and
8243            'NF_DENSITY' and
8244            'DOCKER' and
8245            'CHAIN' and
8246            'NF_VPPIP4' and
8247            'IPSEC' and
8248            'TNL_4' and
8249            'IMIX' and
8250            '4T4C' and
8251            'NDRPDR'"
8252   parameters:
8253   - "throughput"
8254   - "name"
8255   - "tags"
8256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8257   x-axis: "X = CNFs per Service Chain"
8258   y-axis: "Y = Number of Service Chains"
8259   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8260   layout:
8261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8262     layout: "plot-service-density"
8263
8264 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8265 - type: "plot"
8266   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8267   algorithm: "plot_nf_heatmap"
8268   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8269   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8270   filter: "'NIC_Intel-XL710' and
8271            'NF_DENSITY' and
8272            'DOCKER' and
8273            'CHAIN' and
8274            'NF_VPPIP4' and
8275            'IPSEC' and
8276            'TNL_4' and
8277            'IMIX' and
8278            '1T1C' and
8279            'NDRPDR'"
8280   parameters:
8281   - "throughput"
8282   - "name"
8283   - "tags"
8284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8285   x-axis: "X = CNFs per Service Chain"
8286   y-axis: "Y = Number of Service Chains"
8287   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8288   layout:
8289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8290     layout: "plot-service-density"
8291
8292 - type: "plot"
8293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8294   algorithm: "plot_nf_heatmap"
8295   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8296   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8297   filter: "'NIC_Intel-XL710' and
8298            'NF_DENSITY' and
8299            'DOCKER' and
8300            'CHAIN' and
8301            'NF_VPPIP4' and
8302            'IPSEC' and
8303            'TNL_4' and
8304            'IMIX' and
8305            '2T2C' and
8306            'NDRPDR'"
8307   parameters:
8308   - "throughput"
8309   - "name"
8310   - "tags"
8311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8312   x-axis: "X = CNFs per Service Chain"
8313   y-axis: "Y = Number of Service Chains"
8314   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8315   layout:
8316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8317     layout: "plot-service-density"
8318
8319 - type: "plot"
8320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8321   algorithm: "plot_nf_heatmap"
8322   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8323   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8324   filter: "'NIC_Intel-XL710' and
8325            'NF_DENSITY' and
8326            'DOCKER' and
8327            'CHAIN' and
8328            'NF_VPPIP4' and
8329            'IPSEC' and
8330            'TNL_4' and
8331            'IMIX' and
8332            '4T4C' and
8333            'NDRPDR'"
8334   parameters:
8335   - "throughput"
8336   - "name"
8337   - "tags"
8338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8339   x-axis: "X = CNFs per Service Chain"
8340   y-axis: "Y = Number of Service Chains"
8341   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8342   layout:
8343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8344     layout: "plot-service-density"
8345
8346 ###############################################################################
8347
8348 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8349 #- type: "plot"
8350 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8351 #  algorithm: "plot_nf_heatmap"
8352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8353 #  data: "plot-vpp-nfv-3n-skx-mrr"
8354 #  filter: "'NIC_Intel-XXV710' and
8355 #           'NF_DENSITY' and
8356 #           'DOCKER' and
8357 #           'CHAIN' and
8358 #           'NF_VPPIP4' and
8359 #           'IPSEC' and
8360 #           'TNL_1000' and
8361 #           'IMIX' and
8362 #           '2T1C' and
8363 #           'MRR'"
8364 #  parameters:
8365 #  - "result"
8366 #  - "name"
8367 #  - "tags"
8368 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8369 #  x-axis: "X = CNFs per Service Chain"
8370 #  y-axis: "Y = Number of Service Chains"
8371 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8372 #  layout:
8373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8374 #    layout: "plot-service-density"
8375 #
8376 #- type: "plot"
8377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8378 #  algorithm: "plot_nf_heatmap"
8379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8380 #  data: "plot-vpp-nfv-3n-skx-mrr"
8381 #  filter: "'NIC_Intel-XXV710' and
8382 #           'NF_DENSITY' and
8383 #           'DOCKER' and
8384 #           'CHAIN' and
8385 #           'NF_VPPIP4' and
8386 #           'IPSEC' and
8387 #           'TNL_1000' and
8388 #           'IMIX' and
8389 #           '4T2C' and
8390 #           'MRR'"
8391 #  parameters:
8392 #  - "result"
8393 #  - "name"
8394 #  - "tags"
8395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8396 #  x-axis: "X = CNFs per Service Chain"
8397 #  y-axis: "Y = Number of Service Chains"
8398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8399 #  layout:
8400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8401 #    layout: "plot-service-density"
8402 #
8403 #- type: "plot"
8404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8405 #  algorithm: "plot_nf_heatmap"
8406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8407 #  data: "plot-vpp-nfv-3n-skx-mrr"
8408 #  filter: "'NIC_Intel-XXV710' and
8409 #           'NF_DENSITY' and
8410 #           'DOCKER' and
8411 #           'CHAIN' and
8412 #           'NF_VPPIP4' and
8413 #           'IPSEC' and
8414 #           'TNL_1000' and
8415 #           'IMIX' and
8416 #           '8T4C' and
8417 #           'MRR'"
8418 #  parameters:
8419 #  - "result"
8420 #  - "name"
8421 #  - "tags"
8422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8423 #  x-axis: "X = CNFs per Service Chain"
8424 #  y-axis: "Y = Number of Service Chains"
8425 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8426 #  layout:
8427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8428 #    layout: "plot-service-density"
8429
8430 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8431 - type: "plot"
8432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8433   algorithm: "plot_nf_heatmap"
8434   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8435   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8436   filter: "'NIC_Intel-XXV710' and
8437            'NF_DENSITY' and
8438            'DOCKER' and
8439            'CHAIN' and
8440            'NF_VPPIP4' and
8441            'IPSEC' and
8442            'TNL_1000' and
8443            'IMIX' and
8444            '2T1C' and
8445            'NDRPDR'"
8446   parameters:
8447   - "throughput"
8448   - "name"
8449   - "tags"
8450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8451   x-axis: "X = CNFs per Service Chain"
8452   y-axis: "Y = Number of Service Chains"
8453   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8454   layout:
8455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8456     layout: "plot-service-density"
8457
8458 - type: "plot"
8459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8460   algorithm: "plot_nf_heatmap"
8461   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8462   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8463   filter: "'NIC_Intel-XXV710' and
8464            'NF_DENSITY' and
8465            'DOCKER' and
8466            'CHAIN' and
8467            'NF_VPPIP4' and
8468            'IPSEC' and
8469            'TNL_1000' and
8470            'IMIX' and
8471            '4T2C' and
8472            'NDRPDR'"
8473   parameters:
8474   - "throughput"
8475   - "name"
8476   - "tags"
8477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8478   x-axis: "X = CNFs per Service Chain"
8479   y-axis: "Y = Number of Service Chains"
8480   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8481   layout:
8482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8483     layout: "plot-service-density"
8484
8485 - type: "plot"
8486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8487   algorithm: "plot_nf_heatmap"
8488   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8489   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8490   filter: "'NIC_Intel-XXV710' and
8491            'NF_DENSITY' and
8492            'DOCKER' and
8493            'CHAIN' and
8494            'NF_VPPIP4' and
8495            'IPSEC' and
8496            'TNL_1000' and
8497            'IMIX' and
8498            '8T4C' and
8499            'NDRPDR'"
8500   parameters:
8501   - "throughput"
8502   - "name"
8503   - "tags"
8504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8505   x-axis: "X = CNFs per Service Chain"
8506   y-axis: "Y = Number of Service Chains"
8507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8508   layout:
8509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8510     layout: "plot-service-density"
8511
8512 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8513 - type: "plot"
8514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8515   algorithm: "plot_nf_heatmap"
8516   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8517   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8518   filter: "'NIC_Intel-XXV710' and
8519            'NF_DENSITY' and
8520            'DOCKER' and
8521            'CHAIN' and
8522            'NF_VPPIP4' and
8523            'IPSEC' and
8524            'TNL_1000' and
8525            'IMIX' and
8526            '2T1C' and
8527            'NDRPDR'"
8528   parameters:
8529   - "throughput"
8530   - "name"
8531   - "tags"
8532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8533   x-axis: "X = CNFs per Service Chain"
8534   y-axis: "Y = Number of Service Chains"
8535   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8536   layout:
8537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8538     layout: "plot-service-density"
8539
8540 - type: "plot"
8541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8542   algorithm: "plot_nf_heatmap"
8543   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8544   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8545   filter: "'NIC_Intel-XXV710' and
8546            'NF_DENSITY' and
8547            'DOCKER' and
8548            'CHAIN' and
8549            'NF_VPPIP4' and
8550            'IPSEC' and
8551            'TNL_1000' and
8552            'IMIX' and
8553            '4T2C' and
8554            'NDRPDR'"
8555   parameters:
8556   - "throughput"
8557   - "name"
8558   - "tags"
8559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8560   x-axis: "X = CNFs per Service Chain"
8561   y-axis: "Y = Number of Service Chains"
8562   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8563   layout:
8564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8565     layout: "plot-service-density"
8566
8567 - type: "plot"
8568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8569   algorithm: "plot_nf_heatmap"
8570   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8571   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8572   filter: "'NIC_Intel-XXV710' and
8573            'NF_DENSITY' and
8574            'DOCKER' and
8575            'CHAIN' and
8576            'NF_VPPIP4' and
8577            'IPSEC' and
8578            'TNL_1000' and
8579            'IMIX' and
8580            '8T4C' and
8581            'NDRPDR'"
8582   parameters:
8583   - "throughput"
8584   - "name"
8585   - "tags"
8586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8587   x-axis: "X = CNFs per Service Chain"
8588   y-axis: "Y = Number of Service Chains"
8589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8590   layout:
8591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8592     layout: "plot-service-density"
8593
8594 ###############################################################################
8595
8596 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8597 - type: "plot"
8598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8599   algorithm: "plot_nf_heatmap"
8600   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8601   data: "plot-vpp-nfv-3n-hsw-mrr"
8602   filter: "'NIC_Intel-XL710' and
8603            'NF_DENSITY' and
8604            'DOCKER' and
8605            'CHAIN' and
8606            'NF_VPPIP4' and
8607            'IMIX' and
8608            'TNL_1000' and
8609            '1T1C' and
8610            'MRR'"
8611   parameters:
8612   - "result"
8613   - "name"
8614   - "tags"
8615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8616   x-axis: "X = CNFs per Service Chain"
8617   y-axis: "Y = Number of Service Chains"
8618   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8619   layout:
8620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8621     layout: "plot-service-density"
8622
8623 - type: "plot"
8624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8625   algorithm: "plot_nf_heatmap"
8626   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8627   data: "plot-vpp-nfv-3n-hsw-mrr"
8628   filter: "'NIC_Intel-XL710' and
8629            'NF_DENSITY' and
8630            'DOCKER' and
8631            'CHAIN' and
8632            'NF_VPPIP4' and
8633            'IPSEC' and
8634            'TNL_1000' and
8635            'IMIX' and
8636            '2T2C' and
8637            'MRR'"
8638   parameters:
8639   - "result"
8640   - "name"
8641   - "tags"
8642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8643   x-axis: "X = CNFs per Service Chain"
8644   y-axis: "Y = Number of Service Chains"
8645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8646   layout:
8647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8648     layout: "plot-service-density"
8649
8650 - type: "plot"
8651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8652   algorithm: "plot_nf_heatmap"
8653   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8654   data: "plot-vpp-nfv-3n-hsw-mrr"
8655   filter: "'NIC_Intel-XL710' and
8656            'NF_DENSITY' and
8657            'DOCKER' and
8658            'CHAIN' and
8659            'NF_VPPIP4' and
8660            'IPSEC' and
8661            'TNL_1000' and
8662            'IMIX' and
8663            '4T4C' and
8664            'MRR'"
8665   parameters:
8666   - "result"
8667   - "name"
8668   - "tags"
8669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8670   x-axis: "X = CNFs per Service Chain"
8671   y-axis: "Y = Number of Service Chains"
8672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8673   layout:
8674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8675     layout: "plot-service-density"
8676
8677 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8678 - type: "plot"
8679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8680   algorithm: "plot_nf_heatmap"
8681   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8682   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8683   filter: "'NIC_Intel-XL710' and
8684            'NF_DENSITY' and
8685            'DOCKER' and
8686            'CHAIN' and
8687            'NF_VPPIP4' and
8688            'IPSEC' and
8689            'TNL_1000' and
8690            'IMIX' and
8691            '1T1C' and
8692            'NDRPDR'"
8693   parameters:
8694   - "throughput"
8695   - "name"
8696   - "tags"
8697   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8698   x-axis: "X = CNFs per Service Chain"
8699   y-axis: "Y = Number of Service Chains"
8700   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8701   layout:
8702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8703     layout: "plot-service-density"
8704
8705 - type: "plot"
8706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8707   algorithm: "plot_nf_heatmap"
8708   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8709   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8710   filter: "'NIC_Intel-XL710' and
8711            'NF_DENSITY' and
8712            'DOCKER' and
8713            'CHAIN' and
8714            'NF_VPPIP4' and
8715            'IPSEC' and
8716            'TNL_1000' and
8717            'IMIX' and
8718            '2T2C' and
8719            'NDRPDR'"
8720   parameters:
8721   - "throughput"
8722   - "name"
8723   - "tags"
8724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8725   x-axis: "X = CNFs per Service Chain"
8726   y-axis: "Y = Number of Service Chains"
8727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8728   layout:
8729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8730     layout: "plot-service-density"
8731
8732 - type: "plot"
8733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8734   algorithm: "plot_nf_heatmap"
8735   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8736   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8737   filter: "'NIC_Intel-XL710' and
8738            'NF_DENSITY' and
8739            'DOCKER' and
8740            'CHAIN' and
8741            'NF_VPPIP4' and
8742            'IPSEC' and
8743            'TNL_1000' and
8744            'IMIX' and
8745            '4T4C' and
8746            'NDRPDR'"
8747   parameters:
8748   - "throughput"
8749   - "name"
8750   - "tags"
8751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8752   x-axis: "X = CNFs per Service Chain"
8753   y-axis: "Y = Number of Service Chains"
8754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8755   layout:
8756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8757     layout: "plot-service-density"
8758
8759 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8760 - type: "plot"
8761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8762   algorithm: "plot_nf_heatmap"
8763   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8764   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8765   filter: "'NIC_Intel-XL710' and
8766            'NF_DENSITY' and
8767            'DOCKER' and
8768            'CHAIN' and
8769            'NF_VPPIP4' and
8770            'IPSEC' and
8771            'TNL_1000' and
8772            'IMIX' and
8773            '1T1C' and
8774            'NDRPDR'"
8775   parameters:
8776   - "throughput"
8777   - "name"
8778   - "tags"
8779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = CNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8785     layout: "plot-service-density"
8786
8787 - type: "plot"
8788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8789   algorithm: "plot_nf_heatmap"
8790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8791   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8792   filter: "'NIC_Intel-XL710' and
8793            'NF_DENSITY' and
8794            'DOCKER' and
8795            'CHAIN' and
8796            'NF_VPPIP4' and
8797            'IPSEC' and
8798            'TNL_1000' and
8799            'IMIX' and
8800            '2T2C' and
8801            'NDRPDR'"
8802   parameters:
8803   - "throughput"
8804   - "name"
8805   - "tags"
8806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8807   x-axis: "X = CNFs per Service Chain"
8808   y-axis: "Y = Number of Service Chains"
8809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8810   layout:
8811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8812     layout: "plot-service-density"
8813
8814 - type: "plot"
8815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8816   algorithm: "plot_nf_heatmap"
8817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8818   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8819   filter: "'NIC_Intel-XL710' and
8820            'NF_DENSITY' and
8821            'DOCKER' and
8822            'CHAIN' and
8823            'NF_VPPIP4' and
8824            'IPSEC' and
8825            'TNL_1000' and
8826            'IMIX' and
8827            '4T4C' and
8828            'NDRPDR'"
8829   parameters:
8830   - "throughput"
8831   - "name"
8832   - "tags"
8833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8834   x-axis: "X = CNFs per Service Chain"
8835   y-axis: "Y = Number of Service Chains"
8836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8837   layout:
8838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8839     layout: "plot-service-density"
8840
8841 ###############################################################################
8842
8843 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8844 #- type: "plot"
8845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8846 #  algorithm: "plot_nf_heatmap"
8847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8848 #  data: "plot-vpp-nfv-3n-skx-mrr"
8849 #  filter: "'NIC_Intel-XXV710' and
8850 #           'NF_DENSITY' and
8851 #           'DOCKER' and
8852 #           'CHAIN' and
8853 #           'NF_VPPIP4' and
8854 #           'IPSEC' and
8855 #           'TNL_10000' and
8856 #           'IMIX' and
8857 #           '2T1C' and
8858 #           'MRR'"
8859 #  parameters:
8860 #  - "result"
8861 #  - "name"
8862 #  - "tags"
8863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8864 #  x-axis: "X = CNFs per Service Chain"
8865 #  y-axis: "Y = Number of Service Chains"
8866 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8867 #  layout:
8868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8869 #    layout: "plot-service-density"
8870 #
8871 #- type: "plot"
8872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8873 #  algorithm: "plot_nf_heatmap"
8874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8875 #  data: "plot-vpp-nfv-3n-skx-mrr"
8876 #  filter: "'NIC_Intel-XXV710' and
8877 #           'NF_DENSITY' and
8878 #           'DOCKER' and
8879 #           'CHAIN' and
8880 #           'NF_VPPIP4' and
8881 #           'IPSEC' and
8882 #           'TNL_10000' and
8883 #           'IMIX' and
8884 #           '4T2C' and
8885 #           'MRR'"
8886 #  parameters:
8887 #  - "result"
8888 #  - "name"
8889 #  - "tags"
8890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8891 #  x-axis: "X = CNFs per Service Chain"
8892 #  y-axis: "Y = Number of Service Chains"
8893 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8894 #  layout:
8895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8896 #    layout: "plot-service-density"
8897 #
8898 #- type: "plot"
8899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8900 #  algorithm: "plot_nf_heatmap"
8901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8902 #  data: "plot-vpp-nfv-3n-skx-mrr"
8903 #  filter: "'NIC_Intel-XXV710' and
8904 #           'NF_DENSITY' and
8905 #           'DOCKER' and
8906 #           'CHAIN' and
8907 #           'NF_VPPIP4' and
8908 #           'IPSEC' and
8909 #           'TNL_10000' and
8910 #           'IMIX' and
8911 #           '8T4C' and
8912 #           'MRR'"
8913 #  parameters:
8914 #  - "result"
8915 #  - "name"
8916 #  - "tags"
8917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8918 #  x-axis: "X = CNFs per Service Chain"
8919 #  y-axis: "Y = Number of Service Chains"
8920 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8921 #  layout:
8922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8923 #    layout: "plot-service-density"
8924
8925 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8926 - type: "plot"
8927   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8928   algorithm: "plot_nf_heatmap"
8929   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8930   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8931   filter: "'NIC_Intel-XXV710' and
8932            'NF_DENSITY' and
8933            'DOCKER' and
8934            'CHAIN' and
8935            'NF_VPPIP4' and
8936            'IPSEC' and
8937            'TNL_10000' and
8938            'IMIX' and
8939            '2T1C' and
8940            'NDRPDR'"
8941   parameters:
8942   - "throughput"
8943   - "name"
8944   - "tags"
8945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8946   x-axis: "X = CNFs per Service Chain"
8947   y-axis: "Y = Number of Service Chains"
8948   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8949   layout:
8950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8951     layout: "plot-service-density"
8952
8953 - type: "plot"
8954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8955   algorithm: "plot_nf_heatmap"
8956   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8957   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8958   filter: "'NIC_Intel-XXV710' and
8959            'NF_DENSITY' and
8960            'DOCKER' and
8961            'CHAIN' and
8962            'NF_VPPIP4' and
8963            'IPSEC' and
8964            'TNL_10000' and
8965            'IMIX' and
8966            '4T2C' and
8967            'NDRPDR'"
8968   parameters:
8969   - "throughput"
8970   - "name"
8971   - "tags"
8972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8973   x-axis: "X = CNFs per Service Chain"
8974   y-axis: "Y = Number of Service Chains"
8975   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8976   layout:
8977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8978     layout: "plot-service-density"
8979
8980 - type: "plot"
8981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8982   algorithm: "plot_nf_heatmap"
8983   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8984   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8985   filter: "'NIC_Intel-XXV710' and
8986            'NF_DENSITY' and
8987            'DOCKER' and
8988            'CHAIN' and
8989            'NF_VPPIP4' and
8990            'IPSEC' and
8991            'TNL_10000' and
8992            'IMIX' and
8993            '8T4C' and
8994            'NDRPDR'"
8995   parameters:
8996   - "throughput"
8997   - "name"
8998   - "tags"
8999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9000   x-axis: "X = CNFs per Service Chain"
9001   y-axis: "Y = Number of Service Chains"
9002   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9003   layout:
9004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9005     layout: "plot-service-density"
9006
9007 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9008 - type: "plot"
9009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9010   algorithm: "plot_nf_heatmap"
9011   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9012   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9013   filter: "'NIC_Intel-XXV710' and
9014            'NF_DENSITY' and
9015            'DOCKER' and
9016            'CHAIN' and
9017            'NF_VPPIP4' and
9018            'IPSEC' and
9019            'TNL_10000' and
9020            'IMIX' and
9021            '2T1C' and
9022            'NDRPDR'"
9023   parameters:
9024   - "throughput"
9025   - "name"
9026   - "tags"
9027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9028   x-axis: "X = CNFs per Service Chain"
9029   y-axis: "Y = Number of Service Chains"
9030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9031   layout:
9032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9033     layout: "plot-service-density"
9034
9035 - type: "plot"
9036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9037   algorithm: "plot_nf_heatmap"
9038   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9039   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9040   filter: "'NIC_Intel-XXV710' and
9041            'NF_DENSITY' and
9042            'DOCKER' and
9043            'CHAIN' and
9044            'NF_VPPIP4' and
9045            'IPSEC' and
9046            'TNL_10000' and
9047            'IMIX' and
9048            '4T2C' and
9049            'NDRPDR'"
9050   parameters:
9051   - "throughput"
9052   - "name"
9053   - "tags"
9054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9055   x-axis: "X = CNFs per Service Chain"
9056   y-axis: "Y = Number of Service Chains"
9057   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9058   layout:
9059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9060     layout: "plot-service-density"
9061
9062 - type: "plot"
9063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9064   algorithm: "plot_nf_heatmap"
9065   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9066   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9067   filter: "'NIC_Intel-XXV710' and
9068            'NF_DENSITY' and
9069            'DOCKER' and
9070            'CHAIN' and
9071            'NF_VPPIP4' and
9072            'IPSEC' and
9073            'TNL_10000' and
9074            'IMIX' and
9075            '8T4C' and
9076            'NDRPDR'"
9077   parameters:
9078   - "throughput"
9079   - "name"
9080   - "tags"
9081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9082   x-axis: "X = CNFs per Service Chain"
9083   y-axis: "Y = Number of Service Chains"
9084   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9085   layout:
9086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9087     layout: "plot-service-density"
9088
9089 ###############################################################################
9090
9091 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9092 - type: "plot"
9093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9094   algorithm: "plot_nf_heatmap"
9095   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9096   data: "plot-vpp-nfv-3n-hsw-mrr"
9097   filter: "'NIC_Intel-XL710' and
9098            'NF_DENSITY' and
9099            'DOCKER' and
9100            'CHAIN' and
9101            'NF_VPPIP4' and
9102            'IMIX' and
9103            'TNL_10000' and
9104            '1T1C' and
9105            'MRR'"
9106   parameters:
9107   - "result"
9108   - "name"
9109   - "tags"
9110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9111   x-axis: "X = CNFs per Service Chain"
9112   y-axis: "Y = Number of Service Chains"
9113   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9114   layout:
9115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9116     layout: "plot-service-density"
9117
9118 - type: "plot"
9119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9120   algorithm: "plot_nf_heatmap"
9121   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9122   data: "plot-vpp-nfv-3n-hsw-mrr"
9123   filter: "'NIC_Intel-XL710' and
9124            'NF_DENSITY' and
9125            'DOCKER' and
9126            'CHAIN' and
9127            'NF_VPPIP4' and
9128            'IPSEC' and
9129            'TNL_10000' and
9130            'IMIX' and
9131            '2T2C' and
9132            'MRR'"
9133   parameters:
9134   - "result"
9135   - "name"
9136   - "tags"
9137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9138   x-axis: "X = CNFs per Service Chain"
9139   y-axis: "Y = Number of Service Chains"
9140   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9141   layout:
9142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9143     layout: "plot-service-density"
9144
9145 - type: "plot"
9146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9147   algorithm: "plot_nf_heatmap"
9148   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9149   data: "plot-vpp-nfv-3n-hsw-mrr"
9150   filter: "'NIC_Intel-XL710' and
9151            'NF_DENSITY' and
9152            'DOCKER' and
9153            'CHAIN' and
9154            'NF_VPPIP4' and
9155            'IPSEC' and
9156            'TNL_10000' and
9157            'IMIX' and
9158            '4T4C' and
9159            'MRR'"
9160   parameters:
9161   - "result"
9162   - "name"
9163   - "tags"
9164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9165   x-axis: "X = CNFs per Service Chain"
9166   y-axis: "Y = Number of Service Chains"
9167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9168   layout:
9169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9170     layout: "plot-service-density"
9171
9172 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9173 - type: "plot"
9174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9175   algorithm: "plot_nf_heatmap"
9176   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9177   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9178   filter: "'NIC_Intel-XL710' and
9179            'NF_DENSITY' and
9180            'DOCKER' and
9181            'CHAIN' and
9182            'NF_VPPIP4' and
9183            'IPSEC' and
9184            'TNL_10000' and
9185            'IMIX' and
9186            '1T1C' and
9187            'NDRPDR'"
9188   parameters:
9189   - "throughput"
9190   - "name"
9191   - "tags"
9192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9193   x-axis: "X = CNFs per Service Chain"
9194   y-axis: "Y = Number of Service Chains"
9195   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9196   layout:
9197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9198     layout: "plot-service-density"
9199
9200 - type: "plot"
9201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9202   algorithm: "plot_nf_heatmap"
9203   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9204   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9205   filter: "'NIC_Intel-XL710' and
9206            'NF_DENSITY' and
9207            'DOCKER' and
9208            'CHAIN' and
9209            'NF_VPPIP4' and
9210            'IPSEC' and
9211            'TNL_10000' and
9212            'IMIX' and
9213            '2T2C' and
9214            'NDRPDR'"
9215   parameters:
9216   - "throughput"
9217   - "name"
9218   - "tags"
9219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9220   x-axis: "X = CNFs per Service Chain"
9221   y-axis: "Y = Number of Service Chains"
9222   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9223   layout:
9224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9225     layout: "plot-service-density"
9226
9227 - type: "plot"
9228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9229   algorithm: "plot_nf_heatmap"
9230   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9231   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9232   filter: "'NIC_Intel-XL710' and
9233            'NF_DENSITY' and
9234            'DOCKER' and
9235            'CHAIN' and
9236            'NF_VPPIP4' and
9237            'IPSEC' and
9238            'TNL_10000' and
9239            'IMIX' and
9240            '4T4C' and
9241            'NDRPDR'"
9242   parameters:
9243   - "throughput"
9244   - "name"
9245   - "tags"
9246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9247   x-axis: "X = CNFs per Service Chain"
9248   y-axis: "Y = Number of Service Chains"
9249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9250   layout:
9251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9252     layout: "plot-service-density"
9253
9254 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9255 - type: "plot"
9256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9257   algorithm: "plot_nf_heatmap"
9258   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9259   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9260   filter: "'NIC_Intel-XL710' and
9261            'NF_DENSITY' and
9262            'DOCKER' and
9263            'CHAIN' and
9264            'NF_VPPIP4' and
9265            'IPSEC' and
9266            'TNL_10000' and
9267            'IMIX' and
9268            '1T1C' and
9269            'NDRPDR'"
9270   parameters:
9271   - "throughput"
9272   - "name"
9273   - "tags"
9274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9275   x-axis: "X = CNFs per Service Chain"
9276   y-axis: "Y = Number of Service Chains"
9277   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9278   layout:
9279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9280     layout: "plot-service-density"
9281
9282 - type: "plot"
9283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9284   algorithm: "plot_nf_heatmap"
9285   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9286   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9287   filter: "'NIC_Intel-XL710' and
9288            'NF_DENSITY' and
9289            'DOCKER' and
9290            'CHAIN' and
9291            'NF_VPPIP4' and
9292            'IPSEC' and
9293            'TNL_10000' and
9294            'IMIX' and
9295            '2T2C' and
9296            'NDRPDR'"
9297   parameters:
9298   - "throughput"
9299   - "name"
9300   - "tags"
9301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9302   x-axis: "X = CNFs per Service Chain"
9303   y-axis: "Y = Number of Service Chains"
9304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9305   layout:
9306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9307     layout: "plot-service-density"
9308
9309 - type: "plot"
9310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9311   algorithm: "plot_nf_heatmap"
9312   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9313   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9314   filter: "'NIC_Intel-XL710' and
9315            'NF_DENSITY' and
9316            'DOCKER' and
9317            'CHAIN' and
9318            'NF_VPPIP4' and
9319            'IPSEC' and
9320            'TNL_10000' and
9321            'IMIX' and
9322            '4T4C' and
9323            'NDRPDR'"
9324   parameters:
9325   - "throughput"
9326   - "name"
9327   - "tags"
9328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9329   x-axis: "X = CNFs per Service Chain"
9330   y-axis: "Y = Number of Service Chains"
9331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9332   layout:
9333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9334     layout: "plot-service-density"
9335
9336 ###############################################################################
9337
9338 # Plots - NF Density - CSP - MRR 64b
9339
9340 #- type: "plot"
9341 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9342 #  algorithm: "plot_nf_heatmap"
9343 #  output-file-type: ".html"
9344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9345 #  data: "plot-vpp-nfv-2n-skx-mrr"
9346 #  filter: "'NIC_Intel-XXV710' and
9347 #           'NF_DENSITY' and
9348 #           'DOCKER' and
9349 #           'PIPELINE' and
9350 #           'NF_VPPIP4' and
9351 #           '64B' and
9352 #           '2T1C' and
9353 #           'MRR'"
9354 #  parameters:
9355 #  - "result"
9356 #  - "name"
9357 #  - "tags"
9358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9359 #  x-axis: "X = CNFs per Service Pipeline"
9360 #  y-axis: "Y = Number of Service Pipelines"
9361 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9362 #  layout:
9363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9364 #    layout: "plot-service-density"
9365 #
9366 #- type: "plot"
9367 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9368 #  algorithm: "plot_nf_heatmap"
9369 #  output-file-type: ".html"
9370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9371 #  data: "plot-vpp-nfv-2n-skx-mrr"
9372 #  filter: "'NIC_Intel-XXV710' and
9373 #           'NF_DENSITY' and
9374 #           'DOCKER' and
9375 #           'PIPELINE' and
9376 #           'NF_VPPIP4' and
9377 #           '64B' and
9378 #           '4T2C' and
9379 #           'MRR'"
9380 #  parameters:
9381 #  - "result"
9382 #  - "name"
9383 #  - "tags"
9384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9385 #  x-axis: "X = CNFs per Service Pipeline"
9386 #  y-axis: "Y = Number of Service Pipelines"
9387 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9388 #  layout:
9389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9390 #    layout: "plot-service-density"
9391 #
9392 #- type: "plot"
9393 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9394 #  algorithm: "plot_nf_heatmap"
9395 #  output-file-type: ".html"
9396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9397 #  data: "plot-vpp-nfv-2n-skx-mrr"
9398 #  filter: "'NIC_Intel-XXV710' and
9399 #           'NF_DENSITY' and
9400 #           'DOCKER' and
9401 #           'PIPELINE' and
9402 #           'NF_VPPIP4' and
9403 #           '64B' and
9404 #           '8T4C' and
9405 #           'MRR'"
9406 #  parameters:
9407 #  - "result"
9408 #  - "name"
9409 #  - "tags"
9410 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9411 #  x-axis: "X = CNFs per Service Pipeline"
9412 #  y-axis: "Y = Number of Service Pipelines"
9413 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9414 #  layout:
9415 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9416 #    layout: "plot-service-density"
9417 #
9418 ## Plots - NF Density - CSP - MRR IMIX
9419 #- type: "plot"
9420 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9421 #  algorithm: "plot_nf_heatmap"
9422 #  output-file-type: ".html"
9423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9424 #  data: "plot-vpp-nfv-2n-skx-mrr"
9425 #  filter: "'NIC_Intel-XXV710' and
9426 #           'NF_DENSITY' and
9427 #           'DOCKER' and
9428 #           'PIPELINE' and
9429 #           'NF_VPPIP4' and
9430 #           'IMIX' and
9431 #           '2T1C' and
9432 #           'MRR'"
9433 #  parameters:
9434 #  - "result"
9435 #  - "name"
9436 #  - "tags"
9437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9438 #  x-axis: "X = CNFs per Service Pipeline"
9439 #  y-axis: "Y = Number of Service Pipelines"
9440 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9441 #  layout:
9442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9443 #    layout: "plot-service-density"
9444 #
9445 #- type: "plot"
9446 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9447 #  algorithm: "plot_nf_heatmap"
9448 #  output-file-type: ".html"
9449 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9450 #  data: "plot-vpp-nfv-2n-skx-mrr"
9451 #  filter: "'NIC_Intel-XXV710' and
9452 #           'NF_DENSITY' and
9453 #           'DOCKER' and
9454 #           'PIPELINE' and
9455 #           'NF_VPPIP4' and
9456 #           'IMIX' and
9457 #           '4T2C' and
9458 #           'MRR'"
9459 #  parameters:
9460 #  - "result"
9461 #  - "name"
9462 #  - "tags"
9463 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9464 #  x-axis: "X = CNFs per Service Pipeline"
9465 #  y-axis: "Y = Number of Service Pipelines"
9466 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9467 #  layout:
9468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9469 #    layout: "plot-service-density"
9470 #
9471 #- type: "plot"
9472 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9473 #  algorithm: "plot_nf_heatmap"
9474 #  output-file-type: ".html"
9475 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9476 #  data: "plot-vpp-nfv-2n-skx-mrr"
9477 #  filter: "'NIC_Intel-XXV710' and
9478 #           'NF_DENSITY' and
9479 #           'DOCKER' and
9480 #           'PIPELINE' and
9481 #           'NF_VPPIP4' and
9482 #           'IMIX' and
9483 #           '8T4C' and
9484 #           'MRR'"
9485 #  parameters:
9486 #  - "result"
9487 #  - "name"
9488 #  - "tags"
9489 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9490 #  x-axis: "X = CNFs per Service Pipeline"
9491 #  y-axis: "Y = Number of Service Pipelines"
9492 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9493 #  layout:
9494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9495 #    layout: "plot-service-density"
9496 #
9497 ## Plots - NF Density - CSP - NDR 64b
9498 #- type: "plot"
9499 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9500 #  algorithm: "plot_nf_heatmap"
9501 #  output-file-type: ".html"
9502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9503 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9504 #  filter: "'NIC_Intel-XXV710' and
9505 #           'NF_DENSITY' and
9506 #           'DOCKER' and
9507 #           'PIPELINE' and
9508 #           'NF_VPPIP4' and
9509 #           '64B' and
9510 #           '2T1C' and
9511 #           'NDRPDR'"
9512 #  parameters:
9513 #  - "throughput"
9514 #  - "name"
9515 #  - "tags"
9516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9517 #  x-axis: "X = CNFs per Service Pipeline"
9518 #  y-axis: "Y = Number of Service Pipelines"
9519 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9520 #  layout:
9521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9522 #    layout: "plot-service-density"
9523 #
9524 #- type: "plot"
9525 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9526 #  algorithm: "plot_nf_heatmap"
9527 #  output-file-type: ".html"
9528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9529 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9530 #  filter: "'NIC_Intel-XXV710' and
9531 #           'NF_DENSITY' and
9532 #           'DOCKER' and
9533 #           'PIPELINE' and
9534 #           'NF_VPPIP4' and
9535 #           '64B' and
9536 #           '4T2C' and
9537 #           'NDRPDR'"
9538 #  parameters:
9539 #  - "throughput"
9540 #  - "name"
9541 #  - "tags"
9542 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9543 #  x-axis: "X = CNFs per Service Pipeline"
9544 #  y-axis: "Y = Number of Service Pipelines"
9545 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9546 #  layout:
9547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9548 #    layout: "plot-service-density"
9549 #
9550 #- type: "plot"
9551 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9552 #  algorithm: "plot_nf_heatmap"
9553 #  output-file-type: ".html"
9554 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9555 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9556 #  filter: "'NIC_Intel-XXV710' and
9557 #           'NF_DENSITY' and
9558 #           'DOCKER' and
9559 #           'PIPELINE' and
9560 #           'NF_VPPIP4' and
9561 #           '64B' and
9562 #           '8T4C' and
9563 #           'NDRPDR'"
9564 #  parameters:
9565 #  - "throughput"
9566 #  - "name"
9567 #  - "tags"
9568 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9569 #  x-axis: "X = CNFs per Service Pipeline"
9570 #  y-axis: "Y = Number of Service Pipelines"
9571 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9572 #  layout:
9573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9574 #    layout: "plot-service-density"
9575 #
9576 ## Plots - NF Density - CSP - NDR IMIX
9577 #- type: "plot"
9578 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9579 #  algorithm: "plot_nf_heatmap"
9580 #  output-file-type: ".html"
9581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9582 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9583 #  filter: "'NIC_Intel-XXV710' and
9584 #           'NF_DENSITY' and
9585 #           'DOCKER' and
9586 #           'PIPELINE' and
9587 #           'NF_VPPIP4' and
9588 #           'IMIX' and
9589 #           '2T1C' and
9590 #           'NDRPDR'"
9591 #  parameters:
9592 #  - "throughput"
9593 #  - "name"
9594 #  - "tags"
9595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9596 #  x-axis: "X = CNFs per Service Pipeline"
9597 #  y-axis: "Y = Number of Service Pipelines"
9598 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9599 #  layout:
9600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9601 #    layout: "plot-service-density"
9602 #
9603 #- type: "plot"
9604 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9605 #  algorithm: "plot_nf_heatmap"
9606 #  output-file-type: ".html"
9607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9608 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9609 #  filter: "'NIC_Intel-XXV710' and
9610 #           'NF_DENSITY' and
9611 #           'DOCKER' and
9612 #           'PIPELINE' and
9613 #           'NF_VPPIP4' and
9614 #           'IMIX' and
9615 #           '4T2C' and
9616 #           'NDRPDR'"
9617 #  parameters:
9618 #  - "throughput"
9619 #  - "name"
9620 #  - "tags"
9621 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9622 #  x-axis: "X = CNFs per Service Pipeline"
9623 #  y-axis: "Y = Number of Service Pipelines"
9624 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9625 #  layout:
9626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9627 #    layout: "plot-service-density"
9628 #
9629 #- type: "plot"
9630 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9631 #  algorithm: "plot_nf_heatmap"
9632 #  output-file-type: ".html"
9633 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9634 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9635 #  filter: "'NIC_Intel-XXV710' and
9636 #           'NF_DENSITY' and
9637 #           'DOCKER' and
9638 #           'PIPELINE' and
9639 #           'NF_VPPIP4' and
9640 #           'IMIX' and
9641 #           '8T4C' and
9642 #           'NDRPDR'"
9643 #  parameters:
9644 #  - "throughput"
9645 #  - "name"
9646 #  - "tags"
9647 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9648 #  x-axis: "X = CNFs per Service Pipeline"
9649 #  y-axis: "Y = Number of Service Pipelines"
9650 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9651 #  layout:
9652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9653 #    layout: "plot-service-density"
9654 #
9655 ## Plots - NF Density - CSP - PDR 64b
9656 #- type: "plot"
9657 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9658 #  algorithm: "plot_nf_heatmap"
9659 #  output-file-type: ".html"
9660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9661 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9662 #  filter: "'NIC_Intel-XXV710' and
9663 #           'NF_DENSITY' and
9664 #           'DOCKER' and
9665 #           'PIPELINE' and
9666 #           'NF_VPPIP4' and
9667 #           '64B' and
9668 #           '2T1C' and
9669 #           'NDRPDR'"
9670 #  parameters:
9671 #  - "throughput"
9672 #  - "name"
9673 #  - "tags"
9674 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9675 #  x-axis: "X = CNFs per Service Pipeline"
9676 #  y-axis: "Y = Number of Service Pipelines"
9677 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9678 #  layout:
9679 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9680 #    layout: "plot-service-density"
9681 #
9682 #- type: "plot"
9683 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9684 #  algorithm: "plot_nf_heatmap"
9685 #  output-file-type: ".html"
9686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9687 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9688 #  filter: "'NIC_Intel-XXV710' and
9689 #           'NF_DENSITY' and
9690 #           'DOCKER' and
9691 #           'PIPELINE' and
9692 #           'NF_VPPIP4' and
9693 #           '64B' and
9694 #           '4T2C' and
9695 #           'NDRPDR'"
9696 #  parameters:
9697 #  - "throughput"
9698 #  - "name"
9699 #  - "tags"
9700 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9701 #  x-axis: "X = CNFs per Service Pipeline"
9702 #  y-axis: "Y = Number of Service Pipelines"
9703 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9704 #  layout:
9705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9706 #    layout: "plot-service-density"
9707 #
9708 #- type: "plot"
9709 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9710 #  algorithm: "plot_nf_heatmap"
9711 #  output-file-type: ".html"
9712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9713 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9714 #  filter: "'NIC_Intel-XXV710' and
9715 #           'NF_DENSITY' and
9716 #           'DOCKER' and
9717 #           'PIPELINE' and
9718 #           'NF_VPPIP4' and
9719 #           '64B' and
9720 #           '8T4C' and
9721 #           'NDRPDR'"
9722 #  parameters:
9723 #  - "throughput"
9724 #  - "name"
9725 #  - "tags"
9726 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9727 #  x-axis: "X = CNFs per Service Pipeline"
9728 #  y-axis: "Y = Number of Service Pipelines"
9729 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9730 #  layout:
9731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9732 #    layout: "plot-service-density"
9733 #
9734 ## Plots - NF Density - CSP - PDR IMIX
9735 #- type: "plot"
9736 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9737 #  algorithm: "plot_nf_heatmap"
9738 #  output-file-type: ".html"
9739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9740 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9741 #  filter: "'NIC_Intel-XXV710' and
9742 #           'NF_DENSITY' and
9743 #           'DOCKER' and
9744 #           'PIPELINE' and
9745 #           'NF_VPPIP4' and
9746 #           'IMIX' and
9747 #           '2T1C' and
9748 #           'NDRPDR'"
9749 #  parameters:
9750 #  - "throughput"
9751 #  - "name"
9752 #  - "tags"
9753 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9754 #  x-axis: "X = CNFs per Service Pipeline"
9755 #  y-axis: "Y = Number of Service Pipelines"
9756 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9757 #  layout:
9758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9759 #    layout: "plot-service-density"
9760 #
9761 #- type: "plot"
9762 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9763 #  algorithm: "plot_nf_heatmap"
9764 #  output-file-type: ".html"
9765 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9766 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9767 #  filter: "'NIC_Intel-XXV710' and
9768 #           'NF_DENSITY' and
9769 #           'DOCKER' and
9770 #           'PIPELINE' and
9771 #           'NF_VPPIP4' and
9772 #           'IMIX' and
9773 #           '4T2C' and
9774 #           'NDRPDR'"
9775 #  parameters:
9776 #  - "throughput"
9777 #  - "name"
9778 #  - "tags"
9779 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9780 #  x-axis: "X = CNFs per Service Pipeline"
9781 #  y-axis: "Y = Number of Service Pipelines"
9782 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9783 #  layout:
9784 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9785 #    layout: "plot-service-density"
9786 #
9787 #- type: "plot"
9788 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9789 #  algorithm: "plot_nf_heatmap"
9790 #  output-file-type: ".html"
9791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9792 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9793 #  filter: "'NIC_Intel-XXV710' and
9794 #           'NF_DENSITY' and
9795 #           'DOCKER' and
9796 #           'PIPELINE' and
9797 #           'NF_VPPIP4' and
9798 #           'IMIX' and
9799 #           '8T4C' and
9800 #           'NDRPDR'"
9801 #  parameters:
9802 #  - "throughput"
9803 #  - "name"
9804 #  - "tags"
9805 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9806 #  x-axis: "X = CNFs per Service Pipeline"
9807 #  y-axis: "Y = Number of Service Pipelines"
9808 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9809 #  layout:
9810 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9811 #    layout: "plot-service-density"
9812
9813 ###############################################################################
9814 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9815
9816 - type: "plot"
9817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9818   algorithm: "plot_nf_heatmap"
9819   output-file-type: ".html"
9820   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9821   data: "plot-vpp-nfv-2n-clx-mrr"
9822   filter: "'NIC_Intel-XXV710' and
9823            'NF_DENSITY' and
9824            'VHOST' and
9825            not 'VXLAN' and
9826            'CHAIN' and
9827            'NF_VPPIP4' and
9828            'IMIX' and
9829            '2T1C' and
9830            'MRR'"
9831   parameters:
9832   - "result"
9833   - "name"
9834   - "tags"
9835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9836   x-axis: "X = VNFs per Service Chain"
9837   y-axis: "Y = Number of Service Chains"
9838   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9839   layout:
9840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9841     layout: "plot-service-density"
9842
9843 - type: "plot"
9844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9845   algorithm: "plot_nf_heatmap"
9846   output-file-type: ".html"
9847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9848   data: "plot-vpp-nfv-2n-clx-mrr"
9849   filter: "'NIC_Intel-XXV710' and
9850            'NF_DENSITY' and
9851            'VHOST' and
9852            not 'VXLAN' and
9853            'CHAIN' and
9854            'NF_VPPIP4' and
9855            'IMIX' and
9856            '4T2C' and
9857            'MRR'"
9858   parameters:
9859   - "result"
9860   - "name"
9861   - "tags"
9862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9863   x-axis: "X = VNFs per Service Chain"
9864   y-axis: "Y = Number of Service Chains"
9865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9866   layout:
9867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9868     layout: "plot-service-density"
9869
9870 - type: "plot"
9871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9872   algorithm: "plot_nf_heatmap"
9873   output-file-type: ".html"
9874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9875   data: "plot-vpp-nfv-2n-clx-mrr"
9876   filter: "'NIC_Intel-XXV710' and
9877            'NF_DENSITY' and
9878            'VHOST' and
9879            not 'VXLAN' and
9880            'CHAIN' and
9881            'NF_VPPIP4' and
9882            'IMIX' and
9883            '8T4C' and
9884            'MRR'"
9885   parameters:
9886   - "result"
9887   - "name"
9888   - "tags"
9889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9890   x-axis: "X = VNFs per Service Chain"
9891   y-axis: "Y = Number of Service Chains"
9892   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9893   layout:
9894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9895     layout: "plot-service-density"
9896
9897 # Plots - NF Density - VSC - NDR IMIX
9898 - type: "plot"
9899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9900   algorithm: "plot_nf_heatmap"
9901   output-file-type: ".html"
9902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9903   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9904   filter: "'NIC_Intel-XXV710' and
9905            'NF_DENSITY' and
9906            'VHOST' and
9907            not 'VXLAN' and
9908            'CHAIN' and
9909            'NF_VPPIP4' and
9910            'IMIX' and
9911            '2T1C' and
9912            'NDRPDR'"
9913   parameters:
9914   - "throughput"
9915   - "name"
9916   - "tags"
9917   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9918   x-axis: "X = VNFs per Service Chain"
9919   y-axis: "Y = Number of Service Chains"
9920   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9921   layout:
9922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9923     layout: "plot-service-density"
9924
9925 - type: "plot"
9926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9927   algorithm: "plot_nf_heatmap"
9928   output-file-type: ".html"
9929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9930   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9931   filter: "'NIC_Intel-XXV710' and
9932            'NF_DENSITY' and
9933            'VHOST' and
9934            not 'VXLAN' and
9935            'CHAIN' and
9936            'NF_VPPIP4' and
9937            'IMIX' and
9938            '4T2C' and
9939            'NDRPDR'"
9940   parameters:
9941   - "throughput"
9942   - "name"
9943   - "tags"
9944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9945   x-axis: "X = VNFs per Service Chain"
9946   y-axis: "Y = Number of Service Chains"
9947   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9948   layout:
9949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9950     layout: "plot-service-density"
9951
9952 - type: "plot"
9953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9954   algorithm: "plot_nf_heatmap"
9955   output-file-type: ".html"
9956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9957   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9958   filter: "'NIC_Intel-XXV710' and
9959            'NF_DENSITY' and
9960            'VHOST' and
9961            not 'VXLAN' and
9962            'CHAIN' and
9963            'NF_VPPIP4' and
9964            'IMIX' and
9965            '8T4C' and
9966            'NDRPDR'"
9967   parameters:
9968   - "throughput"
9969   - "name"
9970   - "tags"
9971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9972   x-axis: "X = VNFs per Service Chain"
9973   y-axis: "Y = Number of Service Chains"
9974   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9975   layout:
9976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9977     layout: "plot-service-density"
9978
9979 # Plots - NF Density - VSC - PDR IMIX
9980 - type: "plot"
9981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9982   algorithm: "plot_nf_heatmap"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9985   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9986   filter: "'NIC_Intel-XXV710' and
9987            'NF_DENSITY' and
9988            'VHOST' and
9989            not 'VXLAN' and
9990            'CHAIN' and
9991            'NF_VPPIP4' and
9992            'IMIX' and
9993            '2T1C' and
9994            'NDRPDR'"
9995   parameters:
9996   - "throughput"
9997   - "name"
9998   - "tags"
9999   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10000   x-axis: "X = VNFs per Service Chain"
10001   y-axis: "Y = Number of Service Chains"
10002   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10003   layout:
10004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10005     layout: "plot-service-density"
10006
10007 - type: "plot"
10008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10009   algorithm: "plot_nf_heatmap"
10010   output-file-type: ".html"
10011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10012   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10013   filter: "'NIC_Intel-XXV710' and
10014            'NF_DENSITY' and
10015            'VHOST' and
10016            not 'VXLAN' and
10017            'CHAIN' and
10018            'NF_VPPIP4' and
10019            'IMIX' and
10020            '4T2C' and
10021            'NDRPDR'"
10022   parameters:
10023   - "throughput"
10024   - "name"
10025   - "tags"
10026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10027   x-axis: "X = VNFs per Service Chain"
10028   y-axis: "Y = Number of Service Chains"
10029   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10030   layout:
10031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10032     layout: "plot-service-density"
10033
10034 - type: "plot"
10035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10036   algorithm: "plot_nf_heatmap"
10037   output-file-type: ".html"
10038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10039   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10040   filter: "'NIC_Intel-XXV710' and
10041            'NF_DENSITY' and
10042            'VHOST' and
10043            not 'VXLAN' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IMIX' and
10047            '8T4C' and
10048            'NDRPDR'"
10049   parameters:
10050   - "throughput"
10051   - "name"
10052   - "tags"
10053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10054   x-axis: "X = VNFs per Service Chain"
10055   y-axis: "Y = Number of Service Chains"
10056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10057   layout:
10058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10059     layout: "plot-service-density"
10060
10061 # Plots - NF Density - VSC - MRR IMIX
10062 - type: "plot"
10063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10064   algorithm: "plot_nf_heatmap"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10067   data: "plot-vpp-nfv-2n-clx-mrr"
10068   filter: "'NIC_Intel-XXV710' and
10069            'NF_DENSITY' and
10070            'VHOST' and
10071            'VXLAN' and
10072            'CHAIN' and
10073            'IMIX' and
10074            '2T1C' and
10075            'MRR'"
10076   parameters:
10077   - "result"
10078   - "name"
10079   - "tags"
10080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10081   x-axis: "X = VNFs per Service Chain"
10082   y-axis: "Y = Number of Service Chains"
10083   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10084   layout:
10085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10086     layout: "plot-service-density"
10087
10088 - type: "plot"
10089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10090   algorithm: "plot_nf_heatmap"
10091   output-file-type: ".html"
10092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10093   data: "plot-vpp-nfv-2n-clx-mrr"
10094   filter: "'NIC_Intel-XXV710' and
10095            'NF_DENSITY' and
10096            'VHOST' and
10097            'VXLAN' and
10098            'CHAIN' and
10099            'IMIX' and
10100            '4T2C' and
10101            'MRR'"
10102   parameters:
10103   - "result"
10104   - "name"
10105   - "tags"
10106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10107   x-axis: "X = VNFs per Service Chain"
10108   y-axis: "Y = Number of Service Chains"
10109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10110   layout:
10111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10112     layout: "plot-service-density"
10113
10114 - type: "plot"
10115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10116   algorithm: "plot_nf_heatmap"
10117   output-file-type: ".html"
10118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10119   data: "plot-vpp-nfv-2n-clx-mrr"
10120   filter: "'NIC_Intel-XXV710' and
10121            'NF_DENSITY' and
10122            'VHOST' and
10123            'VXLAN' and
10124            'CHAIN' and
10125            'IMIX' and
10126            '8T4C' and
10127            'MRR'"
10128   parameters:
10129   - "result"
10130   - "name"
10131   - "tags"
10132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10133   x-axis: "X = VNFs per Service Chain"
10134   y-axis: "Y = Number of Service Chains"
10135   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10136   layout:
10137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10138     layout: "plot-service-density"
10139
10140 # Plots - NF Density - VSC - NDR IMIX
10141 - type: "plot"
10142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10143   algorithm: "plot_nf_heatmap"
10144   output-file-type: ".html"
10145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10147   filter: "'NIC_Intel-XXV710' and
10148            'NF_DENSITY' and
10149            'VHOST' and
10150            'VXLAN' and
10151            'CHAIN' a
10152            'IMIX' and
10153            '2T1C' and
10154            'NDRPDR'"
10155   parameters:
10156   - "throughput"
10157   - "name"
10158   - "tags"
10159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = VNFs per Service Chain"
10161   y-axis: "Y = Number of Service Chains"
10162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10165     layout: "plot-service-density"
10166
10167 - type: "plot"
10168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10169   algorithm: "plot_nf_heatmap"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10173   filter: "'NIC_Intel-XXV710' and
10174            'NF_DENSITY' and
10175            'VHOST' and
10176            'VXLAN' and
10177            'CHAIN' and
10178            'IMIX' and
10179            '4T2C' and
10180            'NDRPDR'"
10181   parameters:
10182   - "throughput"
10183   - "name"
10184   - "tags"
10185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10186   x-axis: "X = VNFs per Service Chain"
10187   y-axis: "Y = Number of Service Chains"
10188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10189   layout:
10190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10191     layout: "plot-service-density"
10192
10193 - type: "plot"
10194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10195   algorithm: "plot_nf_heatmap"
10196   output-file-type: ".html"
10197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10198   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10199   filter: "'NIC_Intel-XXV710' and
10200            'NF_DENSITY' and
10201            'VHOST' and
10202            'VXLAN' and
10203            'CHAIN' and
10204            'IMIX' and
10205            '8T4C' and
10206            'NDRPDR'"
10207   parameters:
10208   - "throughput"
10209   - "name"
10210   - "tags"
10211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10212   x-axis: "X = VNFs per Service Chain"
10213   y-axis: "Y = Number of Service Chains"
10214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10215   layout:
10216     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10217     layout: "plot-service-density"
10218
10219 # Plots - NF Density - VSC - PDR IMIX
10220 - type: "plot"
10221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10222   algorithm: "plot_nf_heatmap"
10223   output-file-type: ".html"
10224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10226   filter: "'NIC_Intel-XXV710' and
10227            'NF_DENSITY' and
10228            'VHOST' and
10229            'VXLAN' and
10230            'CHAIN' and
10231            'IMIX' and
10232            '2T1C' and
10233            'NDRPDR'"
10234   parameters:
10235   - "throughput"
10236   - "name"
10237   - "tags"
10238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10239   x-axis: "X = VNFs per Service Chain"
10240   y-axis: "Y = Number of Service Chains"
10241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10242   layout:
10243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10244     layout: "plot-service-density"
10245
10246 - type: "plot"
10247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10248   algorithm: "plot_nf_heatmap"
10249   output-file-type: ".html"
10250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10252   filter: "'NIC_Intel-XXV710' and
10253            'NF_DENSITY' and
10254            'VHOST' and
10255            'VXLAN' and
10256            'CHAIN' and
10257            'IMIX' and
10258            '4T2C' and
10259            'NDRPDR'"
10260   parameters:
10261   - "throughput"
10262   - "name"
10263   - "tags"
10264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10265   x-axis: "X = VNFs per Service Chain"
10266   y-axis: "Y = Number of Service Chains"
10267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10268   layout:
10269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10270     layout: "plot-service-density"
10271
10272 - type: "plot"
10273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10274   algorithm: "plot_nf_heatmap"
10275   output-file-type: ".html"
10276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10277   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10278   filter: "'NIC_Intel-XXV710' and
10279            'NF_DENSITY' and
10280            'VHOST' and
10281            'VXLAN' and
10282            'CHAIN' and
10283            'IMIX' and
10284            '8T4C' and
10285            'NDRPDR'"
10286   parameters:
10287   - "throughput"
10288   - "name"
10289   - "tags"
10290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10291   x-axis: "X = VNFs per Service Chain"
10292   y-axis: "Y = Number of Service Chains"
10293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10294   layout:
10295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10296     layout: "plot-service-density"
10297
10298 # Plots - NF Density - CSC - MRR IMIX
10299 - type: "plot"
10300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10301   algorithm: "plot_nf_heatmap"
10302   output-file-type: ".html"
10303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10304   data: "plot-vpp-nfv-2n-clx-mrr"
10305   filter: "'NIC_Intel-XXV710' and
10306            'NF_DENSITY' and
10307            'DOCKER' and
10308            'CHAIN' and
10309            'NF_VPPIP4' and
10310            'IMIX' and
10311            '2T1C' and
10312            'MRR'"
10313   parameters:
10314   - "result"
10315   - "name"
10316   - "tags"
10317   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10318   x-axis: "X = CNFs per Service Chain"
10319   y-axis: "Y = Number of Service Chains"
10320   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10321   layout:
10322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10323     layout: "plot-service-density"
10324
10325 - type: "plot"
10326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10327   algorithm: "plot_nf_heatmap"
10328   output-file-type: ".html"
10329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10330   data: "plot-vpp-nfv-2n-clx-mrr"
10331   filter: "'NIC_Intel-XXV710' and
10332            'NF_DENSITY' and
10333            'DOCKER' and
10334            'CHAIN' and
10335            'NF_VPPIP4' and
10336            'IMIX' and
10337            '4T2C' and
10338            'MRR'"
10339   parameters:
10340   - "result"
10341   - "name"
10342   - "tags"
10343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10344   x-axis: "X = CNFs per Service Chain"
10345   y-axis: "Y = Number of Service Chains"
10346   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10347   layout:
10348     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10349     layout: "plot-service-density"
10350
10351 - type: "plot"
10352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10353   algorithm: "plot_nf_heatmap"
10354   output-file-type: ".html"
10355   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10356   data: "plot-vpp-nfv-2n-clx-mrr"
10357   filter: "'NIC_Intel-XXV710' and
10358            'NF_DENSITY' and
10359            'DOCKER' and
10360            'CHAIN' and
10361            'NF_VPPIP4' and
10362            'IMIX' and
10363            '8T4C' and
10364            'MRR'"
10365   parameters:
10366   - "result"
10367   - "name"
10368   - "tags"
10369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10370   x-axis: "X = CNFs per Service Chain"
10371   y-axis: "Y = Number of Service Chains"
10372   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10373   layout:
10374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10375     layout: "plot-service-density"
10376
10377 # Plots - NF Density - CSC - NDR IMIX
10378 - type: "plot"
10379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10380   algorithm: "plot_nf_heatmap"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10383   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10384   filter: "'NIC_Intel-XXV710' and
10385            'NF_DENSITY' and
10386            'DOCKER' and
10387            'CHAIN' and
10388            'NF_VPPIP4' and
10389            'IMIX' and
10390            '2T1C' and
10391            'NDRPDR'"
10392   parameters:
10393   - "throughput"
10394   - "name"
10395   - "tags"
10396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10397   x-axis: "X = CNFs per Service Chain"
10398   y-axis: "Y = Number of Service Chains"
10399   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10400   layout:
10401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10402     layout: "plot-service-density"
10403
10404 - type: "plot"
10405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10406   algorithm: "plot_nf_heatmap"
10407   output-file-type: ".html"
10408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10409   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10410   filter: "'NIC_Intel-XXV710' and
10411            'NF_DENSITY' and
10412            'DOCKER' and
10413            'CHAIN' and
10414            'NF_VPPIP4' and
10415            'IMIX' and
10416            '4T2C' and
10417            'NDRPDR'"
10418   parameters:
10419   - "throughput"
10420   - "name"
10421   - "tags"
10422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10423   x-axis: "X = CNFs per Service Chain"
10424   y-axis: "Y = Number of Service Chains"
10425   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10426   layout:
10427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10428     layout: "plot-service-density"
10429
10430 - type: "plot"
10431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10432   algorithm: "plot_nf_heatmap"
10433   output-file-type: ".html"
10434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10435   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10436   filter: "'NIC_Intel-XXV710' and
10437            'NF_DENSITY' and
10438            'DOCKER' and
10439            'CHAIN' and
10440            'NF_VPPIP4' and
10441            'IMIX' and
10442            '8T4C' and
10443            'NDRPDR'"
10444   parameters:
10445   - "throughput"
10446   - "name"
10447   - "tags"
10448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10449   x-axis: "X = CNFs per Service Chain"
10450   y-axis: "Y = Number of Service Chains"
10451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10452   layout:
10453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10454     layout: "plot-service-density"
10455
10456 # Plots - NF Density - CSC - PDR IMIX
10457 - type: "plot"
10458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10459   algorithm: "plot_nf_heatmap"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10462   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10463   filter: "'NIC_Intel-XXV710' and
10464            'NF_DENSITY' and
10465            'DOCKER' and
10466            'CHAIN' and
10467            'NF_VPPIP4' and
10468            'IMIX' and
10469            '2T1C' and
10470            'NDRPDR'"
10471   parameters:
10472   - "throughput"
10473   - "name"
10474   - "tags"
10475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10476   x-axis: "X = CNFs per Service Chain"
10477   y-axis: "Y = Number of Service Chains"
10478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10479   layout:
10480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10481     layout: "plot-service-density"
10482
10483 - type: "plot"
10484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10485   algorithm: "plot_nf_heatmap"
10486   output-file-type: ".html"
10487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10488   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10489   filter: "'NIC_Intel-XXV710' and
10490            'NF_DENSITY' and
10491            'DOCKER' and
10492            'CHAIN' and
10493            'NF_VPPIP4' and
10494            'IMIX' and
10495            '4T2C' and
10496            'NDRPDR'"
10497   parameters:
10498   - "throughput"
10499   - "name"
10500   - "tags"
10501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10502   x-axis: "X = CNFs per Service Chain"
10503   y-axis: "Y = Number of Service Chains"
10504   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10505   layout:
10506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10507     layout: "plot-service-density"
10508
10509 - type: "plot"
10510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10511   algorithm: "plot_nf_heatmap"
10512   output-file-type: ".html"
10513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10514   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10515   filter: "'NIC_Intel-XXV710' and
10516            'NF_DENSITY' and
10517            'DOCKER' and
10518            'CHAIN' and
10519            'NF_VPPIP4' and
10520            'IMIX' and
10521            '8T4C' and
10522            'NDRPDR'"
10523   parameters:
10524   - "throughput"
10525   - "name"
10526   - "tags"
10527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10528   x-axis: "X = CNFs per Service Chain"
10529   y-axis: "Y = Number of Service Chains"
10530   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10531   layout:
10532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10533     layout: "plot-service-density"
10534
10535 # Plots - NF Density - CSP - MRR IMIX
10536 - type: "plot"
10537   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10538   algorithm: "plot_nf_heatmap"
10539   output-file-type: ".html"
10540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10541   data: "plot-vpp-nfv-2n-clx-mrr"
10542   filter: "'NIC_Intel-XXV710' and
10543            'NF_DENSITY' and
10544            'DOCKER' and
10545            'PIPELINE' and
10546            'NF_VPPIP4' and
10547            'IMIX' and
10548            '2T1C' and
10549            'MRR'"
10550   parameters:
10551   - "result"
10552   - "name"
10553   - "tags"
10554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10555   x-axis: "X = CNFs per Service Pipeline"
10556   y-axis: "Y = Number of Service Pipelines"
10557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10558   layout:
10559     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10560     layout: "plot-service-density"
10561
10562 - type: "plot"
10563   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10564   algorithm: "plot_nf_heatmap"
10565   output-file-type: ".html"
10566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10567   data: "plot-vpp-nfv-2n-clx-mrr"
10568   filter: "'NIC_Intel-XXV710' and
10569            'NF_DENSITY' and
10570            'DOCKER' and
10571            'PIPELINE' and
10572            'NF_VPPIP4' and
10573            'IMIX' and
10574            '4T2C' and
10575            'MRR'"
10576   parameters:
10577   - "result"
10578   - "name"
10579   - "tags"
10580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10581   x-axis: "X = CNFs per Service Pipeline"
10582   y-axis: "Y = Number of Service Pipelines"
10583   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10584   layout:
10585     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10586     layout: "plot-service-density"
10587
10588 - type: "plot"
10589   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10590   algorithm: "plot_nf_heatmap"
10591   output-file-type: ".html"
10592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10593   data: "plot-vpp-nfv-2n-clx-mrr"
10594   filter: "'NIC_Intel-XXV710' and
10595            'NF_DENSITY' and
10596            'DOCKER' and
10597            'PIPELINE' and
10598            'NF_VPPIP4' and
10599            'IMIX' and
10600            '8T4C' and
10601            'MRR'"
10602   parameters:
10603   - "result"
10604   - "name"
10605   - "tags"
10606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10607   x-axis: "X = CNFs per Service Pipeline"
10608   y-axis: "Y = Number of Service Pipelines"
10609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10610   layout:
10611     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10612     layout: "plot-service-density"
10613
10614 # Plots - NF Density - CSP - NDR IMIX
10615 - type: "plot"
10616   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10617   algorithm: "plot_nf_heatmap"
10618   output-file-type: ".html"
10619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10620   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10621   filter: "'NIC_Intel-XXV710' and
10622            'NF_DENSITY' and
10623            'DOCKER' and
10624            'PIPELINE' and
10625            'NF_VPPIP4' and
10626            'IMIX' and
10627            '2T1C' and
10628            'NDRPDR'"
10629   parameters:
10630   - "throughput"
10631   - "name"
10632   - "tags"
10633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10634   x-axis: "X = CNFs per Service Pipeline"
10635   y-axis: "Y = Number of Service Pipelines"
10636   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10637   layout:
10638     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10639     layout: "plot-service-density"
10640
10641 - type: "plot"
10642   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10643   algorithm: "plot_nf_heatmap"
10644   output-file-type: ".html"
10645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10646   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10647   filter: "'NIC_Intel-XXV710' and
10648            'NF_DENSITY' and
10649            'DOCKER' and
10650            'PIPELINE' and
10651            'NF_VPPIP4' and
10652            'IMIX' and
10653            '4T2C' and
10654            'NDRPDR'"
10655   parameters:
10656   - "throughput"
10657   - "name"
10658   - "tags"
10659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10660   x-axis: "X = CNFs per Service Pipeline"
10661   y-axis: "Y = Number of Service Pipelines"
10662   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10663   layout:
10664     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10665     layout: "plot-service-density"
10666
10667 - type: "plot"
10668   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10669   algorithm: "plot_nf_heatmap"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10672   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10673   filter: "'NIC_Intel-XXV710' and
10674            'NF_DENSITY' and
10675            'DOCKER' and
10676            'PIPELINE' and
10677            'NF_VPPIP4' and
10678            'IMIX' and
10679            '8T4C' and
10680            'NDRPDR'"
10681   parameters:
10682   - "throughput"
10683   - "name"
10684   - "tags"
10685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10686   x-axis: "X = CNFs per Service Pipeline"
10687   y-axis: "Y = Number of Service Pipelines"
10688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10689   layout:
10690     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10691     layout: "plot-service-density"
10692
10693 # Plots - NF Density - CSP - PDR IMIX
10694 - type: "plot"
10695   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10696   algorithm: "plot_nf_heatmap"
10697   output-file-type: ".html"
10698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10699   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10700   filter: "'NIC_Intel-XXV710' and
10701            'NF_DENSITY' and
10702            'DOCKER' and
10703            'PIPELINE' and
10704            'NF_VPPIP4' and
10705            'IMIX' and
10706            '2T1C' and
10707            'NDRPDR'"
10708   parameters:
10709   - "throughput"
10710   - "name"
10711   - "tags"
10712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10713   x-axis: "X = CNFs per Service Pipeline"
10714   y-axis: "Y = Number of Service Pipelines"
10715   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10716   layout:
10717     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10718     layout: "plot-service-density"
10719
10720 - type: "plot"
10721   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10722   algorithm: "plot_nf_heatmap"
10723   output-file-type: ".html"
10724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10725   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10726   filter: "'NIC_Intel-XXV710' and
10727            'NF_DENSITY' and
10728            'DOCKER' and
10729            'PIPELINE' and
10730            'NF_VPPIP4' and
10731            'IMIX' and
10732            '4T2C' and
10733            'NDRPDR'"
10734   parameters:
10735   - "throughput"
10736   - "name"
10737   - "tags"
10738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10739   x-axis: "X = CNFs per Service Pipeline"
10740   y-axis: "Y = Number of Service Pipelines"
10741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10742   layout:
10743     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10744     layout: "plot-service-density"
10745
10746 - type: "plot"
10747   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10748   algorithm: "plot_nf_heatmap"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10751   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10752   filter: "'NIC_Intel-XXV710' and
10753            'NF_DENSITY' and
10754            'DOCKER' and
10755            'PIPELINE' and
10756            'NF_VPPIP4' and
10757            'IMIX' and
10758            '8T4C' and
10759            'NDRPDR'"
10760   parameters:
10761   - "throughput"
10762   - "name"
10763   - "tags"
10764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10765   x-axis: "X = CNFs per Service Pipeline"
10766   y-axis: "Y = Number of Service Pipelines"
10767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10768   layout:
10769     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10770     layout: "plot-service-density"
10771
10772 ################################################################################
10773
10774 # Packet Throughput
10775
10776 - type: "plot"
10777   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10778   algorithm: "plot_perf_box_name"
10779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10781   include:
10782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10786   layout:
10787     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10788     layout: "plot-throughput"
10789
10790 - type: "plot"
10791   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10792   algorithm: "plot_perf_box_name"
10793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10795   include:
10796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10800   layout:
10801     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10802     layout: "plot-throughput"
10803
10804 - type: "plot"
10805   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10806   algorithm: "plot_perf_box_name"
10807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10809   include:
10810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10814   layout:
10815     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10816     layout: "plot-throughput"
10817
10818 - type: "plot"
10819   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10820   algorithm: "plot_perf_box_name"
10821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10823   include:
10824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10828   layout:
10829     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10830     layout: "plot-throughput"
10831
10832 - type: "plot"
10833   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10834   algorithm: "plot_perf_box_name"
10835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10837   include:
10838     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10843   layout:
10844     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10845     layout: "plot-throughput"
10846
10847 - type: "plot"
10848   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10849   algorithm: "plot_perf_box_name"
10850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10852   include:
10853     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10854     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10858   layout:
10859     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10860     layout: "plot-throughput"
10861
10862 - type: "plot"
10863   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10864   algorithm: "plot_perf_box_name"
10865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10867   include:
10868     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10873   layout:
10874     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10875     layout: "plot-throughput"
10876
10877 - type: "plot"
10878   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10879   algorithm: "plot_perf_box_name"
10880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10882   include:
10883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10888   layout:
10889     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10890     layout: "plot-throughput"
10891
10892 - type: "plot"
10893   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10894   algorithm: "plot_perf_box_name"
10895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10897   include:
10898     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10899     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10903   layout:
10904     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10905     layout: "plot-throughput"
10906
10907 - type: "plot"
10908   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10909   algorithm: "plot_perf_box_name"
10910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10912   include:
10913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10918   layout:
10919     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10920     layout: "plot-throughput"
10921
10922 - type: "plot"
10923   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10924   algorithm: "plot_perf_box_name"
10925   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10927   include:
10928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10934   layout:
10935     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10936     layout: "plot-throughput"
10937
10938 - type: "plot"
10939   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10940   algorithm: "plot_perf_box_name"
10941   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10943   include:
10944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10950   layout:
10951     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10965   layout:
10966     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10967     layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10971   algorithm: "plot_perf_box_name"
10972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10974   include:
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10980   layout:
10981     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10989   include:
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10993   layout:
10994     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10995     layout: "plot-throughput"
10996
10997 - type: "plot"
10998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
10999   algorithm: "plot_perf_box_name"
11000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11002   include:
11003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11006   layout:
11007     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11012   algorithm: "plot_perf_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11015   include:
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11021   layout:
11022     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11023     layout: "plot-throughput"
11024
11025 - type: "plot"
11026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11027   algorithm: "plot_perf_box_name"
11028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11030   include:
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11036   layout:
11037     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11038     layout: "plot-throughput"
11039
11040 - type: "plot"
11041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11042   algorithm: "plot_perf_box_name"
11043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11045   include:
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11049   layout:
11050     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11062   layout:
11063     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11064     layout: "plot-throughput"
11065
11066 - type: "plot"
11067   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11068   algorithm: "plot_perf_box_name"
11069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11071   include:
11072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11078   layout:
11079     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11080     layout: "plot-throughput"
11081
11082 - type: "plot"
11083   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11084   algorithm: "plot_perf_box_name"
11085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11087   include:
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11094   layout:
11095     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11103   include:
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11110   layout:
11111     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11112     layout: "plot-throughput"
11113
11114 - type: "plot"
11115   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11116   algorithm: "plot_perf_box_name"
11117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11119   include:
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11126   layout:
11127     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11128     layout: "plot-throughput"
11129
11130 - type: "plot"
11131   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11132   algorithm: "plot_perf_box_name"
11133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11135   include:
11136     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11139   layout:
11140     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11141     layout: "plot-throughput"
11142
11143 - type: "plot"
11144   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11145   algorithm: "plot_perf_box_name"
11146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11148   include:
11149     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11152   layout:
11153     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11154     layout: "plot-throughput"
11155
11156 - type: "plot"
11157   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11158   algorithm: "plot_perf_box_name"
11159   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11161   include:
11162     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11165 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11166 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11167   layout:
11168     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11169     layout: "plot-throughput"
11170
11171 - type: "plot"
11172   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11173   algorithm: "plot_perf_box_name"
11174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11176   include:
11177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11180 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11181 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11182   layout:
11183     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11184     layout: "plot-throughput"
11185
11186 - type: "plot"
11187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11188   algorithm: "plot_perf_box_name"
11189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11191   include:
11192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11197   layout:
11198     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11199     layout: "plot-throughput"
11200
11201 - type: "plot"
11202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11203   algorithm: "plot_perf_box_name"
11204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11206   include:
11207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11212   layout:
11213     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11214     layout: "plot-throughput"
11215
11216 - type: "plot"
11217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11218   algorithm: "plot_perf_box_name"
11219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11221   include:
11222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11227   layout:
11228     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11229     layout: "plot-throughput"
11230
11231 - type: "plot"
11232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11233   algorithm: "plot_perf_box_name"
11234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11236   include:
11237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11242   layout:
11243     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11248   algorithm: "plot_perf_box_name"
11249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11251   include:
11252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11258   layout:
11259     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11260     layout: "plot-throughput"
11261
11262 - type: "plot"
11263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11264   algorithm: "plot_perf_box_name"
11265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11267   include:
11268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11274   layout:
11275     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11276     layout: "plot-throughput"
11277
11278 - type: "plot"
11279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11280   algorithm: "plot_perf_box_name"
11281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11283   include:
11284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11290   layout:
11291     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11299   include:
11300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11306   layout:
11307     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11308     layout: "plot-throughput"
11309
11310 - type: "plot"
11311   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11315   include:
11316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11321   layout:
11322     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11330   include:
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11336   layout:
11337     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11345   include:
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11352   layout:
11353     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11354     layout: "plot-throughput"
11355
11356 - type: "plot"
11357   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11358   algorithm: "plot_perf_box_name"
11359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11361   include:
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11368   layout:
11369     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11370     layout: "plot-throughput"
11371
11372 - type: "plot"
11373   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11374   algorithm: "plot_perf_box_name"
11375   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11376   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11377   include:
11378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11383   layout:
11384     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11389   algorithm: "plot_perf_box_name"
11390   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11391   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11392   include:
11393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11398   layout:
11399     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11406   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11407   include:
11408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11414   layout:
11415     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11422   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11423   include:
11424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11430   layout:
11431     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11432     layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11439   include:
11440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11445   layout:
11446     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11454   include:
11455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11460   layout:
11461     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11469   include:
11470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11476   layout:
11477     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11492   layout:
11493     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11501   include:
11502     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11504   layout:
11505     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11510   algorithm: "plot_perf_box_name"
11511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11513   include:
11514     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11516   layout:
11517     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11518     layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11522   algorithm: "plot_perf_box_name"
11523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11525   include:
11526     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11530   layout:
11531     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11532     layout: "plot-throughput"
11533
11534 - type: "plot"
11535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11536   algorithm: "plot_perf_box_name"
11537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11539   include:
11540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11544   layout:
11545     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11558   layout:
11559     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11564   algorithm: "plot_perf_box_name"
11565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11567   include:
11568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11572   layout:
11573     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11578   algorithm: "plot_perf_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11581   include:
11582     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11586   layout:
11587     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11600   layout:
11601     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11602     layout: "plot-throughput"
11603
11604 - type: "plot"
11605   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11606   algorithm: "plot_perf_box_name"
11607   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11608   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11609   include:
11610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11614   layout:
11615     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11623   include:
11624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11628   layout:
11629     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11637   include:
11638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11644   layout:
11645     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11653   include:
11654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11660   layout:
11661     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11669   include:
11670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11675   layout:
11676     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11690   layout:
11691     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11699   include:
11700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11705   layout:
11706     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11714   include:
11715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11720   layout:
11721     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11729   include:
11730     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11733   layout:
11734     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11742   include:
11743     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11746   layout:
11747     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11755   include:
11756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11759   layout:
11760     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11772   layout:
11773     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11787   layout:
11788     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11802   layout:
11803     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11817   layout:
11818     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11826   include:
11827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11832   layout:
11833     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11841   include:
11842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11847   layout:
11848     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11849     layout: "plot-throughput"
11850
11851 - type: "plot"
11852   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11856   include:
11857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11862   layout:
11863     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11870   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11871   include:
11872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11877   layout:
11878     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11885   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11886   include:
11887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11892   layout:
11893     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11894     layout: "plot-throughput"
11895
11896 - type: "plot"
11897   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11898   algorithm: "plot_perf_box_name"
11899   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11900   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11901   include:
11902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11907   layout:
11908     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11916   include:
11917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11922   layout:
11923     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11931   include:
11932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11938   layout:
11939     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11947   include:
11948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11954   layout:
11955     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11963   include:
11964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11968   layout:
11969     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11977   include:
11978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11982   layout:
11983     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11991   include:
11992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11998   layout:
11999     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12007   include:
12008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12014   layout:
12015     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12030   layout:
12031     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12039   include:
12040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12046   layout:
12047     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12055   include:
12056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12059     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12060     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12062   layout:
12063     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12071   include:
12072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12075     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12078   layout:
12079     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12087   include:
12088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12094   layout:
12095     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12096     layout: "plot-throughput"
12097
12098 - type: "plot"
12099   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12100   algorithm: "plot_perf_box_name"
12101   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12102   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12103   include:
12104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12110   layout:
12111     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12112     layout: "plot-throughput"
12113
12114 - type: "plot"
12115   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12116   algorithm: "plot_perf_box_name"
12117   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12119   include:
12120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12126   layout:
12127     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12135   include:
12136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12142   layout:
12143     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12158   layout:
12159     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12167   include:
12168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12174   layout:
12175     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12190   layout:
12191     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12206   layout:
12207     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12208     layout: "plot-throughput"
12209
12210 - type: "plot"
12211   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12212   algorithm: "plot_perf_box_name"
12213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12215   include:
12216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12220   layout:
12221     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12222     layout: "plot-throughput"
12223
12224 - type: "plot"
12225   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12226   algorithm: "plot_perf_box_name"
12227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12229   include:
12230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12234   layout:
12235     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12248   layout:
12249     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12250     layout: "plot-throughput"
12251
12252 - type: "plot"
12253   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12254   algorithm: "plot_perf_box_name"
12255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12257   include:
12258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12262   layout:
12263     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12271   include:
12272     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12278   layout:
12279     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12287   include:
12288     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12294   layout:
12295     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12309   layout:
12310     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12311     layout: "plot-throughput"
12312
12313 - type: "plot"
12314   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12315   algorithm: "plot_perf_box_name"
12316   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12318   include:
12319     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12324   layout:
12325     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12333   include:
12334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12339   layout:
12340     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12341     layout: "plot-throughput"
12342
12343 - type: "plot"
12344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12345   algorithm: "plot_perf_box_name"
12346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12348   include:
12349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12354   layout:
12355     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12368   layout:
12369     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12374   algorithm: "plot_perf_box_name"
12375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12377   include:
12378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12382   layout:
12383     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12391   include:
12392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12398   layout:
12399     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12400     layout: "plot-throughput"
12401
12402 - type: "plot"
12403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12404   algorithm: "plot_perf_box_name"
12405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12407   include:
12408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12414   layout:
12415     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12423   include:
12424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12430   layout:
12431     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12439   include:
12440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12446   layout:
12447     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12455   include:
12456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12462   layout:
12463     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12471   include:
12472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12478   layout:
12479     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12487   include:
12488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12492   layout:
12493     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12501   include:
12502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12506   layout:
12507     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12515   include:
12516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12522   layout:
12523     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12531   include:
12532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12538   layout:
12539     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12547   include:
12548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12554   layout:
12555     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12563   include:
12564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12570   layout:
12571     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12572     layout: "plot-throughput"
12573
12574 #- type: "plot"
12575 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12576 #  algorithm: "plot_perf_box_name"
12577 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12578 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12579 #  include:
12580 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12581 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12582 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12583 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12584 #  layout:
12585 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12586 #    layout: "plot-throughput"
12587 #
12588 #- type: "plot"
12589 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12590 #  algorithm: "plot_perf_box_name"
12591 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12592 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12593 #  include:
12594 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12595 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12596 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12597 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12598 #  layout:
12599 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12600 #    layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12607   include:
12608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12614   layout:
12615     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12622   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12623   include:
12624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12630   layout:
12631     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12632     layout: "plot-throughput"
12633
12634 #- type: "plot"
12635 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12636 #  algorithm: "plot_perf_box_name"
12637 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12638 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12639 #  include:
12640 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12644 #  layout:
12645 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12646 #    layout: "plot-throughput"
12647 #
12648 #- type: "plot"
12649 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12650 #  algorithm: "plot_perf_box_name"
12651 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12652 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12653 #  include:
12654 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12657 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12658 #  layout:
12659 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12660 #    layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12667   include:
12668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12674   layout:
12675     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12683   include:
12684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12690   layout:
12691     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12692     layout: "plot-throughput"
12693
12694 #- type: "plot"
12695 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12696 #  algorithm: "plot_perf_box_name"
12697 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12698 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12699 #  include:
12700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12703 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12704 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12706 #  layout:
12707 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12708 #    layout: "plot-throughput"
12709 #
12710 #- type: "plot"
12711 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12712 #  algorithm: "plot_perf_box_name"
12713 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12714 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12715 #  include:
12716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12719 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12720 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12721 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12722 #  layout:
12723 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12724 #    layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12731   include:
12732     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12733     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12736     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12738   layout:
12739     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12747   include:
12748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12754   layout:
12755     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12770   layout:
12771     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12779   include:
12780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12781     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12786   layout:
12787     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12788     layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12795   include:
12796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12797     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12798     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12799     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12801     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12802   layout:
12803     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12811   include:
12812     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12813     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12814     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12815     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12818   layout:
12819     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12820     layout: "plot-throughput"
12821
12822 #- type: "plot"
12823 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12824 #  algorithm: "plot_perf_box_name"
12825 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12826 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12827 #  include:
12828 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12829 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12830 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12831 #  layout:
12832 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12833 #    layout: "plot-throughput"
12834 #
12835 #- type: "plot"
12836 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12837 #  algorithm: "plot_perf_box_name"
12838 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12839 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12840 #  include:
12841 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12842 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12843 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12844 #  layout:
12845 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12846 #    layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12853   include:
12854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12859   layout:
12860     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12868   include:
12869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12874   layout:
12875     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12883   include:
12884     - "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"
12885     - "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"
12886     - "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"
12887     - "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"
12888     - "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"
12889   layout:
12890     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12898   include:
12899     - "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"
12900     - "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"
12901     - "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"
12902     - "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"
12903     - "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"
12904   layout:
12905     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12913   include:
12914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12919   layout:
12920     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12928   include:
12929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12934   layout:
12935     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12943   include:
12944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12949   layout:
12950     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12958   include:
12959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12964   layout:
12965     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12973   include:
12974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12979   layout:
12980     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12988   include:
12989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12994   layout:
12995     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13003   include:
13004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13009   layout:
13010     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13018   include:
13019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13024   layout:
13025     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13033   include:
13034     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13035     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13038   layout:
13039     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13047   include:
13048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13049     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13050     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13052   layout:
13053     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13054     layout: "plot-throughput"
13055
13056 - type: "plot"
13057   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13058   algorithm: "plot_perf_box_name"
13059   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13061   include:
13062     - "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"
13063     - "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"
13064     - "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"
13065     - "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"
13066   layout:
13067     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13075   include:
13076     - "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"
13077     - "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"
13078     - "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"
13079     - "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"
13080   layout:
13081     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13096   layout:
13097     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13105   include:
13106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13112   layout:
13113     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13121   include:
13122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13128   layout:
13129     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13137   include:
13138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13144   layout:
13145     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13160   layout:
13161     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13169   include:
13170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13176   layout:
13177     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13185   include:
13186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13191   layout:
13192     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13206   layout:
13207     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13208     layout: "plot-throughput"
13209
13210 - type: "plot"
13211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13212   algorithm: "plot_perf_box_name"
13213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13215   include:
13216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13218   layout:
13219     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13224   algorithm: "plot_perf_box_name"
13225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13227   include:
13228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13230   layout:
13231     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13239   include:
13240     - "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"
13241     - "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"
13242   layout:
13243     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13244     layout: "plot-throughput"
13245
13246 - type: "plot"
13247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13248   algorithm: "plot_perf_box_name"
13249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13251   include:
13252     - "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"
13253     - "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"
13254   layout:
13255     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13263   include:
13264     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13270   layout:
13271     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13279   include:
13280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13286   layout:
13287     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13295   include:
13296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13302   layout:
13303     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13311   include:
13312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13318   layout:
13319     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13320     layout: "plot-throughput"
13321
13322 #- type: "plot"
13323 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13324 #  algorithm: "plot_perf_box_name"
13325 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13326 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13327 #  include:
13328 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13329 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13330 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13331 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13332 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13333 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13334 #  layout:
13335 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13336 #    layout: "plot-throughput"
13337 #
13338 #- type: "plot"
13339 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13340 #  algorithm: "plot_perf_box_name"
13341 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13342 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13343 #  include:
13344 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13345 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13346 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13347 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13348 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13349 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13350 #  layout:
13351 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13352 #    layout: "plot-throughput"
13353
13354 - type: "plot"
13355   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13356   algorithm: "plot_perf_box_name"
13357   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13359   include:
13360     - "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"
13361     - "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"
13362     - "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"
13363     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13364     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13365     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13366   layout:
13367     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13375   include:
13376     - "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"
13377     - "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"
13378     - "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"
13379     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13380     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13381     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13382   layout:
13383     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13384     layout: "plot-throughput"
13385
13386 ################################################################################
13387
13388 # Packet Speedup
13389
13390 - type: "plot"
13391   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13392   algorithm: "plot_tsa_name"
13393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13395   include:
13396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13400   layout:
13401     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13402     layout: "plot-throughput-speedup-analysis"
13403
13404 - type: "plot"
13405   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13406   algorithm: "plot_tsa_name"
13407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13409   include:
13410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13414   layout:
13415     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13416     layout: "plot-throughput-speedup-analysis"
13417
13418 - type: "plot"
13419   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13420   algorithm: "plot_tsa_name"
13421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13423   include:
13424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13428   layout:
13429     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13430     layout: "plot-throughput-speedup-analysis"
13431
13432 - type: "plot"
13433   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13434   algorithm: "plot_tsa_name"
13435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13437   include:
13438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13442   layout:
13443     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13444     layout: "plot-throughput-speedup-analysis"
13445
13446 - type: "plot"
13447   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13448   algorithm: "plot_tsa_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13453     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13454     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13457   layout:
13458     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13459     layout: "plot-throughput-speedup-analysis"
13460
13461 - type: "plot"
13462   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13463   algorithm: "plot_tsa_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13468     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13470     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13472   layout:
13473     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13474     layout: "plot-throughput-speedup-analysis"
13475
13476 - type: "plot"
13477   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13478   algorithm: "plot_tsa_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13485     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13486     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13487   layout:
13488     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13489     layout: "plot-throughput-speedup-analysis"
13490
13491 - type: "plot"
13492   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13493   algorithm: "plot_tsa_name"
13494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13500     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13502   layout:
13503     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13504     layout: "plot-throughput-speedup-analysis"
13505
13506 - type: "plot"
13507   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13508   algorithm: "plot_tsa_name"
13509   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13518   layout:
13519     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13520     layout: "plot-throughput-speedup-analysis"
13521
13522 - type: "plot"
13523   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13524   algorithm: "plot_tsa_name"
13525   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13527   include:
13528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13534   layout:
13535     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13536     layout: "plot-throughput-speedup-analysis"
13537
13538 - type: "plot"
13539   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13540   algorithm: "plot_tsa_name"
13541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13543   include:
13544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13549   layout:
13550     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13551     layout: "plot-throughput-speedup-analysis"
13552
13553 - type: "plot"
13554   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13555   algorithm: "plot_tsa_name"
13556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13558   include:
13559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13564   layout:
13565     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13566     layout: "plot-throughput-speedup-analysis"
13567
13568 - type: "plot"
13569   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13570   algorithm: "plot_tsa_name"
13571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13573   include:
13574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13577   layout:
13578     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13579     layout: "plot-throughput-speedup-analysis"
13580
13581 - type: "plot"
13582   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13583   algorithm: "plot_tsa_name"
13584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13586   include:
13587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13590   layout:
13591     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13592     layout: "plot-throughput-speedup-analysis"
13593
13594 - type: "plot"
13595   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13596   algorithm: "plot_tsa_name"
13597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13599   include:
13600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13605   layout:
13606     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13607     layout: "plot-throughput-speedup-analysis"
13608
13609 - type: "plot"
13610   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13611   algorithm: "plot_tsa_name"
13612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13614   include:
13615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13620   layout:
13621     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13622     layout: "plot-throughput-speedup-analysis"
13623
13624 - type: "plot"
13625   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13626   algorithm: "plot_tsa_name"
13627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13629   include:
13630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13633   layout:
13634     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13635     layout: "plot-throughput-speedup-analysis"
13636
13637 - type: "plot"
13638   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13639   algorithm: "plot_tsa_name"
13640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13642   include:
13643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13646   layout:
13647     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13648     layout: "plot-throughput-speedup-analysis"
13649
13650 - type: "plot"
13651   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13652   algorithm: "plot_tsa_name"
13653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13655   include:
13656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13662   layout:
13663     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13664     layout: "plot-throughput-speedup-analysis"
13665
13666 - type: "plot"
13667   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13668   algorithm: "plot_tsa_name"
13669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13671   include:
13672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13678   layout:
13679     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13680     layout: "plot-throughput-speedup-analysis"
13681
13682 - type: "plot"
13683   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13684   algorithm: "plot_tsa_name"
13685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13687   include:
13688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13694   layout:
13695     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13696     layout: "plot-throughput-speedup-analysis"
13697
13698 - type: "plot"
13699   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13700   algorithm: "plot_tsa_name"
13701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13703   include:
13704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13710   layout:
13711     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13712     layout: "plot-throughput-speedup-analysis"
13713
13714 - type: "plot"
13715   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13716   algorithm: "plot_tsa_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13719   include:
13720     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13721     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13723   layout:
13724     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13725     layout: "plot-throughput-speedup-analysis"
13726
13727 - type: "plot"
13728   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13729   algorithm: "plot_tsa_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13732   include:
13733     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13736   layout:
13737     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13738     layout: "plot-throughput-speedup-analysis"
13739
13740 - type: "plot"
13741   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13742   algorithm: "plot_tsa_name"
13743   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13745   include:
13746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13749 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13750 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13751   layout:
13752     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13753     layout: "plot-throughput-speedup-analysis"
13754
13755 - type: "plot"
13756   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13757   algorithm: "plot_tsa_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760   include:
13761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13766   layout:
13767     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13768     layout: "plot-throughput-speedup-analysis"
13769
13770 - type: "plot"
13771   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13772   algorithm: "plot_tsa_name"
13773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775   include:
13776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13781   layout:
13782     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13783     layout: "plot-throughput-speedup-analysis"
13784
13785 - type: "plot"
13786   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13787   algorithm: "plot_tsa_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13790   include:
13791     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13798     layout: "plot-throughput-speedup-analysis"
13799
13800 - type: "plot"
13801   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13802   algorithm: "plot_tsa_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13807     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13811   layout:
13812     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13813     layout: "plot-throughput-speedup-analysis"
13814
13815 - type: "plot"
13816   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13817   algorithm: "plot_tsa_name"
13818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13820   include:
13821     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13826   layout:
13827     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13828     layout: "plot-throughput-speedup-analysis"
13829
13830 - type: "plot"
13831   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13832   algorithm: "plot_tsa_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13842   layout:
13843     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13844     layout: "plot-throughput-speedup-analysis"
13845
13846 - type: "plot"
13847   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13848   algorithm: "plot_tsa_name"
13849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13858   layout:
13859     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13860     layout: "plot-throughput-speedup-analysis"
13861
13862 - type: "plot"
13863   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13864   algorithm: "plot_tsa_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13867   include:
13868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13874   layout:
13875     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13876     layout: "plot-throughput-speedup-analysis"
13877
13878 - type: "plot"
13879   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13880   algorithm: "plot_tsa_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13890   layout:
13891     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13892     layout: "plot-throughput-speedup-analysis"
13893
13894 - type: "plot"
13895   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13896   algorithm: "plot_tsa_name"
13897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13899   include:
13900     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13902   layout:
13903     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13904     layout: "plot-throughput-speedup-analysis"
13905
13906 - type: "plot"
13907   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13908   algorithm: "plot_tsa_name"
13909   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13910   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13911   include:
13912     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13914   layout:
13915     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13916     layout: "plot-throughput-speedup-analysis"
13917
13918 - type: "plot"
13919   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13920   algorithm: "plot_tsa_name"
13921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13923   include:
13924     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13928   layout:
13929     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13930     layout: "plot-throughput-speedup-analysis"
13931
13932 - type: "plot"
13933   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13934   algorithm: "plot_tsa_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13937   include:
13938     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13942   layout:
13943     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13944     layout: "plot-throughput-speedup-analysis"
13945
13946 - type: "plot"
13947   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13948   algorithm: "plot_tsa_name"
13949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13951   include:
13952     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13956   layout:
13957     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 - type: "plot"
13961   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13962   algorithm: "plot_tsa_name"
13963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13970   layout:
13971     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13972     layout: "plot-throughput-speedup-analysis"
13973
13974 - type: "plot"
13975   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13976   algorithm: "plot_tsa_name"
13977   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13986   layout:
13987     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13995   include:
13996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14002   layout:
14003     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14017   layout:
14018     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14019     layout: "plot-throughput-speedup-analysis"
14020
14021 - type: "plot"
14022   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14023   algorithm: "plot_tsa_name"
14024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14026   include:
14027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14032   layout:
14033     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14034     layout: "plot-throughput-speedup-analysis"
14035
14036 - type: "plot"
14037   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14038   algorithm: "plot_tsa_name"
14039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14041   include:
14042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14047   layout:
14048     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14056   include:
14057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14062   layout:
14063     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14071   include:
14072     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14075   layout:
14076     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14077     layout: "plot-throughput-speedup-analysis"
14078
14079 - type: "plot"
14080   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14081   algorithm: "plot_tsa_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14084   include:
14085     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14088   layout:
14089     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14090     layout: "plot-throughput-speedup-analysis"
14091
14092 - type: "plot"
14093   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14094   algorithm: "plot_tsa_name"
14095   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14097   include:
14098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14101   layout:
14102     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14103     layout: "plot-throughput-speedup-analysis"
14104
14105 - type: "plot"
14106   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14107   algorithm: "plot_tsa_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14114   layout:
14115     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14129   layout:
14130     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14144   layout:
14145     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14159   layout:
14160     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14161     layout: "plot-throughput-speedup-analysis"
14162
14163 - type: "plot"
14164   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14165   algorithm: "plot_tsa_name"
14166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14168   include:
14169     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14174   layout:
14175     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14176     layout: "plot-throughput-speedup-analysis"
14177
14178 - type: "plot"
14179   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14180   algorithm: "plot_tsa_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14183   include:
14184     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14189     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14190   layout:
14191     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14192     layout: "plot-throughput-speedup-analysis"
14193
14194 - type: "plot"
14195   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14196   algorithm: "plot_tsa_name"
14197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14199   include:
14200     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14201     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14203     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14204     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14205     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14206   layout:
14207     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14208     layout: "plot-throughput-speedup-analysis"
14209
14210 - type: "plot"
14211   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14212   algorithm: "plot_tsa_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14215   include:
14216     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14217     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14219     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14220   layout:
14221     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14222     layout: "plot-throughput-speedup-analysis"
14223
14224 - type: "plot"
14225   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14226   algorithm: "plot_tsa_name"
14227   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14229   include:
14230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14234   layout:
14235     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14247     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14248     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14249     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14250   layout:
14251     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14261     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14262     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14263     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14264     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14265     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14266   layout:
14267     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14268     layout: "plot-throughput-speedup-analysis"
14269
14270 - type: "plot"
14271   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14272   algorithm: "plot_tsa_name"
14273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14275   include:
14276     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14277     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14279     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14280     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14281     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14282   layout:
14283     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14284     layout: "plot-throughput-speedup-analysis"
14285
14286 - type: "plot"
14287   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14288   algorithm: "plot_tsa_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14291   include:
14292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14297     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14298   layout:
14299     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14314   layout:
14315     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14330   layout:
14331     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14346   layout:
14347     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14362   layout:
14363     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14378   layout:
14379     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14387   include:
14388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14394   layout:
14395     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14403   include:
14404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14408   layout:
14409     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14410     layout: "plot-throughput-speedup-analysis"
14411
14412 - type: "plot"
14413   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14414   algorithm: "plot_tsa_name"
14415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14417   include:
14418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14422   layout:
14423     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14436   layout:
14437     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14438     layout: "plot-throughput-speedup-analysis"
14439
14440 - type: "plot"
14441   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14442   algorithm: "plot_tsa_name"
14443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14445   include:
14446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14450   layout:
14451     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14452     layout: "plot-throughput-speedup-analysis"
14453
14454 - type: "plot"
14455   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14456   algorithm: "plot_tsa_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14459   include:
14460     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14465     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14466   layout:
14467     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14475   include:
14476     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14477     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14478     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14481     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14482   layout:
14483     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14493     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14494     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14495     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14497   layout:
14498     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14506   include:
14507     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14509     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14510     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14511     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14512   layout:
14513     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14527   layout:
14528     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14536   include:
14537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14556   layout:
14557     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14570   layout:
14571     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14586   layout:
14587     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14588     layout: "plot-throughput-speedup-analysis"
14589
14590 - type: "plot"
14591   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14592   algorithm: "plot_tsa_name"
14593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14595   include:
14596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14602   layout:
14603     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14604     layout: "plot-throughput-speedup-analysis"
14605
14606 - type: "plot"
14607   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14608   algorithm: "plot_tsa_name"
14609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14611   include:
14612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14618   layout:
14619     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14627   include:
14628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14634   layout:
14635     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14636     layout: "plot-throughput-speedup-analysis"
14637
14638 - type: "plot"
14639   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14640   algorithm: "plot_tsa_name"
14641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14643   include:
14644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14650   layout:
14651     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14659   include:
14660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14666   layout:
14667     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14668     layout: "plot-throughput-speedup-analysis"
14669
14670 - type: "plot"
14671   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14672   algorithm: "plot_tsa_name"
14673   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14675   include:
14676     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14677     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14678     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14679     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14680     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14681     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14682   layout:
14683     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14691   include:
14692     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14694     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14695     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14697     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14698   layout:
14699     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14707   include:
14708     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14709     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14710     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14711     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14713     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14714   layout:
14715     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14730   layout:
14731     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14739   include:
14740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14745   layout:
14746     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14747     layout: "plot-throughput-speedup-analysis"
14748
14749 - type: "plot"
14750   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14751   algorithm: "plot_tsa_name"
14752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14754   include:
14755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14760   layout:
14761     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14769   include:
14770     - "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"
14771     - "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"
14772     - "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"
14773     - "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"
14774     - "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"
14775   layout:
14776     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14784   include:
14785     - "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"
14786     - "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"
14787     - "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"
14788     - "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"
14789     - "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"
14790   layout:
14791     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14799   include:
14800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14805   layout:
14806     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14820   layout:
14821     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14835   layout:
14836     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14844   include:
14845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14850   layout:
14851     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14859   include:
14860     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14865   layout:
14866     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14874   include:
14875     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14880   layout:
14881     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14882     layout: "plot-throughput-speedup-analysis"
14883
14884 - type: "plot"
14885   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14886   algorithm: "plot_tsa_name"
14887   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14889   include:
14890     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14895   layout:
14896     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14897     layout: "plot-throughput-speedup-analysis"
14898
14899 - type: "plot"
14900   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14901   algorithm: "plot_tsa_name"
14902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14904   include:
14905     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14910   layout:
14911     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14919   include:
14920     - "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"
14921     - "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"
14922     - "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"
14923     - "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"
14924   layout:
14925     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14933   include:
14934     - "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"
14935     - "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"
14936     - "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"
14937     - "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"
14938   layout:
14939     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14940     layout: "plot-throughput-speedup-analysis"
14941
14942 - type: "plot"
14943   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14944   algorithm: "plot_tsa_name"
14945   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14947   include:
14948     - "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"
14949     - "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"
14950     - "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"
14951     - "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"
14952   layout:
14953     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14954     layout: "plot-throughput-speedup-analysis"
14955
14956 - type: "plot"
14957   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14961   include:
14962     - "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"
14963     - "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"
14964     - "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"
14965     - "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"
14966   layout:
14967     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14982   layout:
14983     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14998   layout:
14999     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15007   include:
15008     - "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"
15009     - "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"
15010     - "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"
15011     - "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"
15012     - "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"
15013     - "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"
15014   layout:
15015     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15023   include:
15024     - "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"
15025     - "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"
15026     - "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"
15027     - "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"
15028     - "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"
15029     - "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"
15030   layout:
15031     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15046   layout:
15047     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15062   layout:
15063     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15077   layout:
15078     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15092   layout:
15093     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15101   include:
15102     - "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"
15103     - "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"
15104   layout:
15105     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15113   include:
15114     - "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"
15115     - "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"
15116   layout:
15117     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15125   include:
15126     - "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"
15127     - "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"
15128   layout:
15129     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15137   include:
15138     - "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"
15139     - "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"
15140   layout:
15141     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15149   include:
15150     - "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"
15151     - "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"
15152     - "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"
15153     - "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"
15154     - "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"
15155     - "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"
15156   layout:
15157     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15165   include:
15166     - "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"
15167     - "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"
15168     - "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"
15169     - "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"
15170     - "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"
15171     - "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"
15172   layout:
15173     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15174     layout: "plot-throughput-speedup-analysis"
15175
15176 - type: "plot"
15177   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15178   algorithm: "plot_tsa_name"
15179   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15180   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15181   include:
15182     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15183     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15184     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15185     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15186     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15187   layout:
15188     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15196   include:
15197     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15198     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15199     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15200     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15201     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15202   layout:
15203     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15204     layout: "plot-throughput-speedup-analysis"
15205
15206 - type: "plot"
15207   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15208   algorithm: "plot_tsa_name"
15209   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15210   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15211   include:
15212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15217   layout:
15218     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15226   include:
15227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15232   layout:
15233     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15241   include:
15242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15248   layout:
15249     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15257   include:
15258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15264   layout:
15265     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15266     layout: "plot-throughput-speedup-analysis"
15267
15268 - type: "plot"
15269   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15270   algorithm: "plot_tsa_name"
15271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15273   include:
15274     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15278   layout:
15279     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15287   include:
15288     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15292   layout:
15293     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15301   include:
15302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15307   layout:
15308     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15309     layout: "plot-throughput-speedup-analysis"
15310
15311 - type: "plot"
15312   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15313   algorithm: "plot_tsa_name"
15314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15316   include:
15317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15322   layout:
15323     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15331   include:
15332     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338   layout:
15339     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15347   include:
15348     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354   layout:
15355     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15363   include:
15364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15368   layout:
15369     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15377   include:
15378     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15382   layout:
15383     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15391   include:
15392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15398   layout:
15399     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15407   include:
15408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15414   layout:
15415     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15423   include:
15424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15430   layout:
15431     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15439   include:
15440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15446   layout:
15447     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15455   include:
15456     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15457     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15458     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15459     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15460     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15461     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15462   layout:
15463     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15471   include:
15472     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15473     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15474     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15475     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15476     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15477     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15478   layout:
15479     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15487   include:
15488     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15494   layout:
15495     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15503   include:
15504     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15510   layout:
15511     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15519   include:
15520     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15526   layout:
15527     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15535   include:
15536     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15542   layout:
15543     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 #- type: "plot"
15547 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15548 #  algorithm: "plot_tsa_name"
15549 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15550 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15551 #  include:
15552 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15553 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15554 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15555 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15556 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15557 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15558 #  layout:
15559 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15560 #    layout: "plot-throughput-speedup-analysis"
15561 #
15562 #- type: "plot"
15563 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15564 #  algorithm: "plot_tsa_name"
15565 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15566 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15567 #  include:
15568 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15569 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15570 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15571 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15572 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15573 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15574 #  layout:
15575 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15576 #    layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15583   include:
15584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15589   layout:
15590     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15598   include:
15599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15604   layout:
15605     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15606     layout: "plot-throughput-speedup-analysis"
15607
15608 - type: "plot"
15609   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15610   algorithm: "plot_tsa_name"
15611   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15612   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15613   include:
15614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15620   layout:
15621     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15629   include:
15630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15636   layout:
15637     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15645   include:
15646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15651   layout:
15652     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15660   include:
15661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15666   layout:
15667     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 #- type: "plot"
15671 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15672 #  algorithm: "plot_tsa_name"
15673 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15674 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15675 #  include:
15676 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15677 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15678 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15679 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15680 #  layout:
15681 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15682 #    layout: "plot-throughput-speedup-analysis"
15683 #
15684 #- type: "plot"
15685 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15686 #  algorithm: "plot_tsa_name"
15687 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15688 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15689 #  include:
15690 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15691 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15692 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15693 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15694 #  layout:
15695 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15696 #    layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15703   include:
15704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15710   layout:
15711     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15719   include:
15720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15726   layout:
15727     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15735   include:
15736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15741   layout:
15742     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15750   include:
15751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15756   layout:
15757     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15765   include:
15766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15772   layout:
15773     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15774     layout: "plot-throughput-speedup-analysis"
15775
15776 - type: "plot"
15777   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15778   algorithm: "plot_tsa_name"
15779   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15780   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15781   include:
15782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15788   layout:
15789     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15790     layout: "plot-throughput-speedup-analysis"
15791
15792 - type: "plot"
15793   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15794   algorithm: "plot_tsa_name"
15795   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15796   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15797   include:
15798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15802   layout:
15803     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15811   include:
15812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15813     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15816   layout:
15817     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15825   include:
15826     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15831   layout:
15832     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15840   include:
15841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15846   layout:
15847     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15855   include:
15856     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15857     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15859     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15860     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15862   layout:
15863     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 - type: "plot"
15867   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15868   algorithm: "plot_tsa_name"
15869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15871   include:
15872     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15873     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15875     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15876     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15877     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15878   layout:
15879     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15880     layout: "plot-throughput-speedup-analysis"
15881
15882 #- type: "plot"
15883 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15884 #  algorithm: "plot_tsa_name"
15885 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15886 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15887 #  include:
15888 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15889 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15890 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15891 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15892 #  layout:
15893 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15894 #    layout: "plot-throughput-speedup-analysis"
15895 #
15896 #- type: "plot"
15897 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15898 #  algorithm: "plot_tsa_name"
15899 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15900 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15901 #  include:
15902 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15903 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15904 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15905 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15906 #  layout:
15907 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15908 #    layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15915   include:
15916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15922   layout:
15923     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15924     layout: "plot-throughput-speedup-analysis"
15925
15926 - type: "plot"
15927   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15928   algorithm: "plot_tsa_name"
15929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15931   include:
15932     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15933     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15938   layout:
15939     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15940     layout: "plot-throughput-speedup-analysis"
15941
15942 #- type: "plot"
15943 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15944 #  algorithm: "plot_tsa_name"
15945 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15946 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15947 #  include:
15948 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15949 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15950 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15951 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15952 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15953 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15954 #  layout:
15955 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15956 #    layout: "plot-throughput-speedup-analysis"
15957 #
15958 #- type: "plot"
15959 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15960 #  algorithm: "plot_tsa_name"
15961 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15962 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15963 #  include:
15964 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15965 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15966 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15967 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15968 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15970 #  layout:
15971 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15972 #    layout: "plot-throughput-speedup-analysis"
15973
15974 #- type: "plot"
15975 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15976 #  algorithm: "plot_tsa_name"
15977 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15978 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15979 #  include:
15980 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15981 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15982 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15983 #  layout:
15984 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15985 #    layout: "plot-throughput-speedup-analysis"
15986 #
15987 #- type: "plot"
15988 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15989 #  algorithm: "plot_tsa_name"
15990 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15991 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15992 #  include:
15993 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15994 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15995 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15996 #  layout:
15997 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15998 #    layout: "plot-throughput-speedup-analysis"
15999
16000 ################################################################################
16001
16002 # Packet Throughput - DPDK
16003
16004 # 2n-skx-xxv710
16005
16006 - type: "plot"
16007   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16008   algorithm: "plot_perf_box_name"
16009   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16010   data: "plot-dpdk-throughput-latency-2n-skx"
16011   include:
16012     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16013     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16014   layout:
16015     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16016     layout: "plot-throughput"
16017
16018 - type: "plot"
16019   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16020   algorithm: "plot_perf_box_name"
16021   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16022   data: "plot-dpdk-throughput-latency-2n-skx"
16023   include:
16024     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16025     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16026   layout:
16027     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16028     layout: "plot-throughput"
16029
16030 - type: "plot"
16031   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16032   algorithm: "plot_perf_box_name"
16033   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16034   data: "plot-dpdk-throughput-latency-2n-skx"
16035   include:
16036     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16037     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16038   layout:
16039     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16040     layout: "plot-throughput"
16041
16042 - type: "plot"
16043   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16044   algorithm: "plot_perf_box_name"
16045   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16046   data: "plot-dpdk-throughput-latency-2n-skx"
16047   include:
16048     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16049     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16050   layout:
16051     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16052     layout: "plot-throughput"
16053
16054 # 2n-skx-x710
16055
16056 - type: "plot"
16057   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16058   algorithm: "plot_perf_box_name"
16059   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16060   data: "plot-dpdk-throughput-latency-2n-skx"
16061   include:
16062     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16063     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16064   layout:
16065     title: "2n-skx-x710-64b-2t1c-base-ndr"
16066     layout: "plot-throughput"
16067
16068 - type: "plot"
16069   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16070   algorithm: "plot_perf_box_name"
16071   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16072   data: "plot-dpdk-throughput-latency-2n-skx"
16073   include:
16074     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16075     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16076   layout:
16077     title: "2n-skx-x710-64b-4t2c-base-ndr"
16078     layout: "plot-throughput"
16079
16080 - type: "plot"
16081   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16082   algorithm: "plot_perf_box_name"
16083   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16084   data: "plot-dpdk-throughput-latency-2n-skx"
16085   include:
16086     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16087     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16088   layout:
16089     title: "2n-skx-x710-64b-2t1c-base-pdr"
16090     layout: "plot-throughput"
16091
16092 - type: "plot"
16093   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16094   algorithm: "plot_perf_box_name"
16095   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16096   data: "plot-dpdk-throughput-latency-2n-skx"
16097   include:
16098     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16099     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16100   layout:
16101     title: "2n-skx-x710-64b-4t2c-base-pdr"
16102     layout: "plot-throughput"
16103
16104 # 3n-skx-xxv710
16105
16106 - type: "plot"
16107   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16108   algorithm: "plot_perf_box_name"
16109   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16110   data: "plot-dpdk-throughput-latency-3n-skx"
16111   include:
16112     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16113     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16114   layout:
16115     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16116     layout: "plot-throughput"
16117
16118 - type: "plot"
16119   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16120   algorithm: "plot_perf_box_name"
16121   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16122   data: "plot-dpdk-throughput-latency-3n-skx"
16123   include:
16124     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16125     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16126   layout:
16127     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16128     layout: "plot-throughput"
16129
16130 - type: "plot"
16131   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16132   algorithm: "plot_perf_box_name"
16133   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16134   data: "plot-dpdk-throughput-latency-3n-skx"
16135   include:
16136     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16137     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16138   layout:
16139     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16140     layout: "plot-throughput"
16141
16142 - type: "plot"
16143   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16144   algorithm: "plot_perf_box_name"
16145   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16146   data: "plot-dpdk-throughput-latency-3n-skx"
16147   include:
16148     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16149     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16150   layout:
16151     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16152     layout: "plot-throughput"
16153
16154 # 3n-skx-x710
16155
16156 - type: "plot"
16157   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16158   algorithm: "plot_perf_box_name"
16159   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16160   data: "plot-dpdk-throughput-latency-3n-skx"
16161   include:
16162     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16163     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16164   layout:
16165     title: "3n-skx-x710-64b-2t1c-base-ndr"
16166     layout: "plot-throughput"
16167
16168 - type: "plot"
16169   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16170   algorithm: "plot_perf_box_name"
16171   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16172   data: "plot-dpdk-throughput-latency-3n-skx"
16173   include:
16174     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16175     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16176   layout:
16177     title: "3n-skx-x710-64b-4t2c-base-ndr"
16178     layout: "plot-throughput"
16179
16180 - type: "plot"
16181   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16182   algorithm: "plot_perf_box_name"
16183   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16184   data: "plot-dpdk-throughput-latency-3n-skx"
16185   include:
16186     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16187     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16188   layout:
16189     title: "3n-skx-x710-64b-2t1c-base-pdr"
16190     layout: "plot-throughput"
16191
16192 - type: "plot"
16193   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16194   algorithm: "plot_perf_box_name"
16195   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16196   data: "plot-dpdk-throughput-latency-3n-skx"
16197   include:
16198     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16199     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16200   layout:
16201     title: "3n-skx-x710-64b-4t2c-base-pdr"
16202     layout: "plot-throughput"
16203
16204 # 3n-hsw-xl710
16205
16206 - type: "plot"
16207   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16208   algorithm: "plot_perf_box_name"
16209   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16210   data: "plot-dpdk-throughput-latency-3n-hsw"
16211   include:
16212     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16213     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16214   layout:
16215     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16216     layout: "plot-throughput"
16217
16218 - type: "plot"
16219   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16220   algorithm: "plot_perf_box_name"
16221   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16222   data: "plot-dpdk-throughput-latency-3n-hsw"
16223   include:
16224     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16225     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16226   layout:
16227     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16228     layout: "plot-throughput"
16229
16230 - type: "plot"
16231   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16232   algorithm: "plot_perf_box_name"
16233   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16234   data: "plot-dpdk-throughput-latency-3n-hsw"
16235   include:
16236     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16237     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16238   layout:
16239     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16240     layout: "plot-throughput"
16241
16242 - type: "plot"
16243   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16244   algorithm: "plot_perf_box_name"
16245   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16246   data: "plot-dpdk-throughput-latency-3n-hsw"
16247   include:
16248     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16249     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16250   layout:
16251     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16252     layout: "plot-throughput"
16253
16254 # 3n-hsw-x710
16255
16256 - type: "plot"
16257   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16258   algorithm: "plot_perf_box_name"
16259   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16260   data: "plot-dpdk-throughput-latency-3n-hsw"
16261   include:
16262     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16263     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16264   layout:
16265     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16266     layout: "plot-throughput"
16267
16268 - type: "plot"
16269   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16270   algorithm: "plot_perf_box_name"
16271   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16272   data: "plot-dpdk-throughput-latency-3n-hsw"
16273   include:
16274     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16275     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16276   layout:
16277     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16278     layout: "plot-throughput"
16279
16280 - type: "plot"
16281   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16282   algorithm: "plot_perf_box_name"
16283   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16284   data: "plot-dpdk-throughput-latency-3n-hsw"
16285   include:
16286     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16287     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16288   layout:
16289     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16290     layout: "plot-throughput"
16291
16292 - type: "plot"
16293   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16294   algorithm: "plot_perf_box_name"
16295   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16296   data: "plot-dpdk-throughput-latency-3n-hsw"
16297   include:
16298     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16299     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16300   layout:
16301     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16302     layout: "plot-throughput"
16303
16304 # 2n-dnv-x553
16305
16306 - type: "plot"
16307   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16308   algorithm: "plot_perf_box_name"
16309   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16310   data: "plot-dpdk-throughput-latency-2n-dnv"
16311   include:
16312     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16313     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16314   layout:
16315     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16316     layout: "plot-throughput"
16317
16318 - type: "plot"
16319   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16320   algorithm: "plot_perf_box_name"
16321   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16322   data: "plot-dpdk-throughput-latency-2n-dnv"
16323   include:
16324     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16325     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16326   layout:
16327     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16328     layout: "plot-throughput"
16329
16330 - type: "plot"
16331   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16332   algorithm: "plot_perf_box_name"
16333   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16334   data: "plot-dpdk-throughput-latency-2n-dnv"
16335   include:
16336     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16337     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16338   layout:
16339     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16340     layout: "plot-throughput"
16341
16342 - type: "plot"
16343   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16344   algorithm: "plot_perf_box_name"
16345   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16346   data: "plot-dpdk-throughput-latency-2n-dnv"
16347   include:
16348     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16349     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16350   layout:
16351     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16352     layout: "plot-throughput"
16353
16354 # 3n-dnv-x553
16355
16356 - type: "plot"
16357   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16358   algorithm: "plot_perf_box_name"
16359   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16360   data: "plot-dpdk-throughput-latency-3n-dnv"
16361   include:
16362     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16363     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16364   layout:
16365     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16366     layout: "plot-throughput"
16367
16368 - type: "plot"
16369   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16370   algorithm: "plot_perf_box_name"
16371   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16372   data: "plot-dpdk-throughput-latency-3n-dnv"
16373   include:
16374     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16375     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16376   layout:
16377     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16378     layout: "plot-throughput"
16379
16380 - type: "plot"
16381   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16382   algorithm: "plot_perf_box_name"
16383   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16384   data: "plot-dpdk-throughput-latency-3n-dnv"
16385   include:
16386     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16387     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16388   layout:
16389     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16390     layout: "plot-throughput"
16391
16392 - type: "plot"
16393   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16394   algorithm: "plot_perf_box_name"
16395   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16396   data: "plot-dpdk-throughput-latency-3n-dnv"
16397   include:
16398     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16399     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16400   layout:
16401     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16402     layout: "plot-throughput"
16403
16404 # 3n-tsh-x520
16405
16406 - type: "plot"
16407   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16408   algorithm: "plot_perf_box_name"
16409   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16410   data: "plot-dpdk-throughput-latency-3n-tsh"
16411   include:
16412     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16413     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16414   layout:
16415     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16416     layout: "plot-throughput"
16417
16418 - type: "plot"
16419   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16420   algorithm: "plot_perf_box_name"
16421   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16422   data: "plot-dpdk-throughput-latency-3n-tsh"
16423   include:
16424     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16425     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16426   layout:
16427     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16428     layout: "plot-throughput"
16429
16430 - type: "plot"
16431   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16432   algorithm: "plot_perf_box_name"
16433   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16434   data: "plot-dpdk-throughput-latency-3n-tsh"
16435   include:
16436     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16437     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16438   layout:
16439     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16440     layout: "plot-throughput"
16441
16442 - type: "plot"
16443   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16444   algorithm: "plot_perf_box_name"
16445   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16446   data: "plot-dpdk-throughput-latency-3n-tsh"
16447   include:
16448     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16449     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16450   layout:
16451     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16452     layout: "plot-throughput"
16453
16454 ################################################################################
16455 ###   2n-clx                                                                 ###
16456 ################################################################################
16457
16458 # Packet Throughput
16459
16460 - type: "plot"
16461   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16462   algorithm: "plot_perf_box_name"
16463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16465   include:
16466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16470   layout:
16471     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16472     layout: "plot-throughput"
16473
16474 - type: "plot"
16475   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16476   algorithm: "plot_perf_box_name"
16477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16479   include:
16480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16484   layout:
16485     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16486     layout: "plot-throughput"
16487
16488 - type: "plot"
16489   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16490   algorithm: "plot_perf_box_name"
16491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16493   include:
16494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16498   layout:
16499     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16500     layout: "plot-throughput"
16501
16502 - type: "plot"
16503   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16504   algorithm: "plot_perf_box_name"
16505   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16506   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16507   include:
16508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16512   layout:
16513     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16514     layout: "plot-throughput"
16515
16516 - type: "plot"
16517   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16518   algorithm: "plot_perf_box_name"
16519   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16521   include:
16522     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16523     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16524     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16525     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16526   layout:
16527     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16528     layout: "plot-throughput"
16529
16530 - type: "plot"
16531   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16532   algorithm: "plot_perf_box_name"
16533   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16535   include:
16536     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16537     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16538     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16539     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16540   layout:
16541     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16542     layout: "plot-throughput"
16543
16544 - type: "plot"
16545   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16546   algorithm: "plot_perf_box_name"
16547   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16549   include:
16550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16556   layout:
16557     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16558     layout: "plot-throughput"
16559
16560 - type: "plot"
16561   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16562   algorithm: "plot_perf_box_name"
16563   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16565   include:
16566     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16571   layout:
16572     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16573     layout: "plot-throughput"
16574
16575 - type: "plot"
16576   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16577   algorithm: "plot_perf_box_name"
16578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16580   include:
16581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16585   layout:
16586     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16587     layout: "plot-throughput"
16588
16589 - type: "plot"
16590   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16591   algorithm: "plot_perf_box_name"
16592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16594   include:
16595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16599   layout:
16600     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16601     layout: "plot-throughput"
16602
16603 - type: "plot"
16604   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16605   algorithm: "plot_perf_box_name"
16606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16608   include:
16609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16612   layout:
16613     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16614     layout: "plot-throughput"
16615
16616 - type: "plot"
16617   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16618   algorithm: "plot_perf_box_name"
16619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16621   include:
16622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16625   layout:
16626     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16627     layout: "plot-throughput"
16628
16629 - type: "plot"
16630   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16631   algorithm: "plot_perf_box_name"
16632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16634   include:
16635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16640   layout:
16641     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16642     layout: "plot-throughput"
16643
16644 - type: "plot"
16645   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16646   algorithm: "plot_perf_box_name"
16647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16649   include:
16650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16655   layout:
16656     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16657     layout: "plot-throughput"
16658
16659 - type: "plot"
16660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16661   algorithm: "plot_perf_box_name"
16662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16664   include:
16665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16668   layout:
16669     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16670     layout: "plot-throughput"
16671
16672 - type: "plot"
16673   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16674   algorithm: "plot_perf_box_name"
16675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16677   include:
16678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16681   layout:
16682     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16683     layout: "plot-throughput"
16684
16685 - type: "plot"
16686   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16687   algorithm: "plot_perf_box_name"
16688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16690   include:
16691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16697   layout:
16698     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16706   include:
16707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16713   layout:
16714     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16715     layout: "plot-throughput"
16716
16717 - type: "plot"
16718   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16719   algorithm: "plot_perf_box_name"
16720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16722   include:
16723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16729   layout:
16730     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16731     layout: "plot-throughput"
16732
16733 - type: "plot"
16734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16738   include:
16739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16745   layout:
16746     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16747     layout: "plot-throughput"
16748
16749 - type: "plot"
16750   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16751   algorithm: "plot_perf_box_name"
16752   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16754   include:
16755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16757   layout:
16758     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16766   include:
16767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16769   layout:
16770     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16771     layout: "plot-throughput"
16772
16773 - type: "plot"
16774   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16778   include:
16779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16785   layout:
16786     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16794   include:
16795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16801   layout:
16802     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16803     layout: "plot-throughput"
16804
16805 - type: "plot"
16806   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16807   algorithm: "plot_perf_box_name"
16808   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16810   include:
16811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16817   layout:
16818     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16819     layout: "plot-throughput"
16820
16821 - type: "plot"
16822   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16823   algorithm: "plot_perf_box_name"
16824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16826   include:
16827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16833   layout:
16834     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16835     layout: "plot-throughput"
16836
16837 - type: "plot"
16838   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16839   algorithm: "plot_perf_box_name"
16840   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16842   include:
16843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16849   layout:
16850     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16851     layout: "plot-throughput"
16852
16853 - type: "plot"
16854   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16855   algorithm: "plot_perf_box_name"
16856   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16858   include:
16859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16865   layout:
16866     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16867     layout: "plot-throughput"
16868
16869 - type: "plot"
16870   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16871   algorithm: "plot_perf_box_name"
16872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16874   include:
16875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16880   layout:
16881     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16882     layout: "plot-throughput"
16883
16884 - type: "plot"
16885   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16886   algorithm: "plot_perf_box_name"
16887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16889   include:
16890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16895   layout:
16896     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16897     layout: "plot-throughput"
16898
16899 - type: "plot"
16900   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16901   algorithm: "plot_perf_box_name"
16902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16904   include:
16905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16910   layout:
16911     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16912     layout: "plot-throughput"
16913
16914 - type: "plot"
16915   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16916   algorithm: "plot_perf_box_name"
16917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16919   include:
16920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16925   layout:
16926     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16927     layout: "plot-throughput"
16928
16929 - type: "plot"
16930   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16931   algorithm: "plot_perf_box_name"
16932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16934   include:
16935     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16940   layout:
16941     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16942     layout: "plot-throughput"
16943
16944 - type: "plot"
16945   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16946   algorithm: "plot_perf_box_name"
16947   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16949   include:
16950     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16955   layout:
16956     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16957     layout: "plot-throughput"
16958
16959 - type: "plot"
16960   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16961   algorithm: "plot_perf_box_name"
16962   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16964   include:
16965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16970   layout:
16971     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16972     layout: "plot-throughput"
16973
16974 - type: "plot"
16975   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16976   algorithm: "plot_perf_box_name"
16977   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16979   include:
16980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16985   layout:
16986     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16987     layout: "plot-throughput"
16988
16989 - type: "plot"
16990   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16991   algorithm: "plot_perf_box_name"
16992   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16994   include:
16995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17000   layout:
17001     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17002     layout: "plot-throughput"
17003
17004 - type: "plot"
17005   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17006   algorithm: "plot_perf_box_name"
17007   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17009   include:
17010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17015   layout:
17016     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17017     layout: "plot-throughput"
17018
17019 - type: "plot"
17020   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17021   algorithm: "plot_perf_box_name"
17022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17024   include:
17025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17031   layout:
17032     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17033     layout: "plot-throughput"
17034
17035 - type: "plot"
17036   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17037   algorithm: "plot_perf_box_name"
17038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17040   include:
17041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17047   layout:
17048     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17053   algorithm: "plot_perf_box_name"
17054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17056   include:
17057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17061   layout:
17062     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17063     layout: "plot-throughput"
17064
17065 - type: "plot"
17066   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17067   algorithm: "plot_perf_box_name"
17068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17070   include:
17071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17075   layout:
17076     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17077     layout: "plot-throughput"
17078
17079 - type: "plot"
17080   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17081   algorithm: "plot_perf_box_name"
17082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17084   include:
17085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17091   layout:
17092     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17093     layout: "plot-throughput"
17094
17095 - type: "plot"
17096   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17097   algorithm: "plot_perf_box_name"
17098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17100   include:
17101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17107   layout:
17108     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17116   include:
17117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17121   layout:
17122     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17123     layout: "plot-throughput"
17124
17125 - type: "plot"
17126   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17130   include:
17131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17135   layout:
17136     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17137     layout: "plot-throughput"
17138
17139 - type: "plot"
17140   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17141   algorithm: "plot_perf_box_name"
17142   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17144   include:
17145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17151   layout:
17152     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17153     layout: "plot-throughput"
17154
17155 - type: "plot"
17156   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17160   include:
17161     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17162     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17167   layout:
17168     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17169     layout: "plot-throughput"
17170
17171 - type: "plot"
17172   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17173   algorithm: "plot_perf_box_name"
17174   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17176   include:
17177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17181   layout:
17182     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17183     layout: "plot-throughput"
17184
17185 - type: "plot"
17186   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17187   algorithm: "plot_perf_box_name"
17188   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17190   include:
17191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17195   layout:
17196     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17204   include:
17205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17210   layout:
17211     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17212     layout: "plot-throughput"
17213
17214 - type: "plot"
17215   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17216   algorithm: "plot_perf_box_name"
17217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17219   include:
17220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17225   layout:
17226     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17234   include:
17235     - "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"
17236     - "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"
17237     - "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"
17238     - "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"
17239     - "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"
17240   layout:
17241     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17249   include:
17250     - "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"
17251     - "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"
17252     - "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"
17253     - "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"
17254     - "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"
17255   layout:
17256     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17257     layout: "plot-throughput"
17258
17259 - type: "plot"
17260   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17261   algorithm: "plot_perf_box_name"
17262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17264   include:
17265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17270   layout:
17271     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17272     layout: "plot-throughput"
17273
17274 - type: "plot"
17275   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17276   algorithm: "plot_perf_box_name"
17277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17279   include:
17280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17285   layout:
17286     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17294   include:
17295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17300   layout:
17301     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17309   include:
17310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17315   layout:
17316     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17329   layout:
17330     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17338   include:
17339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17343   layout:
17344     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17349   algorithm: "plot_perf_box_name"
17350   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17352   include:
17353     - "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"
17354     - "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"
17355     - "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"
17356     - "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"
17357   layout:
17358     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "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"
17368     - "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"
17369     - "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"
17370     - "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"
17371   layout:
17372     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "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"
17382     - "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"
17383     - "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"
17384     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17385     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17387   layout:
17388     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17396   include:
17397     - "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"
17398     - "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"
17399     - "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"
17400     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17401     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17402     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17403   layout:
17404     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17405     layout: "plot-throughput"
17406
17407 ################################################################################
17408
17409 # Packet Speedup
17410
17411 - type: "plot"
17412   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17413   algorithm: "plot_tsa_name"
17414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17416   include:
17417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17419     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17420     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17421   layout:
17422     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17423     layout: "plot-throughput-speedup-analysis"
17424
17425 - type: "plot"
17426   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17427   algorithm: "plot_tsa_name"
17428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17430   include:
17431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17435   layout:
17436     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17437     layout: "plot-throughput-speedup-analysis"
17438
17439 - type: "plot"
17440   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17441   algorithm: "plot_tsa_name"
17442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444   include:
17445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17447     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17448     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17449   layout:
17450     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17451     layout: "plot-throughput-speedup-analysis"
17452
17453 - type: "plot"
17454   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17455   algorithm: "plot_tsa_name"
17456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17458   include:
17459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17461     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17462     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17465     layout: "plot-throughput-speedup-analysis"
17466
17467 - type: "plot"
17468   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17469   algorithm: "plot_tsa_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17474     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17475     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17476     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17477   layout:
17478     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17479     layout: "plot-throughput-speedup-analysis"
17480
17481 - type: "plot"
17482   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17483   algorithm: "plot_tsa_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17488     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17489     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17490     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17491   layout:
17492     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17493     layout: "plot-throughput-speedup-analysis"
17494
17495 - type: "plot"
17496   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17497   algorithm: "plot_tsa_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17507   layout:
17508     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17509     layout: "plot-throughput-speedup-analysis"
17510
17511 - type: "plot"
17512   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17513   algorithm: "plot_tsa_name"
17514   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17516   include:
17517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17523   layout:
17524     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17525     layout: "plot-throughput-speedup-analysis"
17526
17527 - type: "plot"
17528   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17529   algorithm: "plot_tsa_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17537   layout:
17538     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17539     layout: "plot-throughput-speedup-analysis"
17540
17541 - type: "plot"
17542   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17543   algorithm: "plot_tsa_name"
17544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17546   include:
17547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17553     layout: "plot-throughput-speedup-analysis"
17554
17555 - type: "plot"
17556   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17557   algorithm: "plot_tsa_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17564   layout:
17565     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17566     layout: "plot-throughput-speedup-analysis"
17567
17568 - type: "plot"
17569   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17570   algorithm: "plot_tsa_name"
17571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17573   include:
17574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17577   layout:
17578     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17579     layout: "plot-throughput-speedup-analysis"
17580
17581 - type: "plot"
17582   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17583   algorithm: "plot_tsa_name"
17584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17586   include:
17587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17592   layout:
17593     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17594     layout: "plot-throughput-speedup-analysis"
17595
17596 - type: "plot"
17597   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17598   algorithm: "plot_tsa_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17607   layout:
17608     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17609     layout: "plot-throughput-speedup-analysis"
17610
17611 - type: "plot"
17612   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17613   algorithm: "plot_tsa_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17620   layout:
17621     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17622     layout: "plot-throughput-speedup-analysis"
17623
17624 - type: "plot"
17625   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17626   algorithm: "plot_tsa_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17633   layout:
17634     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17635     layout: "plot-throughput-speedup-analysis"
17636
17637 - type: "plot"
17638   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17639   algorithm: "plot_tsa_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17649   layout:
17650     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17665   layout:
17666     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17667     layout: "plot-throughput-speedup-analysis"
17668
17669 - type: "plot"
17670   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17671   algorithm: "plot_tsa_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17681   layout:
17682     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17683     layout: "plot-throughput-speedup-analysis"
17684
17685 - type: "plot"
17686   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17687   algorithm: "plot_tsa_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17697   layout:
17698     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17699     layout: "plot-throughput-speedup-analysis"
17700
17701 - type: "plot"
17702   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17703   algorithm: "plot_tsa_name"
17704   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17706   include:
17707     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17709   layout:
17710     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17711     layout: "plot-throughput-speedup-analysis"
17712
17713 - type: "plot"
17714   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17715   algorithm: "plot_tsa_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17721   layout:
17722     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17723     layout: "plot-throughput-speedup-analysis"
17724
17725 - type: "plot"
17726   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17727   algorithm: "plot_tsa_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17737   layout:
17738     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17739     layout: "plot-throughput-speedup-analysis"
17740
17741 - type: "plot"
17742   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17743   algorithm: "plot_tsa_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17753   layout:
17754     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17755     layout: "plot-throughput-speedup-analysis"
17756
17757 - type: "plot"
17758   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17759   algorithm: "plot_tsa_name"
17760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17762   include:
17763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17769   layout:
17770     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17771     layout: "plot-throughput-speedup-analysis"
17772
17773 - type: "plot"
17774   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17775   algorithm: "plot_tsa_name"
17776   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778   include:
17779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17785   layout:
17786     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17787     layout: "plot-throughput-speedup-analysis"
17788
17789 - type: "plot"
17790   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17791   algorithm: "plot_tsa_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17801   layout:
17802     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17803     layout: "plot-throughput-speedup-analysis"
17804
17805 - type: "plot"
17806   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17807   algorithm: "plot_tsa_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17817   layout:
17818     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17819     layout: "plot-throughput-speedup-analysis"
17820
17821 - type: "plot"
17822   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17823   algorithm: "plot_tsa_name"
17824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17826   include:
17827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17832   layout:
17833     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17834     layout: "plot-throughput-speedup-analysis"
17835
17836 - type: "plot"
17837   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17838   algorithm: "plot_tsa_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17849     layout: "plot-throughput-speedup-analysis"
17850
17851 - type: "plot"
17852   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17853   algorithm: "plot_tsa_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17862   layout:
17863     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17864     layout: "plot-throughput-speedup-analysis"
17865
17866 - type: "plot"
17867   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17868   algorithm: "plot_tsa_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17877   layout:
17878     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17879     layout: "plot-throughput-speedup-analysis"
17880
17881 - type: "plot"
17882   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17883   algorithm: "plot_tsa_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17892   layout:
17893     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17894     layout: "plot-throughput-speedup-analysis"
17895
17896 - type: "plot"
17897   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17898   algorithm: "plot_tsa_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17907   layout:
17908     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17909     layout: "plot-throughput-speedup-analysis"
17910
17911 - type: "plot"
17912   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17913   algorithm: "plot_tsa_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17922   layout:
17923     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17924     layout: "plot-throughput-speedup-analysis"
17925
17926 - type: "plot"
17927   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17928   algorithm: "plot_tsa_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17937   layout:
17938     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17939     layout: "plot-throughput-speedup-analysis"
17940
17941 - type: "plot"
17942   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17943   algorithm: "plot_tsa_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17952   layout:
17953     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17954     layout: "plot-throughput-speedup-analysis"
17955
17956 - type: "plot"
17957   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17958   algorithm: "plot_tsa_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17967   layout:
17968     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17969     layout: "plot-throughput-speedup-analysis"
17970
17971 - type: "plot"
17972   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17973   algorithm: "plot_tsa_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17983   layout:
17984     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17985     layout: "plot-throughput-speedup-analysis"
17986
17987 - type: "plot"
17988   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17989   algorithm: "plot_tsa_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18001     layout: "plot-throughput-speedup-analysis"
18002
18003 - type: "plot"
18004   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18005   algorithm: "plot_tsa_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18013   layout:
18014     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18015     layout: "plot-throughput-speedup-analysis"
18016
18017 - type: "plot"
18018   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18019   algorithm: "plot_tsa_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18027   layout:
18028     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18029     layout: "plot-throughput-speedup-analysis"
18030
18031 - type: "plot"
18032   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18033   algorithm: "plot_tsa_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18043   layout:
18044     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18045     layout: "plot-throughput-speedup-analysis"
18046
18047 - type: "plot"
18048   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18049   algorithm: "plot_tsa_name"
18050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18052   include:
18053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18061     layout: "plot-throughput-speedup-analysis"
18062
18063 - type: "plot"
18064   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18065   algorithm: "plot_tsa_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18073   layout:
18074     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18075     layout: "plot-throughput-speedup-analysis"
18076
18077 - type: "plot"
18078   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18079   algorithm: "plot_tsa_name"
18080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18082   include:
18083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18089     layout: "plot-throughput-speedup-analysis"
18090
18091 - type: "plot"
18092   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18093   algorithm: "plot_tsa_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18103   layout:
18104     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18105     layout: "plot-throughput-speedup-analysis"
18106
18107 - type: "plot"
18108   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18109   algorithm: "plot_tsa_name"
18110   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18112   include:
18113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18115     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18119   layout:
18120     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18121     layout: "plot-throughput-speedup-analysis"
18122
18123 - type: "plot"
18124   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18125   algorithm: "plot_tsa_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18130     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18133   layout:
18134     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18135     layout: "plot-throughput-speedup-analysis"
18136
18137 - type: "plot"
18138   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18139   algorithm: "plot_tsa_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18147   layout:
18148     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18149     layout: "plot-throughput-speedup-analysis"
18150
18151 - type: "plot"
18152   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18153   algorithm: "plot_tsa_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18162   layout:
18163     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18177   layout:
18178     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "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"
18188     - "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"
18189     - "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"
18190     - "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"
18191     - "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"
18192   layout:
18193     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18194     layout: "plot-throughput-speedup-analysis"
18195
18196 - type: "plot"
18197   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18198   algorithm: "plot_tsa_name"
18199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18201   include:
18202     - "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"
18203     - "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"
18204     - "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"
18205     - "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"
18206     - "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"
18207   layout:
18208     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18209     layout: "plot-throughput-speedup-analysis"
18210
18211 - type: "plot"
18212   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18213   algorithm: "plot_tsa_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18222   layout:
18223     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18224     layout: "plot-throughput-speedup-analysis"
18225
18226 - type: "plot"
18227   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18228   algorithm: "plot_tsa_name"
18229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18231   include:
18232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18237   layout:
18238     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18239     layout: "plot-throughput-speedup-analysis"
18240
18241 - type: "plot"
18242   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18243   algorithm: "plot_tsa_name"
18244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246   include:
18247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18252   layout:
18253     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18254     layout: "plot-throughput-speedup-analysis"
18255
18256 - type: "plot"
18257   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18258   algorithm: "plot_tsa_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18281   layout:
18282     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18283     layout: "plot-throughput-speedup-analysis"
18284
18285 - type: "plot"
18286   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18287   algorithm: "plot_tsa_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18295   layout:
18296     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18297     layout: "plot-throughput-speedup-analysis"
18298
18299 - type: "plot"
18300   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18301   algorithm: "plot_tsa_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "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"
18306     - "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"
18307     - "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"
18308     - "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"
18309   layout:
18310     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "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"
18320     - "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"
18321     - "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"
18322     - "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"
18323   layout:
18324     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "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"
18334     - "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"
18335     - "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"
18336     - "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"
18337     - "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"
18338     - "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"
18339   layout:
18340     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "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"
18350     - "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"
18351     - "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"
18352     - "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"
18353     - "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"
18354     - "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"
18355   layout:
18356     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 ################################################################################
18360
18361 # Packet Throughput - DPDK
18362
18363 # 2n-clx-xxv710
18364
18365 - type: "plot"
18366   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18367   algorithm: "plot_perf_box_name"
18368   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18369   data: "plot-dpdk-throughput-latency-2n-clx"
18370   include:
18371     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18372     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18373   layout:
18374     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18375     layout: "plot-throughput"
18376
18377 - type: "plot"
18378   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18379   algorithm: "plot_perf_box_name"
18380   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18381   data: "plot-dpdk-throughput-latency-2n-clx"
18382   include:
18383     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18384     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18385   layout:
18386     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18387     layout: "plot-throughput"
18388
18389 - type: "plot"
18390   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18391   algorithm: "plot_perf_box_name"
18392   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18393   data: "plot-dpdk-throughput-latency-2n-clx"
18394   include:
18395     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18396     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18399     layout: "plot-throughput"
18400
18401 - type: "plot"
18402   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18403   algorithm: "plot_perf_box_name"
18404   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18405   data: "plot-dpdk-throughput-latency-2n-clx"
18406   include:
18407     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18408     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18409   layout:
18410     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18411     layout: "plot-throughput"
18412
18413 # 2n-clx-x710
18414
18415 - type: "plot"
18416   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18417   algorithm: "plot_perf_box_name"
18418   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18419   data: "plot-dpdk-throughput-latency-2n-clx"
18420   include:
18421     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18422     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18423   layout:
18424     title: "2n-clx-x710-64b-2t1c-base-ndr"
18425     layout: "plot-throughput"
18426
18427 - type: "plot"
18428   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18429   algorithm: "plot_perf_box_name"
18430   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18431   data: "plot-dpdk-throughput-latency-2n-clx"
18432   include:
18433     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18434     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18435   layout:
18436     title: "2n-clx-x710-64b-4t2c-base-ndr"
18437     layout: "plot-throughput"
18438
18439 - type: "plot"
18440   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18441   algorithm: "plot_perf_box_name"
18442   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18443   data: "plot-dpdk-throughput-latency-2n-clx"
18444   include:
18445     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18446     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18447   layout:
18448     title: "2n-clx-x710-64b-2t1c-base-pdr"
18449     layout: "plot-throughput"
18450
18451 - type: "plot"
18452   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18453   algorithm: "plot_perf_box_name"
18454   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18455   data: "plot-dpdk-throughput-latency-2n-clx"
18456   include:
18457     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18458     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18459   layout:
18460     title: "2n-clx-x710-64b-4t2c-base-pdr"
18461     layout: "plot-throughput"
18462
18463 ################################################################################
18464
18465 - type: "plot"
18466   title: "Latency by percentile: 2n-skx"
18467   algorithm: "plot_hdrh_lat_by_percentile"
18468   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18469   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18470   target-links: "../../_static/vpp"
18471   data: "plot-vpp-hdrh-lat-2n-skx"
18472   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18473   layout:
18474     layout: "plot-hdrh-latency-by-percentile"
18475
18476 - type: "plot"
18477   title: "Latency by percentile: 3n-skx"
18478   algorithm: "plot_hdrh_lat_by_percentile"
18479   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18480   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18481   target-links: "../../_static/vpp"
18482   data: "plot-vpp-hdrh-lat-3n-skx"
18483   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18484   layout:
18485     layout: "plot-hdrh-latency-by-percentile"
18486
18487 - type: "plot"
18488   title: "Latency by percentile: 2n-clx"
18489   algorithm: "plot_hdrh_lat_by_percentile"
18490   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18491   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18492   target-links: "../../_static/vpp"
18493   data: "plot-vpp-hdrh-lat-2n-clx"
18494   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18495   layout:
18496     layout: "plot-hdrh-latency-by-percentile"
18497
18498 - type: "plot"
18499   title: "Latency by percentile: 3n-hsw"
18500   algorithm: "plot_hdrh_lat_by_percentile"
18501   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18502   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18503   target-links: "../../_static/vpp"
18504   data: "plot-vpp-hdrh-lat-3n-hsw"
18505   filter: "'1T1C' and 'NIC_Intel-XL710'"
18506   layout:
18507     layout: "plot-hdrh-latency-by-percentile"
18508
18509 - type: "plot"
18510   title: "Latency by percentile: 3n-tsh"
18511   algorithm: "plot_hdrh_lat_by_percentile"
18512   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18513   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18514   target-links: "../../_static/vpp"
18515   data: "plot-vpp-hdrh-lat-3n-tsh"
18516   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18517   layout:
18518     layout: "plot-hdrh-latency-by-percentile"
18519
18520 - type: "plot"
18521   title: "Latency by percentile: DPDK 2n-skx"
18522   algorithm: "plot_hdrh_lat_by_percentile"
18523   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18524   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18525   target-links: "../../_static/dpdk"
18526   data: "plot-dpdk-hdrh-lat-2n-skx"
18527   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18528   layout:
18529     layout: "plot-hdrh-latency-by-percentile"
18530
18531 - type: "plot"
18532   title: "Latency by percentile: DPDK 3n-skx"
18533   algorithm: "plot_hdrh_lat_by_percentile"
18534   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18535   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18536   target-links: "../../_static/dpdk"
18537   data: "plot-dpdk-hdrh-lat-3n-skx"
18538   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18539   layout:
18540     layout: "plot-hdrh-latency-by-percentile"
18541
18542 - type: "plot"
18543   title: "Latency by percentile: DPDK 2n-clx"
18544   algorithm: "plot_hdrh_lat_by_percentile"
18545   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18546   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18547   target-links: "../../_static/dpdk"
18548   data: "plot-dpdk-hdrh-lat-2n-clx"
18549   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18550   layout:
18551     layout: "plot-hdrh-latency-by-percentile"
18552
18553 - type: "plot"
18554   title: "Latency by percentile: DPDK 3n-hsw"
18555   algorithm: "plot_hdrh_lat_by_percentile"
18556   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18557   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18558   target-links: "../../_static/dpdk"
18559   data: "plot-dpdk-hdrh-lat-3n-hsw"
18560   filter: "'1T1C' and 'NIC_Intel-XL710'"
18561   layout:
18562     layout: "plot-hdrh-latency-by-percentile"
18563
18564 - type: "plot"
18565   title: "Latency by percentile: DPDK 3n-tsh"
18566   algorithm: "plot_hdrh_lat_by_percentile"
18567   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18568   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18569   target-links: "../../_static/dpdk"
18570   data: "plot-dpdk-hdrh-lat-3n-tsh"
18571   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18572   layout:
18573     layout: "plot-hdrh-latency-by-percentile"