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         - 128 # MRR sel addition
619
620     # Results
621
622     vpp-perf-results-3n-hsw:
623       csit-vpp-perf-verify-2001-3n-hsw:
624         - 18  # NDRPDR full
625         - 20  # NDRPDR full
626         - 28  # NDRPDR full
627         - 35  # NDRPDR full
628         - 42  # NDRPDR full
629         - 46  # NDRPDR full
630         - 47  # NDRPDR full
631         - 48  # NDRPDR full
632         - 49  # NDRPDR full
633         - 50  # NDRPDR full
634         - 51  # NDRPDR full
635         - 52  # NDRPDR full
636         - 53  # NDRPDR full
637         - 54  # NDRPDR full
638         - 55  # NDRPDR full
639         - 56  # NDRPDR full
640         - 57  # NDRPDR full
641         - 58  # NDRPDR full
642         - 59  # NDRPDR full
643         - 61  # NDRPDR full
644         - 62  # NDRPDR full
645         - 63  # NDRPDR full
646         - 64  # NDRPDR full
647         - 65  # NDRPDR full
648         - 67  # NDRPDR full
649         - 70  # NDRPDR full
650         - 72  # NDRPDR full
651         - 73  # NDRPDR full
652         - 76  # NDRPDR full
653         - 77  # NDRPDR full
654         - 78  # NDRPDR full
655         - 79  # NDRPDR full
656         - 81  # NDRPDR full
657         - 82  # NDRPDR full
658         - 84  # NDRPDR full
659         - 85  # NDRPDR full
660
661     vpp-perf-results-3n-skx:
662       # TODO: Replace
663       csit-vpp-perf-verify-2001-3n-skx:
664         - 47  # NDRPDR sel
665
666     vpp-perf-results-2n-skx:
667       csit-vpp-perf-verify-2001-2n-skx:
668         # TODO: Replace
669         - 92  # NDRPDR sel
670
671     vpp-perf-results-2n-clx:
672       csit-vpp-perf-verify-2001-2n-clx:
673         - 53  # NDRPDR full
674         - 54  # NDRPDR full
675         - 55  # NDRPDR full
676         - 56  # NDRPDR full
677         - 57  # NDRPDR full
678         - 58  # NDRPDR full
679         - 59  # NDRPDR full
680         - 60  # NDRPDR full
681         - 61  # NDRPDR full
682         - 62  # NDRPDR full
683         - 63  # NDRPDR full
684         - 64  # NDRPDR full
685         - 65  # NDRPDR full
686         - 66  # NDRPDR full
687         - 67  # NDRPDR full
688
689     vpp-perf-results-3n-tsh:
690       csit-vpp-perf-verify-2001-3n-tsh:
691         - 10  # NDRPDR sel
692
693     vpp-perf-results-3n-dnv:
694       csit-vpp-perf-verify-2001-3n-dnv:
695         - 19  # NDRPDR full
696         - 20  # NDRPDR full
697         - 21  # NDRPDR full
698         - 22  # NDRPDR full
699         - 23  # NDRPDR full
700         - 24  # NDRPDR full
701         - 25  # NDRPDR full
702         - 26  # NDRPDR full
703         - 37  # NDRPDR full
704         - 38  # NDRPDR full
705         - 39  # NDRPDR full
706
707     vpp-perf-results-2n-dnv:
708       csit-vpp-perf-verify-2001-2n-dnv:
709         - 21  # NDRPDR full
710         - 22  # NDRPDR full
711         - 25  # NDRPDR full
712         - 26  # NDRPDR full
713         - 27  # NDRPDR full
714         - 28  # NDRPDR full
715
716     vpp-mrr-results-3n-hsw:
717       csit-vpp-perf-verify-2001-3n-hsw:
718         - 17  # MRR sel
719
720     vpp-mrr-results-3n-skx:
721       csit-vpp-perf-verify-2001-3n-skx:
722         - 50  # MRR sel
723
724     vpp-mrr-results-2n-skx:
725       csit-vpp-perf-verify-2001-2n-skx:
726         - 101 # MRR sel
727         - 128 # MRR sel addition
728
729     vpp-mrr-results-2n-clx:
730       csit-vpp-perf-verify-2001-2n-clx:
731         - 39  # MRR
732
733     vpp-mrr-results-3n-tsh:
734       csit-vpp-perf-verify-2001-3n-tsh:
735         - 9   # MRR sel
736
737     vpp-mrr-results-3n-dnv:
738       csit-vpp-perf-verify-2001-3n-dnv:
739         - 11  # MRR sel
740
741     vpp-mrr-results-2n-dnv:
742       csit-vpp-perf-verify-2001-2n-dnv:
743         - 12  # MRR sel
744
745     vpp-device-results-ubuntu:
746       csit-vpp-device-2001-ubuntu1804-1n-skx:
747         - 57
748
749     dpdk-perf-results-3n-hsw:
750       csit-dpdk-perf-verify-2001-3n-hsw:
751         - 25  # NDRPDR full
752         - 26  # NDRPDR full
753
754     dpdk-perf-results-3n-skx:
755       csit-dpdk-perf-verify-2001-3n-skx:
756         - 29  # NDRPDR sel xxv710
757         - 30  # NDRPDR sel x710
758
759     dpdk-perf-results-2n-skx:
760       csit-dpdk-perf-verify-2001-2n-skx:
761         - 35  # NDRPDR sel xxv710
762         - 38  # NDRPDR sel x710
763
764     dpdk-perf-results-2n-clx:
765       csit-dpdk-perf-verify-2001-2n-clx:
766         - 15  # NDRPDR sel
767         - 34  # NDRPDR sel
768
769     dpdk-perf-results-2n-dnv:
770       csit-dpdk-perf-verify-2001-2n-dnv:
771         - 16  # NDRPDR sel
772
773     dpdk-perf-results-3n-dnv:
774       csit-dpdk-perf-verify-2001-3n-dnv:
775         - 12  # NDRPDR sel
776
777     dpdk-perf-results-3n-tsh:
778       csit-dpdk-perf-verify-2001-3n-tsh:
779         - 3   # NDRPDR sel
780
781 ###########################################################################
782     # Tables (more than one data set)
783
784     # Performance changes
785
786     vpp-performance-changes-3n-hsw-h1:
787       csit-vpp-perf-verify-1904-3n-hsw:
788         - 11  # NDRPDR sel
789         - 12  # NDRPDR sel
790         - 20  # NDRPDR sel
791         - 21  # NDRPDR sel
792         - 23  # NDRPDR sel
793         - 24  # NDRPDR sel
794         - 25  # NDRPDR sel
795         - 26  # NDRPDR sel
796         - 29  # NDRPDR sel
797         - 30  # NDRPDR sel
798     vpp-performance-changes-3n-hsw-ref:
799       csit-vpp-perf-verify-1908-3n-hsw:
800         - 12  # NDRPDR sel
801         - 13  # NDRPDR sel
802         - 14  # NDRPDR sel
803         - 15  # NDRPDR sel
804         - 16  # NDRPDR sel
805         - 17  # NDRPDR sel
806         - 18  # NDRPDR sel
807         - 19  # NDRPDR sel
808         - 20  # NDRPDR sel
809         - 21  # NDRPDR sel
810     vpp-performance-changes-3n-hsw-cmp:
811       csit-vpp-perf-verify-2001-3n-hsw:
812         - 21  # NDRPDR sel
813         - 22  # NDRPDR sel
814         - 23  # NDRPDR sel
815         - 24  # NDRPDR sel
816         - 25  # NDRPDR sel
817         - 29  # NDRPDR sel
818         - 30  # NDRPDR sel
819         - 31  # NDRPDR sel
820         - 32  # NDRPDR sel
821         - 34  # NDRPDR sel
822     vpp-performance-changes-3n-hsw:
823       - "vpp-performance-changes-3n-hsw-h1"
824       - "vpp-performance-changes-3n-hsw-ref"
825       - "vpp-performance-changes-3n-hsw-cmp"
826
827     vpp-performance-changes-3n-skx-h1:
828       csit-vpp-perf-verify-1904-3n-skx:
829         - 8   # NDRPDR sel
830         - 9   # NDRPDR sel
831         - 10  # NDRPDR sel
832         - 11  # NDRPDR sel
833         - 12  # NDRPDR sel
834         - 14  # NDRPDR sel
835         - 16  # NDRPDR sel
836         - 21  # NDRPDR sel
837         - 23  # NDRPDR sel
838         - 25  # NDRPDR sel
839     vpp-performance-changes-3n-skx-ref:
840       csit-vpp-perf-verify-1908-3n-skx:
841         - 14  # NDRPDR sel
842         - 16  # NDRPDR sel
843         - 19  # NDRPDR sel
844         - 20  # NDRPDR sel
845         - 22  # NDRPDR sel
846         - 23  # NDRPDR sel
847         - 24  # NDRPDR sel
848         - 25  # NDRPDR sel
849         - 26  # NDRPDR sel
850         - 29  # NDRPDR sel
851     vpp-performance-changes-3n-skx-cmp:
852       # TODO: Add the data
853       csit-vpp-perf-verify-2001-3n-skx:
854         - 45  # NDRPDR sel
855         - 46  # NDRPDR sel
856         - 47  # NDRPDR sel
857         - 48  # NDRPDR sel
858         - 49  # NDRPDR sel
859     vpp-performance-changes-3n-skx:
860       - "vpp-performance-changes-3n-skx-h1"
861       - "vpp-performance-changes-3n-skx-ref"
862       - "vpp-performance-changes-3n-skx-cmp"
863
864     vpp-performance-changes-2n-skx-h1:
865       csit-vpp-perf-verify-1904-2n-skx:
866         - 12  # NDRPDR sel
867         - 14  # NDRPDR sel
868         - 16  # NDRPDR sel
869         - 17  # NDRPDR sel
870         - 18  # NDRPDR sel
871         - 21  # NDRPDR sel
872         - 27  # NDRPDR sel
873         - 30  # NDRPDR sel
874         - 31  # NDRPDR sel
875         - 32  # NDRPDR sel
876     vpp-performance-changes-2n-skx-ref:
877       csit-vpp-perf-verify-1908-2n-skx:
878         - 26  # NDRPDR sel
879         - 27  # NDRPDR sel
880         - 34  # NDRPDR sel
881         - 35  # NDRPDR sel
882         - 36  # NDRPDR sel
883         - 42  # NDRPDR sel
884         - 43  # NDRPDR sel
885         - 44  # NDRPDR sel
886         - 45  # NDRPDR sel
887         - 46  # NDRPDR sel
888     vpp-performance-changes-2n-skx-cmp:
889       csit-vpp-perf-verify-2001-2n-skx:
890         - 92  # NDRPDR sel
891         - 93  # NDRPDR sel
892         - 94  # NDRPDR sel
893         - 95  # NDRPDR sel
894         - 96  # NDRPDR sel
895         - 97  # NDRPDR sel
896         - 98  # NDRPDR sel
897         - 99  # NDRPDR sel
898         - 100 # NDRPDR sel
899         - 102 # NDRPDR sel
900     vpp-performance-changes-2n-skx:
901       - "vpp-performance-changes-2n-skx-h1"
902       - "vpp-performance-changes-2n-skx-ref"
903       - "vpp-performance-changes-2n-skx-cmp"
904
905     vpp-performance-changes-nfv-2n-skx-ref:
906       csit-vpp-perf-verify-1908-2n-skx:
907         - 22  # NFV
908         - 31  # NFV
909         - 32  # NFV
910     vpp-performance-changes-nfv-2n-skx-cmp:
911       # TODO: Add the data
912       csit-vpp-perf-verify-2001-2n-skx:
913         - 30  # NFV
914         - 31  # NFV
915     vpp-performance-changes-nfv-2n-skx:
916       - "vpp-performance-changes-nfv-2n-skx-ref"
917       - "vpp-performance-changes-nfv-2n-skx-cmp"
918
919     vpp-performance-changes-2n-dnv-ref:
920       csit-vpp-perf-verify-1908-2n-dnv:
921         - 1   # NDRPDR sel
922         - 2   # NDRPDR sel
923         - 3   # NDRPDR sel
924         - 4   # NDRPDR sel
925         - 5   # NDRPDR sel
926         - 6   # NDRPDR sel
927         - 7   # NDRPDR sel
928         - 8   # NDRPDR sel
929         - 9   # NDRPDR sel
930         - 10  # NDRPDR sel
931     vpp-performance-changes-2n-dnv-cmp:
932       csit-vpp-perf-verify-2001-2n-dnv:
933         - 4   # NDRPDR sel
934         - 5   # NDRPDR sel
935         - 6   # NDRPDR sel
936         - 7   # NDRPDR sel
937         - 8   # NDRPDR sel
938         - 9   # NDRPDR sel
939         - 10  # NDRPDR sel
940         - 11  # NDRPDR sel
941         - 13  # NDRPDR sel
942         - 16  # NDRPDR sel
943     vpp-performance-changes-2n-dnv:
944       - "vpp-performance-changes-2n-dnv-ref"
945       - "vpp-performance-changes-2n-dnv-cmp"
946
947     vpp-performance-changes-3n-dnv-ref:
948       csit-vpp-perf-verify-1908-3n-dnv:
949         - 6   # NDRPDR sel
950         - 7   # NDRPDR sel
951         - 8   # NDRPDR sel
952         - 9   # NDRPDR sel
953         - 10  # NDRPDR sel
954         - 12  # NDRPDR sel
955         - 13  # NDRPDR sel
956         - 14  # NDRPDR sel
957         - 15  # NDRPDR sel
958         - 16  # NDRPDR sel
959     vpp-performance-changes-3n-dnv-cmp:
960       csit-vpp-perf-verify-2001-3n-dnv:
961         - 5   # NDRPDR sel
962         - 6   # NDRPDR sel
963         - 7   # NDRPDR sel
964         - 8   # NDRPDR sel
965         - 9   # NDRPDR sel
966         - 10  # NDRPDR sel
967         - 12  # NDRPDR sel
968         - 16  # NDRPDR sel
969         - 17  # NDRPDR sel
970         - 18  # NDRPDR sel
971     vpp-performance-changes-3n-dnv:
972       - "vpp-performance-changes-3n-dnv-ref"
973       - "vpp-performance-changes-3n-dnv-cmp"
974
975     vpp-performance-changes-3n-tsh-ref:
976       csit-vpp-perf-verify-1908-3n-tsh:
977         - 7   # NDRPDR sel
978         - 8   # NDRPDR sel
979         - 9   # NDRPDR sel
980         - 10  # NDRPDR sel
981         - 11  # NDRPDR sel
982         - 12  # NDRPDR sel
983         - 13  # NDRPDR sel
984         - 14  # NDRPDR sel
985         - 15  # NDRPDR sel
986         - 16  # NDRPDR sel
987     vpp-performance-changes-3n-tsh-cmp:
988       csit-vpp-perf-verify-2001-3n-tsh:
989         - 3   # NDRPDR sel
990         - 4   # NDRPDR sel
991         - 7   # NDRPDR sel
992         - 8   # NDRPDR sel
993         - 10  # NDRPDR sel
994         - 12  # NDRPDR sel
995         - 13  # NDRPDR sel
996         - 14  # NDRPDR sel
997         - 15  # NDRPDR sel
998         - 21  # NDRPDR sel
999     vpp-performance-changes-3n-tsh:
1000       - "vpp-performance-changes-3n-tsh-ref"
1001       - "vpp-performance-changes-3n-tsh-cmp"
1002
1003     vpp-soak-vs-ndr-2n-skx-ref:
1004       csit-vpp-perf-verify-2001-2n-skx:
1005         - 92  # NDRPDR sel
1006         - 93  # NDRPDR sel
1007         - 94  # NDRPDR sel
1008         - 95  # NDRPDR sel
1009         - 96  # NDRPDR sel
1010         - 97  # NDRPDR sel
1011         - 98  # NDRPDR sel
1012         - 99  # NDRPDR sel
1013         - 100 # NDRPDR sel
1014         - 102 # NDRPDR sel
1015     vpp-soak-vs-ndr-2n-skx-cmp:
1016       # TODO: Replace
1017       # csit-vpp-perf-verify-2001-2n-skx:
1018       csit-vpp-perf-verify-1908-2n-skx:
1019         - 83  # SOAK
1020         - 86  # SOAK
1021     vpp-soak-vs-ndr-2n-skx:
1022       csit-vpp-perf-verify-2001-2n-skx:
1023         - 92  # NDRPDR sel
1024         - 93  # NDRPDR sel
1025         - 94  # NDRPDR sel
1026         - 95  # NDRPDR sel
1027         - 96  # NDRPDR sel
1028         - 97  # NDRPDR sel
1029         - 98  # NDRPDR sel
1030         - 99  # NDRPDR sel
1031         - 100 # NDRPDR sel
1032         - 102 # NDRPDR sel
1033         - 83  # SOAK
1034         - 86  # SOAK
1035
1036     vpp-soak-vs-ndr-2n-clx-ref:
1037       csit-vpp-perf-verify-2001-2n-clx:
1038         - 28  # NDRPDR sel
1039         - 29  # NDRPDR sel
1040         - 32  # NDRPDR sel
1041         - 40  # NDRPDR sel
1042         - 43  # NDRPDR sel
1043         - 44  # NDRPDR sel
1044         - 45  # NDRPDR sel
1045         - 47  # NDRPDR sel
1046         - 48  # NDRPDR sel
1047         - 49  # NDRPDR sel
1048     vpp-soak-vs-ndr-2n-clx-cmp:
1049       csit-vpp-perf-verify-2001-2n-clx:
1050         - 93  # SOAK
1051         - 94  # Soak
1052     vpp-soak-vs-ndr-2n-clx:
1053       csit-vpp-perf-verify-2001-2n-clx:
1054         - 28  # NDRPDR sel
1055         - 29  # NDRPDR sel
1056         - 32  # NDRPDR sel
1057         - 40  # NDRPDR sel
1058         - 43  # NDRPDR sel
1059         - 44  # NDRPDR sel
1060         - 45  # NDRPDR sel
1061         - 47  # NDRPDR sel
1062         - 48  # NDRPDR sel
1063         - 49  # NDRPDR sel
1064         - 93  # SOAK
1065         - 94  # Soak
1066
1067     vpp-performance-changes-3n-hsw-mrr-h1:
1068       csit-vpp-perf-verify-1904-3n-hsw:
1069         - 9   # MRR sel
1070     vpp-performance-changes-3n-hsw-mrr-ref:
1071       csit-vpp-perf-verify-1908-3n-hsw:
1072         - 39  # MRR sel
1073     vpp-performance-changes-3n-hsw-mrr-cmp:
1074       csit-vpp-perf-verify-2001-3n-hsw:
1075         - 17  # MRR sel
1076     vpp-performance-changes-3n-hsw-mrr:
1077       - "vpp-performance-changes-3n-hsw-mrr-h1"
1078       - "vpp-performance-changes-3n-hsw-mrr-ref"
1079       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1080
1081     vpp-performance-changes-3n-skx-mrr-h1:
1082       csit-vpp-perf-verify-1904-3n-skx:
1083         - 7   # MRR sel
1084     vpp-performance-changes-3n-skx-mrr-ref:
1085       csit-vpp-perf-verify-1908-3n-skx:
1086         - 36  # MRR sel
1087     vpp-performance-changes-3n-skx-mrr-cmp:
1088       csit-vpp-perf-verify-2001-3n-skx:
1089         - 50  # MRR sel
1090     vpp-performance-changes-3n-skx-mrr:
1091       - "vpp-performance-changes-3n-skx-mrr-h1"
1092       - "vpp-performance-changes-3n-skx-mrr-ref"
1093       - "vpp-performance-changes-3n-skx-mrr-cmp"
1094
1095     vpp-performance-changes-2n-skx-mrr-h1:
1096       csit-vpp-perf-verify-1904-2n-skx:
1097         - 11  # MRR sel
1098     vpp-performance-changes-2n-skx-mrr-ref:
1099       csit-vpp-perf-verify-1908-2n-skx:
1100         - 69  # MRR sel
1101     vpp-performance-changes-2n-skx-mrr-cmp:
1102       csit-vpp-perf-verify-2001-2n-skx:
1103         - 101 # MRR sel
1104         - 128 # MRR sel addition
1105     vpp-performance-changes-2n-skx-mrr:
1106       - "vpp-performance-changes-2n-skx-mrr-h1"
1107       - "vpp-performance-changes-2n-skx-mrr-ref"
1108       - "vpp-performance-changes-2n-skx-mrr-cmp"
1109
1110     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1111       csit-vpp-perf-verify-1908-2n-skx:
1112         - 71  # NFV MRR
1113     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1114       # TODO: Replace
1115       # csit-vpp-perf-verify-2001-2n-skx:
1116       csit-vpp-perf-verify-1908-2n-skx:
1117         - 71  # NFV MRR
1118     vpp-performance-changes-nfv-2n-skx-mrr:
1119       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1120       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1121
1122     vpp-performance-changes-2n-dnv-mrr-ref:
1123       csit-vpp-perf-verify-1908-2n-dnv:
1124         - 11  # MRR sel
1125     vpp-performance-changes-2n-dnv-mrr-cmp:
1126       csit-vpp-perf-verify-2001-2n-dnv:
1127         - 12  # MRR sel
1128     vpp-performance-changes-2n-dnv-mrr:
1129       - "vpp-performance-changes-2n-dnv-mrr-ref"
1130       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1131
1132     vpp-performance-changes-3n-dnv-mrr-ref:
1133       csit-vpp-perf-verify-1908-3n-dnv:
1134         - 17  # MRR sel
1135     vpp-performance-changes-3n-dnv-mrr-cmp:
1136       csit-vpp-perf-verify-2001-3n-dnv:
1137         - 11  # MRR sel
1138     vpp-performance-changes-3n-dnv-mrr:
1139       - "vpp-performance-changes-3n-dnv-mrr-ref"
1140       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1141
1142     vpp-performance-changes-3n-tsh-mrr-ref:
1143       csit-vpp-perf-verify-1908-3n-tsh:
1144         - 17  # MRR sel
1145     vpp-performance-changes-3n-tsh-mrr-cmp:
1146       csit-vpp-perf-verify-2001-3n-tsh:
1147         - 9   # MRR sel
1148     vpp-performance-changes-3n-tsh-mrr:
1149       - "vpp-performance-changes-3n-tsh-mrr-ref"
1150       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1151
1152     dpdk-performance-changes-3n-hsw-h1:
1153       csit-dpdk-perf-verify-1904-3n-hsw:
1154         - 2   # NDRPDR sel
1155         - 3   # NDRPDR sel
1156         - 5   # NDRPDR sel
1157         - 6   # NDRPDR sel
1158         - 13  # NDRPDR sel
1159         - 14  # NDRPDR sel
1160         - 15  # NDRPDR sel
1161         - 18  # NDRPDR sel
1162         - 19  # NDRPDR sel
1163         - 20  # NDRPDR sel
1164     dpdk-performance-changes-3n-hsw-ref:
1165       csit-dpdk-perf-verify-1908-3n-hsw:
1166         - 2   # NDRPDR sel
1167         - 3   # NDRPDR sel
1168         - 4   # NDRPDR sel
1169         - 5   # NDRPDR sel
1170         - 6   # NDRPDR sel
1171         - 7   # NDRPDR sel
1172         - 8   # NDRPDR sel
1173         - 9   # NDRPDR sel
1174         - 10  # NDRPDR sel
1175         - 11  # NDRPDR sel
1176     dpdk-performance-changes-3n-hsw-cmp:
1177       csit-dpdk-perf-verify-2001-3n-hsw:
1178 #        - 4   # NDRPDR sel
1179 #        - 5   # NDRPDR sel
1180 #        - 6   # NDRPDR sel
1181 #        - 7   # NDRPDR sel
1182 #        - 8   # NDRPDR sel
1183 #        - 9   # NDRPDR sel
1184 #        - 10  # NDRPDR sel
1185 #        - 11  # NDRPDR sel
1186 #        - 12  # NDRPDR sel
1187 #        - 13  # NDRPDR sel
1188         - 15  # NDRPDR sel
1189         - 16  # NDRPDR sel
1190         - 17  # NDRPDR sel
1191         - 18  # NDRPDR sel
1192         - 19  # NDRPDR sel
1193         - 20  # NDRPDR sel
1194         - 21  # NDRPDR sel
1195         - 22  # NDRPDR sel
1196         - 23  # NDRPDR sel
1197         - 24  # NDRPDR sel
1198     dpdk-performance-changes-3n-hsw:
1199       - "dpdk-performance-changes-3n-hsw-h1"
1200       - "dpdk-performance-changes-3n-hsw-ref"
1201       - "dpdk-performance-changes-3n-hsw-cmp"
1202
1203     dpdk-performance-changes-3n-skx-h1:
1204       csit-dpdk-perf-verify-1904-3n-skx:
1205         - 2   # NDRPDR sel
1206         - 3   # NDRPDR sel
1207         - 4   # NDRPDR sel
1208         - 5   # NDRPDR sel
1209         - 6   # NDRPDR sel
1210         - 7   # NDRPDR sel
1211         - 11  # NDRPDR sel
1212         - 12  # NDRPDR sel
1213         - 13  # NDRPDR sel
1214         - 14  # NDRPDR sel
1215     dpdk-performance-changes-3n-skx-ref:
1216       csit-dpdk-perf-verify-1908-3n-skx:
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 6   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225         - 11  # NDRPDR sel
1226         - 12  # NDRPDR sel
1227     dpdk-performance-changes-3n-skx-cmp:
1228       csit-dpdk-perf-verify-2001-3n-skx:
1229         - 29  # NDRPDR sel xxv710
1230         - 33  # NDRPDR sel xxv710
1231         - 34  # NDRPDR sel xxv710
1232         - 35  # NDRPDR sel xxv710
1233         - 36  # NDRPDR sel xxv710
1234         - 37  # NDRPDR sel xxv710
1235         - 41  # NDRPDR sel xxv710
1236         - 42  # NDRPDR sel xxv710
1237         - 43  # NDRPDR sel xxv710
1238         - 45  # NDRPDR sel xxv710
1239         - 30  # NDRPDR sel x710
1240         - 31  # NDRPDR sel x710
1241         - 32  # NDRPDR sel x710
1242         - 38  # NDRPDR sel x710
1243         - 39  # NDRPDR sel x710
1244         - 40  # NDRPDR sel x710
1245         - 44  # NDRPDR sel x710
1246         - 46  # NDRPDR sel x710
1247         - 47  # NDRPDR sel x710
1248         - 48  # NDRPDR sel x710
1249     dpdk-performance-changes-3n-skx:
1250       - "dpdk-performance-changes-3n-skx-h1"
1251       - "dpdk-performance-changes-3n-skx-ref"
1252       - "dpdk-performance-changes-3n-skx-cmp"
1253
1254     dpdk-performance-changes-2n-skx-h1:
1255       csit-dpdk-perf-verify-1904-2n-skx:
1256         - 2   # NDRPDR sel
1257         - 3   # NDRPDR sel
1258         - 4   # NDRPDR sel
1259         - 5   # NDRPDR sel
1260         - 7   # NDRPDR sel
1261         - 8   # NDRPDR sel
1262         - 9   # NDRPDR sel
1263         - 10  # NDRPDR sel
1264         - 11  # NDRPDR sel
1265         - 12  # NDRPDR sel
1266     dpdk-performance-changes-2n-skx-ref:
1267       csit-dpdk-perf-verify-1908-2n-skx:
1268         - 2   # NDRPDR sel
1269         - 3   # NDRPDR sel
1270         - 4   # NDRPDR sel
1271         - 5   # NDRPDR sel
1272         - 7   # NDRPDR sel
1273         - 8   # NDRPDR sel
1274         - 9   # NDRPDR sel
1275         - 10  # NDRPDR sel
1276         - 11  # NDRPDR sel
1277         - 12  # NDRPDR sel
1278     dpdk-performance-changes-2n-skx-cmp:
1279       csit-dpdk-perf-verify-2001-2n-skx:
1280         - 35  # NDRPDR sel xxv710
1281         - 36  # NDRPDR sel xxv710
1282         - 37  # NDRPDR sel xxv710
1283         - 41  # NDRPDR sel xxv710
1284         - 42  # NDRPDR sel xxv710
1285         - 43  # NDRPDR sel xxv710
1286         - 46  # NDRPDR sel xxv710
1287         - 47  # NDRPDR sel xxv710
1288         - 52  # NDRPDR sel xxv710
1289         - 53  # NDRPDR sel xxv710
1290         - 38  # NDRPDR sel x710
1291         - 39  # NDRPDR sel x710
1292         - 40  # NDRPDR sel x710
1293         - 44  # NDRPDR sel x710
1294         - 45  # NDRPDR sel x710
1295         - 48  # NDRPDR sel x710
1296         - 49  # NDRPDR sel x710
1297         - 50  # NDRPDR sel x710
1298         - 51  # NDRPDR sel x710
1299         - 54  # NDRPDR sel x710
1300     dpdk-performance-changes-2n-skx:
1301       - "dpdk-performance-changes-2n-skx-h1"
1302       - "dpdk-performance-changes-2n-skx-ref"
1303       - "dpdk-performance-changes-2n-skx-cmp"
1304
1305     # Compare testbeds
1306
1307     vpp-compare-testbeds-ref:
1308       csit-vpp-perf-verify-2001-3n-hsw:
1309         - 21  # NDRPDR sel
1310         - 22  # NDRPDR sel
1311         - 23  # NDRPDR sel
1312         - 24  # NDRPDR sel
1313         - 25  # NDRPDR sel
1314         - 29  # NDRPDR sel
1315         - 30  # NDRPDR sel
1316         - 31  # NDRPDR sel
1317         - 32  # NDRPDR sel
1318         - 34  # NDRPDR sel
1319     vpp-compare-testbeds-cmp:
1320       # TODO: Add the data
1321       csit-vpp-perf-verify-2001-3n-skx:
1322         - 45  # NDRPDR sel
1323         - 46  # NDRPDR sel
1324         - 47  # NDRPDR sel
1325         - 48  # NDRPDR sel
1326         - 49  # NDRPDR sel
1327     vpp-compare-testbeds:
1328       - "vpp-compare-testbeds-ref"
1329       - "vpp-compare-testbeds-cmp"
1330
1331     vpp-compare-testbeds-skx-clx-ref:
1332       # TODO: Add the data
1333       csit-vpp-perf-verify-2001-2n-skx:
1334         - 92  # NDRPDR sel
1335         - 93  # NDRPDR sel
1336         - 94  # NDRPDR sel
1337         - 95  # NDRPDR sel
1338         - 96  # NDRPDR sel
1339         - 97  # NDRPDR sel
1340         - 98  # NDRPDR sel
1341         - 99  # NDRPDR sel
1342         - 100 # NDRPDR sel
1343         - 102 # NDRPDR sel
1344     vpp-compare-testbeds-skx-clx-cmp:
1345       csit-vpp-perf-verify-2001-2n-clx:
1346         - 28  # NDRPDR sel
1347         - 29  # NDRPDR sel
1348         - 32  # NDRPDR sel
1349         - 40  # NDRPDR sel
1350         - 43  # NDRPDR sel
1351         - 44  # NDRPDR sel
1352         - 45  # NDRPDR sel
1353         - 47  # NDRPDR sel
1354         - 48  # NDRPDR sel
1355         - 49  # NDRPDR sel
1356     vpp-compare-testbeds-skx-clx:
1357       - "vpp-compare-testbeds-skx-clx-ref"
1358       - "vpp-compare-testbeds-skx-clx-cmp"
1359
1360     vpp-compare-testbeds-hsw-clx-ref:
1361       csit-vpp-perf-verify-2001-3n-hsw:
1362         - 21  # NDRPDR sel
1363         - 22  # NDRPDR sel
1364         - 23  # NDRPDR sel
1365         - 24  # NDRPDR sel
1366         - 25  # NDRPDR sel
1367         - 29  # NDRPDR sel
1368         - 30  # NDRPDR sel
1369         - 31  # NDRPDR sel
1370         - 32  # NDRPDR sel
1371         - 34  # NDRPDR sel
1372     vpp-compare-testbeds-hsw-clx-cmp:
1373       csit-vpp-perf-verify-2001-2n-clx:
1374         - 28  # NDRPDR sel
1375         - 29  # NDRPDR sel
1376         - 32  # NDRPDR sel
1377         - 40  # NDRPDR sel
1378         - 43  # NDRPDR sel
1379         - 44  # NDRPDR sel
1380         - 45  # NDRPDR sel
1381         - 47  # NDRPDR sel
1382         - 48  # NDRPDR sel
1383         - 49  # NDRPDR sel
1384     vpp-compare-testbeds-hsw-clx:
1385       - "vpp-compare-testbeds-hsw-clx-ref"
1386       - "vpp-compare-testbeds-hsw-clx-cmp"
1387
1388     vpp-compare-testbeds-mrr-ref:
1389       csit-vpp-perf-verify-2001-3n-hsw:
1390         - 17  # MRR sel
1391     vpp-compare-testbeds-mrr-cmp:
1392       csit-vpp-perf-verify-2001-3n-skx:
1393         - 50  # MRR sel
1394     vpp-compare-testbeds-mrr:
1395       - "vpp-compare-testbeds-mrr-ref"
1396       - "vpp-compare-testbeds-mrr-cmp"
1397
1398     vpp-compare-testbeds-mrr-skx-clx-ref:
1399       csit-vpp-perf-verify-2001-2n-skx:
1400         - 101 # MRR sel
1401         - 128 # MRR sel addition
1402     vpp-compare-testbeds-mrr-skx-clx-cmp:
1403       csit-vpp-perf-verify-2001-2n-clx:
1404         - 39  # MRR
1405     vpp-compare-testbeds-mrr-skx-clx:
1406       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1407       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1408
1409     vpp-compare-testbeds-mrr-hsw-clx-ref:
1410       csit-vpp-perf-verify-2001-3n-hsw:
1411         - 17  # MRR sel
1412     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1413       csit-vpp-perf-verify-2001-2n-clx:
1414         - 39  # MRR
1415     vpp-compare-testbeds-mrr-hsw-clx:
1416       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1417       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1418
1419     dpdk-compare-testbeds-ref:
1420       csit-dpdk-perf-verify-2001-3n-hsw:
1421         - 4   # NDRPDR sel
1422         - 5   # NDRPDR sel
1423         - 6   # NDRPDR sel
1424         - 7   # NDRPDR sel
1425         - 8   # NDRPDR sel
1426         - 9   # NDRPDR sel
1427         - 10  # NDRPDR sel
1428         - 11  # NDRPDR sel
1429         - 12  # NDRPDR sel
1430         - 13  # NDRPDR sel
1431         - 15  # NDRPDR sel
1432         - 16  # NDRPDR sel
1433         - 17  # NDRPDR sel
1434         - 18  # NDRPDR sel
1435         - 19  # NDRPDR sel
1436         - 20  # NDRPDR sel
1437         - 21  # NDRPDR sel
1438         - 22  # NDRPDR sel
1439         - 23  # NDRPDR sel
1440         - 24  # NDRPDR sel
1441     dpdk-compare-testbeds-cmp:
1442       csit-dpdk-perf-verify-2001-3n-skx:
1443         - 29  # NDRPDR sel xxv710
1444         - 33  # NDRPDR sel xxv710
1445         - 34  # NDRPDR sel xxv710
1446         - 35  # NDRPDR sel xxv710
1447         - 36  # NDRPDR sel xxv710
1448         - 37  # NDRPDR sel xxv710
1449         - 41  # NDRPDR sel xxv710
1450         - 42  # NDRPDR sel xxv710
1451         - 43  # NDRPDR sel xxv710
1452         - 45  # NDRPDR sel xxv710
1453         - 30  # NDRPDR sel x710
1454         - 31  # NDRPDR sel x710
1455         - 32  # NDRPDR sel x710
1456         - 38  # NDRPDR sel x710
1457         - 39  # NDRPDR sel x710
1458         - 40  # NDRPDR sel x710
1459         - 44  # NDRPDR sel x710
1460         - 46  # NDRPDR sel x710
1461         - 47  # NDRPDR sel x710
1462         - 48  # NDRPDR sel x710
1463     dpdk-compare-testbeds:
1464       - "dpdk-compare-testbeds-ref"
1465       - "dpdk-compare-testbeds-cmp"
1466
1467     dpdk-compare-testbeds-skx-clx-ref:
1468       csit-dpdk-perf-verify-2001-2n-skx:
1469         - 35  # NDRPDR sel xxv710
1470         - 36  # NDRPDR sel xxv710
1471         - 37  # NDRPDR sel xxv710
1472         - 41  # NDRPDR sel xxv710
1473         - 42  # NDRPDR sel xxv710
1474         - 43  # NDRPDR sel xxv710
1475         - 46  # NDRPDR sel xxv710
1476         - 47  # NDRPDR sel xxv710
1477         - 52  # NDRPDR sel xxv710
1478         - 53  # NDRPDR sel xxv710
1479         - 38  # NDRPDR sel x710
1480         - 39  # NDRPDR sel x710
1481         - 40  # NDRPDR sel x710
1482         - 44  # NDRPDR sel x710
1483         - 45  # NDRPDR sel x710
1484         - 48  # NDRPDR sel x710
1485         - 49  # NDRPDR sel x710
1486         - 50  # NDRPDR sel x710
1487         - 51  # NDRPDR sel x710
1488         - 54  # NDRPDR sel x710
1489     dpdk-compare-testbeds-skx-clx-cmp:
1490       csit-dpdk-perf-verify-2001-2n-clx:
1491         - 15  # NDRPDR sel
1492         - 16  # NDRPDR sel
1493         - 17  # NDRPDR sel
1494         - 18  # NDRPDR sel
1495         - 19  # NDRPDR sel
1496         - 20  # NDRPDR sel
1497         - 21  # NDRPDR sel
1498         - 22  # NDRPDR sel
1499         - 23  # NDRPDR sel
1500         - 24  # NDRPDR sel
1501         - 25  # NDRPDR sel
1502         - 26  # NDRPDR sel
1503         - 27  # NDRPDR sel
1504         - 28  # NDRPDR sel
1505         - 29  # NDRPDR sel
1506         - 30  # NDRPDR sel
1507         - 31  # NDRPDR sel
1508         - 32  # NDRPDR sel
1509         - 33  # NDRPDR sel
1510         - 34  # NDRPDR sel
1511
1512     dpdk-compare-testbeds-skx-clx:
1513       - "dpdk-compare-testbeds-skx-clx-ref"
1514       - "dpdk-compare-testbeds-skx-clx-cmp"
1515
1516     # Compare topologies
1517
1518     vpp-compare-topologies-ref:
1519       # TODO: Add the data
1520       csit-vpp-perf-verify-2001-3n-skx:
1521         - 45  # NDRPDR sel
1522         - 46  # NDRPDR sel
1523         - 47  # NDRPDR sel
1524         - 48  # NDRPDR sel
1525         - 49  # NDRPDR sel
1526     vpp-compare-topologies-cmp:
1527       # TODO: Add the data
1528       csit-vpp-perf-verify-2001-2n-skx:
1529         - 92  # NDRPDR sel
1530         - 93  # NDRPDR sel
1531         - 94  # NDRPDR sel
1532         - 95  # NDRPDR sel
1533         - 96  # NDRPDR sel
1534         - 97  # NDRPDR sel
1535         - 98  # NDRPDR sel
1536         - 99  # NDRPDR sel
1537         - 100 # NDRPDR sel
1538         - 102 # NDRPDR sel
1539     vpp-compare-topologies:
1540       - "vpp-compare-topologies-ref"
1541       - "vpp-compare-topologies-cmp"
1542
1543     vpp-compare-topologies-mrr-ref:
1544       csit-vpp-perf-verify-2001-3n-skx:
1545         - 50  # MRR sel
1546     vpp-compare-topologies-mrr-cmp:
1547       csit-vpp-perf-verify-2001-2n-skx:
1548         - 101 # MRR sel
1549         - 128 # MRR sel addition
1550     vpp-compare-topologies-mrr:
1551       - "vpp-compare-topologies-mrr-ref"
1552       - "vpp-compare-topologies-mrr-cmp"
1553
1554     dpdk-compare-topologies-ref:
1555       csit-dpdk-perf-verify-2001-3n-skx:
1556         - 29  # NDRPDR sel xxv710
1557         - 33  # NDRPDR sel xxv710
1558         - 34  # NDRPDR sel xxv710
1559         - 35  # NDRPDR sel xxv710
1560         - 36  # NDRPDR sel xxv710
1561         - 37  # NDRPDR sel xxv710
1562         - 41  # NDRPDR sel xxv710
1563         - 42  # NDRPDR sel xxv710
1564         - 43  # NDRPDR sel xxv710
1565         - 45  # NDRPDR sel xxv710
1566         - 30  # NDRPDR sel x710
1567         - 31  # NDRPDR sel x710
1568         - 32  # NDRPDR sel x710
1569         - 38  # NDRPDR sel x710
1570         - 39  # NDRPDR sel x710
1571         - 40  # NDRPDR sel x710
1572         - 44  # NDRPDR sel x710
1573         - 46  # NDRPDR sel x710
1574         - 47  # NDRPDR sel x710
1575         - 48  # NDRPDR sel x710
1576     dpdk-compare-topologies-cmp:
1577       csit-dpdk-perf-verify-2001-2n-skx:
1578         - 35  # NDRPDR sel xxv710
1579         - 36  # NDRPDR sel xxv710
1580         - 37  # NDRPDR sel xxv710
1581         - 41  # NDRPDR sel xxv710
1582         - 42  # NDRPDR sel xxv710
1583         - 43  # NDRPDR sel xxv710
1584         - 46  # NDRPDR sel xxv710
1585         - 47  # NDRPDR sel xxv710
1586         - 52  # NDRPDR sel xxv710
1587         - 53  # NDRPDR sel xxv710
1588         - 38  # NDRPDR sel x710
1589         - 39  # NDRPDR sel x710
1590         - 40  # NDRPDR sel x710
1591         - 44  # NDRPDR sel x710
1592         - 45  # NDRPDR sel x710
1593         - 48  # NDRPDR sel x710
1594         - 49  # NDRPDR sel x710
1595         - 50  # NDRPDR sel x710
1596         - 51  # NDRPDR sel x710
1597         - 54  # NDRPDR sel x710
1598     dpdk-compare-topologies:
1599       - "dpdk-compare-topologies-ref"
1600       - "dpdk-compare-topologies-cmp"
1601
1602   plot-layouts:
1603
1604     plot-soak-throughput:
1605       titlefont:
1606         size: 18
1607       xaxis:
1608         title: "<b>Test Cases [Index]</b>"
1609         titlefont:
1610           size: 16
1611         autorange: True
1612         fixedrange: False
1613         gridcolor: "rgb(230, 230, 230)"
1614         linecolor: "rgb(220, 220, 220)"
1615         linewidth: 1
1616         showgrid: True
1617         showline: True
1618         showticklabels: True
1619         tickcolor: "rgb(220, 220, 220)"
1620         tickmode: "linear"
1621         tickfont:
1622           size: 16
1623         zeroline: False
1624       yaxis:
1625         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1626         titlefont:
1627           size: 16
1628         gridcolor: "rgb(230, 230, 230)"
1629         hoverformat: ".4r"
1630         tickformat: ".3r"
1631         linecolor: "rgb(220, 220, 220)"
1632         linewidth: 1
1633         showgrid: True
1634         showline: True
1635         showticklabels: True
1636         tickcolor: "rgb(220, 220, 220)"
1637         tickfont:
1638           size: 16
1639         zeroline: False
1640         range: [0,50]
1641       autosize: False
1642       margin:
1643         t: 50
1644         b: 0
1645         l: 80
1646         r: 20
1647       showlegend: True
1648       legend:
1649         orientation: "h"
1650         font:
1651           size: 16
1652       width: 700
1653       height: 900
1654       paper_bgcolor: "#fff"
1655       plot_bgcolor: "#fff"
1656       hoverlabel:
1657         namelength: -1
1658
1659     plot-service-density:
1660       titlefont:
1661         size: 18
1662       xaxis:
1663         side: "top"
1664         autorange: True
1665         fixedrange: False
1666         showgrid: False
1667         showline: False
1668         showticklabels: False
1669         ticks: ""
1670         ticklen: 0
1671         tickwidth: 0
1672         zeroline: False
1673       yaxis:
1674         autorange: "reversed"
1675         showgrid: False
1676         showline: False
1677         showticklabels: False
1678         ticks: ""
1679         ticklen: 0
1680         tickwidth: 0
1681         zeroline: False
1682       showlegend: False
1683       paper_bgcolor: "#fff"
1684       plot_bgcolor: "#fff"
1685       width: 700
1686       height: 700
1687       hoverlabel:
1688         namelength: -1
1689
1690     plot-cps:
1691       titlefont:
1692         size: 18
1693       xaxis:
1694         title: "<b>Test Cases [Index]</b>"
1695         titlefont:
1696           size: 16
1697         autorange: True
1698         fixedrange: False
1699         gridcolor: "rgb(230, 230, 230)"
1700         linecolor: "rgb(220, 220, 220)"
1701         linewidth: 1
1702         showgrid: True
1703         showline: True
1704         showticklabels: True
1705         tickcolor: "rgb(220, 220, 220)"
1706         tickmode: "linear"
1707         tickfont:
1708           size: 16
1709         zeroline: False
1710       yaxis:
1711         title: "<b>Connections Per Second [cps]</b>"
1712         titlefont:
1713           size: 16
1714         gridcolor: "rgb(230, 230, 230)"
1715         hoverformat: ".4s"
1716         linecolor: "rgb(220, 220, 220)"
1717         linewidth: 1
1718         rangemode: "tozero"
1719         showgrid: True
1720         showline: True
1721         showticklabels: True
1722         tickcolor: "rgb(220, 220, 220)"
1723         tickformat: ".3s"
1724         tickfont:
1725           size: 16
1726         zeroline: False
1727       boxmode: "group"
1728       boxgroupgap: 0.5
1729       autosize: False
1730       margin:
1731         t: 50
1732         b: 20
1733         l: 80
1734         r: 20
1735       showlegend: True
1736       legend:
1737         orientation: "h"
1738         font:
1739           size: 16
1740       width: 700
1741       height: 800
1742       paper_bgcolor: "#fff"
1743       plot_bgcolor: "#fff"
1744       hoverlabel:
1745         namelength: -1
1746
1747     plot-rps:
1748       titlefont:
1749         size: 18
1750       xaxis:
1751         title: "<b>Test Cases [Index]</b>"
1752         titlefont:
1753           size: 16
1754         autorange: True
1755         fixedrange: False
1756         gridcolor: "rgb(230, 230, 230)"
1757         linecolor: "rgb(220, 220, 220)"
1758         linewidth: 1
1759         showgrid: True
1760         showline: True
1761         showticklabels: True
1762         tickcolor: "rgb(220, 220, 220)"
1763         tickmode: "linear"
1764         tickfont:
1765           size: 16
1766         zeroline: False
1767       yaxis:
1768         title: "<b>Requests Per Second [rps]</b>"
1769         titlefont:
1770           size: 16
1771         gridcolor: "rgb(230, 230, 230)"
1772         hoverformat: ".4s"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         rangemode: "tozero"
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(230, 230, 230)"
1780         tickformat: ".3s"
1781         tickfont:
1782           size: 16
1783         zeroline: False
1784       boxmode: "group"
1785       boxgroupgap: 0.5
1786       autosize: False
1787       margin:
1788         t: 50
1789         b: 20
1790         l: 80
1791         r: 20
1792       showlegend: True
1793       legend:
1794         orientation: "h"
1795         font:
1796           size: 16
1797       width: 700
1798       height: 800
1799       paper_bgcolor: "#fff"
1800       plot_bgcolor: "#fff"
1801       hoverlabel:
1802         namelength: -1
1803
1804     plot-hoststack:
1805       titlefont:
1806         size: 16
1807       xaxis:
1808         title: "<b>Test Cases [Index]</b>"
1809         titlefont:
1810           size: 14
1811         autorange: True
1812         fixedrange: False
1813         gridcolor: "rgb(230, 230, 230)"
1814         linecolor: "rgb(220, 220, 220)"
1815         linewidth: 1
1816         showgrid: True
1817         showline: True
1818         showticklabels: True
1819         tickcolor: "rgb(220, 220, 220)"
1820         tickmode: "linear"
1821         tickfont:
1822           size: 14
1823         zeroline: False
1824       yaxis:
1825         title: "<b>Bandwidth [Gbps]</b>"
1826         titlefont:
1827           size: 14
1828         gridcolor: "rgb(230, 230, 230)"
1829         hoverformat: ".4s"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         rangemode: "tozero"
1833         showgrid: True
1834         showline: True
1835         showticklabels: True
1836         tickcolor: "rgb(230, 230, 230)"
1837         tickformat: ".3s"
1838         tickfont:
1839           size: 14
1840         zeroline: False
1841       boxmode: "group"
1842       boxgroupgap: 0.5
1843       autosize: False
1844       margin:
1845         t: 50
1846         b: 20
1847         l: 80
1848         r: 20
1849       showlegend: True
1850       legend:
1851         orientation: "h"
1852         font:
1853           size: 14
1854       width: 700
1855       height: 800
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860
1861     plot-throughput:
1862       titlefont:
1863         size: 18
1864       xaxis:
1865         title: "<b>Test Cases [Index]</b>"
1866         titlefont:
1867           size: 16
1868         autorange: True
1869         fixedrange: False
1870         gridcolor: "rgb(230, 230, 230)"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(220, 220, 220)"
1877         tickmode: "linear"
1878         tickfont:
1879           size: 16
1880         zeroline: False
1881       yaxis:
1882         title: "<b>Packet Throughput [Mpps]</b>"
1883         titlefont:
1884           size: 16
1885         gridcolor: "rgb(230, 230, 230)"
1886         hoverformat: ".4r"
1887         tickformat: ".3r"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(220, 220, 220)"
1894         tickfont:
1895           size: 16
1896         zeroline: False
1897         range: [0,50]
1898       autosize: False
1899       margin:
1900         t: 50
1901         b: 0
1902         l: 80
1903         r: 20
1904       showlegend: True
1905       legend:
1906         orientation: "h"
1907         font:
1908           size: 16
1909       width: 700
1910       height: 900
1911       paper_bgcolor: "#fff"
1912       plot_bgcolor: "#fff"
1913       hoverlabel:
1914         namelength: -1
1915
1916     plot-throughput-speedup-analysis:
1917       titlefont:
1918         size: 18
1919       xaxis:
1920         title: "<b>Number of Cores [Qty]</b>"
1921         titlefont:
1922           size: 16
1923         autorange: True
1924         fixedrange: False
1925         gridcolor: "rgb(230, 230, 230)"
1926         linecolor: "rgb(220, 220, 220)"
1927         linewidth: 1
1928         showgrid: True
1929         showline: True
1930         showticklabels: True
1931         tickcolor: "rgb(238, 238, 238)"
1932         tickmode: "linear"
1933         tickfont:
1934           size: 16
1935         zeroline: False
1936       yaxis:
1937         title: "<b>Packet Throughput [Mpps]</b>"
1938         titlefont:
1939           size: 16
1940         type: "linear"
1941         gridcolor: "rgb(230, 230, 230)"
1942         hoverformat: ".4s"
1943         linecolor: "rgb(220, 220, 220)"
1944         linewidth: 1
1945         showgrid: True
1946         showline: True
1947         showticklabels: True
1948         tickcolor: "rgb(220, 220, 220)"
1949         tickformat: ".4s"
1950         tickfont:
1951           size: 16
1952         zeroline: True
1953         rangemode: "tozero"
1954         range: [0,100]
1955       legend:
1956         orientation: "h"
1957         font:
1958           size: 16
1959         xanchor: "left"
1960         yanchor: "top"
1961         x: 0
1962         y: -0.2
1963         bgcolor: "rgba(255, 255, 255, 0)"
1964         bordercolor: "rgba(255, 255, 255, 0)"
1965         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1966       autosize: False
1967       margin:
1968           't': 50
1969           'b': 150
1970           'l': 85
1971           'r': 10
1972       showlegend: True
1973       width: 700
1974       height: 700
1975       paper_bgcolor: "#fff"
1976       plot_bgcolor: "#fff"
1977       hoverlabel:
1978         namelength: -1
1979       annotations: [
1980         {
1981           text: "_ _          __          ...",
1982           align: "left",
1983           showarrow: False,
1984           xref: "paper",
1985           yref: "paper",
1986           xanchor: "left",
1987           yanchor: "top",
1988           x: 0,
1989           y: -0.13,
1990           font: {
1991             family: "Consolas, Courier New",
1992             size: 15
1993           },
1994         },
1995         {
1996           text: "    Perfect     Measured     Limit",
1997           align: "left",
1998           showarrow: False,
1999           xref: "paper",
2000           yref: "paper",
2001           xanchor: "left",
2002           yanchor: "top",
2003           x: 0,
2004           y: -0.15,
2005           font: {
2006             family: "Consolas, Courier New",
2007             size: 15
2008           },
2009         },
2010       ]
2011
2012     plot-latency:
2013       titlefont:
2014         size: 18
2015       xaxis:
2016         title: "<b>Direction</b>"
2017         titlefont:
2018           size: 16
2019         autorange: True
2020         fixedrange: False
2021         gridcolor: "rgb(230, 230, 230)"
2022         linecolor: "rgb(220, 220, 220)"
2023         linewidth: 1
2024         showgrid: True
2025         showline: True
2026         showticklabels: False
2027         tickcolor: "rgb(220, 220, 220)"
2028         tickmode: "linear"
2029         tickfont:
2030           size: 16
2031         zeroline: False
2032       yaxis:
2033         title: "<b>Packet Latency [uSec]</b>"
2034         titlefont:
2035           size: 16
2036         type: "linear"
2037         gridcolor: "rgb(230, 230, 230)"
2038         hoverformat: ".4s"
2039         linecolor: "rgb(220, 220, 220)"
2040         linewidth: 1
2041         showgrid: True
2042         showline: True
2043         showticklabels: True
2044         tickcolor: "rgb(220, 220, 220)"
2045         tickformat: ".4s"
2046         tickfont:
2047           size: 16
2048         zeroline: True
2049         rangemode: "tozero"
2050       legend:
2051         orientation: "h"
2052         font:
2053           size: 16
2054         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2055       autosize: False
2056       margin:
2057           't': 50
2058           'b': 150
2059           'l': 80
2060           'r': 10
2061       showlegend: True
2062       width: 700
2063       height: 700
2064       paper_bgcolor: "#fff"
2065       plot_bgcolor: "#fff"
2066       hoverlabel:
2067         namelength: -1
2068
2069     plot-hdrh-latency:
2070       title:
2071         text: ""
2072         xanchor: "center"
2073         x: 0.5
2074         font:
2075           size: 16
2076       width: 700
2077       plot_bgcolor: "white"
2078       annotations:
2079         - font:
2080             size: 14
2081           showarrow: False
2082           text: "<b>Packet Latency [uSec]</b>"
2083           x: 1
2084           xanchor: "right"
2085           xref: "paper"
2086           y: -0.045
2087           yanchor: "top"
2088           yref: "paper"
2089         - font:
2090             size: 14
2091           showarrow: False
2092           text: "<b>Probability [%]</b>"
2093           textangle: 270
2094           x: -0.06
2095           xanchor: "center"
2096           xref: "paper"
2097           y: 0.5
2098           yanchor: "middle"
2099           yref: "paper"
2100         - font:
2101             size: 14
2102           showarrow: False
2103           text: "<b>Direction: E-W</b>"
2104           x: 0.24
2105           xanchor: "center"
2106           xref: "paper"
2107           y: 1.05
2108           yanchor: "bottom"
2109           yref: "paper"
2110         - font:
2111             size: 14
2112           showarrow: False
2113           text: "<b>Direction: W-E</b>"
2114           x: 0.74
2115           xanchor: "center"
2116           xref: "paper"
2117           y: 1.05
2118           yanchor: "bottom"
2119           yref: "paper"
2120
2121     plot-hdrh-latency-percentile:
2122       title:
2123         text: ""
2124         xanchor: "center"
2125         x: 0.5
2126         font:
2127           size: 18
2128       xaxis:
2129         type: "log"
2130         title: "<b>Percentile [%]</b>"
2131         titlefont:
2132           size: 16
2133         autorange: True
2134         fixedrange: False
2135         gridcolor: "rgb(230, 230, 230)"
2136         linecolor: "rgb(220, 220, 220)"
2137         linewidth: 1
2138         showgrid: True
2139         showline: True
2140         showticklabels: True
2141         tickcolor: "rgb(220, 220, 220)"
2142         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2143         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2144         tickfont:
2145           size: 16
2146       yaxis:
2147         title: "<b>Packet Latency [uSec]</b>"
2148         titlefont:
2149           size: 16
2150         gridcolor: "rgb(230, 230, 230)"
2151         linecolor: "rgb(220, 220, 220)"
2152         linewidth: 1
2153         showgrid: True
2154         showline: True
2155         showticklabels: True
2156         tickcolor: "rgb(220, 220, 220)"
2157         tickfont:
2158           size: 16
2159       autosize: False
2160       showlegend: True
2161       legend:
2162         traceorder: "normal"
2163         orientation: "h"
2164         font:
2165           size: 16
2166         xanchor: "left"
2167         yanchor: "top"
2168         x: 0
2169         y: -0.15
2170         bgcolor: "rgba(255, 255, 255, 0)"
2171         bordercolor: "rgba(255, 255, 255, 0)"
2172       width: 700
2173       height: 700
2174       paper_bgcolor: "white"
2175       plot_bgcolor: "white"
2176
2177     plot-hdrh-latency-by-percentile:
2178       title:
2179         text: "<b>Latency by Percentile Distribution</b>"
2180         xanchor: "center"
2181         x: 0.5
2182         font:
2183           size: 18
2184       showlegend: True
2185       legend:
2186         traceorder: "normal"
2187         orientation: "h"
2188         font:
2189           size: 16
2190         xanchor: "left"
2191         yanchor: "top"
2192         x: 0
2193         y: -0.2
2194         bgcolor: "rgba(255, 255, 255, 0)"
2195         bordercolor: "rgba(255, 255, 255, 0)"
2196       xaxis:
2197         type: "linear"
2198         title: "<b>Percentile [%]</b>"
2199         titlefont:
2200           size: 14
2201         autorange: False
2202         fixedrange: False
2203         range: [0, 100]
2204         gridcolor: "rgb(230, 230, 230)"
2205         linecolor: "rgb(220, 220, 220)"
2206         linewidth: 1
2207         showgrid: True
2208         showline: True
2209         showticklabels: True
2210         tickcolor: "rgb(220, 220, 220)"
2211         tickvals: [0, 25, 50, 75, 100]
2212         ticktext: [0, 25, 50, 75, 100]
2213         tickfont:
2214           size: 14
2215       yaxis:
2216         title: "<b>One-Way Latency per Direction [uSec]</b>"
2217         titlefont:
2218           size: 14
2219         gridcolor: "rgb(230, 230, 230)"
2220         linecolor: "rgb(220, 220, 220)"
2221         linewidth: 1
2222         showgrid: True
2223         showline: True
2224         showticklabels: True
2225         tickcolor: "rgb(220, 220, 220)"
2226         tickfont:
2227           size: 14
2228       width: 700
2229       height: 700
2230       paper_bgcolor: "white"
2231       plot_bgcolor: "white"
2232
2233 - type: "static"
2234   src-path: "{DIR[RST]}"
2235   dst-path: "{DIR[WORKING,SRC]}"
2236
2237 - type: "input"
2238   general:
2239     file-name: "output_info.xml.gz"
2240     file-format: ".gz"
2241     arch-file-format:
2242       - ".gz"
2243       - ".zip"
2244     download-path: "{job}/{build}/archives/{filename}"
2245     extract: "output.xml"
2246
2247     zip-file-name: "robot-plugin.zip"
2248     zip-file-format: ".zip"
2249     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2250     zip-extract: "robot-plugin/output.xml"
2251
2252   builds:
2253
2254     csit-vpp-perf-verify-1904-3n-hsw:
2255       - 9   # MRR sel
2256       - 11  # NDRPDR sel
2257       - 12  # NDRPDR sel
2258       - 20  # NDRPDR sel
2259       - 21  # NDRPDR sel
2260       - 23  # NDRPDR sel
2261       - 24  # NDRPDR sel
2262       - 25  # NDRPDR sel
2263       - 26  # NDRPDR sel
2264       - 29  # NDRPDR sel
2265       - 30  # NDRPDR sel
2266     csit-vpp-perf-verify-1908-3n-hsw:
2267       - 12  # NDRPDR sel
2268       - 13  # NDRPDR sel
2269       - 14  # NDRPDR sel
2270       - 15  # NDRPDR sel
2271       - 16  # NDRPDR sel
2272       - 17  # NDRPDR sel
2273       - 18  # NDRPDR sel
2274       - 19  # NDRPDR sel
2275       - 20  # NDRPDR sel
2276       - 21  # NDRPDR sel
2277       - 48  # NDRPDR sel vhost
2278       - 49  # NDRPDR sel vhost
2279       - 52  # NDRPDR sel vhost
2280       - 53  # NDRPDR sel vhost
2281       - 54  # NDRPDR sel vhost
2282       - 55  # NDRPDR sel vhost
2283       - 56  # NDRPDR sel vhost
2284       - 57  # NDRPDR sel vhost
2285       - 58  # NDRPDR sel vhost
2286       - 59  # NDRPDR sel vhost
2287       - 39  # MRR sel
2288     csit-vpp-perf-verify-2001-3n-hsw:
2289       - 21  # NDRPDR sel
2290       - 22  # NDRPDR sel
2291       - 23  # NDRPDR sel
2292       - 24  # NDRPDR sel
2293       - 25  # NDRPDR sel
2294       - 29  # NDRPDR sel
2295       - 30  # NDRPDR sel
2296       - 31  # NDRPDR sel
2297       - 32  # NDRPDR sel
2298       - 34  # NDRPDR sel
2299       - 17  # MRR sel
2300       - 18  # NDRPDR full
2301       - 20  # NDRPDR full
2302       - 28  # NDRPDR full
2303       - 35  # NDRPDR full
2304       - 42  # NDRPDR full
2305       - 46  # NDRPDR full
2306       - 47  # NDRPDR full
2307       - 48  # NDRPDR full
2308       - 49  # NDRPDR full
2309       - 50  # NDRPDR full
2310       - 51  # NDRPDR full
2311       - 52  # NDRPDR full
2312       - 53  # NDRPDR full
2313       - 54  # NDRPDR full
2314       - 55  # NDRPDR full
2315       - 56  # NDRPDR full
2316       - 57  # NDRPDR full
2317       - 58  # NDRPDR full
2318       - 59  # NDRPDR full
2319       - 61  # NDRPDR full
2320       - 62  # NDRPDR full
2321       - 63  # NDRPDR full
2322       - 64  # NDRPDR full
2323       - 65  # NDRPDR full
2324       - 67  # NDRPDR full
2325       - 70  # NDRPDR full
2326       - 72  # NDRPDR full
2327       - 73  # NDRPDR full
2328       - 76  # NDRPDR full
2329       - 77  # NDRPDR full
2330       - 78  # NDRPDR full
2331       - 79  # NDRPDR full
2332       - 81  # NDRPDR full
2333       - 82  # NDRPDR full
2334       - 84  # NDRPDR full
2335       - 85  # NDRPDR full
2336       - 87  # hoststack
2337       - 88  # hoststack
2338       - 89  # hoststack
2339       - 90  # hoststack
2340       - 91  # hoststack
2341       - 92  # hoststack
2342       - 93  # hoststack
2343       - 94  # hoststack
2344       - 95  # hoststack
2345       - 96  # hoststack
2346
2347     csit-vpp-perf-verify-1904-3n-skx:
2348       - 7   # MRR sel
2349       - 8   # NDRPDR sel
2350       - 9   # NDRPDR sel
2351       - 10  # NDRPDR sel
2352       - 11  # NDRPDR sel
2353       - 12  # NDRPDR sel
2354       - 14  # NDRPDR sel
2355       - 16  # NDRPDR sel
2356       - 21  # NDRPDR sel
2357       - 23  # NDRPDR sel
2358       - 25  # NDRPDR sel
2359     csit-vpp-perf-verify-1908-3n-skx:
2360       - 14  # NDRPDR sel
2361       - 16  # NDRPDR sel
2362       - 19  # NDRPDR sel
2363       - 20  # NDRPDR sel
2364       - 22  # NDRPDR sel
2365       - 23  # NDRPDR sel
2366       - 24  # NDRPDR sel
2367       - 25  # NDRPDR sel
2368       - 26  # NDRPDR sel
2369       - 29  # NDRPDR sel
2370       - 52  # NDRPDR sel vhost
2371       - 53  # NDRPDR sel vhost
2372       - 55  # NDRPDR sel vhost
2373       - 61  # NDRPDR sel vhost
2374       - 62  # NDRPDR sel vhost
2375       - 63  # NDRPDR sel vhost
2376       - 64  # NDRPDR sel vhost
2377       - 65  # NDRPDR sel vhost
2378       - 66  # NDRPDR sel vhost
2379       - 67  # NDRPDR sel vhost
2380       - 36  # MRR sel
2381     csit-vpp-perf-verify-2001-3n-skx:
2382       - 45  # NDRPDR sel
2383       - 46  # NDRPDR sel
2384       - 47  # NDRPDR sel
2385       - 48  # NDRPDR sel
2386       - 49  # NDRPDR sel
2387       - 50  # MRR sel
2388
2389     csit-vpp-perf-verify-1904-2n-skx:
2390       - 11  # MRR sel
2391       - 12  # NDRPDR sel
2392       - 14  # NDRPDR sel
2393       - 16  # NDRPDR sel
2394       - 17  # NDRPDR sel
2395       - 18  # NDRPDR sel
2396       - 21  # NDRPDR sel
2397       - 27  # NDRPDR sel
2398       - 30  # NDRPDR sel
2399       - 31  # NDRPDR sel
2400       - 32  # NDRPDR sel
2401     csit-vpp-perf-verify-1908-2n-skx:
2402       - 26  # NDRPDR sel
2403       - 27  # NDRPDR sel
2404       - 34  # NDRPDR sel
2405       - 35  # NDRPDR sel
2406       - 36  # NDRPDR sel
2407       - 42  # NDRPDR sel
2408       - 43  # NDRPDR sel
2409       - 44  # NDRPDR sel
2410       - 45  # NDRPDR sel
2411       - 46  # NDRPDR sel
2412       - 88  # NDRPDR sel vhost
2413       - 89  # NDRPDR sel vhost
2414       - 91  # NDRPDR sel vhost
2415       - 92  # NDRPDR sel vhost
2416       - 93  # NDRPDR sel vhost
2417       - 94  # NDRPDR sel vhost
2418       - 95  # NDRPDR sel vhost
2419       - 96  # NDRPDR sel vhost
2420       - 97  # NDRPDR sel vhost
2421       - 98  # NDRPDR sel vhost
2422       - 69  # MRR sel
2423 #      - 22  # NFV
2424 #      - 31  # NFV
2425 #      - 32  # NFV
2426 #      - 71  # NFV MRR
2427     csit-vpp-perf-verify-2001-2n-skx:
2428       - 92  # NDRPDR sel
2429       - 93  # NDRPDR sel
2430       - 94  # NDRPDR sel
2431       - 95  # NDRPDR sel
2432       - 96  # NDRPDR sel
2433       - 97  # NDRPDR sel
2434       - 98  # NDRPDR sel
2435       - 99  # NDRPDR sel
2436       - 100 # NDRPDR sel
2437       - 102 # NDRPDR sel
2438       - 101 # MRR sel
2439       - 128 # MRR sel addition
2440
2441     csit-vpp-perf-verify-2001-2n-clx:
2442       - 28  # NDRPDR sel
2443       - 29  # NDRPDR sel
2444       - 32  # NDRPDR sel
2445       - 40  # NDRPDR sel
2446       - 43  # NDRPDR sel
2447       - 44  # NDRPDR sel
2448       - 45  # NDRPDR sel
2449       - 47  # NDRPDR sel
2450       - 48  # NDRPDR sel
2451       - 49  # NDRPDR sel
2452       - 39  # MRR
2453       - 53  # NDRPDR full
2454       - 54  # NDRPDR full
2455       - 55  # NDRPDR full
2456       - 56  # NDRPDR full
2457       - 57  # NDRPDR full
2458       - 58  # NDRPDR full
2459       - 59  # NDRPDR full
2460       - 60  # NDRPDR full
2461       - 61  # NDRPDR full
2462       - 62  # NDRPDR full
2463       - 63  # NDRPDR full
2464       - 64  # NDRPDR full
2465       - 65  # NDRPDR full
2466       - 66  # NDRPDR full
2467       - 67  # NDRPDR full
2468       - 68  # Reconf
2469       - 69  # Reconf
2470       - 70  # Reconf
2471       - 71  # Reconf
2472       - 72  # Reconf
2473       - 73  # Reconf
2474       - 74  # Reconf
2475       - 75  # Reconf
2476       - 76  # Reconf
2477       - 77  # Reconf
2478       - 80  # TCP
2479       - 82  # TCP
2480       - 83  # TCP
2481       - 85  # TCP
2482       - 86  # TCP
2483       - 87  # TCP
2484       - 88  # TCP
2485       - 89  # TCP
2486       - 90  # TCP
2487       - 91  # TCP
2488       - 93  # Soak
2489       - 94  # Soak
2490
2491     csit-vpp-perf-verify-1908-3n-tsh:
2492       - 7   # NDRPDR sel
2493       - 8   # NDRPDR sel
2494       - 9   # NDRPDR sel
2495       - 10  # NDRPDR sel
2496       - 11  # NDRPDR sel
2497       - 12  # NDRPDR sel
2498       - 13  # NDRPDR sel
2499       - 14  # NDRPDR sel
2500       - 15  # NDRPDR sel
2501       - 16  # NDRPDR sel
2502       - 17  # MRR sel
2503     csit-vpp-perf-verify-2001-3n-tsh:
2504       - 3   # NDRPDR sel
2505       - 4   # NDRPDR sel
2506       - 7   # NDRPDR sel
2507       - 8   # NDRPDR sel
2508       - 10  # NDRPDR sel
2509       - 12  # NDRPDR sel
2510       - 13  # NDRPDR sel
2511       - 14  # NDRPDR sel
2512       - 15  # NDRPDR sel
2513       - 21  # NDRPDR sel
2514       - 9   # MRR sel
2515
2516     csit-vpp-perf-verify-1908-3n-dnv:
2517       - 6   # NDRPDR sel
2518       - 7   # NDRPDR sel
2519       - 8   # NDRPDR sel
2520       - 9   # NDRPDR sel
2521       - 10  # NDRPDR sel
2522       - 12  # NDRPDR sel
2523       - 13  # NDRPDR sel
2524       - 14  # NDRPDR sel
2525       - 15  # NDRPDR sel
2526       - 16  # NDRPDR sel
2527       - 17  # MRR sel
2528     csit-vpp-perf-verify-2001-3n-dnv:
2529       - 5   # NDRPDR sel
2530       - 6   # NDRPDR sel
2531       - 7   # NDRPDR sel
2532       - 8   # NDRPDR sel
2533       - 9   # NDRPDR sel
2534       - 10  # NDRPDR sel
2535       - 12  # NDRPDR sel
2536       - 16  # NDRPDR sel
2537       - 17  # NDRPDR sel
2538       - 18  # NDRPDR sel
2539       - 11  # MRR sel
2540       - 19  # NDRPDR full
2541       - 20  # NDRPDR full
2542       - 21  # NDRPDR full
2543       - 22  # NDRPDR full
2544       - 23  # NDRPDR full
2545       - 24  # NDRPDR full
2546       - 25  # NDRPDR full
2547       - 26  # NDRPDR full
2548       - 37  # NDRPDR full
2549       - 38  # NDRPDR full
2550       - 39  # NDRPDR full
2551
2552     csit-vpp-perf-verify-1908-2n-dnv:
2553       - 1   # NDRPDR sel
2554       - 2   # NDRPDR sel
2555       - 3   # NDRPDR sel
2556       - 4   # NDRPDR sel
2557       - 5   # NDRPDR sel
2558       - 6   # NDRPDR sel
2559       - 7   # NDRPDR sel
2560       - 8   # NDRPDR sel
2561       - 9   # NDRPDR sel
2562       - 10  # NDRPDR sel
2563       - 11  # MRR sel
2564     csit-vpp-perf-verify-2001-2n-dnv:
2565       - 4   # NDRPDR sel
2566       - 5   # NDRPDR sel
2567       - 6   # NDRPDR sel
2568       - 7   # NDRPDR sel
2569       - 8   # NDRPDR sel
2570       - 9   # NDRPDR sel
2571       - 10  # NDRPDR sel
2572       - 11  # NDRPDR sel
2573       - 13  # NDRPDR sel
2574       - 16  # NDRPDR sel
2575       - 12  # MRR sel
2576       - 21  # NDRPDR full
2577       - 22  # NDRPDR full
2578       - 25  # NDRPDR full
2579       - 26  # NDRPDR full
2580       - 27  # NDRPDR full
2581       - 28  # NDRPDR full
2582
2583     csit-dpdk-perf-verify-1904-3n-hsw:
2584       - 2   # NDRPDR sel
2585       - 3   # NDRPDR sel
2586       - 5   # NDRPDR sel
2587       - 6   # NDRPDR sel
2588       - 13  # NDRPDR sel
2589       - 14  # NDRPDR sel
2590       - 15  # NDRPDR sel
2591       - 18  # NDRPDR sel
2592       - 19  # NDRPDR sel
2593       - 20  # NDRPDR sel
2594     csit-dpdk-perf-verify-1908-3n-hsw:
2595       - 2   # NDRPDR sel
2596       - 3   # NDRPDR sel
2597       - 4   # NDRPDR sel
2598       - 5   # NDRPDR sel
2599       - 6   # NDRPDR sel
2600       - 7   # NDRPDR sel
2601       - 8   # NDRPDR sel
2602       - 9   # NDRPDR sel
2603       - 10  # NDRPDR sel
2604       - 11  # NDRPDR sel
2605     csit-dpdk-perf-verify-2001-3n-hsw:
2606       - 4   # NDRPDR sel
2607       - 5   # NDRPDR sel
2608       - 6   # NDRPDR sel
2609       - 7   # NDRPDR sel
2610       - 8   # NDRPDR sel
2611       - 9   # NDRPDR sel
2612       - 10  # NDRPDR sel
2613       - 11  # NDRPDR sel
2614       - 12  # NDRPDR sel
2615       - 13  # NDRPDR sel
2616       - 15  # NDRPDR sel
2617       - 16  # NDRPDR sel
2618       - 17  # NDRPDR sel
2619       - 18  # NDRPDR sel
2620       - 19  # NDRPDR sel
2621       - 20  # NDRPDR sel
2622       - 21  # NDRPDR sel
2623       - 22  # NDRPDR sel
2624       - 23  # NDRPDR sel
2625       - 24  # NDRPDR sel
2626       - 25  # NDRPDR full
2627       - 26  # NDRPDR full
2628
2629     csit-dpdk-perf-verify-1904-3n-skx:
2630       - 2   # NDRPDR sel
2631       - 3   # NDRPDR sel
2632       - 4   # NDRPDR sel
2633       - 5   # NDRPDR sel
2634       - 6   # NDRPDR sel
2635       - 7   # NDRPDR sel
2636       - 11  # NDRPDR sel
2637       - 12  # NDRPDR sel
2638       - 13  # NDRPDR sel
2639       - 14  # NDRPDR sel
2640     csit-dpdk-perf-verify-1908-3n-skx:
2641       - 3   # NDRPDR sel
2642       - 4   # NDRPDR sel
2643       - 5   # NDRPDR sel
2644       - 6   # NDRPDR sel
2645       - 7   # NDRPDR sel
2646       - 8   # NDRPDR sel
2647       - 9   # NDRPDR sel
2648       - 10  # NDRPDR sel
2649       - 11  # NDRPDR sel
2650       - 12  # NDRPDR sel
2651     csit-dpdk-perf-verify-2001-3n-skx:
2652       - 29  # NDRPDR sel xxv710
2653       - 33  # NDRPDR sel xxv710
2654       - 34  # NDRPDR sel xxv710
2655       - 35  # NDRPDR sel xxv710
2656       - 36  # NDRPDR sel xxv710
2657       - 37  # NDRPDR sel xxv710
2658       - 41  # NDRPDR sel xxv710
2659       - 42  # NDRPDR sel xxv710
2660       - 43  # NDRPDR sel xxv710
2661       - 45  # NDRPDR sel xxv710
2662       - 30  # NDRPDR sel x710
2663       - 31  # NDRPDR sel x710
2664       - 32  # NDRPDR sel x710
2665       - 38  # NDRPDR sel x710
2666       - 39  # NDRPDR sel x710
2667       - 40  # NDRPDR sel x710
2668       - 44  # NDRPDR sel x710
2669       - 46  # NDRPDR sel x710
2670       - 47  # NDRPDR sel x710
2671       - 48  # NDRPDR sel x710
2672
2673     csit-dpdk-perf-verify-1904-2n-skx:
2674       - 2   # NDRPDR sel
2675       - 3   # NDRPDR sel
2676       - 4   # NDRPDR sel
2677       - 5   # NDRPDR sel
2678       - 7   # NDRPDR sel
2679       - 8   # NDRPDR sel
2680       - 9   # NDRPDR sel
2681       - 10  # NDRPDR sel
2682       - 11  # NDRPDR sel
2683       - 12  # NDRPDR sel
2684     csit-dpdk-perf-verify-1908-2n-skx:
2685       - 2   # NDRPDR sel
2686       - 3   # NDRPDR sel
2687       - 4   # NDRPDR sel
2688       - 5   # NDRPDR sel
2689       - 7   # NDRPDR sel
2690       - 8   # NDRPDR sel
2691       - 9   # NDRPDR sel
2692       - 10  # NDRPDR sel
2693       - 11  # NDRPDR sel
2694       - 12  # NDRPDR sel
2695     csit-dpdk-perf-verify-2001-2n-skx:
2696       - 35  # NDRPDR sel xxv710
2697       - 36  # NDRPDR sel xxv710
2698       - 37  # NDRPDR sel xxv710
2699       - 41  # NDRPDR sel xxv710
2700       - 42  # NDRPDR sel xxv710
2701       - 43  # NDRPDR sel xxv710
2702       - 46  # NDRPDR sel xxv710
2703       - 47  # NDRPDR sel xxv710
2704       - 52  # NDRPDR sel xxv710
2705       - 53  # NDRPDR sel xxv710
2706       - 38  # NDRPDR sel x710
2707       - 39  # NDRPDR sel x710
2708       - 40  # NDRPDR sel x710
2709       - 44  # NDRPDR sel x710
2710       - 45  # NDRPDR sel x710
2711       - 48  # NDRPDR sel x710
2712       - 49  # NDRPDR sel x710
2713       - 50  # NDRPDR sel x710
2714       - 51  # NDRPDR sel x710
2715       - 54  # NDRPDR sel x710
2716
2717
2718     csit-dpdk-perf-verify-2001-2n-clx:
2719       - 15  # NDRPDR sel
2720       - 16  # NDRPDR sel
2721       - 17  # NDRPDR sel
2722       - 18  # NDRPDR sel
2723       - 19  # NDRPDR sel
2724       - 20  # NDRPDR sel
2725       - 21  # NDRPDR sel
2726       - 22  # NDRPDR sel
2727       - 23  # NDRPDR sel
2728       - 24  # NDRPDR sel
2729       - 25  # NDRPDR sel
2730       - 26  # NDRPDR sel
2731       - 27  # NDRPDR sel
2732       - 28  # NDRPDR sel
2733       - 29  # NDRPDR sel
2734       - 30  # NDRPDR sel
2735       - 31  # NDRPDR sel
2736       - 32  # NDRPDR sel
2737       - 33  # NDRPDR sel
2738       - 34  # NDRPDR sel
2739
2740     csit-dpdk-perf-verify-2001-2n-dnv:
2741       - 9   # NDRPDR sel
2742       - 10  # NDRPDR sel
2743       - 11  # NDRPDR sel
2744       - 12  # NDRPDR sel
2745       - 13  # NDRPDR sel
2746       - 14  # NDRPDR sel
2747       - 15  # NDRPDR sel
2748       - 16  # NDRPDR sel
2749       - 17  # NDRPDR sel
2750       - 18  # NDRPDR sel
2751
2752     csit-dpdk-perf-verify-2001-3n-dnv:
2753       - 12  # NDRPDR sel
2754       - 13  # NDRPDR sel
2755       - 14  # NDRPDR sel
2756       - 15  # NDRPDR sel
2757       - 16  # NDRPDR sel
2758       - 17  # NDRPDR sel
2759       - 18  # NDRPDR sel
2760       - 19  # NDRPDR sel
2761       - 20  # NDRPDR sel
2762       - 22  # NDRPDR sel
2763
2764     csit-dpdk-perf-verify-2001-3n-tsh:
2765       - 3   # NDRPDR sel
2766       - 4   # NDRPDR sel
2767       - 5   # NDRPDR sel
2768       - 9   # NDRPDR sel
2769       - 10  # NDRPDR sel
2770       - 11  # NDRPDR sel
2771       - 12  # NDRPDR sel
2772       - 14  # NDRPDR sel
2773       - 15  # NDRPDR sel
2774       - 18  # NDRPDR sel
2775
2776     csit-vpp-device-2001-ubuntu1804-1n-skx:
2777       - 57
2778
2779 - type: "output"
2780   output: "report"
2781   format:
2782     html:
2783     - full
2784 #    pdf:
2785 #    - minimal
2786
2787 ################################################################################
2788 ###                               T A B L E S                                ###
2789 ################################################################################
2790
2791 ## VPP Soak vs NDR - 2n-skx
2792 #- type: "table"
2793 #  title: "VPP Soak vs NDR 2n-skx"
2794 #  algorithm: "table_soak_vs_ndr"
2795 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2796 #  reference:
2797 #    title: "NDR"
2798 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2799 #  compare:
2800 #    title: "Soak"
2801 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2802 #  data: "vpp-soak-vs-ndr-2n-skx"
2803 #  include-tests: "NDR"
2804 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2805 #  parameters:
2806 #    - "throughput"
2807 #    - "name"
2808 #    - "parent"
2809
2810 # VPP Soak vs NDR - 2n-clx
2811 - type: "table"
2812   title: "VPP Soak vs NDR 2n-clx"
2813   algorithm: "table_soak_vs_ndr"
2814   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2815   reference:
2816     title: "NDR"
2817     data: "vpp-soak-vs-ndr-2n-clx-ref"
2818   compare:
2819     title: "Soak"
2820     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2821   data: "vpp-soak-vs-ndr-2n-clx"
2822   include-tests: "NDR"
2823   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2824   parameters:
2825     - "throughput"
2826     - "name"
2827     - "parent"
2828
2829 ################################################################################
2830
2831 # VPP Compare NICs 3n-skx 2t1c ndr
2832 - type: "table"
2833   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2834   algorithm: "table_nics_comparison"
2835   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2836   reference:
2837     title: "x710"
2838     nic: "NIC_Intel-X710"
2839   compare:
2840     title: "xxv710"
2841     nic: "NIC_Intel-XXV710"
2842   data: "vpp-nic-comparison-3n-skx"
2843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2844   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "throughput"
2849   - "tags"
2850
2851 # VPP Compare NICs 3n-skx 4t2c ndr
2852 - type: "table"
2853   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2854   algorithm: "table_nics_comparison"
2855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2856   reference:
2857     title: "x710"
2858     nic: "NIC_Intel-X710"
2859   compare:
2860     title: "xxv710"
2861     nic: "NIC_Intel-XXV710"
2862   data: "vpp-nic-comparison-3n-skx"
2863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2864   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2865   parameters:
2866   - "name"
2867   - "parent"
2868   - "throughput"
2869   - "tags"
2870
2871 # VPP Compare NICs 3n-skx 2t1c pdr
2872 - type: "table"
2873   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2874   algorithm: "table_nics_comparison"
2875   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2876   reference:
2877     title: "x710"
2878     nic: "NIC_Intel-X710"
2879   compare:
2880     title: "xxv710"
2881     nic: "NIC_Intel-XXV710"
2882   data: "vpp-nic-comparison-3n-skx"
2883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2884   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2885   parameters:
2886   - "name"
2887   - "parent"
2888   - "throughput"
2889   - "tags"
2890
2891  # VPP Compare NICs 3n-skx 4t2c pdr
2892 - type: "table"
2893   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2894   algorithm: "table_nics_comparison"
2895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2896   reference:
2897     title: "x710"
2898     nic: "NIC_Intel-X710"
2899   compare:
2900     title: "xxv710"
2901     nic: "NIC_Intel-XXV710"
2902   data: "vpp-nic-comparison-3n-skx"
2903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2904   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2905   parameters:
2906   - "name"
2907   - "parent"
2908   - "throughput"
2909   - "tags"
2910
2911 # VPP Compare NICs 3n-skx 2t1c mrr
2912 - type: "table"
2913   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2914   algorithm: "table_nics_comparison"
2915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2916   reference:
2917     title: "x710"
2918     nic: "NIC_Intel-X710"
2919   compare:
2920     title: "xxv710"
2921     nic: "NIC_Intel-XXV710"
2922   data: "vpp-nic-comparison-3n-skx-mrr"
2923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2924   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2925   parameters:
2926   - "name"
2927   - "parent"
2928   - "result"
2929   - "tags"
2930
2931 # VPP Compare NICs 3n-skx 4t2c mrr
2932 - type: "table"
2933   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2934   algorithm: "table_nics_comparison"
2935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2936   reference:
2937     title: "x710"
2938     nic: "NIC_Intel-X710"
2939   compare:
2940     title: "xxv710"
2941     nic: "NIC_Intel-XXV710"
2942   data: "vpp-nic-comparison-3n-skx-mrr"
2943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2944   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2945   parameters:
2946   - "name"
2947   - "parent"
2948   - "result"
2949   - "tags"
2950
2951  # VPP Compare NICs 3n-skx 8t4c mrr
2952 - type: "table"
2953   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2954   algorithm: "table_nics_comparison"
2955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2956   reference:
2957     title: "x710"
2958     nic: "NIC_Intel-X710"
2959   compare:
2960     title: "xxv710"
2961     nic: "NIC_Intel-XXV710"
2962   data: "vpp-nic-comparison-3n-skx-mrr"
2963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2964   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2965   parameters:
2966   - "name"
2967   - "parent"
2968   - "result"
2969   - "tags"
2970
2971 # VPP Compare NICs 2n-skx 2t1c ndr
2972 - type: "table"
2973   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2974   algorithm: "table_nics_comparison"
2975   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2976   reference:
2977     title: "x710"
2978     nic: "NIC_Intel-X710"
2979   compare:
2980     title: "xxv710"
2981     nic: "NIC_Intel-XXV710"
2982   data: "vpp-nic-comparison-2n-skx"
2983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2984   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2985   parameters:
2986   - "name"
2987   - "parent"
2988   - "throughput"
2989   - "tags"
2990
2991 # VPP Compare NICs 2n-skx 4t2c ndr
2992 - type: "table"
2993   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2994   algorithm: "table_nics_comparison"
2995   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2996   reference:
2997     title: "x710"
2998     nic: "NIC_Intel-X710"
2999   compare:
3000     title: "xxv710"
3001     nic: "NIC_Intel-XXV710"
3002   data: "vpp-nic-comparison-2n-skx"
3003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3004   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3005   parameters:
3006   - "name"
3007   - "parent"
3008   - "throughput"
3009   - "tags"
3010
3011  # VPP Compare NICs 2n-skx 2t1c pdr
3012 - type: "table"
3013   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3014   algorithm: "table_nics_comparison"
3015   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3016   reference:
3017     title: "x710"
3018     nic: "NIC_Intel-X710"
3019   compare:
3020     title: "xxv710"
3021     nic: "NIC_Intel-XXV710"
3022   data: "vpp-nic-comparison-2n-skx"
3023   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3024   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3025   parameters:
3026   - "name"
3027   - "parent"
3028   - "throughput"
3029   - "tags"
3030
3031 # VPP Compare NICs 2n-skx 4t2c pdr
3032 - type: "table"
3033   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3034   algorithm: "table_nics_comparison"
3035   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3036   reference:
3037     title: "x710"
3038     nic: "NIC_Intel-X710"
3039   compare:
3040     title: "xxv710"
3041     nic: "NIC_Intel-XXV710"
3042   data: "vpp-nic-comparison-2n-skx"
3043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3044   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3045   parameters:
3046   - "name"
3047   - "parent"
3048   - "throughput"
3049   - "tags"
3050
3051 # VPP Compare NICs 2n-skx 2t1c mrr
3052 - type: "table"
3053   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3054   algorithm: "table_nics_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3056   reference:
3057     title: "x710"
3058     nic: "NIC_Intel-X710"
3059   compare:
3060     title: "xxv710"
3061     nic: "NIC_Intel-XXV710"
3062   data: "vpp-nic-comparison-2n-skx-mrr"
3063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3064   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3065   parameters:
3066   - "name"
3067   - "parent"
3068   - "result"
3069   - "tags"
3070
3071 # VPP Compare NICs 2n-skx 4t2c mrr
3072 - type: "table"
3073   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3074   algorithm: "table_nics_comparison"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3076   reference:
3077     title: "x710"
3078     nic: "NIC_Intel-X710"
3079   compare:
3080     title: "xxv710"
3081     nic: "NIC_Intel-XXV710"
3082   data: "vpp-nic-comparison-2n-skx-mrr"
3083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3084   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3085   parameters:
3086   - "name"
3087   - "parent"
3088   - "result"
3089   - "tags"
3090
3091 # VPP Compare NICs 2n-skx 8t4c mrr
3092 - type: "table"
3093   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3094   algorithm: "table_nics_comparison"
3095   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3096   reference:
3097     title: "x710"
3098     nic: "NIC_Intel-X710"
3099   compare:
3100     title: "xxv710"
3101     nic: "NIC_Intel-XXV710"
3102   data: "vpp-nic-comparison-2n-skx-mrr"
3103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3104   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3105   parameters:
3106   - "name"
3107   - "parent"
3108   - "result"
3109   - "tags"
3110
3111 ################################################################################
3112 # VPP
3113
3114 # VPP Performance Changes 3n-hsw 1t1c pdr
3115 - type: "table"
3116   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3117   algorithm: "table_perf_comparison"
3118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3119   history:
3120     - title: "rls1904"
3121       data: "vpp-performance-changes-3n-hsw-h1"
3122   reference:
3123     title: "rls1908"
3124     data: "vpp-performance-changes-3n-hsw-ref"
3125     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3126   compare:
3127     title: "rls2001"
3128     data: "vpp-performance-changes-3n-hsw-cmp"
3129   data: "vpp-performance-changes-3n-hsw"
3130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3131   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3132   parameters:
3133   - "name"
3134   - "parent"
3135   - "throughput"
3136
3137 # VPP Performance Changes 3n-hsw 2t2c pdr
3138 - type: "table"
3139   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3140   algorithm: "table_perf_comparison"
3141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3142   history:
3143     - title: "rls1904"
3144       data: "vpp-performance-changes-3n-hsw-h1"
3145   reference:
3146     title: "rls1908"
3147     data: "vpp-performance-changes-3n-hsw-ref"
3148     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3149   compare:
3150     title: "rls2001"
3151     data: "vpp-performance-changes-3n-hsw-cmp"
3152   data: "vpp-performance-changes-3n-hsw"
3153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3154   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3155   parameters:
3156   - "name"
3157   - "parent"
3158   - "throughput"
3159
3160 # VPP Performance Changes 3n-hsw 1t1c ndr
3161 - type: "table"
3162   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3163   algorithm: "table_perf_comparison"
3164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3165   history:
3166     - title: "rls1904"
3167       data: "vpp-performance-changes-3n-hsw-h1"
3168   reference:
3169     title: "rls1908"
3170     data: "vpp-performance-changes-3n-hsw-ref"
3171     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3172   compare:
3173     title: "rls2001"
3174     data: "vpp-performance-changes-3n-hsw-cmp"
3175   data: "vpp-performance-changes-3n-hsw"
3176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3177   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3178   parameters:
3179   - "name"
3180   - "parent"
3181   - "throughput"
3182
3183 # VPP Performance Changes 3n-hsw 2t2c ndr
3184 - type: "table"
3185   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3186   algorithm: "table_perf_comparison"
3187   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3188   history:
3189     - title: "rls1904"
3190       data: "vpp-performance-changes-3n-hsw-h1"
3191   reference:
3192     title: "rls1908"
3193     data: "vpp-performance-changes-3n-hsw-ref"
3194     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3195   compare:
3196     title: "rls2001"
3197     data: "vpp-performance-changes-3n-hsw-cmp"
3198   data: "vpp-performance-changes-3n-hsw"
3199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3200   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3201   parameters:
3202   - "name"
3203   - "parent"
3204   - "throughput"
3205
3206 # VPP Performance Changes 3n-skx 2t1c pdr
3207 - type: "table"
3208   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3209   algorithm: "table_perf_comparison_nic"
3210   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3211   history:
3212     - title: "rls1904 x710"
3213       data: "vpp-performance-changes-3n-skx-h1"
3214       nic: "NIC_Intel-X710"
3215   reference:
3216     title: "rls1908 xxv710"
3217     data: "vpp-performance-changes-3n-skx-ref"
3218     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3219     nic: "NIC_Intel-XXV710"
3220   compare:
3221     title: "rls2001 xxv710"
3222     data: "vpp-performance-changes-3n-skx-cmp"
3223     nic: "NIC_Intel-XXV710"
3224   data: "vpp-performance-changes-3n-skx"
3225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3227   parameters:
3228   - "name"
3229   - "parent"
3230   - "throughput"
3231   - "tags"
3232
3233 # VPP Performance Changes 3n-skx 4t2c pdr
3234 - type: "table"
3235   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3236   algorithm: "table_perf_comparison_nic"
3237   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3238   history:
3239     - title: "rls1904 x710"
3240       data: "vpp-performance-changes-3n-skx-h1"
3241       nic: "NIC_Intel-X710"
3242   reference:
3243     title: "rls1908 xxv710"
3244     data: "vpp-performance-changes-3n-skx-ref"
3245     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3246     nic: "NIC_Intel-XXV710"
3247   compare:
3248     title: "rls2001 xxv710"
3249     data: "vpp-performance-changes-3n-skx-cmp"
3250     nic: "NIC_Intel-XXV710"
3251   data: "vpp-performance-changes-3n-skx"
3252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3253   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3254   parameters:
3255   - "name"
3256   - "parent"
3257   - "throughput"
3258   - "tags"
3259
3260 # VPP Performance Changes 3n-skx 2t1c ndr
3261 - type: "table"
3262   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3263   algorithm: "table_perf_comparison_nic"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3265   history:
3266     - title: "rls1904 x710"
3267       data: "vpp-performance-changes-3n-skx-h1"
3268       nic: "NIC_Intel-X710"
3269   reference:
3270     title: "rls1908 xxv710"
3271     data: "vpp-performance-changes-3n-skx-ref"
3272     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3273     nic: "NIC_Intel-XXV710"
3274   compare:
3275     title: "rls2001 xxv710"
3276     data: "vpp-performance-changes-3n-skx-cmp"
3277     nic: "NIC_Intel-XXV710"
3278   data: "vpp-performance-changes-3n-skx"
3279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3280   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3281   parameters:
3282   - "name"
3283   - "parent"
3284   - "throughput"
3285   - "tags"
3286
3287 # VPP Performance Changes 3n-skx 4t2c ndr
3288 - type: "table"
3289   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3290   algorithm: "table_perf_comparison_nic"
3291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3292   history:
3293     - title: "rls1904 x710"
3294       data: "vpp-performance-changes-3n-skx-h1"
3295       nic: "NIC_Intel-X710"
3296   reference:
3297     title: "rls1908 xxv710"
3298     data: "vpp-performance-changes-3n-skx-ref"
3299     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3300     nic: "NIC_Intel-XXV710"
3301   compare:
3302     title: "rls2001 xxv710"
3303     data: "vpp-performance-changes-3n-skx-cmp"
3304     nic: "NIC_Intel-XXV710"
3305   data: "vpp-performance-changes-3n-skx"
3306   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3307   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3308   parameters:
3309   - "name"
3310   - "parent"
3311   - "throughput"
3312   - "tags"
3313
3314 # VPP Performance Changes 2n-skx 2t1c pdr
3315 - type: "table"
3316   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3317   algorithm: "table_perf_comparison_nic"
3318   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3319   history:
3320     - title: "rls1904 x710"
3321       data: "vpp-performance-changes-2n-skx-h1"
3322       nic: "NIC_Intel-X710"
3323   reference:
3324     title: "rls1908 xxv710"
3325     data: "vpp-performance-changes-2n-skx-ref"
3326     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3327     nic: "NIC_Intel-XXV710"
3328   compare:
3329     title: "rls2001 xxv710"
3330     data: "vpp-performance-changes-2n-skx-cmp"
3331     nic: "NIC_Intel-XXV710"
3332   data: "vpp-performance-changes-2n-skx"
3333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3334   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3335   parameters:
3336   - "name"
3337   - "parent"
3338   - "throughput"
3339   - "tags"
3340
3341 # VPP Performance Changes 2n-skx 4t2c pdr
3342 - type: "table"
3343   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3344   algorithm: "table_perf_comparison_nic"
3345   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3346   history:
3347     - title: "rls1904 x710"
3348       data: "vpp-performance-changes-2n-skx-h1"
3349       nic: "NIC_Intel-X710"
3350   reference:
3351     title: "rls1908 xxv710"
3352     data: "vpp-performance-changes-2n-skx-ref"
3353     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3354     nic: "NIC_Intel-XXV710"
3355   compare:
3356     title: "rls2001 xxv710"
3357     data: "vpp-performance-changes-2n-skx-cmp"
3358     nic: "NIC_Intel-XXV710"
3359   data: "vpp-performance-changes-2n-skx"
3360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3362   parameters:
3363   - "name"
3364   - "parent"
3365   - "throughput"
3366   - "tags"
3367
3368 # VPP Performance Changes 2n-skx 2t1c ndr
3369 - type: "table"
3370   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3371   algorithm: "table_perf_comparison_nic"
3372   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3373   history:
3374     - title: "rls1904 x710"
3375       data: "vpp-performance-changes-2n-skx-h1"
3376       nic: "NIC_Intel-X710"
3377   reference:
3378     title: "rls1908 xxv710"
3379     data: "vpp-performance-changes-2n-skx-ref"
3380     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3381     nic: "NIC_Intel-XXV710"
3382   compare:
3383     title: "rls2001 xxv710"
3384     data: "vpp-performance-changes-2n-skx-cmp"
3385     nic: "NIC_Intel-XXV710"
3386   data: "vpp-performance-changes-2n-skx"
3387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3388   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3389   parameters:
3390   - "name"
3391   - "parent"
3392   - "throughput"
3393   - "tags"
3394
3395 # VPP Performance Changes 2n-skx 4t2c ndr
3396 - type: "table"
3397   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3398   algorithm: "table_perf_comparison_nic"
3399   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3400   history:
3401     - title: "rls1904 x710"
3402       data: "vpp-performance-changes-2n-skx-h1"
3403       nic: "NIC_Intel-X710"
3404   reference:
3405     title: "rls1908 xxv710"
3406     data: "vpp-performance-changes-2n-skx-ref"
3407     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3408     nic: "NIC_Intel-XXV710"
3409   compare:
3410     title: "rls2001 xxv710"
3411     data: "vpp-performance-changes-2n-skx-cmp"
3412     nic: "NIC_Intel-XXV710"
3413   data: "vpp-performance-changes-2n-skx"
3414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3415   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3416   parameters:
3417   - "name"
3418   - "parent"
3419   - "throughput"
3420   - "tags"
3421
3422 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3423 #- type: "table"
3424 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3425 #  algorithm: "table_perf_comparison"
3426 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3427 #  reference:
3428 #    title: "rls1908"
3429 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3430 #  compare:
3431 #    title: "rls2001"
3432 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3433 #  data: "vpp-performance-changes-nfv-2n-skx"
3434 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3435 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3436 #  parameters:
3437 #  - "name"
3438 #  - "parent"
3439 #  - "throughput"
3440 #  - "tags"
3441 #
3442 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3443 #- type: "table"
3444 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3445 #  algorithm: "table_perf_comparison"
3446 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3447 #  reference:
3448 #    title: "rls1908"
3449 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3450 #  compare:
3451 #    title: "rls2001"
3452 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3453 #  data: "vpp-performance-changes-nfv-2n-skx"
3454 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3455 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3456 #  parameters:
3457 #  - "name"
3458 #  - "parent"
3459 #  - "throughput"
3460 #  - "tags"
3461 #
3462 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3463 #- type: "table"
3464 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3465 #  algorithm: "table_perf_comparison"
3466 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3467 #  reference:
3468 #    title: "rls1908"
3469 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3470 #  compare:
3471 #    title: "rls2001"
3472 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3473 #  data: "vpp-performance-changes-nfv-2n-skx"
3474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3475 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3476 #  parameters:
3477 #  - "name"
3478 #  - "parent"
3479 #  - "throughput"
3480 #  - "tags"
3481 #
3482 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3483 #- type: "table"
3484 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3485 #  algorithm: "table_perf_comparison"
3486 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3487 #  reference:
3488 #    title: "rls1908"
3489 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3490 #  compare:
3491 #    title: "rls2001"
3492 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3493 #  data: "vpp-performance-changes-nfv-2n-skx"
3494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3495 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3496 #  parameters:
3497 #  - "name"
3498 #  - "parent"
3499 #  - "throughput"
3500 #  - "tags"
3501
3502 # VPP Performance Changes 2n-dnv 1t1c pdr
3503 - type: "table"
3504   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3505   algorithm: "table_perf_comparison"
3506   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3507   reference:
3508     title: "rls1908"
3509     data: "vpp-performance-changes-2n-dnv-ref"
3510   compare:
3511     title: "rls2001"
3512     data: "vpp-performance-changes-2n-dnv-cmp"
3513   data: "vpp-performance-changes-2n-dnv"
3514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3515   filter: "'1T1C'"
3516   parameters:
3517   - "name"
3518   - "parent"
3519   - "throughput"
3520   - "tags"
3521
3522 # VPP Performance Changes 2n-dnv 2t2c pdr
3523 - type: "table"
3524   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3525   algorithm: "table_perf_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3527   reference:
3528     title: "rls1908"
3529     data: "vpp-performance-changes-2n-dnv-ref"
3530   compare:
3531     title: "rls2001"
3532     data: "vpp-performance-changes-2n-dnv-cmp"
3533   data: "vpp-performance-changes-2n-dnv"
3534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3535   filter: "'2T2C'"
3536   parameters:
3537   - "name"
3538   - "parent"
3539   - "throughput"
3540   - "tags"
3541
3542 # VPP Performance Changes 2n-dnv 1t1c ndr
3543 - type: "table"
3544   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3545   algorithm: "table_perf_comparison"
3546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3547   reference:
3548     title: "rls1908"
3549     data: "vpp-performance-changes-2n-dnv-ref"
3550   compare:
3551     title: "rls2001"
3552     data: "vpp-performance-changes-2n-dnv-cmp"
3553   data: "vpp-performance-changes-2n-dnv"
3554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3555   filter: "'1T1C'"
3556   parameters:
3557   - "name"
3558   - "parent"
3559   - "throughput"
3560   - "tags"
3561
3562 # VPP Performance Changes 2n-dnv 2t2c ndr
3563 - type: "table"
3564   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3565   algorithm: "table_perf_comparison"
3566   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3567   reference:
3568     title: "rls1908 "
3569     data: "vpp-performance-changes-2n-dnv-ref"
3570   compare:
3571     title: "rls2001"
3572     data: "vpp-performance-changes-2n-dnv-cmp"
3573   data: "vpp-performance-changes-2n-dnv"
3574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3575   filter: "'2T2C'"
3576   parameters:
3577   - "name"
3578   - "parent"
3579   - "throughput"
3580   - "tags"
3581
3582 # VPP Performance Changes 3n-dnv 1t1c pdr
3583 - type: "table"
3584   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3585   algorithm: "table_perf_comparison"
3586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3587   reference:
3588     title: "rls1908"
3589     data: "vpp-performance-changes-3n-dnv-ref"
3590   compare:
3591     title: "rls2001"
3592     data: "vpp-performance-changes-3n-dnv-cmp"
3593   data: "vpp-performance-changes-3n-dnv"
3594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3595   filter: "'1T1C'"
3596   parameters:
3597   - "name"
3598   - "parent"
3599   - "throughput"
3600   - "tags"
3601
3602 # VPP Performance Changes 3n-dnv 2t2c pdr
3603 - type: "table"
3604   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3605   algorithm: "table_perf_comparison"
3606   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3607   reference:
3608     title: "rls1908"
3609     data: "vpp-performance-changes-3n-dnv-ref"
3610   compare:
3611     title: "rls2001"
3612     data: "vpp-performance-changes-3n-dnv-cmp"
3613   data: "vpp-performance-changes-3n-dnv"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'2T2C'"
3616   parameters:
3617   - "name"
3618   - "parent"
3619   - "throughput"
3620   - "tags"
3621
3622 # VPP Performance Changes 3n-dnv 1t1c ndr
3623 - type: "table"
3624   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3625   algorithm: "table_perf_comparison"
3626   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3627   reference:
3628     title: "rls1908"
3629     data: "vpp-performance-changes-3n-dnv-ref"
3630   compare:
3631     title: "rls2001"
3632     data: "vpp-performance-changes-3n-dnv-cmp"
3633   data: "vpp-performance-changes-3n-dnv"
3634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3635   filter: "'1T1C'"
3636   parameters:
3637   - "name"
3638   - "parent"
3639   - "throughput"
3640   - "tags"
3641
3642 # VPP Performance Changes 3n-dnv 2t2c ndr
3643 - type: "table"
3644   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3645   algorithm: "table_perf_comparison"
3646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3647   reference:
3648     title: "rls1908"
3649     data: "vpp-performance-changes-3n-dnv-ref"
3650   compare:
3651     title: "rls2001"
3652     data: "vpp-performance-changes-3n-dnv-cmp"
3653   data: "vpp-performance-changes-3n-dnv"
3654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'2T2C'"
3656   parameters:
3657   - "name"
3658   - "parent"
3659   - "throughput"
3660   - "tags"
3661
3662 # VPP Performance Changes 3n-tsh 1t1c pdr
3663 - type: "table"
3664   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3665   algorithm: "table_perf_comparison"
3666   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3667   reference:
3668     title: "rls1908"
3669     data: "vpp-performance-changes-3n-tsh-ref"
3670   compare:
3671     title: "rls2001"
3672     data: "vpp-performance-changes-3n-tsh-cmp"
3673   data: "vpp-performance-changes-3n-tsh"
3674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3675   filter: "'1T1C'"
3676   parameters:
3677   - "name"
3678   - "parent"
3679   - "throughput"
3680   - "tags"
3681
3682 # VPP Performance Changes 3n-tsh 2t2c pdr
3683 - type: "table"
3684   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3685   algorithm: "table_perf_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3687   reference:
3688     title: "rls1908"
3689     data: "vpp-performance-changes-3n-tsh-ref"
3690   compare:
3691     title: "rls2001"
3692     data: "vpp-performance-changes-3n-tsh-cmp"
3693   data: "vpp-performance-changes-3n-tsh"
3694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'2T2C'"
3696   parameters:
3697   - "name"
3698   - "parent"
3699   - "throughput"
3700   - "tags"
3701
3702 # VPP Performance Changes 3n-tsh 1t1c ndr
3703 - type: "table"
3704   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3705   algorithm: "table_perf_comparison"
3706   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3707   reference:
3708     title: "rls1908"
3709     data: "vpp-performance-changes-3n-tsh-ref"
3710   compare:
3711     title: "rls2001"
3712     data: "vpp-performance-changes-3n-tsh-cmp"
3713   data: "vpp-performance-changes-3n-tsh"
3714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3715   filter: "'1T1C'"
3716   parameters:
3717   - "name"
3718   - "parent"
3719   - "throughput"
3720   - "tags"
3721
3722 # VPP Performance Changes 3n-tsh 2t2c ndr
3723 - type: "table"
3724   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3725   algorithm: "table_perf_comparison"
3726   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3727   reference:
3728     title: "rls1908"
3729     data: "vpp-performance-changes-3n-tsh-ref"
3730   compare:
3731     title: "rls2001"
3732     data: "vpp-performance-changes-3n-tsh-cmp"
3733   data: "vpp-performance-changes-3n-tsh"
3734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3735   filter: "'2T2C'"
3736   parameters:
3737   - "name"
3738   - "parent"
3739   - "throughput"
3740   - "tags"
3741
3742 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3743 - type: "table"
3744   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3745   algorithm: "table_perf_comparison_nic"
3746   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3747   reference:
3748     title: "3n-hsw xl710"
3749     data: "vpp-compare-testbeds-ref"
3750     nic: "NIC_Intel-XL710"
3751   compare:
3752     title: "3n-skx xxv710"
3753     data: "vpp-compare-testbeds-cmp"
3754     nic: "NIC_Intel-XXV710"
3755   data: "vpp-compare-testbeds"
3756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3757   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3758   parameters:
3759   - "name"
3760   - "parent"
3761   - "throughput"
3762   - "tags"
3763
3764 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3765 - type: "table"
3766   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3767   algorithm: "table_perf_comparison_nic"
3768   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3769   reference:
3770     title: "3n-hsw xl710"
3771     data: "vpp-compare-testbeds-ref"
3772     nic: "NIC_Intel-XL710"
3773   compare:
3774     title: "3n-skx xxv710"
3775     data: "vpp-compare-testbeds-cmp"
3776     nic: "NIC_Intel-XXV710"
3777   data: "vpp-compare-testbeds"
3778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3779   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3780   parameters:
3781   - "name"
3782   - "parent"
3783   - "throughput"
3784   - "tags"
3785
3786 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3787 - type: "table"
3788   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3789   algorithm: "table_perf_comparison_nic"
3790   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3791   reference:
3792     title: "3n-hsw xl710"
3793     data: "vpp-compare-testbeds-ref"
3794     nic: "NIC_Intel-XL710"
3795   compare:
3796     title: "3n-skx xxv710"
3797     data: "vpp-compare-testbeds-cmp"
3798     nic: "NIC_Intel-XXV710"
3799   data: "vpp-compare-testbeds"
3800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3801   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3802   parameters:
3803   - "name"
3804   - "parent"
3805   - "throughput"
3806   - "tags"
3807
3808 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3809 - type: "table"
3810   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3811   algorithm: "table_perf_comparison_nic"
3812   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3813   reference:
3814     title: "3n-hsw xl710"
3815     data: "vpp-compare-testbeds-ref"
3816     nic: "NIC_Intel-XL710"
3817   compare:
3818     title: "3n-skx xxv710"
3819     data: "vpp-compare-testbeds-cmp"
3820     nic: "NIC_Intel-XXV710"
3821   data: "vpp-compare-testbeds"
3822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3823   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3824   parameters:
3825   - "name"
3826   - "parent"
3827   - "throughput"
3828   - "tags"
3829
3830 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3831 - type: "table"
3832   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3833   algorithm: "table_perf_comparison"
3834   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3835   reference:
3836     title: "2n-skx"
3837     data: "vpp-compare-testbeds-skx-clx-ref"
3838   compare:
3839     title: "2n-clx"
3840     data: "vpp-compare-testbeds-skx-clx-cmp"
3841   data: "vpp-compare-testbeds-skx-clx"
3842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3843   filter: "'2T1C'"
3844   parameters:
3845   - "name"
3846   - "parent"
3847   - "throughput"
3848   - "tags"
3849
3850 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3851 - type: "table"
3852   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3853   algorithm: "table_perf_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3855   reference:
3856     title: "2n-skx"
3857     data: "vpp-compare-testbeds-skx-clx-ref"
3858   compare:
3859     title: "2n-clx"
3860     data: "vpp-compare-testbeds-skx-clx-cmp"
3861   data: "vpp-compare-testbeds-skx-clx"
3862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'4T2C'"
3864   parameters:
3865   - "name"
3866   - "parent"
3867   - "throughput"
3868   - "tags"
3869
3870 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3871 - type: "table"
3872   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3873   algorithm: "table_perf_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3875   reference:
3876     title: "2n-skx"
3877     data: "vpp-compare-testbeds-skx-clx-ref"
3878   compare:
3879     title: "2n-clx"
3880     data: "vpp-compare-testbeds-skx-clx-cmp"
3881   data: "vpp-compare-testbeds-skx-clx"
3882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3883   filter: "'2T1C'"
3884   parameters:
3885   - "name"
3886   - "parent"
3887   - "throughput"
3888   - "tags"
3889
3890 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3891 - type: "table"
3892   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3893   algorithm: "table_perf_comparison"
3894   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3895   reference:
3896     title: "2n-skx"
3897     data: "vpp-compare-testbeds-skx-clx-ref"
3898   compare:
3899     title: "2n-clx"
3900     data: "vpp-compare-testbeds-skx-clx-cmp"
3901   data: "vpp-compare-testbeds-skx-clx"
3902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3903   filter: "'4T2C'"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "throughput"
3908   - "tags"
3909
3910 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3911 - type: "table"
3912   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3913   algorithm: "table_perf_comparison_nic"
3914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3915   reference:
3916     title: "3n-hsw xl710"
3917     data: "vpp-compare-testbeds-hsw-clx-ref"
3918     nic: "NIC_Intel-XL710"
3919   compare:
3920     title: "2n-clx xxv710"
3921     data: "vpp-compare-testbeds-hsw-clx-cmp"
3922     nic: "NIC_Intel-XXV710"
3923   data: "vpp-compare-testbeds-hsw-clx"
3924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3925   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "throughput"
3930   - "tags"
3931
3932 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3933 - type: "table"
3934   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3935   algorithm: "table_perf_comparison_nic"
3936   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3937   reference:
3938     title: "3n-hsw xl710"
3939     data: "vpp-compare-testbeds-hsw-clx-ref"
3940     nic: "NIC_Intel-XL710"
3941   compare:
3942     title: "2n-clx xxv710"
3943     data: "vpp-compare-testbeds-hsw-clx-cmp"
3944     nic: "NIC_Intel-XXV710"
3945   data: "vpp-compare-testbeds-hsw-clx"
3946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3947   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3948   parameters:
3949   - "name"
3950   - "parent"
3951   - "throughput"
3952   - "tags"
3953
3954 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3955 - type: "table"
3956   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3957   algorithm: "table_perf_comparison_nic"
3958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3959   reference:
3960     title: "3n-hsw xl710"
3961     data: "vpp-compare-testbeds-hsw-clx-ref"
3962     nic: "NIC_Intel-XL710"
3963   compare:
3964     title: "2n-clx xxv710"
3965     data: "vpp-compare-testbeds-hsw-clx-cmp"
3966     nic: "NIC_Intel-XXV710"
3967   data: "vpp-compare-testbeds-hsw-clx"
3968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3969   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3970   parameters:
3971   - "name"
3972   - "parent"
3973   - "throughput"
3974   - "tags"
3975
3976 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3977 - type: "table"
3978   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3979   algorithm: "table_perf_comparison_nic"
3980   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3981   reference:
3982     title: "3n-hsw xl710"
3983     data: "vpp-compare-testbeds-hsw-clx-ref"
3984     nic: "NIC_Intel-XL710"
3985   compare:
3986     title: "2n-clx xxv710"
3987     data: "vpp-compare-testbeds-hsw-clx-cmp"
3988     nic: "NIC_Intel-XXV710"
3989   data: "vpp-compare-testbeds-hsw-clx"
3990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3991   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3992   parameters:
3993   - "name"
3994   - "parent"
3995   - "throughput"
3996   - "tags"
3997
3998 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3999 - type: "table"
4000   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4001   algorithm: "table_perf_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4003   reference:
4004     title: "3-Node Skx"
4005     data: "vpp-compare-topologies-ref"
4006   compare:
4007     title: "2-Node Skx"
4008     data: "vpp-compare-topologies-cmp"
4009   data: "vpp-compare-topologies"
4010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4011   filter: "'NDRPDR' and '1C'"
4012   parameters:
4013   - "name"
4014   - "parent"
4015   - "throughput"
4016
4017 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4018 - type: "table"
4019   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4020   algorithm: "table_perf_comparison"
4021   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4022   reference:
4023     title: "3-Node Skx"
4024     data: "vpp-compare-topologies-ref"
4025   compare:
4026     title: "2-Node Skx"
4027     data: "vpp-compare-topologies-cmp"
4028   data: "vpp-compare-topologies"
4029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'NDRPDR' and '2C'"
4031   parameters:
4032   - "name"
4033   - "parent"
4034   - "throughput"
4035
4036 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4037 - type: "table"
4038   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4039   algorithm: "table_perf_comparison"
4040   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4041   reference:
4042     title: "3-Node Skx"
4043     data: "vpp-compare-topologies-ref"
4044   compare:
4045     title: "2-Node Skx"
4046     data: "vpp-compare-topologies-cmp"
4047   data: "vpp-compare-topologies"
4048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4049   filter: "'NDRPDR' and '1C'"
4050   parameters:
4051   - "name"
4052   - "parent"
4053   - "throughput"
4054
4055 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4056 - type: "table"
4057   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4058   algorithm: "table_perf_comparison"
4059   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4060   reference:
4061     title: "3-Node Skx"
4062     data: "vpp-compare-topologies-ref"
4063   compare:
4064     title: "2-Node Skx"
4065     data: "vpp-compare-topologies-cmp"
4066   data: "vpp-compare-topologies"
4067   include-tests: "PDR"
4068   filter: "'NDRPDR' and '2C'"
4069   parameters:
4070   - "name"
4071   - "parent"
4072   - "throughput"
4073
4074 # VPP Performance Changes 3n-hsw 1t1c MRR
4075 - type: "table"
4076   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4077   algorithm: "table_perf_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4079   history:
4080     - title: "rls1904"
4081       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4082   reference:
4083     title: "rls1908"
4084     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4085   compare:
4086     title: "rls2001"
4087     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4088   data: "vpp-performance-changes-3n-hsw-mrr"
4089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4090   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4091   parameters:
4092   - "name"
4093   - "parent"
4094   - "result"
4095
4096 # VPP Performance Changes 3n-hsw 2t2c MRR
4097 - type: "table"
4098   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4099   algorithm: "table_perf_comparison"
4100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4101   history:
4102     - title: "rls1904"
4103       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4104   reference:
4105     title: "rls1908"
4106     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4107   compare:
4108     title: "rls2001"
4109     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4110   data: "vpp-performance-changes-3n-hsw-mrr"
4111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4112   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4113   parameters:
4114   - "name"
4115   - "parent"
4116   - "result"
4117
4118 # VPP Performance Changes 3n-hsw 4t4c MRR
4119 - type: "table"
4120   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4121   algorithm: "table_perf_comparison"
4122   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4123   history:
4124     - title: "rls1904"
4125       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4126   reference:
4127     title: "rls1908"
4128     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4129   compare:
4130     title: "rls2001"
4131     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4132   data: "vpp-performance-changes-3n-hsw-mrr"
4133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4134   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4135   parameters:
4136   - "name"
4137   - "parent"
4138   - "result"
4139
4140 # VPP Performance Changes 3n-skx 2t1c MRR
4141 - type: "table"
4142   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4143   algorithm: "table_perf_comparison"
4144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4145   history:
4146     - title: "rls1904"
4147       data: "vpp-performance-changes-3n-skx-mrr-h1"
4148   reference:
4149     title: "rls1908"
4150     data: "vpp-performance-changes-3n-skx-mrr-ref"
4151   compare:
4152     title: "rls2001"
4153     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4154   data: "vpp-performance-changes-3n-skx-mrr"
4155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4156   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4157   parameters:
4158   - "name"
4159   - "parent"
4160   - "result"
4161
4162 # VPP Performance Changes 3n-skx 4t2c MRR
4163 - type: "table"
4164   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4165   algorithm: "table_perf_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4167   history:
4168     - title: "rls1904"
4169       data: "vpp-performance-changes-3n-skx-mrr-h1"
4170   reference:
4171     title: "rls1908"
4172     data: "vpp-performance-changes-3n-skx-mrr-ref"
4173   compare:
4174     title: "rls2001"
4175     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4176   data: "vpp-performance-changes-3n-skx-mrr"
4177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4178   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4179   parameters:
4180   - "name"
4181   - "parent"
4182   - "result"
4183
4184 # VPP Performance Changes 3n-skx 8t4c MRR
4185 - type: "table"
4186   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4187   algorithm: "table_perf_comparison"
4188   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4189   history:
4190     - title: "rls1904"
4191       data: "vpp-performance-changes-3n-skx-mrr-h1"
4192   reference:
4193     title: "rls1908"
4194     data: "vpp-performance-changes-3n-skx-mrr-ref"
4195   compare:
4196     title: "rls2001"
4197     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4198   data: "vpp-performance-changes-3n-skx-mrr"
4199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4200   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4201   parameters:
4202   - "name"
4203   - "parent"
4204   - "result"
4205
4206 # VPP Performance Changes 2n-skx 2t1c MRR
4207 - type: "table"
4208   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4209   algorithm: "table_perf_comparison"
4210   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4211   history:
4212     - title: "rls1904"
4213       data: "vpp-performance-changes-2n-skx-mrr-h1"
4214   reference:
4215     title: "rls1908"
4216     data: "vpp-performance-changes-2n-skx-mrr-ref"
4217   compare:
4218     title: "rls2001"
4219     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4220   data: "vpp-performance-changes-2n-skx-mrr"
4221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4222   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4223   parameters:
4224   - "name"
4225   - "parent"
4226   - "result"
4227
4228 # VPP Performance Changes 2n-skx 4t2c MRR
4229 - type: "table"
4230   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4231   algorithm: "table_perf_comparison"
4232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4233   history:
4234     - title: "rls1904"
4235       data: "vpp-performance-changes-2n-skx-mrr-h1"
4236   reference:
4237     title: "rls1908"
4238     data: "vpp-performance-changes-2n-skx-mrr-ref"
4239   compare:
4240     title: "rls2001"
4241     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4242   data: "vpp-performance-changes-2n-skx-mrr"
4243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4244   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4245   parameters:
4246   - "name"
4247   - "parent"
4248   - "result"
4249
4250 # VPP Performance Changes 2n-skx 8t4c MRR
4251 - type: "table"
4252   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4253   algorithm: "table_perf_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4255   history:
4256     - title: "rls1904"
4257       data: "vpp-performance-changes-2n-skx-mrr-h1"
4258   reference:
4259     title: "rls1908"
4260     data: "vpp-performance-changes-2n-skx-mrr-ref"
4261   compare:
4262     title: "rls2001"
4263     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4264   data: "vpp-performance-changes-2n-skx-mrr"
4265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4266   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4267   parameters:
4268   - "name"
4269   - "parent"
4270   - "result"
4271
4272 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4273 #- type: "table"
4274 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4275 #  algorithm: "table_perf_comparison"
4276 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4277 #  reference:
4278 #    title: "rls1908"
4279 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4280 #  compare:
4281 #    title: "rls2001"
4282 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4283 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4285 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4286 #  parameters:
4287 #  - "name"
4288 #  - "parent"
4289 #  - "result"
4290 #
4291 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4292 #- type: "table"
4293 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4294 #  algorithm: "table_perf_comparison"
4295 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4296 #  reference:
4297 #    title: "rls1908"
4298 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4299 #  compare:
4300 #    title: "rls2001"
4301 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4302 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4303 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4304 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4305 #  parameters:
4306 #  - "name"
4307 #  - "parent"
4308 #  - "result"
4309 #
4310 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4311 #- type: "table"
4312 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4313 #  algorithm: "table_perf_comparison"
4314 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4315 #  reference:
4316 #    title: "rls1908"
4317 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4318 #  compare:
4319 #    title: "rls2001"
4320 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4321 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4323 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4324 #  parameters:
4325 #  - "name"
4326 #  - "parent"
4327 #  - "result"
4328
4329 # VPP Performance Changes 2n-dnv 1t1c MRR
4330 - type: "table"
4331   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4332   algorithm: "table_perf_comparison"
4333   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4334   reference:
4335     title: "rls1908"
4336     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4337   compare:
4338     title: "rls2001"
4339     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4340   data: "vpp-performance-changes-2n-dnv-mrr"
4341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4342   filter: "'1T1C' and 'MRR'"
4343   parameters:
4344   - "name"
4345   - "parent"
4346   - "result"
4347
4348 # VPP Performance Changes 2n-dnv 2t2c MRR
4349 - type: "table"
4350   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4351   algorithm: "table_perf_comparison"
4352   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4353   reference:
4354     title: "rls1908"
4355     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4356   compare:
4357     title: "rls2001"
4358     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4359   data: "vpp-performance-changes-2n-dnv-mrr"
4360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4361   filter: "'2T2C' and 'MRR'"
4362   parameters:
4363   - "name"
4364   - "parent"
4365   - "result"
4366
4367 # VPP Performance Changes 2n-dnv 4t4c MRR
4368 - type: "table"
4369   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4370   algorithm: "table_perf_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4372   reference:
4373     title: "rls1908"
4374     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4375   compare:
4376     title: "rls2001"
4377     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4378   data: "vpp-performance-changes-2n-dnv-mrr"
4379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4380   filter: "'4T4C' and 'MRR'"
4381   parameters:
4382   - "name"
4383   - "parent"
4384   - "result"
4385
4386 # VPP Performance Changes 3n-dnv 1t1c MRR
4387 - type: "table"
4388   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4389   algorithm: "table_perf_comparison"
4390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4391   reference:
4392     title: "rls1908"
4393     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4394   compare:
4395     title: "rls2001"
4396     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4397   data: "vpp-performance-changes-3n-dnv-mrr"
4398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4399   filter: "'1T1C' and 'MRR'"
4400   parameters:
4401   - "name"
4402   - "parent"
4403   - "result"
4404
4405 # VPP Performance Changes 3n-dnv 2t2c MRR
4406 - type: "table"
4407   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4408   algorithm: "table_perf_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4410   reference:
4411     title: "rls1908"
4412     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4413   compare:
4414     title: "rls2001"
4415     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4416   data: "vpp-performance-changes-3n-dnv-mrr"
4417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4418   filter: "'2T2C' and 'MRR'"
4419   parameters:
4420   - "name"
4421   - "parent"
4422   - "result"
4423
4424 # VPP Performance Changes 3n-dnv 4t4c MRR
4425 - type: "table"
4426   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4427   algorithm: "table_perf_comparison"
4428   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4429   reference:
4430     title: "rls1908"
4431     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4432   compare:
4433     title: "rls2001"
4434     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4435   data: "vpp-performance-changes-3n-dnv-mrr"
4436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4437   filter: "'4T4C' and 'MRR'"
4438   parameters:
4439   - "name"
4440   - "parent"
4441   - "result"
4442
4443 # VPP Performance Changes 3n-tsh 1t1c MRR
4444 - type: "table"
4445   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4446   algorithm: "table_perf_comparison"
4447   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4448   reference:
4449     title: "rls1908"
4450     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4451   compare:
4452     title: "rls2001"
4453     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4454   data: "vpp-performance-changes-3n-tsh-mrr"
4455   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4456   filter: "'1T1C' and 'MRR'"
4457   parameters:
4458   - "name"
4459   - "parent"
4460   - "result"
4461
4462 # VPP Performance Changes 3n-tsh 2t2c MRR
4463 - type: "table"
4464   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4465   algorithm: "table_perf_comparison"
4466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4467   reference:
4468     title: "rls1908"
4469     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4470   compare:
4471     title: "rls2001"
4472     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4473   data: "vpp-performance-changes-3n-tsh-mrr"
4474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4475   filter: "'2T2C' and 'MRR'"
4476   parameters:
4477   - "name"
4478   - "parent"
4479   - "result"
4480
4481 # VPP Performance Changes 3n-tsh 4t4c MRR
4482 - type: "table"
4483   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4484   algorithm: "table_perf_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4486   reference:
4487     title: "rls1908"
4488     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4489   compare:
4490     title: "rls2001"
4491     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4492   data: "vpp-performance-changes-3n-tsh-mrr"
4493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4494   filter: "'4T4C' and 'MRR'"
4495   parameters:
4496   - "name"
4497   - "parent"
4498   - "result"
4499
4500 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4501 - type: "table"
4502   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4503   algorithm: "table_perf_comparison_nic"
4504   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4505   reference:
4506     title: "3n-hsw xl710"
4507     data: "vpp-compare-testbeds-mrr-ref"
4508     nic: "NIC_Intel-XL710"
4509   compare:
4510     title: "3n-skx xxv710"
4511     data: "vpp-compare-testbeds-mrr-cmp"
4512     nic: "NIC_Intel-XXV710"
4513   data: "vpp-compare-testbeds-mrr"
4514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4515   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4516   parameters:
4517   - "name"
4518   - "parent"
4519   - "result"
4520   - "tags"
4521
4522 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4523 - type: "table"
4524   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4525   algorithm: "table_perf_comparison_nic"
4526   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4527   reference:
4528     title: "3n-hsw xl710"
4529     data: "vpp-compare-testbeds-mrr-ref"
4530     nic: "NIC_Intel-XL710"
4531   compare:
4532     title: "3n-skx xxv710"
4533     data: "vpp-compare-testbeds-mrr-cmp"
4534     nic: "NIC_Intel-XXV710"
4535   data: "vpp-compare-testbeds-mrr"
4536   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4537   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4538   parameters:
4539   - "name"
4540   - "parent"
4541   - "result"
4542   - "tags"
4543
4544 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4545 - type: "table"
4546   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4547   algorithm: "table_perf_comparison_nic"
4548   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4549   reference:
4550     title: "3n-hsw xl710"
4551     data: "vpp-compare-testbeds-mrr-ref"
4552     nic: "NIC_Intel-XL710"
4553   compare:
4554     title: "3n-skx xxv710"
4555     data: "vpp-compare-testbeds-mrr-cmp"
4556     nic: "NIC_Intel-XXV710"
4557   data: "vpp-compare-testbeds-mrr"
4558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4559   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4560   parameters:
4561   - "name"
4562   - "parent"
4563   - "result"
4564   - "tags"
4565
4566 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4567 - type: "table"
4568   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4569   algorithm: "table_perf_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4571   reference:
4572     title: "2n-skx"
4573     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4574   compare:
4575     title: "2n-clx"
4576     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4577   data: "vpp-compare-testbeds-mrr-skx-clx"
4578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4579   filter: "'2T1C'"
4580   parameters:
4581   - "name"
4582   - "parent"
4583   - "result"
4584   - "tags"
4585
4586 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4587 - type: "table"
4588   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4589   algorithm: "table_perf_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4591   reference:
4592     title: "2n-skx"
4593     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4594   compare:
4595     title: "2n-clx"
4596     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4597   data: "vpp-compare-testbeds-mrr-skx-clx"
4598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4599   filter: "'4T2C'"
4600   parameters:
4601   - "name"
4602   - "parent"
4603   - "result"
4604   - "tags"
4605
4606 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4607 - type: "table"
4608   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4609   algorithm: "table_perf_comparison"
4610   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4611   reference:
4612     title: "2n-skx"
4613     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4614   compare:
4615     title: "2n-clx"
4616     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4617   data: "vpp-compare-testbeds-mrr-skx-clx"
4618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4619   filter: "'8T4C'"
4620   parameters:
4621   - "name"
4622   - "parent"
4623   - "result"
4624   - "tags"
4625
4626 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4627 - type: "table"
4628   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4629   algorithm: "table_perf_comparison"
4630   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4631   reference:
4632     title: "3-Node Skx"
4633     data: "vpp-compare-topologies-mrr-ref"
4634   compare:
4635     title: "2-Node Skx"
4636     data: "vpp-compare-topologies-mrr-cmp"
4637   data: "vpp-compare-topologies-mrr"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   filter: "'MRR' and '1C'"
4640   parameters:
4641   - "name"
4642   - "parent"
4643   - "result"
4644
4645 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4646 - type: "table"
4647   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4648   algorithm: "table_perf_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4650   reference:
4651     title: "3-Node Skx"
4652     data: "vpp-compare-topologies-mrr-ref"
4653   compare:
4654     title: "2-Node Skx"
4655     data: "vpp-compare-topologies-mrr-cmp"
4656   data: "vpp-compare-topologies-mrr"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "'MRR' and '2C'"
4659   parameters:
4660   - "name"
4661   - "parent"
4662   - "result"
4663
4664 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4665 - type: "table"
4666   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4667   algorithm: "table_perf_comparison"
4668   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4669   reference:
4670     title: "3-Node Skx"
4671     data: "vpp-compare-topologies-mrr-ref"
4672   compare:
4673     title: "2-Node Skx"
4674     data: "vpp-compare-topologies-mrr-cmp"
4675   data: "vpp-compare-topologies-mrr"
4676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4677   filter: "'MRR' and '4C'"
4678   parameters:
4679   - "name"
4680   - "parent"
4681   - "result"
4682
4683 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4684 - type: "table"
4685   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4686   algorithm: "table_perf_comparison_nic"
4687   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4688   reference:
4689     title: "3n-hsw xl710"
4690     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4691     nic: "NIC_Intel-XL710"
4692   compare:
4693     title: "2n-clx xxv710"
4694     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4695     nic: "NIC_Intel-XXV710"
4696   data: "vpp-compare-testbeds-mrr-hsw-clx"
4697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4698   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4699   parameters:
4700   - "name"
4701   - "parent"
4702   - "result"
4703   - "tags"
4704
4705 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4706 - type: "table"
4707   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4708   algorithm: "table_perf_comparison_nic"
4709   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4710   reference:
4711     title: "3n-hsw xl710"
4712     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4713     nic: "NIC_Intel-XL710"
4714   compare:
4715     title: "2n-clx xxv710"
4716     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4717     nic: "NIC_Intel-XXV710"
4718   data: "vpp-compare-testbeds-mrr-hsw-clx"
4719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4720   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4721   parameters:
4722   - "name"
4723   - "parent"
4724   - "result"
4725   - "tags"
4726
4727 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4728 - type: "table"
4729   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4730   algorithm: "table_perf_comparison_nic"
4731   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4732   reference:
4733     title: "3n-hsw xl710"
4734     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4735     nic: "NIC_Intel-XL710"
4736   compare:
4737     title: "2n-clx xxv710"
4738     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4739     nic: "NIC_Intel-XXV710"
4740   data: "vpp-compare-testbeds-mrr-hsw-clx"
4741   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4742   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4743   parameters:
4744   - "name"
4745   - "parent"
4746   - "result"
4747   - "tags"
4748
4749 # Detailed Test Results - VPP Performance Results 3n-hsw
4750 - type: "table"
4751   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4752   algorithm: "table_merged_details"
4753   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4754   columns:
4755   - title: " |prein| Test Name |preout| "
4756     data: "data name"
4757   - 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| "
4758     data: "data msg"
4759   data: "vpp-perf-results-3n-hsw"
4760   filter: "all"
4761   parameters:
4762   - "name"
4763   - "parent"
4764   - "msg"
4765
4766 # Detailed Test Results - VPP Performance Results 3n-skx
4767 - type: "table"
4768   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4769   algorithm: "table_merged_details"
4770   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4771   columns:
4772   - title: " |prein| Test Name |preout| "
4773     data: "data name"
4774   - 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| "
4775     data: "data msg"
4776   data: "vpp-perf-results-3n-skx"
4777   filter: "all"
4778   remove-ndr: True  # Temporary solution: remove NDR results from test message
4779   parameters:
4780   - "name"
4781   - "parent"
4782   - "msg"
4783
4784 # Detailed Test Results - VPP Performance Results 2n-skx
4785 - type: "table"
4786   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4787   algorithm: "table_merged_details"
4788   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4789   columns:
4790   - title: " |prein| Test Name |preout| "
4791     data: "data name"
4792   - 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| "
4793     data: "data msg"
4794   data: "vpp-perf-results-2n-skx"
4795   filter: "all"
4796   remove-ndr: True  # Temporary solution: remove NDR results from test message
4797   parameters:
4798   - "name"
4799   - "parent"
4800   - "msg"
4801
4802 # Detailed Test Results - VPP Performance Results 2n-clx
4803 - type: "table"
4804   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4805   algorithm: "table_merged_details"
4806   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4807   columns:
4808   - title: " |prein| Test Name |preout| "
4809     data: "data name"
4810   - 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| "
4811     data: "data msg"
4812   data: "vpp-perf-results-2n-clx"
4813   filter: "all"
4814   parameters:
4815   - "name"
4816   - "parent"
4817   - "msg"
4818
4819 # Detailed Test Results - VPP Performance Results 3n-tsh
4820 - type: "table"
4821   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4822   algorithm: "table_merged_details"
4823   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4824   columns:
4825   - title: " |prein| Test Name |preout| "
4826     data: "data name"
4827   - 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| "
4828     data: "data msg"
4829   data: "vpp-perf-results-3n-tsh"
4830   filter: "all"
4831   parameters:
4832   - "name"
4833   - "parent"
4834   - "msg"
4835
4836 # Detailed Test Results - VPP Performance Results 3n-dnv
4837 - type: "table"
4838   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4839   algorithm: "table_merged_details"
4840   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4841   columns:
4842   - title: " |prein| Test Name |preout| "
4843     data: "data name"
4844   - 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| "
4845     data: "data msg"
4846   data: "vpp-perf-results-3n-dnv"
4847   filter: "all"
4848   parameters:
4849   - "name"
4850   - "parent"
4851   - "msg"
4852
4853 # Detailed Test Results - VPP Performance Results 2n-dnv
4854 - type: "table"
4855   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4856   algorithm: "table_merged_details"
4857   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4858   columns:
4859   - title: " |prein| Test Name |preout| "
4860     data: "data name"
4861   - 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| "
4862     data: "data msg"
4863   data: "vpp-perf-results-2n-dnv"
4864   filter: "all"
4865   parameters:
4866   - "name"
4867   - "parent"
4868   - "msg"
4869
4870 # Test configuration - VPP Performance Test Configs 3n-hsw
4871 - type: "table"
4872   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4873   algorithm: "table_merged_details"
4874   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4875   columns:
4876   - title: " |prein| Test Name |preout| "
4877     data: "data name"
4878   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4879     data: "data conf-history"
4880   data: "vpp-perf-results-3n-hsw"
4881   filter: "all"
4882   parameters:
4883   - "parent"
4884   - "name"
4885   - "conf-history"
4886
4887 # Test configuration - VPP Performance Test Configs 3n-skx
4888 - type: "table"
4889   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4890   algorithm: "table_merged_details"
4891   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4892   columns:
4893   - title: " |prein| Test Name |preout| "
4894     data: "data name"
4895   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4896     data: "data conf-history"
4897   data: "vpp-perf-results-3n-skx"
4898   filter: "all"
4899   parameters:
4900   - "parent"
4901   - "name"
4902   - "conf-history"
4903
4904 # Test configuration - VPP Performance Test Configs 2n-skx
4905 - type: "table"
4906   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4907   algorithm: "table_merged_details"
4908   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4909   columns:
4910   - title: " |prein| Test Name |preout| "
4911     data: "data name"
4912   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4913     data: "data conf-history"
4914   data: "vpp-perf-results-2n-skx"
4915   filter: "all"
4916   parameters:
4917   - "parent"
4918   - "name"
4919   - "conf-history"
4920
4921 # Test configuration - VPP Performance Test Configs 2n-clx
4922 - type: "table"
4923   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4924   algorithm: "table_merged_details"
4925   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4926   columns:
4927   - title: " |prein| Test Name |preout| "
4928     data: "data name"
4929   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4930     data: "data conf-history"
4931   data: "vpp-perf-results-2n-clx"
4932   filter: "all"
4933   parameters:
4934   - "parent"
4935   - "name"
4936   - "conf-history"
4937
4938 # Test configuration - VPP Performance Test Configs 3n-tsh
4939 - type: "table"
4940   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4941   algorithm: "table_merged_details"
4942   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4943   columns:
4944   - title: " |prein| Test Name |preout| "
4945     data: "data name"
4946   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4947     data: "data conf-history"
4948   data: "vpp-perf-results-3n-tsh"
4949   filter: "all"
4950   parameters:
4951   - "parent"
4952   - "name"
4953   - "conf-history"
4954
4955 # Test configuration - VPP Performance Test Configs 3n-dnv
4956 - type: "table"
4957   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4958   algorithm: "table_merged_details"
4959   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4960   columns:
4961   - title: " |prein| Test Name |preout| "
4962     data: "data name"
4963   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4964     data: "data conf-history"
4965   data: "vpp-perf-results-3n-dnv"
4966   filter: "all"
4967   parameters:
4968   - "parent"
4969   - "name"
4970   - "conf-history"
4971
4972 # Test configuration - VPP Performance Test Configs 2n-dnv
4973 - type: "table"
4974   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4975   algorithm: "table_merged_details"
4976   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4977   columns:
4978   - title: " |prein| Test Name |preout| "
4979     data: "data name"
4980   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4981     data: "data conf-history"
4982   data: "vpp-perf-results-2n-dnv"
4983   filter: "all"
4984   parameters:
4985   - "parent"
4986   - "name"
4987   - "conf-history"
4988
4989 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4990 - type: "table"
4991   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4992   algorithm: "table_oper_data_html"
4993   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4994   data: "vpp-perf-results-3n-hsw"
4995   filter: "all"
4996
4997 # Test Operational Data - VPP Performance Operational Data 3n-skx
4998 - type: "table"
4999   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5000   algorithm: "table_oper_data_html"
5001   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5002   data: "vpp-perf-results-3n-skx"
5003   filter: "all"
5004
5005 # Test Operational Data - VPP Performance Operational Data 2n-skx
5006 - type: "table"
5007   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5008   algorithm: "table_oper_data_html"
5009   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5010   data: "vpp-perf-results-2n-skx"
5011   filter: "all"
5012
5013 # Test Operational Data - VPP Performance Operational Data 2n-clx
5014 - type: "table"
5015   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5016   algorithm: "table_oper_data_html"
5017   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5018   data: "vpp-perf-results-2n-clx"
5019   filter: "all"
5020
5021 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5022 - type: "table"
5023   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5024   algorithm: "table_oper_data_html"
5025   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5026   data: "vpp-perf-results-3n-tsh"
5027   filter: "all"
5028
5029 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5030 - type: "table"
5031   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5032   algorithm: "table_oper_data_html"
5033   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5034   data: "vpp-perf-results-3n-dnv"
5035   filter: "all"
5036
5037 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5038 - type: "table"
5039   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5040   algorithm: "table_oper_data_html"
5041   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5042   data: "vpp-perf-results-2n-dnv"
5043   filter: "all"
5044
5045 # Detailed Test Results - VPP MRR Results 3n-hsw
5046 - type: "table"
5047   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5048   algorithm: "table_merged_details"
5049   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5050   columns:
5051   - title: " |prein| Test Name |preout| "
5052     data: "data name"
5053   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5054     data: "data msg"
5055   data: "vpp-mrr-results-3n-hsw"
5056   filter: "all"
5057   parameters:
5058   - "name"
5059   - "parent"
5060   - "msg"
5061
5062 # Detailed Test Results - VPP MRR Results 3n-skx
5063 - type: "table"
5064   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5065   algorithm: "table_merged_details"
5066   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5067   columns:
5068   - title: " |prein| Test Name |preout| "
5069     data: "data name"
5070   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5071     data: "data msg"
5072   data: "vpp-mrr-results-3n-skx"
5073   filter: "all"
5074   parameters:
5075   - "name"
5076   - "parent"
5077   - "msg"
5078
5079 # Detailed Test Results - VPP MRR Results 2n-skx
5080 - type: "table"
5081   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5082   algorithm: "table_merged_details"
5083   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5084   columns:
5085   - title: " |prein| Test Name |preout| "
5086     data: "data name"
5087   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5088     data: "data msg"
5089   data: "vpp-mrr-results-2n-skx"
5090   filter: "all"
5091   parameters:
5092   - "name"
5093   - "parent"
5094   - "msg"
5095
5096 # Detailed Test Results - VPP MRR Results 2n-clx
5097 - type: "table"
5098   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5099   algorithm: "table_merged_details"
5100   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5101   columns:
5102   - title: " |prein| Test Name |preout| "
5103     data: "data name"
5104   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5105     data: "data msg"
5106   data: "vpp-mrr-results-2n-clx"
5107   filter: "all"
5108   parameters:
5109   - "name"
5110   - "parent"
5111   - "msg"
5112
5113 # Detailed Test Results - VPP MRR Results 3n-tsh
5114 - type: "table"
5115   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5116   algorithm: "table_merged_details"
5117   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5118   columns:
5119   - title: " |prein| Test Name |preout| "
5120     data: "data name"
5121   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5122     data: "data msg"
5123   data: "vpp-mrr-results-3n-tsh"
5124   filter: "all"
5125   parameters:
5126   - "name"
5127   - "parent"
5128   - "msg"
5129
5130 # Detailed Test Results - VPP MRR Results 3n-dnv
5131 - type: "table"
5132   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5133   algorithm: "table_merged_details"
5134   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5135   columns:
5136   - title: " |prein| Test Name |preout| "
5137     data: "data name"
5138   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5139     data: "data msg"
5140   data: "vpp-mrr-results-3n-dnv"
5141   filter: "all"
5142   parameters:
5143   - "name"
5144   - "parent"
5145   - "msg"
5146
5147 # Detailed Test Results - VPP MRR Results 2n-dnv
5148 - type: "table"
5149   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5150   algorithm: "table_merged_details"
5151   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5152   columns:
5153   - title: " |prein| Test Name |preout| "
5154     data: "data name"
5155   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5156     data: "data msg"
5157   data: "vpp-mrr-results-2n-dnv"
5158   filter: "all"
5159   parameters:
5160   - "name"
5161   - "parent"
5162   - "msg"
5163
5164 # Test configuration - VPP MRR Test Configs 3n-hsw
5165 - type: "table"
5166   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5167   algorithm: "table_merged_details"
5168   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5169   columns:
5170   - title: " |prein| Test Name |preout| "
5171     data: "data name"
5172   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5173     data: "data conf-history"
5174   data: "vpp-mrr-results-3n-hsw"
5175   filter: "all"
5176   parameters:
5177   - "parent"
5178   - "name"
5179   - "conf-history"
5180
5181 # Test configuration - VPP MRR Test Configs 3n-skx
5182 - type: "table"
5183   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5184   algorithm: "table_merged_details"
5185   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5186   columns:
5187   - title: " |prein| Test Name |preout| "
5188     data: "data name"
5189   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5190     data: "data conf-history"
5191   data: "vpp-mrr-results-3n-skx"
5192   filter: "all"
5193   parameters:
5194   - "parent"
5195   - "name"
5196   - "conf-history"
5197
5198 # Test configuration - VPP MRR Test Configs 2n-skx
5199 - type: "table"
5200   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5201   algorithm: "table_merged_details"
5202   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5203   columns:
5204   - title: " |prein| Test Name |preout| "
5205     data: "data name"
5206   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5207     data: "data conf-history"
5208   data: "vpp-mrr-results-2n-skx"
5209   filter: "all"
5210   parameters:
5211   - "parent"
5212   - "name"
5213   - "conf-history"
5214
5215 # Test configuration - VPP MRR Test Configs 2n-clx
5216 - type: "table"
5217   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5218   algorithm: "table_merged_details"
5219   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5220   columns:
5221   - title: " |prein| Test Name |preout| "
5222     data: "data name"
5223   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5224     data: "data conf-history"
5225   data: "vpp-mrr-results-2n-clx"
5226   filter: "all"
5227   parameters:
5228   - "parent"
5229   - "name"
5230   - "conf-history"
5231
5232 # Test configuration - VPP MRR Test Configs 3n-tsh
5233 - type: "table"
5234   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5235   algorithm: "table_merged_details"
5236   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5237   columns:
5238   - title: " |prein| Test Name |preout| "
5239     data: "data name"
5240   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5241     data: "data conf-history"
5242   data: "vpp-mrr-results-3n-tsh"
5243   filter: "all"
5244   parameters:
5245   - "parent"
5246   - "name"
5247   - "conf-history"
5248
5249 # Test configuration - VPP MRR Test Configs 3n-dnv
5250 - type: "table"
5251   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5252   algorithm: "table_merged_details"
5253   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5254   columns:
5255   - title: " |prein| Test Name |preout| "
5256     data: "data name"
5257   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5258     data: "data conf-history"
5259   data: "vpp-mrr-results-3n-dnv"
5260   filter: "all"
5261   parameters:
5262   - "parent"
5263   - "name"
5264   - "conf-history"
5265
5266 # Test configuration - VPP MRR Test Configs 2n-dnv
5267 - type: "table"
5268   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5269   algorithm: "table_merged_details"
5270   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5271   columns:
5272   - title: " |prein| Test Name |preout| "
5273     data: "data name"
5274   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5275     data: "data conf-history"
5276   data: "vpp-mrr-results-2n-dnv"
5277   filter: "all"
5278   parameters:
5279   - "parent"
5280   - "name"
5281   - "conf-history"
5282
5283 # Detailed Test Results - VPP Device Results - Ubuntu
5284 - type: "table"
5285   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5286   algorithm: "table_merged_details"
5287   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5288   columns:
5289   - title: " |prein| Test Name |preout| "
5290     data: "data name"
5291   - title: " |prein| Status |preout| "
5292     data: "data status"
5293   data: "vpp-device-results-ubuntu"
5294   filter: "all"
5295   parameters:
5296   - "name"
5297   - "parent"
5298   - "doc"
5299   - "status"
5300
5301 # Test configuration - VPP Device Test Configs - Ubuntu
5302 - type: "table"
5303   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5304   algorithm: "table_merged_details"
5305   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5306   columns:
5307   - title: " |prein| Test Name |preout| "
5308     data: "data name"
5309   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5310     data: "data conf-history"
5311   data: "vpp-device-results-ubuntu"
5312   filter: "all"
5313   parameters:
5314   - "parent"
5315   - "name"
5316   - "conf-history"
5317
5318 ################################################################################
5319
5320 # DPDK Performance Changes 3n-hsw 1t1c pdr
5321 - type: "table"
5322   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5323   algorithm: "table_perf_comparison"
5324   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5325   history:
5326     - title: "rls1904"
5327       data: "dpdk-performance-changes-3n-hsw-h1"
5328   reference:
5329     title: "rls1908"
5330     data: "dpdk-performance-changes-3n-hsw-ref"
5331   compare:
5332     title: "rls2001"
5333     data: "dpdk-performance-changes-3n-hsw-cmp"
5334   data: "dpdk-performance-changes-3n-hsw"
5335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5336   filter: "'1T1C' and 'NDRPDR'"
5337   parameters:
5338   - "name"
5339   - "parent"
5340   - "throughput"
5341
5342 # DPDK Performance Changes 3n-hsw 2t2c pdr
5343 - type: "table"
5344   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5345   algorithm: "table_perf_comparison"
5346   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5347   history:
5348     - title: "rls1904"
5349       data: "dpdk-performance-changes-3n-hsw-h1"
5350   reference:
5351     title: "rls1908"
5352     data: "dpdk-performance-changes-3n-hsw-ref"
5353   compare:
5354     title: "rls2001"
5355     data: "dpdk-performance-changes-3n-hsw-cmp"
5356   data: "dpdk-performance-changes-3n-hsw"
5357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5358   filter: "'2T2C' and 'NDRPDR'"
5359   parameters:
5360   - "name"
5361   - "parent"
5362   - "throughput"
5363
5364 # DPDK Performance Changes 3n-hsw 1t1c ndr
5365 - type: "table"
5366   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5367   algorithm: "table_perf_comparison"
5368   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5369   history:
5370     - title: "rls1904"
5371       data: "dpdk-performance-changes-3n-hsw-h1"
5372   reference:
5373     title: "rls1908"
5374     data: "dpdk-performance-changes-3n-hsw-ref"
5375   compare:
5376     title: "rls2001"
5377     data: "dpdk-performance-changes-3n-hsw-cmp"
5378   data: "dpdk-performance-changes-3n-hsw"
5379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5380   filter: "'1T1C' and 'NDRPDR'"
5381   parameters:
5382   - "name"
5383   - "parent"
5384   - "throughput"
5385
5386 # DPDK Performance Changes 3n-hsw 2t2c ndr
5387 - type: "table"
5388   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5389   algorithm: "table_perf_comparison"
5390   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5391   history:
5392     - title: "rls1904"
5393       data: "dpdk-performance-changes-3n-hsw-h1"
5394   reference:
5395     title: "rls1908"
5396     data: "dpdk-performance-changes-3n-hsw-ref"
5397   compare:
5398     title: "rls2001"
5399     data: "dpdk-performance-changes-3n-hsw-cmp"
5400   data: "dpdk-performance-changes-3n-hsw"
5401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5402   filter: "'2T2C' and 'NDRPDR'"
5403   parameters:
5404   - "name"
5405   - "parent"
5406   - "throughput"
5407
5408 # DPDK Performance Changes 3n-skx 2t1c pdr
5409 - type: "table"
5410   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5411   algorithm: "table_perf_comparison"
5412   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5413   history:
5414     - title: "rls1904"
5415       data: "dpdk-performance-changes-3n-skx-h1"
5416   reference:
5417     title: "rls1908"
5418     data: "dpdk-performance-changes-3n-skx-ref"
5419   compare:
5420     title: "rls2001"
5421     data: "dpdk-performance-changes-3n-skx-cmp"
5422   data: "dpdk-performance-changes-3n-skx"
5423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5424   filter: "'2T1C' and 'NDRPDR'"
5425   parameters:
5426   - "name"
5427   - "parent"
5428   - "throughput"
5429
5430 # DPDK Performance Changes 3n-skx 4t2c pdr
5431 - type: "table"
5432   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5433   algorithm: "table_perf_comparison"
5434   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5435   history:
5436     - title: "rls1904"
5437       data: "dpdk-performance-changes-3n-skx-h1"
5438   reference:
5439     title: "rls1908"
5440     data: "dpdk-performance-changes-3n-skx-ref"
5441   compare:
5442     title: "rls2001"
5443     data: "dpdk-performance-changes-3n-skx-cmp"
5444   data: "dpdk-performance-changes-3n-skx"
5445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5446   filter: "'4T2C' and 'NDRPDR'"
5447   parameters:
5448   - "name"
5449   - "parent"
5450   - "throughput"
5451
5452 # DPDK Performance Changes 3n-skx 2t1c ndr
5453 - type: "table"
5454   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5455   algorithm: "table_perf_comparison"
5456   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5457   history:
5458     - title: "rls1904"
5459       data: "dpdk-performance-changes-3n-skx-h1"
5460   reference:
5461     title: "rls1908"
5462     data: "dpdk-performance-changes-3n-skx-ref"
5463   compare:
5464     title: "rls2001"
5465     data: "dpdk-performance-changes-3n-skx-cmp"
5466   data: "dpdk-performance-changes-3n-skx"
5467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5468   filter: "'2T1C' and 'NDRPDR'"
5469   parameters:
5470   - "name"
5471   - "parent"
5472   - "throughput"
5473
5474 # DPDK Performance Changes 3n-skx 4t2c ndr
5475 - type: "table"
5476   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5477   algorithm: "table_perf_comparison"
5478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5479   history:
5480     - title: "rls1904"
5481       data: "dpdk-performance-changes-3n-skx-h1"
5482   reference:
5483     title: "rls1908"
5484     data: "dpdk-performance-changes-3n-skx-ref"
5485   compare:
5486     title: "rls2001"
5487     data: "dpdk-performance-changes-3n-skx-cmp"
5488   data: "dpdk-performance-changes-3n-skx"
5489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5490   filter: "'4T2C' and 'NDRPDR'"
5491   parameters:
5492   - "name"
5493   - "parent"
5494   - "throughput"
5495
5496 # DPDK Performance Changes 2n-skx 2t1c pdr
5497 - type: "table"
5498   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5499   algorithm: "table_perf_comparison"
5500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5501   history:
5502     - title: "rls1904"
5503       data: "dpdk-performance-changes-2n-skx-h1"
5504   reference:
5505     title: "rls1908"
5506     data: "dpdk-performance-changes-2n-skx-ref"
5507   compare:
5508     title: "rls2001"
5509     data: "dpdk-performance-changes-2n-skx-cmp"
5510   data: "dpdk-performance-changes-2n-skx"
5511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5512   filter: "'2T1C' and 'NDRPDR'"
5513   parameters:
5514   - "name"
5515   - "parent"
5516   - "throughput"
5517
5518 # DPDK Performance Changes 2n-skx 4t2c pdr
5519 - type: "table"
5520   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5521   algorithm: "table_perf_comparison"
5522   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5523   history:
5524     - title: "rls1904"
5525       data: "dpdk-performance-changes-2n-skx-h1"
5526   reference:
5527     title: "rls1908"
5528     data: "dpdk-performance-changes-2n-skx-ref"
5529   compare:
5530     title: "rls2001"
5531     data: "dpdk-performance-changes-2n-skx-cmp"
5532   data: "dpdk-performance-changes-2n-skx"
5533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5534   filter: "'4T2C' and 'NDRPDR'"
5535   parameters:
5536   - "name"
5537   - "parent"
5538   - "throughput"
5539
5540 # DPDK Performance Changes 2n-skx 2t1c ndr
5541 - type: "table"
5542   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5543   algorithm: "table_perf_comparison"
5544   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5545   history:
5546     - title: "rls1904"
5547       data: "dpdk-performance-changes-2n-skx-h1"
5548   reference:
5549     title: "rls1908"
5550     data: "dpdk-performance-changes-2n-skx-ref"
5551   compare:
5552     title: "rls2001"
5553     data: "dpdk-performance-changes-2n-skx-cmp"
5554   data: "dpdk-performance-changes-2n-skx"
5555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5556   filter: "'2T1C' and 'NDRPDR'"
5557   parameters:
5558   - "name"
5559   - "parent"
5560   - "throughput"
5561
5562 # DPDK Performance Changes 2n-skx 4t2c ndr
5563 - type: "table"
5564   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5565   algorithm: "table_perf_comparison"
5566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5567   history:
5568     - title: "rls1904"
5569       data: "dpdk-performance-changes-2n-skx-h1"
5570   reference:
5571     title: "rls1908"
5572     data: "dpdk-performance-changes-2n-skx-ref"
5573   compare:
5574     title: "rls2001"
5575     data: "dpdk-performance-changes-2n-skx-cmp"
5576   data: "dpdk-performance-changes-2n-skx"
5577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5578   filter: "'4T2C' and 'NDRPDR'"
5579   parameters:
5580   - "name"
5581   - "parent"
5582   - "throughput"
5583
5584 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5585 - type: "table"
5586   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5587   algorithm: "table_perf_comparison"
5588   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5589   reference:
5590     title: "3-Node Hsw"
5591     data: "dpdk-compare-testbeds-ref"
5592   compare:
5593     title: "3-Node Skx"
5594     data: "dpdk-compare-testbeds-cmp"
5595   data: "dpdk-compare-testbeds"
5596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5597   filter: "'NIC_Intel-X710'"
5598   parameters:
5599   - "name"
5600   - "parent"
5601   - "throughput"
5602
5603 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5604 - type: "table"
5605   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5606   algorithm: "table_perf_comparison"
5607   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5608   reference:
5609     title: "3-Node Hsw"
5610     data: "dpdk-compare-testbeds-ref"
5611   compare:
5612     title: "3-Node Skx"
5613     data: "dpdk-compare-testbeds-cmp"
5614   data: "dpdk-compare-testbeds"
5615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5616   filter: "'NIC_Intel-X710'"
5617   parameters:
5618   - "name"
5619   - "parent"
5620   - "throughput"
5621
5622 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5623 - type: "table"
5624   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5625   algorithm: "table_perf_comparison"
5626   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5627   reference:
5628     title: "2-Node Skx"
5629     data: "dpdk-compare-testbeds-skx-clx-ref"
5630   compare:
5631     title: "2-Node Clx"
5632     data: "dpdk-compare-testbeds-skx-clx-cmp"
5633   data: "dpdk-compare-testbeds-skx-clx"
5634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5635   filter: "all"
5636   parameters:
5637   - "name"
5638   - "parent"
5639   - "throughput"
5640
5641 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5642 - type: "table"
5643   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5644   algorithm: "table_perf_comparison"
5645   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5646   reference:
5647     title: "2-Node Skx"
5648     data: "dpdk-compare-testbeds-skx-clx-ref"
5649   compare:
5650     title: "2-Node Clx"
5651     data: "dpdk-compare-testbeds-skx-clx-cmp"
5652   data: "dpdk-compare-testbeds-skx-clx"
5653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5654   filter: "all"
5655   parameters:
5656   - "name"
5657   - "parent"
5658   - "throughput"
5659
5660 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5661 - type: "table"
5662   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5663   algorithm: "table_perf_comparison"
5664   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5665   reference:
5666     title: "3-Node Skx"
5667     data: "dpdk-compare-topologies-ref"
5668   compare:
5669     title: "2-Node Skx"
5670     data: "dpdk-compare-topologies-cmp"
5671   data: "dpdk-compare-topologies"
5672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5673   filter: "all"
5674   parameters:
5675   - "name"
5676   - "parent"
5677   - "throughput"
5678
5679 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5680 - type: "table"
5681   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5682   algorithm: "table_perf_comparison"
5683   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5684   reference:
5685     title: "3-Node Skx"
5686     data: "dpdk-compare-topologies-ref"
5687   compare:
5688     title: "2-Node Skx"
5689     data: "dpdk-compare-topologies-cmp"
5690   data: "dpdk-compare-topologies"
5691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5692   filter: "all"
5693   parameters:
5694   - "name"
5695   - "parent"
5696   - "throughput"
5697
5698 # Detailed Test Results - DPDK Performance Results 3n-hsw
5699 - type: "table"
5700   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5701   algorithm: "table_merged_details"
5702   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5703   columns:
5704   - title: " |prein| Test Name |preout| "
5705     data: "data name"
5706   - 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| "
5707     data: "data msg"
5708   data: "dpdk-perf-results-3n-hsw"
5709   filter: "all"
5710   parameters:
5711   - "name"
5712   - "parent"
5713   - "msg"
5714
5715 # Detailed Test Results - DPDK Performance Results 3n-skx
5716 - type: "table"
5717   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5718   algorithm: "table_merged_details"
5719   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5720   columns:
5721   - title: " |prein| Test Name |preout| "
5722     data: "data name"
5723   - 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| "
5724     data: "data msg"
5725   data: "dpdk-perf-results-3n-skx"
5726   filter: "all"
5727   remove-ndr: True  # Temporary solution: remove NDR results from test message
5728   parameters:
5729   - "name"
5730   - "parent"
5731   - "msg"
5732
5733 # Detailed Test Results - DPDK Performance Results 2n-skx
5734 - type: "table"
5735   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5736   algorithm: "table_merged_details"
5737   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5738   columns:
5739   - title: " |prein| Test Name |preout| "
5740     data: "data name"
5741   - 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| "
5742     data: "data msg"
5743   data: "dpdk-perf-results-2n-skx"
5744   filter: "all"
5745   remove-ndr: True  # Temporary solution: remove NDR results from test message
5746   parameters:
5747   - "name"
5748   - "parent"
5749   - "msg"
5750
5751 # Detailed Test Results - DPDK Performance Results 2n-clx
5752 - type: "table"
5753   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5754   algorithm: "table_merged_details"
5755   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5756   columns:
5757   - title: " |prein| Test Name |preout| "
5758     data: "data name"
5759   - 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| "
5760     data: "data msg"
5761   data: "dpdk-perf-results-2n-clx"
5762   filter: "all"
5763   parameters:
5764   - "name"
5765   - "parent"
5766   - "msg"
5767
5768 # Detailed Test Results - DPDK Performance Results 2n-dnv
5769 - type: "table"
5770   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5771   algorithm: "table_merged_details"
5772   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5773   columns:
5774   - title: " |prein| Test Name |preout| "
5775     data: "data name"
5776   - 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| "
5777     data: "data msg"
5778   data: "dpdk-perf-results-2n-dnv"
5779   filter: "all"
5780   parameters:
5781   - "name"
5782   - "parent"
5783   - "msg"
5784
5785 # Detailed Test Results - DPDK Performance Results 3n-dnv
5786 - type: "table"
5787   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5788   algorithm: "table_merged_details"
5789   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5790   columns:
5791   - title: " |prein| Test Name |preout| "
5792     data: "data name"
5793   - 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| "
5794     data: "data msg"
5795   data: "dpdk-perf-results-3n-dnv"
5796   filter: "all"
5797   parameters:
5798   - "name"
5799   - "parent"
5800   - "msg"
5801
5802 # Detailed Test Results - DPDK Performance Results 3n-tsh
5803 - type: "table"
5804   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5805   algorithm: "table_merged_details"
5806   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5807   columns:
5808   - title: " |prein| Test Name |preout| "
5809     data: "data name"
5810   - 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| "
5811     data: "data msg"
5812   data: "dpdk-perf-results-3n-tsh"
5813   filter: "all"
5814   parameters:
5815   - "name"
5816   - "parent"
5817   - "msg"
5818
5819 ################################################################################
5820 ###                                F I L E S                                 ###
5821 ################################################################################
5822
5823 # VPP Performance Results
5824 - type: "file"
5825   title: "VPP Performance Results"
5826   algorithm: "file_details_split"
5827   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5828   dir-tables:
5829     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5830     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5831     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5832     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5833     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5834     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5835     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5836   data:
5837     - "vpp-perf-results-2n-skx"
5838     - "vpp-perf-results-3n-skx"
5839     - "vpp-perf-results-2n-clx"
5840     - "vpp-perf-results-3n-hsw"
5841     - "vpp-perf-results-3n-tsh"
5842     - "vpp-perf-results-2n-dnv"
5843     - "vpp-perf-results-3n-dnv"
5844   filter: "all"
5845   data-start-level: 4
5846   order-chapters:
5847     level-1:
5848       - "l2"
5849       - "ip4"
5850       - "ip6"
5851       - "srv6"
5852       - "ip4_tunnels"
5853       - "ip6_tunnels"
5854       - "vm_vhost"
5855       - "container_memif"
5856       - "crypto"
5857       - "vts"
5858       - "lb"
5859       - "nfv_density"
5860       - "hoststack"
5861     level-2:
5862       - "2n-skx"
5863       - "3n-skx"
5864       - "2n-clx"
5865       - "3n-hsw"
5866       - "3n-tsh"
5867       - "2n-dnv"
5868       - "3n-dnv"
5869     level-3:
5870       - "xl710"
5871       - "x520"
5872       - "xxv710"
5873       - "x710"
5874       - "x553"
5875       - "cx556a"
5876       - "vic1227"
5877       - "vic1385"
5878
5879 # VPP Performance Configuration
5880 - type: "file"
5881   title: "VPP Performance Configuration"
5882   algorithm: "file_details_split"
5883   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5884   dir-tables:
5885     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5886     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5887     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5888     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5889     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5890     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5891     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5892   data:
5893     - "vpp-perf-results-2n-skx"
5894     - "vpp-perf-results-3n-skx"
5895     - "vpp-perf-results-2n-clx"
5896     - "vpp-perf-results-3n-hsw"
5897     - "vpp-perf-results-3n-tsh"
5898     - "vpp-perf-results-2n-dnv"
5899     - "vpp-perf-results-3n-dnv"
5900   filter: "all"
5901   data-start-level: 4
5902   order-chapters:
5903     level-1:
5904       - "l2"
5905       - "ip4"
5906       - "ip6"
5907       - "srv6"
5908       - "ip4_tunnels"
5909       - "ip6_tunnels"
5910       - "vm_vhost"
5911       - "container_memif"
5912       - "crypto"
5913       - "vts"
5914       - "lb"
5915       - "nfv_density"
5916       - "hoststack"
5917     level-2:
5918       - "2n-skx"
5919       - "3n-skx"
5920       - "2n-clx"
5921       - "3n-hsw"
5922       - "3n-tsh"
5923       - "2n-dnv"
5924       - "3n-dnv"
5925     level-3:
5926       - "xl710"
5927       - "x520"
5928       - "xxv710"
5929       - "x710"
5930       - "x553"
5931       - "cx556a"
5932       - "vic1227"
5933       - "vic1385"
5934
5935 # VPP Performance Operational
5936 - type: "file"
5937   title: "VPP Performance Operational"
5938   algorithm: "file_details_split_html"
5939   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5940   dir-tables:
5941     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5942     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5943     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5944     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5945     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5946     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5947     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5948   data:
5949     - "vpp-perf-results-2n-skx"
5950     - "vpp-perf-results-3n-skx"
5951     - "vpp-perf-results-2n-clx"
5952     - "vpp-perf-results-3n-hsw"
5953     - "vpp-perf-results-3n-tsh"
5954     - "vpp-perf-results-2n-dnv"
5955     - "vpp-perf-results-3n-dnv"
5956   filter: "all"
5957   data-start-level: 4
5958   order-chapters:
5959     level-1:
5960       - "l2"
5961       - "ip4"
5962       - "ip6"
5963       - "srv6"
5964       - "ip4_tunnels"
5965       - "ip6_tunnels"
5966       - "vm_vhost"
5967       - "container_memif"
5968       - "crypto"
5969       - "vts"
5970       - "lb"
5971       - "nfv_density"
5972       - "hoststack"
5973     level-2:
5974       - "2n-skx"
5975       - "3n-skx"
5976       - "2n-clx"
5977       - "3n-hsw"
5978       - "3n-tsh"
5979       - "2n-dnv"
5980       - "3n-dnv"
5981     level-3:
5982       - "xl710"
5983       - "x520"
5984       - "xxv710"
5985       - "x710"
5986       - "x553"
5987       - "cx556a"
5988       - "vic1227"
5989       - "vic1385"
5990
5991 # VPP MRR Results
5992 - type: "file"
5993   title: "VPP MRR Results"
5994   algorithm: "file_details_split"
5995   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5996   dir-tables:
5997     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5998     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5999     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6000     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6001     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6002     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6003     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6004   data:
6005     - "vpp-mrr-results-2n-skx"
6006     - "vpp-mrr-results-3n-skx"
6007     - "vpp-mrr-results-2n-clx"
6008     - "vpp-mrr-results-3n-hsw"
6009     - "vpp-mrr-results-3n-tsh"
6010     - "vpp-mrr-results-2n-dnv"
6011     - "vpp-mrr-results-3n-dnv"
6012   filter: "all"
6013   data-start-level: 4
6014   order-chapters:
6015     level-1:
6016       - "l2"
6017       - "ip4"
6018       - "ip6"
6019       - "srv6"
6020       - "ip4_tunnels"
6021       - "ip6_tunnels"
6022       - "vm_vhost"
6023       - "container_memif"
6024       - "crypto"
6025       - "vts"
6026       - "lb"
6027       - "nfv_density"
6028       - "hoststack"
6029     level-2:
6030       - "2n-skx"
6031       - "3n-skx"
6032       - "2n-clx"
6033       - "3n-hsw"
6034       - "3n-tsh"
6035       - "2n-dnv"
6036       - "3n-dnv"
6037     level-3:
6038       - "xl710"
6039       - "x520"
6040       - "xxv710"
6041       - "x710"
6042       - "x553"
6043       - "cx556a"
6044       - "vic1227"
6045       - "vic1385"
6046
6047 # VPP MRR Configuration
6048 - type: "file"
6049   title: "VPP MRR Configuration"
6050   algorithm: "file_details_split"
6051   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6052   dir-tables:
6053     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6054     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6055     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6056     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6057     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6058     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6059     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6060   data:
6061     - "vpp-mrr-results-2n-skx"
6062     - "vpp-mrr-results-3n-skx"
6063     - "vpp-mrr-results-2n-clx"
6064     - "vpp-mrr-results-3n-hsw"
6065     - "vpp-mrr-results-3n-tsh"
6066     - "vpp-mrr-results-2n-dnv"
6067     - "vpp-mrr-results-3n-dnv"
6068   filter: "all"
6069   data-start-level: 4
6070   order-chapters:
6071     level-1:
6072       - "l2"
6073       - "ip4"
6074       - "ip6"
6075       - "srv6"
6076       - "ip4_tunnels"
6077       - "ip6_tunnels"
6078       - "vm_vhost"
6079       - "container_memif"
6080       - "crypto"
6081       - "vts"
6082       - "lb"
6083       - "nfv_density"
6084       - "hoststack"
6085     level-2:
6086       - "2n-skx"
6087       - "3n-skx"
6088       - "2n-clx"
6089       - "3n-hsw"
6090       - "3n-tsh"
6091       - "2n-dnv"
6092       - "3n-dnv"
6093     level-3:
6094       - "xl710"
6095       - "x520"
6096       - "xxv710"
6097       - "x710"
6098       - "x553"
6099       - "cx556a"
6100       - "vic1227"
6101       - "vic1385"
6102
6103 # VPP Device Results - Ubuntu
6104 - type: "file"
6105   title: "VPP Device Results - Ubuntu"
6106   algorithm: "file_test_results"
6107   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6108   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6109   data: "vpp-device-results-ubuntu"
6110   filter: "all"
6111   data-start-level: 4
6112
6113 # VPP Device Configuration - Ubuntu
6114 - type: "file"
6115   title: "VPP Device Configuration - Ubuntu"
6116   algorithm: "file_test_results"
6117   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6118   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6119   data: "vpp-device-results-ubuntu"
6120   filter: "all"
6121   data-start-level: 4
6122
6123 # DPDK Performance Results 3n-hsw
6124 - type: "file"
6125   title: "DPDK Performance Results 3n-hsw"
6126   algorithm: "file_test_results"
6127   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6128   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6129   data: "dpdk-perf-results-3n-hsw"
6130   filter: "all"
6131   data-start-level: 4
6132
6133 # DPDK Performance Results 3n-skx
6134 - type: "file"
6135   title: "DPDK Performance Results 3n-skx"
6136   algorithm: "file_test_results"
6137   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6138   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6139   data: "dpdk-perf-results-3n-skx"
6140   filter: "all"
6141   data-start-level: 4
6142
6143 # DPDK Performance Results 2n-skx
6144 - type: "file"
6145   title: "DPDK Performance Results 2n-skx"
6146   algorithm: "file_test_results"
6147   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6148   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6149   data: "dpdk-perf-results-2n-skx"
6150   filter: "all"
6151   data-start-level: 4
6152
6153 # DPDK Performance Results 2n-clx
6154 - type: "file"
6155   title: "DPDK Performance Results 2n-clx"
6156   algorithm: "file_test_results"
6157   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6158   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6159   data: "dpdk-perf-results-2n-clx"
6160   filter: "all"
6161   data-start-level: 4
6162
6163 # DPDK Performance Results 2n-dnv
6164 - type: "file"
6165   title: "DPDK Performance Results 2n-dnv"
6166   algorithm: "file_test_results"
6167   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6168   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6169   data: "dpdk-perf-results-2n-dnv"
6170   filter: "all"
6171   data-start-level: 4
6172
6173 # DPDK Performance Results 3n-dnv
6174 - type: "file"
6175   title: "DPDK Performance Results 3n-dnv"
6176   algorithm: "file_test_results"
6177   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6178   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6179   data: "dpdk-perf-results-3n-dnv"
6180   filter: "all"
6181   data-start-level: 4
6182
6183 # DPDK Performance Results 3n-tsh
6184 - type: "file"
6185   title: "DPDK Performance Results 3n-tsh"
6186   algorithm: "file_test_results"
6187   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6188   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6189   data: "dpdk-perf-results-3n-tsh"
6190   filter: "all"
6191   data-start-level: 4
6192
6193 ################################################################################
6194 ###                                P L O T S                                 ###
6195 ################################################################################
6196
6197 # Hoststack tests 3n-hsw
6198
6199 - type: "plot"
6200   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6201   algorithm: "plot_perf_box_name"
6202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6203   data: "plot-vpp-hoststack-3n-hsw"
6204   include:
6205     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6206     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6207   layout:
6208     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6209     layout: "plot-hoststack"
6210
6211 - type: "plot"
6212   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6213   algorithm: "plot_perf_box_name"
6214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6215   data: "plot-vpp-hoststack-3n-hsw"
6216   include:
6217     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6218     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6219   layout:
6220     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6221     layout: "plot-hoststack"
6222
6223 - type: "plot"
6224   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6225   algorithm: "plot_perf_box_name"
6226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6227   data: "plot-vpp-hoststack-3n-hsw"
6228   include:
6229     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6230     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6231     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6232     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6233   layout:
6234     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6235     layout: "plot-hoststack"
6236
6237 # Plots VPP HTTP Server Performance
6238 - type: "plot"
6239   title: "VPP HTTP Server Performance"
6240   algorithm: "plot_http_server_perf_box"
6241   output-file-type: ".html"
6242   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6243   data:
6244     "plot-vpp-http-server-performance"
6245   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6246   parameters:
6247   - "result"
6248   - "name"
6249   traces:
6250     hoverinfo: "y+name"
6251     boxpoints: "outliers"
6252     whiskerwidth: 0
6253   layout:
6254     title: "VPP HTTP Server Performance"
6255     layout:
6256       "plot-cps"
6257
6258 - type: "plot"
6259   title: "VPP HTTP Server Performance"
6260   algorithm: "plot_http_server_perf_box"
6261   output-file-type: ".html"
6262   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6263   data:
6264     "plot-vpp-http-server-performance"
6265   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6266   parameters:
6267   - "result"
6268   - "name"
6269   traces:
6270     hoverinfo: "y+name"
6271     boxpoints: "outliers"
6272     whiskerwidth: 0
6273   layout:
6274     title: "VPP HTTP Server Performance"
6275     layout:
6276       "plot-rps"
6277
6278 ################################################################################
6279
6280 # Soak Test (PLRsearch), boxes - 2n-clx
6281 - type: "plot"
6282   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6283   algorithm: "plot_perf_box_name"
6284   output-file-type: ".html"
6285   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6286   data: "plot-vpp-soak-2n-clx"
6287   include:
6288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6294   layout:
6295     title: "30 Minutes Soak Test (PLRsearch)"
6296     layout: "plot-soak-throughput"
6297
6298 # Soak Test (PLRsearch), boxes - 2n-clx
6299 - type: "plot"
6300   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6301   algorithm: "plot_perf_box_name"
6302   output-file-type: ".html"
6303   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6304   data: "plot-vpp-soak-2n-clx"
6305   include:
6306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6311     - "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"
6312   layout:
6313     title: "30 Minutes Soak Test (PLRsearch)"
6314     layout: "plot-soak-throughput"
6315
6316 ###############################################################################
6317
6318 # Reconf tests 2n-skx
6319
6320 #- type: "plot"
6321 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6322 #  algorithm: "plot_nf_reconf_box_name"
6323 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6324 #  data: "plot-vpp-nfv-reconf-2n-skx"
6325 #  include:
6326 #    - "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"
6327 #    - "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"
6328 #    - "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"
6329 #    - "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"
6330 #    - "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"
6331 #    - "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"
6332 #  layout:
6333 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6334 #    layout: "plot-throughput"
6335 #
6336 #- type: "plot"
6337 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6338 #  algorithm: "plot_nf_reconf_box_name"
6339 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6340 #  data: "plot-vpp-nfv-reconf-2n-skx"
6341 #  include:
6342 #    - "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"
6343 #    - "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"
6344 #    - "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"
6345 #    - "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"
6346 #    - "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"
6347 #    - "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"
6348 #  layout:
6349 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6350 #    layout: "plot-throughput"
6351 #
6352 #- type: "plot"
6353 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6354 #  algorithm: "plot_nf_reconf_box_name"
6355 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6356 #  data: "plot-vpp-nfv-reconf-2n-skx"
6357 #  include:
6358 #    - "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"
6359 #    - "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"
6360 #    - "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"
6361 #    - "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"
6362 #    - "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"
6363 #    - "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"
6364 #  layout:
6365 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6366 #    layout: "plot-throughput"
6367
6368 ###############################################################################
6369
6370 # Reconf tests 2n-clx
6371
6372 - type: "plot"
6373   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6374   algorithm: "plot_nf_reconf_box_name"
6375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6376   data: "plot-vpp-nfv-reconf-2n-clx"
6377   include:
6378     - "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"
6379     - "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"
6380     - "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"
6381     - "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"
6382   layout:
6383     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6384     layout: "plot-throughput"
6385
6386 - type: "plot"
6387   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6388   algorithm: "plot_nf_reconf_box_name"
6389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6390   data: "plot-vpp-nfv-reconf-2n-clx"
6391   include:
6392     - "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"
6393     - "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"
6394     - "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"
6395     - "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"
6396   layout:
6397     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6398     layout: "plot-throughput"
6399
6400 - type: "plot"
6401   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6402   algorithm: "plot_nf_reconf_box_name"
6403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6404   data: "plot-vpp-nfv-reconf-2n-clx"
6405   include:
6406     - "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"
6407     - "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"
6408     - "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"
6409     - "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"
6410   layout:
6411     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6412     layout: "plot-throughput"
6413
6414 ################################################################################
6415 ## Plots - NF Density - VSC - MRR 64b
6416 #- type: "plot"
6417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6418 #  algorithm: "plot_nf_heatmap"
6419 #  output-file-type: ".html"
6420 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6421 #  data: "plot-vpp-nfv-2n-skx-mrr"
6422 #  filter: "'NIC_Intel-XXV710' and
6423 #           'NF_DENSITY' and
6424 #           'VHOST' and
6425 #           not 'VXLAN' and
6426 #           'CHAIN' and
6427 #           'NF_VPPIP4' and
6428 #           '64B' and
6429 #           '2T1C' and
6430 #           'MRR'"
6431 #  parameters:
6432 #  - "result"
6433 #  - "name"
6434 #  - "tags"
6435 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6436 #  x-axis: "X = VNFs per Service Chain"
6437 #  y-axis: "Y = Number of Service Chains"
6438 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6439 #  layout:
6440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6441 #    layout: "plot-service-density"
6442 #
6443 #- type: "plot"
6444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6445 #  algorithm: "plot_nf_heatmap"
6446 #  output-file-type: ".html"
6447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6448 #  data: "plot-vpp-nfv-2n-skx-mrr"
6449 #  filter: "'NIC_Intel-XXV710' and
6450 #           'NF_DENSITY' and
6451 #           'VHOST' and
6452 #           not 'VXLAN' and
6453 #           'CHAIN' and
6454 #           'NF_VPPIP4' and
6455 #           '64B' and
6456 #           '4T2C' and
6457 #           'MRR'"
6458 #  parameters:
6459 #  - "result"
6460 #  - "name"
6461 #  - "tags"
6462 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6463 #  x-axis: "X = VNFs per Service Chain"
6464 #  y-axis: "Y = Number of Service Chains"
6465 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6466 #  layout:
6467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6468 #    layout: "plot-service-density"
6469 #
6470 #- type: "plot"
6471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6472 #  algorithm: "plot_nf_heatmap"
6473 #  output-file-type: ".html"
6474 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6475 #  data: "plot-vpp-nfv-2n-skx-mrr"
6476 #  filter: "'NIC_Intel-XXV710' and
6477 #           'NF_DENSITY' and
6478 #           'VHOST' and
6479 #           not 'VXLAN' and
6480 #           'CHAIN' and
6481 #           'NF_VPPIP4' and
6482 #           '64B' and
6483 #           '8T4C' and
6484 #           'MRR'"
6485 #  parameters:
6486 #  - "result"
6487 #  - "name"
6488 #  - "tags"
6489 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6490 #  x-axis: "X = VNFs per Service Chain"
6491 #  y-axis: "Y = Number of Service Chains"
6492 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6493 #  layout:
6494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6495 #    layout: "plot-service-density"
6496 #
6497 ## Plots - NF Density - VSC - MRR IMIX
6498 #- type: "plot"
6499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6500 #  algorithm: "plot_nf_heatmap"
6501 #  output-file-type: ".html"
6502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6503 #  data: "plot-vpp-nfv-2n-skx-mrr"
6504 #  filter: "'NIC_Intel-XXV710' and
6505 #           'NF_DENSITY' and
6506 #           'VHOST' and
6507 #           not 'VXLAN' and
6508 #           'CHAIN' and
6509 #           'NF_VPPIP4' and
6510 #           'IMIX' and
6511 #           '2T1C' and
6512 #           'MRR'"
6513 #  parameters:
6514 #  - "result"
6515 #  - "name"
6516 #  - "tags"
6517 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6518 #  x-axis: "X = VNFs per Service Chain"
6519 #  y-axis: "Y = Number of Service Chains"
6520 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6521 #  layout:
6522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6523 #    layout: "plot-service-density"
6524 #
6525 #- type: "plot"
6526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6527 #  algorithm: "plot_nf_heatmap"
6528 #  output-file-type: ".html"
6529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6530 #  data: "plot-vpp-nfv-2n-skx-mrr"
6531 #  filter: "'NIC_Intel-XXV710' and
6532 #           'NF_DENSITY' and
6533 #           'VHOST' and
6534 #           not 'VXLAN' and
6535 #           'CHAIN' and
6536 #           'NF_VPPIP4' and
6537 #           'IMIX' and
6538 #           '4T2C' and
6539 #           'MRR'"
6540 #  parameters:
6541 #  - "result"
6542 #  - "name"
6543 #  - "tags"
6544 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6545 #  x-axis: "X = VNFs per Service Chain"
6546 #  y-axis: "Y = Number of Service Chains"
6547 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6548 #  layout:
6549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6550 #    layout: "plot-service-density"
6551 #
6552 #- type: "plot"
6553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6554 #  algorithm: "plot_nf_heatmap"
6555 #  output-file-type: ".html"
6556 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6557 #  data: "plot-vpp-nfv-2n-skx-mrr"
6558 #  filter: "'NIC_Intel-XXV710' and
6559 #           'NF_DENSITY' and
6560 #           'VHOST' and
6561 #           not 'VXLAN' and
6562 #           'CHAIN' and
6563 #           'NF_VPPIP4' and
6564 #           'IMIX' and
6565 #           '8T4C' and
6566 #           'MRR'"
6567 #  parameters:
6568 #  - "result"
6569 #  - "name"
6570 #  - "tags"
6571 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6572 #  x-axis: "X = VNFs per Service Chain"
6573 #  y-axis: "Y = Number of Service Chains"
6574 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6575 #  layout:
6576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6577 #    layout: "plot-service-density"
6578 #
6579 ## Plots - NF Density - VSC - NDR 64b
6580 #- type: "plot"
6581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6582 #  algorithm: "plot_nf_heatmap"
6583 #  output-file-type: ".html"
6584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6585 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6586 #  filter: "'NIC_Intel-XXV710' and
6587 #           'NF_DENSITY' and
6588 #           'VHOST' and
6589 #           not 'VXLAN' and
6590 #           'CHAIN' and
6591 #           'NF_VPPIP4' and
6592 #           '64B' and
6593 #           '2T1C' and
6594 #           'NDRPDR'"
6595 #  parameters:
6596 #  - "throughput"
6597 #  - "name"
6598 #  - "tags"
6599 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6600 #  x-axis: "X = VNFs per Service Chain"
6601 #  y-axis: "Y = Number of Service Chains"
6602 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6603 #  layout:
6604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6605 #    layout: "plot-service-density"
6606 #
6607 #- type: "plot"
6608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6609 #  algorithm: "plot_nf_heatmap"
6610 #  output-file-type: ".html"
6611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6612 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6613 #  filter: "'NIC_Intel-XXV710' and
6614 #           'NF_DENSITY' and
6615 #           'VHOST' and
6616 #           not 'VXLAN' and
6617 #           'CHAIN' and
6618 #           'NF_VPPIP4' and
6619 #           '64B' and
6620 #           '4T2C' and
6621 #           'NDRPDR'"
6622 #  parameters:
6623 #  - "throughput"
6624 #  - "name"
6625 #  - "tags"
6626 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6627 #  x-axis: "X = VNFs per Service Chain"
6628 #  y-axis: "Y = Number of Service Chains"
6629 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6630 #  layout:
6631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6632 #    layout: "plot-service-density"
6633 #
6634 #- type: "plot"
6635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6636 #  algorithm: "plot_nf_heatmap"
6637 #  output-file-type: ".html"
6638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6639 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6640 #  filter: "'NIC_Intel-XXV710' and
6641 #           'NF_DENSITY' and
6642 #           'VHOST' and
6643 #           not 'VXLAN' and
6644 #           'CHAIN' and
6645 #           'NF_VPPIP4' and
6646 #           '64B' and
6647 #           '8T4C' and
6648 #           'NDRPDR'"
6649 #  parameters:
6650 #  - "throughput"
6651 #  - "name"
6652 #  - "tags"
6653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6654 #  x-axis: "X = VNFs per Service Chain"
6655 #  y-axis: "Y = Number of Service Chains"
6656 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6657 #  layout:
6658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6659 #    layout: "plot-service-density"
6660 #
6661 ## Plots - NF Density - VSC - NDR IMIX
6662 #- type: "plot"
6663 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6664 #  algorithm: "plot_nf_heatmap"
6665 #  output-file-type: ".html"
6666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6668 #  filter: "'NIC_Intel-XXV710' and
6669 #           'NF_DENSITY' and
6670 #           'VHOST' and
6671 #           not 'VXLAN' and
6672 #           'CHAIN' and
6673 #           'NF_VPPIP4' and
6674 #           'IMIX' and
6675 #           '2T1C' and
6676 #           'NDRPDR'"
6677 #  parameters:
6678 #  - "throughput"
6679 #  - "name"
6680 #  - "tags"
6681 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6682 #  x-axis: "X = VNFs per Service Chain"
6683 #  y-axis: "Y = Number of Service Chains"
6684 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6685 #  layout:
6686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6687 #    layout: "plot-service-density"
6688 #
6689 #- type: "plot"
6690 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6691 #  algorithm: "plot_nf_heatmap"
6692 #  output-file-type: ".html"
6693 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6694 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6695 #  filter: "'NIC_Intel-XXV710' and
6696 #           'NF_DENSITY' and
6697 #           'VHOST' and
6698 #           not 'VXLAN' and
6699 #           'CHAIN' and
6700 #           'NF_VPPIP4' and
6701 #           'IMIX' and
6702 #           '4T2C' and
6703 #           'NDRPDR'"
6704 #  parameters:
6705 #  - "throughput"
6706 #  - "name"
6707 #  - "tags"
6708 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6709 #  x-axis: "X = VNFs per Service Chain"
6710 #  y-axis: "Y = Number of Service Chains"
6711 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6712 #  layout:
6713 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6714 #    layout: "plot-service-density"
6715 #
6716 #- type: "plot"
6717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6718 #  algorithm: "plot_nf_heatmap"
6719 #  output-file-type: ".html"
6720 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6721 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6722 #  filter: "'NIC_Intel-XXV710' and
6723 #           'NF_DENSITY' and
6724 #           'VHOST' and
6725 #           not 'VXLAN' and
6726 #           'CHAIN' and
6727 #           'NF_VPPIP4' and
6728 #           'IMIX' and
6729 #           '8T4C' and
6730 #           'NDRPDR'"
6731 #  parameters:
6732 #  - "throughput"
6733 #  - "name"
6734 #  - "tags"
6735 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6736 #  x-axis: "X = VNFs per Service Chain"
6737 #  y-axis: "Y = Number of Service Chains"
6738 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6739 #  layout:
6740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6741 #    layout: "plot-service-density"
6742 #
6743 ## Plots - NF Density - VSC - PDR 64b
6744 #- type: "plot"
6745 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6746 #  algorithm: "plot_nf_heatmap"
6747 #  output-file-type: ".html"
6748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6749 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6750 #  filter: "'NIC_Intel-XXV710' and
6751 #           'NF_DENSITY' and
6752 #           'VHOST' and
6753 #           not 'VXLAN' and
6754 #           'CHAIN' and
6755 #           'NF_VPPIP4' and
6756 #           '64B' and
6757 #           '2T1C' and
6758 #           'NDRPDR'"
6759 #  parameters:
6760 #  - "throughput"
6761 #  - "name"
6762 #  - "tags"
6763 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6764 #  x-axis: "X = VNFs per Service Chain"
6765 #  y-axis: "Y = Number of Service Chains"
6766 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6767 #  layout:
6768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6769 #    layout: "plot-service-density"
6770 #
6771 #- type: "plot"
6772 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6773 #  algorithm: "plot_nf_heatmap"
6774 #  output-file-type: ".html"
6775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6776 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6777 #  filter: "'NIC_Intel-XXV710' and
6778 #           'NF_DENSITY' and
6779 #           'VHOST' and
6780 #           not 'VXLAN' and
6781 #           'CHAIN' and
6782 #           'NF_VPPIP4' and
6783 #           '64B' and
6784 #           '4T2C' and
6785 #           'NDRPDR'"
6786 #  parameters:
6787 #  - "throughput"
6788 #  - "name"
6789 #  - "tags"
6790 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6791 #  x-axis: "X = VNFs per Service Chain"
6792 #  y-axis: "Y = Number of Service Chains"
6793 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6794 #  layout:
6795 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6796 #    layout: "plot-service-density"
6797 #
6798 #- type: "plot"
6799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6800 #  algorithm: "plot_nf_heatmap"
6801 #  output-file-type: ".html"
6802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6803 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6804 #  filter: "'NIC_Intel-XXV710' and
6805 #           'NF_DENSITY' and
6806 #           'VHOST' and
6807 #           not 'VXLAN' and
6808 #           'CHAIN' and
6809 #           'NF_VPPIP4' and
6810 #           '64B' and
6811 #           '8T4C' and
6812 #           'NDRPDR'"
6813 #  parameters:
6814 #  - "throughput"
6815 #  - "name"
6816 #  - "tags"
6817 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6818 #  x-axis: "X = VNFs per Service Chain"
6819 #  y-axis: "Y = Number of Service Chains"
6820 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6821 #  layout:
6822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6823 #    layout: "plot-service-density"
6824 #
6825 ## Plots - NF Density - VSC - PDR IMIX
6826 #- type: "plot"
6827 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6828 #  algorithm: "plot_nf_heatmap"
6829 #  output-file-type: ".html"
6830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6831 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6832 #  filter: "'NIC_Intel-XXV710' and
6833 #           'NF_DENSITY' and
6834 #           'VHOST' and
6835 #           not 'VXLAN' and
6836 #           'CHAIN' and
6837 #           'NF_VPPIP4' and
6838 #           'IMIX' and
6839 #           '2T1C' and
6840 #           'NDRPDR'"
6841 #  parameters:
6842 #  - "throughput"
6843 #  - "name"
6844 #  - "tags"
6845 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6846 #  x-axis: "X = VNFs per Service Chain"
6847 #  y-axis: "Y = Number of Service Chains"
6848 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6849 #  layout:
6850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6851 #    layout: "plot-service-density"
6852 #
6853 #- type: "plot"
6854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6855 #  algorithm: "plot_nf_heatmap"
6856 #  output-file-type: ".html"
6857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6858 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6859 #  filter: "'NIC_Intel-XXV710' and
6860 #           'NF_DENSITY' and
6861 #           'VHOST' and
6862 #           not 'VXLAN' and
6863 #           'CHAIN' and
6864 #           'NF_VPPIP4' and
6865 #           'IMIX' and
6866 #           '4T2C' and
6867 #           'NDRPDR'"
6868 #  parameters:
6869 #  - "throughput"
6870 #  - "name"
6871 #  - "tags"
6872 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6873 #  x-axis: "X = VNFs per Service Chain"
6874 #  y-axis: "Y = Number of Service Chains"
6875 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6876 #  layout:
6877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6878 #    layout: "plot-service-density"
6879 #
6880 #- type: "plot"
6881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6882 #  algorithm: "plot_nf_heatmap"
6883 #  output-file-type: ".html"
6884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6885 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6886 #  filter: "'NIC_Intel-XXV710' and
6887 #           'NF_DENSITY' and
6888 #           'VHOST' and
6889 #           not 'VXLAN' and
6890 #           'CHAIN' and
6891 #           'NF_VPPIP4' and
6892 #           'IMIX' and
6893 #           '8T4C' and
6894 #           'NDRPDR'"
6895 #  parameters:
6896 #  - "throughput"
6897 #  - "name"
6898 #  - "tags"
6899 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6900 #  x-axis: "X = VNFs per Service Chain"
6901 #  y-axis: "Y = Number of Service Chains"
6902 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6903 #  layout:
6904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6905 #    layout: "plot-service-density"
6906 #
6907 ################################################################################
6908 ## Plots - NF Density - VSC - MRR 64b
6909 #- type: "plot"
6910 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6911 #  algorithm: "plot_nf_heatmap"
6912 #  output-file-type: ".html"
6913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6914 #  data: "plot-vpp-nfv-2n-skx-mrr"
6915 #  filter: "'NIC_Intel-XXV710' and
6916 #           'NF_DENSITY' and
6917 #           'VHOST' and
6918 #           'VXLAN' and
6919 #           'CHAIN' and
6920 #           '118' and
6921 #           '2T1C' and
6922 #           'MRR'"
6923 #  parameters:
6924 #  - "result"
6925 #  - "name"
6926 #  - "tags"
6927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6928 #  x-axis: "X = VNFs per Service Chain"
6929 #  y-axis: "Y = Number of Service Chains"
6930 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6931 #  layout:
6932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6933 #    layout: "plot-service-density"
6934 #
6935 #- type: "plot"
6936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6937 #  algorithm: "plot_nf_heatmap"
6938 #  output-file-type: ".html"
6939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6940 #  data: "plot-vpp-nfv-2n-skx-mrr"
6941 #  filter: "'NIC_Intel-XXV710' and
6942 #           'NF_DENSITY' and
6943 #           'VHOST' and
6944 #           'VXLAN' and
6945 #           'CHAIN' and
6946 #           '118' and
6947 #           '4T2C' and
6948 #           'MRR'"
6949 #  parameters:
6950 #  - "result"
6951 #  - "name"
6952 #  - "tags"
6953 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6954 #  x-axis: "X = VNFs per Service Chain"
6955 #  y-axis: "Y = Number of Service Chains"
6956 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6957 #  layout:
6958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6959 #    layout: "plot-service-density"
6960 #
6961 #- type: "plot"
6962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6963 #  algorithm: "plot_nf_heatmap"
6964 #  output-file-type: ".html"
6965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6966 #  data: "plot-vpp-nfv-2n-skx-mrr"
6967 #  filter: "'NIC_Intel-XXV710' and
6968 #           'NF_DENSITY' and
6969 #           'VHOST' and
6970 #           'VXLAN' and
6971 #           'CHAIN' and
6972 #           '118' and
6973 #           '8T4C' and
6974 #           'MRR'"
6975 #  parameters:
6976 #  - "result"
6977 #  - "name"
6978 #  - "tags"
6979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6980 #  x-axis: "X = VNFs per Service Chain"
6981 #  y-axis: "Y = Number of Service Chains"
6982 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6983 #  layout:
6984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6985 #    layout: "plot-service-density"
6986 #
6987 ## Plots - NF Density - VSC - MRR IMIX
6988 #- type: "plot"
6989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6990 #  algorithm: "plot_nf_heatmap"
6991 #  output-file-type: ".html"
6992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6993 #  data: "plot-vpp-nfv-2n-skx-mrr"
6994 #  filter: "'NIC_Intel-XXV710' and
6995 #           'NF_DENSITY' and
6996 #           'VHOST' and
6997 #           'VXLAN' and
6998 #           'CHAIN' and
6999 #           'IMIX' and
7000 #           '2T1C' and
7001 #           'MRR'"
7002 #  parameters:
7003 #  - "result"
7004 #  - "name"
7005 #  - "tags"
7006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7007 #  x-axis: "X = VNFs per Service Chain"
7008 #  y-axis: "Y = Number of Service Chains"
7009 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7010 #  layout:
7011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7012 #    layout: "plot-service-density"
7013 #
7014 #- type: "plot"
7015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7016 #  algorithm: "plot_nf_heatmap"
7017 #  output-file-type: ".html"
7018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7019 #  data: "plot-vpp-nfv-2n-skx-mrr"
7020 #  filter: "'NIC_Intel-XXV710' and
7021 #           'NF_DENSITY' and
7022 #           'VHOST' and
7023 #           'VXLAN' and
7024 #           'CHAIN' and
7025 #           'IMIX' and
7026 #           '4T2C' and
7027 #           'MRR'"
7028 #  parameters:
7029 #  - "result"
7030 #  - "name"
7031 #  - "tags"
7032 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7033 #  x-axis: "X = VNFs per Service Chain"
7034 #  y-axis: "Y = Number of Service Chains"
7035 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7036 #  layout:
7037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7038 #    layout: "plot-service-density"
7039 #
7040 #- type: "plot"
7041 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7042 #  algorithm: "plot_nf_heatmap"
7043 #  output-file-type: ".html"
7044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7045 #  data: "plot-vpp-nfv-2n-skx-mrr"
7046 #  filter: "'NIC_Intel-XXV710' and
7047 #           'NF_DENSITY' and
7048 #           'VHOST' and
7049 #           'VXLAN' and
7050 #           'CHAIN' and
7051 #           'IMIX' and
7052 #           '8T4C' and
7053 #           'MRR'"
7054 #  parameters:
7055 #  - "result"
7056 #  - "name"
7057 #  - "tags"
7058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7059 #  x-axis: "X = VNFs per Service Chain"
7060 #  y-axis: "Y = Number of Service Chains"
7061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7062 #  layout:
7063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7064 #    layout: "plot-service-density"
7065 #
7066 ## Plots - NF Density - VSC - NDR 64b
7067 #- type: "plot"
7068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7069 #  algorithm: "plot_nf_heatmap"
7070 #  output-file-type: ".html"
7071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7072 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7073 #  filter: "'NIC_Intel-XXV710' and
7074 #           'NF_DENSITY' and
7075 #           'VHOST' and
7076 #           'VXLAN' and
7077 #           'CHAIN' and
7078 #           '118' and
7079 #           '2T1C' and
7080 #           'NDRPDR'"
7081 #  parameters:
7082 #  - "throughput"
7083 #  - "name"
7084 #  - "tags"
7085 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7086 #  x-axis: "X = VNFs per Service Chain"
7087 #  y-axis: "Y = Number of Service Chains"
7088 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7089 #  layout:
7090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7091 #    layout: "plot-service-density"
7092 #
7093 #- type: "plot"
7094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7095 #  algorithm: "plot_nf_heatmap"
7096 #  output-file-type: ".html"
7097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7098 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7099 #  filter: "'NIC_Intel-XXV710' and
7100 #           'NF_DENSITY' and
7101 #           'VHOST' and
7102 #           'VXLAN' and
7103 #           'CHAIN' and
7104 #           '118' and
7105 #           '4T2C' and
7106 #           'NDRPDR'"
7107 #  parameters:
7108 #  - "throughput"
7109 #  - "name"
7110 #  - "tags"
7111 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7112 #  x-axis: "X = VNFs per Service Chain"
7113 #  y-axis: "Y = Number of Service Chains"
7114 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7115 #  layout:
7116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7117 #    layout: "plot-service-density"
7118 #
7119 #- type: "plot"
7120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7121 #  algorithm: "plot_nf_heatmap"
7122 #  output-file-type: ".html"
7123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7124 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7125 #  filter: "'NIC_Intel-XXV710' and
7126 #           'NF_DENSITY' and
7127 #           'VHOST' and
7128 #           'VXLAN' and
7129 #           'CHAIN' and
7130 #           '118' and
7131 #           '8T4C' and
7132 #           'NDRPDR'"
7133 #  parameters:
7134 #  - "throughput"
7135 #  - "name"
7136 #  - "tags"
7137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7138 #  x-axis: "X = VNFs per Service Chain"
7139 #  y-axis: "Y = Number of Service Chains"
7140 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7141 #  layout:
7142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7143 #    layout: "plot-service-density"
7144 #
7145 ## Plots - NF Density - VSC - NDR IMIX
7146 #- type: "plot"
7147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7148 #  algorithm: "plot_nf_heatmap"
7149 #  output-file-type: ".html"
7150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7151 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7152 #  filter: "'NIC_Intel-XXV710' and
7153 #           'NF_DENSITY' and
7154 #           'VHOST' and
7155 #           'VXLAN' and
7156 #           'CHAIN' and
7157 #           'IMIX' and
7158 #           '2T1C' and
7159 #           'NDRPDR'"
7160 #  parameters:
7161 #  - "throughput"
7162 #  - "name"
7163 #  - "tags"
7164 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7165 #  x-axis: "X = VNFs per Service Chain"
7166 #  y-axis: "Y = Number of Service Chains"
7167 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7168 #  layout:
7169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7170 #    layout: "plot-service-density"
7171 #
7172 #- type: "plot"
7173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7174 #  algorithm: "plot_nf_heatmap"
7175 #  output-file-type: ".html"
7176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7177 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7178 #  filter: "'NIC_Intel-XXV710' and
7179 #           'NF_DENSITY' and
7180 #           'VHOST' and
7181 #           'VXLAN' and
7182 #           'CHAIN' and
7183 #           'IMIX' and
7184 #           '4T2C' and
7185 #           'NDRPDR'"
7186 #  parameters:
7187 #  - "throughput"
7188 #  - "name"
7189 #  - "tags"
7190 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7191 #  x-axis: "X = VNFs per Service Chain"
7192 #  y-axis: "Y = Number of Service Chains"
7193 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7194 #  layout:
7195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7196 #    layout: "plot-service-density"
7197 #
7198 #- type: "plot"
7199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7200 #  algorithm: "plot_nf_heatmap"
7201 #  output-file-type: ".html"
7202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7203 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7204 #  filter: "'NIC_Intel-XXV710' and
7205 #           'NF_DENSITY' and
7206 #           'VHOST' and
7207 #           'VXLAN' and
7208 #           'CHAIN' and
7209 #           'IMIX' and
7210 #           '8T4C' and
7211 #           'NDRPDR'"
7212 #  parameters:
7213 #  - "throughput"
7214 #  - "name"
7215 #  - "tags"
7216 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7217 #  x-axis: "X = VNFs per Service Chain"
7218 #  y-axis: "Y = Number of Service Chains"
7219 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7220 #  layout:
7221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7222 #    layout: "plot-service-density"
7223 #
7224 ## Plots - NF Density - VSC - PDR 64b
7225 #- type: "plot"
7226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7227 #  algorithm: "plot_nf_heatmap"
7228 #  output-file-type: ".html"
7229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7230 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7231 #  filter: "'NIC_Intel-XXV710' and
7232 #           'NF_DENSITY' and
7233 #           'VHOST' and
7234 #           'VXLAN' and
7235 #           'CHAIN' and
7236 #           '118' and
7237 #           '2T1C' and
7238 #           'NDRPDR'"
7239 #  parameters:
7240 #  - "throughput"
7241 #  - "name"
7242 #  - "tags"
7243 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7244 #  x-axis: "X = VNFs per Service Chain"
7245 #  y-axis: "Y = Number of Service Chains"
7246 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7247 #  layout:
7248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7249 #    layout: "plot-service-density"
7250 #
7251 #- type: "plot"
7252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7253 #  algorithm: "plot_nf_heatmap"
7254 #  output-file-type: ".html"
7255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7256 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7257 #  filter: "'NIC_Intel-XXV710' and
7258 #           'NF_DENSITY' and
7259 #           'VHOST' and
7260 #           'VXLAN' and
7261 #           'CHAIN' and
7262 #           '118' and
7263 #           '4T2C' and
7264 #           'NDRPDR'"
7265 #  parameters:
7266 #  - "throughput"
7267 #  - "name"
7268 #  - "tags"
7269 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7270 #  x-axis: "X = VNFs per Service Chain"
7271 #  y-axis: "Y = Number of Service Chains"
7272 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7273 #  layout:
7274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7275 #    layout: "plot-service-density"
7276 #
7277 #- type: "plot"
7278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7279 #  algorithm: "plot_nf_heatmap"
7280 #  output-file-type: ".html"
7281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7282 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7283 #  filter: "'NIC_Intel-XXV710' and
7284 #           'NF_DENSITY' and
7285 #           'VHOST' and
7286 #           'VXLAN' and
7287 #           'CHAIN' and
7288 #           '118' and
7289 #           '8T4C' and
7290 #           'NDRPDR'"
7291 #  parameters:
7292 #  - "throughput"
7293 #  - "name"
7294 #  - "tags"
7295 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7296 #  x-axis: "X = VNFs per Service Chain"
7297 #  y-axis: "Y = Number of Service Chains"
7298 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7299 #  layout:
7300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7301 #    layout: "plot-service-density"
7302 #
7303 ## Plots - NF Density - VSC - PDR IMIX
7304 #- type: "plot"
7305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7306 #  algorithm: "plot_nf_heatmap"
7307 #  output-file-type: ".html"
7308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7309 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7310 #  filter: "'NIC_Intel-XXV710' and
7311 #           'NF_DENSITY' and
7312 #           'VHOST' and
7313 #           'VXLAN' and
7314 #           'CHAIN' and
7315 #           'IMIX' and
7316 #           '2T1C' and
7317 #           'NDRPDR'"
7318 #  parameters:
7319 #  - "throughput"
7320 #  - "name"
7321 #  - "tags"
7322 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7323 #  x-axis: "X = VNFs per Service Chain"
7324 #  y-axis: "Y = Number of Service Chains"
7325 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7326 #  layout:
7327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7328 #    layout: "plot-service-density"
7329 #
7330 #- type: "plot"
7331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7332 #  algorithm: "plot_nf_heatmap"
7333 #  output-file-type: ".html"
7334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7335 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7336 #  filter: "'NIC_Intel-XXV710' and
7337 #           'NF_DENSITY' and
7338 #           'VHOST' and
7339 #           'VXLAN' and
7340 #           'CHAIN' and
7341 #           'IMIX' and
7342 #           '4T2C' and
7343 #           'NDRPDR'"
7344 #  parameters:
7345 #  - "throughput"
7346 #  - "name"
7347 #  - "tags"
7348 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7349 #  x-axis: "X = VNFs per Service Chain"
7350 #  y-axis: "Y = Number of Service Chains"
7351 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7352 #  layout:
7353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7354 #    layout: "plot-service-density"
7355 #
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'VHOST' and
7365 #           'VXLAN' and
7366 #           'CHAIN' and
7367 #           'IMIX' and
7368 #           '8T4C' and
7369 #           'NDRPDR'"
7370 #  parameters:
7371 #  - "throughput"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7375 #  x-axis: "X = VNFs per Service Chain"
7376 #  y-axis: "Y = Number of Service Chains"
7377 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7380 #    layout: "plot-service-density"
7381 #
7382 ################################################################################
7383 ## Plots - NF Density - CSC - MRR 64b
7384 #- type: "plot"
7385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7386 #  algorithm: "plot_nf_heatmap"
7387 #  output-file-type: ".html"
7388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7389 #  data: "plot-vpp-nfv-2n-skx-mrr"
7390 #  filter: "'NIC_Intel-XXV710' and
7391 #           'NF_DENSITY' and
7392 #           'DOCKER' and
7393 #           'CHAIN' and
7394 #           'NF_VPPIP4' and
7395 #           '64B' and
7396 #           '2T1C' and
7397 #           'MRR'"
7398 #  parameters:
7399 #  - "result"
7400 #  - "name"
7401 #  - "tags"
7402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7403 #  x-axis: "X = CNFs per Service Chain"
7404 #  y-axis: "Y = Number of Service Chains"
7405 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7406 #  layout:
7407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7408 #    layout: "plot-service-density"
7409 #
7410 #- type: "plot"
7411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7412 #  algorithm: "plot_nf_heatmap"
7413 #  output-file-type: ".html"
7414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7415 #  data: "plot-vpp-nfv-2n-skx-mrr"
7416 #  filter: "'NIC_Intel-XXV710' and
7417 #           'NF_DENSITY' and
7418 #           'DOCKER' and
7419 #           'CHAIN' and
7420 #           'NF_VPPIP4' and
7421 #           '64B' and
7422 #           '4T2C' and
7423 #           'MRR'"
7424 #  parameters:
7425 #  - "result"
7426 #  - "name"
7427 #  - "tags"
7428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7429 #  x-axis: "X = CNFs per Service Chain"
7430 #  y-axis: "Y = Number of Service Chains"
7431 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7432 #  layout:
7433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7434 #    layout: "plot-service-density"
7435 #
7436 #- type: "plot"
7437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7438 #  algorithm: "plot_nf_heatmap"
7439 #  output-file-type: ".html"
7440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7441 #  data: "plot-vpp-nfv-2n-skx-mrr"
7442 #  filter: "'NIC_Intel-XXV710' and
7443 #           'NF_DENSITY' and
7444 #           'DOCKER' and
7445 #           'CHAIN' and
7446 #           'NF_VPPIP4' and
7447 #           '64B' and
7448 #           '8T4C' and
7449 #           'MRR'"
7450 #  parameters:
7451 #  - "result"
7452 #  - "name"
7453 #  - "tags"
7454 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7455 #  x-axis: "X = CNFs per Service Chain"
7456 #  y-axis: "Y = Number of Service Chains"
7457 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7458 #  layout:
7459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7460 #    layout: "plot-service-density"
7461 #
7462 ## Plots - NF Density - CSC - MRR IMIX
7463 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7468 #  data: "plot-vpp-nfv-2n-skx-mrr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'DOCKER' and
7472 #           'CHAIN' and
7473 #           'NF_VPPIP4' and
7474 #           'IMIX' and
7475 #           '2T1C' and
7476 #           'MRR'"
7477 #  parameters:
7478 #  - "result"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = CNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7487 #    layout: "plot-service-density"
7488 #
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file-type: ".html"
7493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7494 #  data: "plot-vpp-nfv-2n-skx-mrr"
7495 #  filter: "'NIC_Intel-XXV710' and
7496 #           'NF_DENSITY' and
7497 #           'DOCKER' and
7498 #           'CHAIN' and
7499 #           'NF_VPPIP4' and
7500 #           'IMIX' and
7501 #           '4T2C' and
7502 #           'MRR'"
7503 #  parameters:
7504 #  - "result"
7505 #  - "name"
7506 #  - "tags"
7507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7508 #  x-axis: "X = CNFs per Service Chain"
7509 #  y-axis: "Y = Number of Service Chains"
7510 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7511 #  layout:
7512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7513 #    layout: "plot-service-density"
7514 #
7515 #- type: "plot"
7516 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7517 #  algorithm: "plot_nf_heatmap"
7518 #  output-file-type: ".html"
7519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7520 #  data: "plot-vpp-nfv-2n-skx-mrr"
7521 #  filter: "'NIC_Intel-XXV710' and
7522 #           'NF_DENSITY' and
7523 #           'DOCKER' and
7524 #           'CHAIN' and
7525 #           'NF_VPPIP4' and
7526 #           'IMIX' and
7527 #           '8T4C' and
7528 #           'MRR'"
7529 #  parameters:
7530 #  - "result"
7531 #  - "name"
7532 #  - "tags"
7533 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7534 #  x-axis: "X = CNFs per Service Chain"
7535 #  y-axis: "Y = Number of Service Chains"
7536 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7537 #  layout:
7538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7539 #    layout: "plot-service-density"
7540 #
7541 ## Plots - NF Density - CSC - NDR 64b
7542 #- type: "plot"
7543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7544 #  algorithm: "plot_nf_heatmap"
7545 #  output-file-type: ".html"
7546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7547 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7548 #  filter: "'NIC_Intel-XXV710' and
7549 #           'NF_DENSITY' and
7550 #           'DOCKER' and
7551 #           'CHAIN' and
7552 #           'NF_VPPIP4' and
7553 #           '64B' and
7554 #           '2T1C' and
7555 #           'NDRPDR'"
7556 #  parameters:
7557 #  - "throughput"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = CNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7566 #    layout: "plot-service-density"
7567 #
7568 #- type: "plot"
7569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7570 #  algorithm: "plot_nf_heatmap"
7571 #  output-file-type: ".html"
7572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7573 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7574 #  filter: "'NIC_Intel-XXV710' and
7575 #           'NF_DENSITY' and
7576 #           'DOCKER' and
7577 #           'CHAIN' and
7578 #           'NF_VPPIP4' and
7579 #           '64B' and
7580 #           '4T2C' and
7581 #           'NDRPDR'"
7582 #  parameters:
7583 #  - "throughput"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = CNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7592 #    layout: "plot-service-density"
7593 #
7594 #- type: "plot"
7595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7596 #  algorithm: "plot_nf_heatmap"
7597 #  output-file-type: ".html"
7598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7599 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7600 #  filter: "'NIC_Intel-XXV710' and
7601 #           'NF_DENSITY' and
7602 #           'DOCKER' and
7603 #           'CHAIN' and
7604 #           'NF_VPPIP4' and
7605 #           '64B' and
7606 #           '8T4C' and
7607 #           'NDRPDR'"
7608 #  parameters:
7609 #  - "throughput"
7610 #  - "name"
7611 #  - "tags"
7612 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7613 #  x-axis: "X = CNFs per Service Chain"
7614 #  y-axis: "Y = Number of Service Chains"
7615 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7616 #  layout:
7617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7618 #    layout: "plot-service-density"
7619 #
7620 ## Plots - NF Density - CSC - NDR IMIX
7621 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'DOCKER' and
7630 #           'CHAIN' and
7631 #           'NF_VPPIP4' and
7632 #           'IMIX' and
7633 #           '2T1C' and
7634 #           'NDRPDR'"
7635 #  parameters:
7636 #  - "throughput"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = CNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7645 #    layout: "plot-service-density"
7646 #
7647 #- type: "plot"
7648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7649 #  algorithm: "plot_nf_heatmap"
7650 #  output-file-type: ".html"
7651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7652 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7653 #  filter: "'NIC_Intel-XXV710' and
7654 #           'NF_DENSITY' and
7655 #           'DOCKER' and
7656 #           'CHAIN' and
7657 #           'NF_VPPIP4' and
7658 #           'IMIX' and
7659 #           '4T2C' and
7660 #           'NDRPDR'"
7661 #  parameters:
7662 #  - "throughput"
7663 #  - "name"
7664 #  - "tags"
7665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7666 #  x-axis: "X = CNFs per Service Chain"
7667 #  y-axis: "Y = Number of Service Chains"
7668 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7669 #  layout:
7670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7671 #    layout: "plot-service-density"
7672 #
7673 #- type: "plot"
7674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7675 #  algorithm: "plot_nf_heatmap"
7676 #  output-file-type: ".html"
7677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7678 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7679 #  filter: "'NIC_Intel-XXV710' and
7680 #           'NF_DENSITY' and
7681 #           'DOCKER' and
7682 #           'CHAIN' and
7683 #           'NF_VPPIP4' and
7684 #           'IMIX' and
7685 #           '8T4C' and
7686 #           'NDRPDR'"
7687 #  parameters:
7688 #  - "throughput"
7689 #  - "name"
7690 #  - "tags"
7691 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7692 #  x-axis: "X = CNFs per Service Chain"
7693 #  y-axis: "Y = Number of Service Chains"
7694 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7695 #  layout:
7696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7697 #    layout: "plot-service-density"
7698 #
7699 ## Plots - NF Density - CSC - PDR 64b
7700 #- type: "plot"
7701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7702 #  algorithm: "plot_nf_heatmap"
7703 #  output-file-type: ".html"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'DOCKER' and
7709 #           'CHAIN' and
7710 #           'NF_VPPIP4' and
7711 #           '64B' and
7712 #           '2T1C' and
7713 #           'NDRPDR'"
7714 #  parameters:
7715 #  - "throughput"
7716 #  - "name"
7717 #  - "tags"
7718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7719 #  x-axis: "X = CNFs per Service Chain"
7720 #  y-axis: "Y = Number of Service Chains"
7721 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7722 #  layout:
7723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7724 #    layout: "plot-service-density"
7725 #
7726 #- type: "plot"
7727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7728 #  algorithm: "plot_nf_heatmap"
7729 #  output-file-type: ".html"
7730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7732 #  filter: "'NIC_Intel-XXV710' and
7733 #           'NF_DENSITY' and
7734 #           'DOCKER' and
7735 #           'CHAIN' and
7736 #           'NF_VPPIP4' and
7737 #           '64B' and
7738 #           '4T2C' and
7739 #           'NDRPDR'"
7740 #  parameters:
7741 #  - "throughput"
7742 #  - "name"
7743 #  - "tags"
7744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7745 #  x-axis: "X = CNFs per Service Chain"
7746 #  y-axis: "Y = Number of Service Chains"
7747 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7748 #  layout:
7749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7750 #    layout: "plot-service-density"
7751 #
7752 #- type: "plot"
7753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7754 #  algorithm: "plot_nf_heatmap"
7755 #  output-file-type: ".html"
7756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7757 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7758 #  filter: "'NIC_Intel-XXV710' and
7759 #           'NF_DENSITY' and
7760 #           'DOCKER' and
7761 #           'CHAIN' and
7762 #           'NF_VPPIP4' and
7763 #           '64B' and
7764 #           '8T4C' and
7765 #           'NDRPDR'"
7766 #  parameters:
7767 #  - "throughput"
7768 #  - "name"
7769 #  - "tags"
7770 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7771 #  x-axis: "X = CNFs per Service Chain"
7772 #  y-axis: "Y = Number of Service Chains"
7773 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7774 #  layout:
7775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7776 #    layout: "plot-service-density"
7777 #
7778 ## Plots - NF Density - CSC - PDR IMIX
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file-type: ".html"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'DOCKER' and
7788 #           'CHAIN' and
7789 #           'NF_VPPIP4' and
7790 #           'IMIX' and
7791 #           '2T1C' and
7792 #           'NDRPDR'"
7793 #  parameters:
7794 #  - "throughput"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = CNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7803 #    layout: "plot-service-density"
7804 #
7805 #- type: "plot"
7806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7807 #  algorithm: "plot_nf_heatmap"
7808 #  output-file-type: ".html"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'DOCKER' and
7814 #           'CHAIN' and
7815 #           'NF_VPPIP4' and
7816 #           'IMIX' and
7817 #           '4T2C' and
7818 #           'NDRPDR'"
7819 #  parameters:
7820 #  - "throughput"
7821 #  - "name"
7822 #  - "tags"
7823 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7824 #  x-axis: "X = CNFs per Service Chain"
7825 #  y-axis: "Y = Number of Service Chains"
7826 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7827 #  layout:
7828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7829 #    layout: "plot-service-density"
7830 #
7831 #- type: "plot"
7832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7833 #  algorithm: "plot_nf_heatmap"
7834 #  output-file-type: ".html"
7835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7836 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7837 #  filter: "'NIC_Intel-XXV710' and
7838 #           'NF_DENSITY' and
7839 #           'DOCKER' and
7840 #           'CHAIN' and
7841 #           'NF_VPPIP4' and
7842 #           'IMIX' and
7843 #           '8T4C' and
7844 #           'NDRPDR'"
7845 #  parameters:
7846 #  - "throughput"
7847 #  - "name"
7848 #  - "tags"
7849 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7850 #  x-axis: "X = CNFs per Service Chain"
7851 #  y-axis: "Y = Number of Service Chains"
7852 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7853 #  layout:
7854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7855 #    layout: "plot-service-density"
7856 #
7857 ################################################################################
7858 #
7859 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7860 #- type: "plot"
7861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7862 #  algorithm: "plot_nf_heatmap"
7863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7864 #  data: "plot-vpp-nfv-3n-skx-mrr"
7865 #  filter: "'NIC_Intel-XXV710' and
7866 #           'NF_DENSITY' and
7867 #           'DOCKER' and
7868 #           'CHAIN' and
7869 #           'NF_VPPIP4' and
7870 #           'IPSEC' and
7871 #           'TNL_4' and
7872 #           'IMIX' and
7873 #           '2T1C' and
7874 #           'MRR'"
7875 #  parameters:
7876 #  - "result"
7877 #  - "name"
7878 #  - "tags"
7879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7880 #  x-axis: "X = CNFs per Service Chain"
7881 #  y-axis: "Y = Number of Service Chains"
7882 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7883 #  layout:
7884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7885 #    layout: "plot-service-density"
7886 #
7887 #- type: "plot"
7888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7889 #  algorithm: "plot_nf_heatmap"
7890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7891 #  data: "plot-vpp-nfv-3n-skx-mrr"
7892 #  filter: "'NIC_Intel-XXV710' and
7893 #           'NF_DENSITY' and
7894 #           'DOCKER' and
7895 #           'CHAIN' and
7896 #           'NF_VPPIP4' and
7897 #           'IPSEC' and
7898 #           'TNL_4' and
7899 #           'IMIX' and
7900 #           '4T2C' and
7901 #           'MRR'"
7902 #  parameters:
7903 #  - "result"
7904 #  - "name"
7905 #  - "tags"
7906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7907 #  x-axis: "X = CNFs per Service Chain"
7908 #  y-axis: "Y = Number of Service Chains"
7909 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7910 #  layout:
7911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7912 #    layout: "plot-service-density"
7913 #
7914 #- type: "plot"
7915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7916 #  algorithm: "plot_nf_heatmap"
7917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7918 #  data: "plot-vpp-nfv-3n-skx-mrr"
7919 #  filter: "'NIC_Intel-XXV710' and
7920 #           'NF_DENSITY' and
7921 #           'DOCKER' and
7922 #           'CHAIN' and
7923 #           'NF_VPPIP4' and
7924 #           'IPSEC' and
7925 #           'TNL_4' and
7926 #           'IMIX' and
7927 #           '8T4C' and
7928 #           'MRR'"
7929 #  parameters:
7930 #  - "result"
7931 #  - "name"
7932 #  - "tags"
7933 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7934 #  x-axis: "X = CNFs per Service Chain"
7935 #  y-axis: "Y = Number of Service Chains"
7936 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7937 #  layout:
7938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7939 #    layout: "plot-service-density"
7940
7941 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7942 - type: "plot"
7943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7944   algorithm: "plot_nf_heatmap"
7945   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7946   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7947   filter: "'NIC_Intel-XXV710' and
7948            'NF_DENSITY' and
7949            'DOCKER' and
7950            'CHAIN' and
7951            'NF_VPPIP4' and
7952            'IPSEC' and
7953            'TNL_4' and
7954            'IMIX' and
7955            '2T1C' and
7956            'NDRPDR'"
7957   parameters:
7958   - "throughput"
7959   - "name"
7960   - "tags"
7961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7962   x-axis: "X = CNFs per Service Chain"
7963   y-axis: "Y = Number of Service Chains"
7964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7965   layout:
7966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7967     layout: "plot-service-density"
7968
7969 - type: "plot"
7970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7971   algorithm: "plot_nf_heatmap"
7972   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7973   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7974   filter: "'NIC_Intel-XXV710' and
7975            'NF_DENSITY' and
7976            'DOCKER' and
7977            'CHAIN' and
7978            'NF_VPPIP4' and
7979            'IPSEC' and
7980            'TNL_4' and
7981            'IMIX' and
7982            '4T2C' and
7983            'NDRPDR'"
7984   parameters:
7985   - "throughput"
7986   - "name"
7987   - "tags"
7988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7989   x-axis: "X = CNFs per Service Chain"
7990   y-axis: "Y = Number of Service Chains"
7991   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7992   layout:
7993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7994     layout: "plot-service-density"
7995
7996 - type: "plot"
7997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7998   algorithm: "plot_nf_heatmap"
7999   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8000   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8001   filter: "'NIC_Intel-XXV710' and
8002            'NF_DENSITY' and
8003            'DOCKER' and
8004            'CHAIN' and
8005            'NF_VPPIP4' and
8006            'IPSEC' and
8007            'TNL_4' and
8008            'IMIX' and
8009            '8T4C' and
8010            'NDRPDR'"
8011   parameters:
8012   - "throughput"
8013   - "name"
8014   - "tags"
8015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8016   x-axis: "X = CNFs per Service Chain"
8017   y-axis: "Y = Number of Service Chains"
8018   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8019   layout:
8020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8021     layout: "plot-service-density"
8022
8023 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8024 - type: "plot"
8025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8026   algorithm: "plot_nf_heatmap"
8027   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8028   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8029   filter: "'NIC_Intel-XXV710' and
8030            'NF_DENSITY' and
8031            'DOCKER' and
8032            'CHAIN' and
8033            'NF_VPPIP4' and
8034            'IPSEC' and
8035            'TNL_4' and
8036            'IMIX' and
8037            '2T1C' and
8038            'NDRPDR'"
8039   parameters:
8040   - "throughput"
8041   - "name"
8042   - "tags"
8043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8044   x-axis: "X = CNFs per Service Chain"
8045   y-axis: "Y = Number of Service Chains"
8046   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8047   layout:
8048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8049     layout: "plot-service-density"
8050
8051 - type: "plot"
8052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8053   algorithm: "plot_nf_heatmap"
8054   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8055   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8056   filter: "'NIC_Intel-XXV710' and
8057            'NF_DENSITY' and
8058            'DOCKER' and
8059            'CHAIN' and
8060            'NF_VPPIP4' and
8061            'IPSEC' and
8062            'TNL_4' and
8063            'IMIX' and
8064            '4T2C' and
8065            'NDRPDR'"
8066   parameters:
8067   - "throughput"
8068   - "name"
8069   - "tags"
8070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8071   x-axis: "X = CNFs per Service Chain"
8072   y-axis: "Y = Number of Service Chains"
8073   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8074   layout:
8075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8076     layout: "plot-service-density"
8077
8078 - type: "plot"
8079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8080   algorithm: "plot_nf_heatmap"
8081   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8082   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8083   filter: "'NIC_Intel-XXV710' and
8084            'NF_DENSITY' and
8085            'DOCKER' and
8086            'CHAIN' and
8087            'NF_VPPIP4' and
8088            'IPSEC' and
8089            'TNL_4' and
8090            'IMIX' and
8091            '8T4C' and
8092            'NDRPDR'"
8093   parameters:
8094   - "throughput"
8095   - "name"
8096   - "tags"
8097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8098   x-axis: "X = CNFs per Service Chain"
8099   y-axis: "Y = Number of Service Chains"
8100   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8101   layout:
8102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8103     layout: "plot-service-density"
8104
8105 ###############################################################################
8106
8107 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8108 - type: "plot"
8109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8110   algorithm: "plot_nf_heatmap"
8111   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8112   data: "plot-vpp-nfv-3n-hsw-mrr"
8113   filter: "'NIC_Intel-XL710' and
8114            'NF_DENSITY' and
8115            'DOCKER' and
8116            'CHAIN' and
8117            'NF_VPPIP4' and
8118            'IMIX' and
8119            'TNL_4' and
8120            '1T1C' and
8121            'MRR'"
8122   parameters:
8123   - "result"
8124   - "name"
8125   - "tags"
8126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8127   x-axis: "X = CNFs per Service Chain"
8128   y-axis: "Y = Number of Service Chains"
8129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8130   layout:
8131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8132     layout: "plot-service-density"
8133
8134 - type: "plot"
8135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8136   algorithm: "plot_nf_heatmap"
8137   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8138   data: "plot-vpp-nfv-3n-hsw-mrr"
8139   filter: "'NIC_Intel-XL710' and
8140            'NF_DENSITY' and
8141            'DOCKER' and
8142            'CHAIN' and
8143            'NF_VPPIP4' and
8144            'IPSEC' and
8145            'TNL_4' and
8146            'IMIX' and
8147            '2T2C' and
8148            'MRR'"
8149   parameters:
8150   - "result"
8151   - "name"
8152   - "tags"
8153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8154   x-axis: "X = CNFs per Service Chain"
8155   y-axis: "Y = Number of Service Chains"
8156   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8157   layout:
8158     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8159     layout: "plot-service-density"
8160
8161 - type: "plot"
8162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8163   algorithm: "plot_nf_heatmap"
8164   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8165   data: "plot-vpp-nfv-3n-hsw-mrr"
8166   filter: "'NIC_Intel-XL710' and
8167            'NF_DENSITY' and
8168            'DOCKER' and
8169            'CHAIN' and
8170            'NF_VPPIP4' and
8171            'IPSEC' and
8172            'TNL_4' and
8173            'IMIX' and
8174            '4T4C' and
8175            'MRR'"
8176   parameters:
8177   - "result"
8178   - "name"
8179   - "tags"
8180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8181   x-axis: "X = CNFs per Service Chain"
8182   y-axis: "Y = Number of Service Chains"
8183   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8184   layout:
8185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8186     layout: "plot-service-density"
8187
8188 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8189 - type: "plot"
8190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8191   algorithm: "plot_nf_heatmap"
8192   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8193   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8194   filter: "'NIC_Intel-XL710' and
8195            'NF_DENSITY' and
8196            'DOCKER' and
8197            'CHAIN' and
8198            'NF_VPPIP4' and
8199            'IPSEC' and
8200            'TNL_4' and
8201            'IMIX' and
8202            '1T1C' and
8203            'NDRPDR'"
8204   parameters:
8205   - "throughput"
8206   - "name"
8207   - "tags"
8208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8209   x-axis: "X = CNFs per Service Chain"
8210   y-axis: "Y = Number of Service Chains"
8211   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8212   layout:
8213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8214     layout: "plot-service-density"
8215
8216 - type: "plot"
8217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8218   algorithm: "plot_nf_heatmap"
8219   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8220   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8221   filter: "'NIC_Intel-XL710' and
8222            'NF_DENSITY' and
8223            'DOCKER' and
8224            'CHAIN' and
8225            'NF_VPPIP4' and
8226            'IPSEC' and
8227            'TNL_4' and
8228            'IMIX' and
8229            '2T2C' and
8230            'NDRPDR'"
8231   parameters:
8232   - "throughput"
8233   - "name"
8234   - "tags"
8235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8236   x-axis: "X = CNFs per Service Chain"
8237   y-axis: "Y = Number of Service Chains"
8238   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8239   layout:
8240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8241     layout: "plot-service-density"
8242
8243 - type: "plot"
8244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8245   algorithm: "plot_nf_heatmap"
8246   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8247   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8248   filter: "'NIC_Intel-XL710' and
8249            'NF_DENSITY' and
8250            'DOCKER' and
8251            'CHAIN' and
8252            'NF_VPPIP4' and
8253            'IPSEC' and
8254            'TNL_4' and
8255            'IMIX' and
8256            '4T4C' and
8257            'NDRPDR'"
8258   parameters:
8259   - "throughput"
8260   - "name"
8261   - "tags"
8262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8263   x-axis: "X = CNFs per Service Chain"
8264   y-axis: "Y = Number of Service Chains"
8265   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8266   layout:
8267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8268     layout: "plot-service-density"
8269
8270 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8271 - type: "plot"
8272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8273   algorithm: "plot_nf_heatmap"
8274   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8275   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8276   filter: "'NIC_Intel-XL710' and
8277            'NF_DENSITY' and
8278            'DOCKER' and
8279            'CHAIN' and
8280            'NF_VPPIP4' and
8281            'IPSEC' and
8282            'TNL_4' and
8283            'IMIX' and
8284            '1T1C' and
8285            'NDRPDR'"
8286   parameters:
8287   - "throughput"
8288   - "name"
8289   - "tags"
8290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8291   x-axis: "X = CNFs per Service Chain"
8292   y-axis: "Y = Number of Service Chains"
8293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8294   layout:
8295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8296     layout: "plot-service-density"
8297
8298 - type: "plot"
8299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8300   algorithm: "plot_nf_heatmap"
8301   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8302   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8303   filter: "'NIC_Intel-XL710' and
8304            'NF_DENSITY' and
8305            'DOCKER' and
8306            'CHAIN' and
8307            'NF_VPPIP4' and
8308            'IPSEC' and
8309            'TNL_4' and
8310            'IMIX' and
8311            '2T2C' and
8312            'NDRPDR'"
8313   parameters:
8314   - "throughput"
8315   - "name"
8316   - "tags"
8317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8318   x-axis: "X = CNFs per Service Chain"
8319   y-axis: "Y = Number of Service Chains"
8320   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8321   layout:
8322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8323     layout: "plot-service-density"
8324
8325 - type: "plot"
8326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8327   algorithm: "plot_nf_heatmap"
8328   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8329   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8330   filter: "'NIC_Intel-XL710' and
8331            'NF_DENSITY' and
8332            'DOCKER' and
8333            'CHAIN' and
8334            'NF_VPPIP4' and
8335            'IPSEC' and
8336            'TNL_4' and
8337            'IMIX' and
8338            '4T4C' and
8339            'NDRPDR'"
8340   parameters:
8341   - "throughput"
8342   - "name"
8343   - "tags"
8344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8345   x-axis: "X = CNFs per Service Chain"
8346   y-axis: "Y = Number of Service Chains"
8347   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8348   layout:
8349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8350     layout: "plot-service-density"
8351
8352 ###############################################################################
8353
8354 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8355 #- type: "plot"
8356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8357 #  algorithm: "plot_nf_heatmap"
8358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8359 #  data: "plot-vpp-nfv-3n-skx-mrr"
8360 #  filter: "'NIC_Intel-XXV710' and
8361 #           'NF_DENSITY' and
8362 #           'DOCKER' and
8363 #           'CHAIN' and
8364 #           'NF_VPPIP4' and
8365 #           'IPSEC' and
8366 #           'TNL_1000' and
8367 #           'IMIX' and
8368 #           '2T1C' and
8369 #           'MRR'"
8370 #  parameters:
8371 #  - "result"
8372 #  - "name"
8373 #  - "tags"
8374 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8375 #  x-axis: "X = CNFs per Service Chain"
8376 #  y-axis: "Y = Number of Service Chains"
8377 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8378 #  layout:
8379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8380 #    layout: "plot-service-density"
8381 #
8382 #- type: "plot"
8383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8384 #  algorithm: "plot_nf_heatmap"
8385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8386 #  data: "plot-vpp-nfv-3n-skx-mrr"
8387 #  filter: "'NIC_Intel-XXV710' and
8388 #           'NF_DENSITY' and
8389 #           'DOCKER' and
8390 #           'CHAIN' and
8391 #           'NF_VPPIP4' and
8392 #           'IPSEC' and
8393 #           'TNL_1000' and
8394 #           'IMIX' and
8395 #           '4T2C' and
8396 #           'MRR'"
8397 #  parameters:
8398 #  - "result"
8399 #  - "name"
8400 #  - "tags"
8401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8402 #  x-axis: "X = CNFs per Service Chain"
8403 #  y-axis: "Y = Number of Service Chains"
8404 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8405 #  layout:
8406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8407 #    layout: "plot-service-density"
8408 #
8409 #- type: "plot"
8410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8411 #  algorithm: "plot_nf_heatmap"
8412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8413 #  data: "plot-vpp-nfv-3n-skx-mrr"
8414 #  filter: "'NIC_Intel-XXV710' and
8415 #           'NF_DENSITY' and
8416 #           'DOCKER' and
8417 #           'CHAIN' and
8418 #           'NF_VPPIP4' and
8419 #           'IPSEC' and
8420 #           'TNL_1000' and
8421 #           'IMIX' and
8422 #           '8T4C' and
8423 #           'MRR'"
8424 #  parameters:
8425 #  - "result"
8426 #  - "name"
8427 #  - "tags"
8428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8429 #  x-axis: "X = CNFs per Service Chain"
8430 #  y-axis: "Y = Number of Service Chains"
8431 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8432 #  layout:
8433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8434 #    layout: "plot-service-density"
8435
8436 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8437 - type: "plot"
8438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8439   algorithm: "plot_nf_heatmap"
8440   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8441   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8442   filter: "'NIC_Intel-XXV710' and
8443            'NF_DENSITY' and
8444            'DOCKER' and
8445            'CHAIN' and
8446            'NF_VPPIP4' and
8447            'IPSEC' and
8448            'TNL_1000' and
8449            'IMIX' and
8450            '2T1C' and
8451            'NDRPDR'"
8452   parameters:
8453   - "throughput"
8454   - "name"
8455   - "tags"
8456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8457   x-axis: "X = CNFs per Service Chain"
8458   y-axis: "Y = Number of Service Chains"
8459   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8460   layout:
8461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8462     layout: "plot-service-density"
8463
8464 - type: "plot"
8465   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8466   algorithm: "plot_nf_heatmap"
8467   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8468   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8469   filter: "'NIC_Intel-XXV710' and
8470            'NF_DENSITY' and
8471            'DOCKER' and
8472            'CHAIN' and
8473            'NF_VPPIP4' and
8474            'IPSEC' and
8475            'TNL_1000' and
8476            'IMIX' and
8477            '4T2C' and
8478            'NDRPDR'"
8479   parameters:
8480   - "throughput"
8481   - "name"
8482   - "tags"
8483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8484   x-axis: "X = CNFs per Service Chain"
8485   y-axis: "Y = Number of Service Chains"
8486   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8487   layout:
8488     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8489     layout: "plot-service-density"
8490
8491 - type: "plot"
8492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8493   algorithm: "plot_nf_heatmap"
8494   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8495   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8496   filter: "'NIC_Intel-XXV710' and
8497            'NF_DENSITY' and
8498            'DOCKER' and
8499            'CHAIN' and
8500            'NF_VPPIP4' and
8501            'IPSEC' and
8502            'TNL_1000' and
8503            'IMIX' and
8504            '8T4C' and
8505            'NDRPDR'"
8506   parameters:
8507   - "throughput"
8508   - "name"
8509   - "tags"
8510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8511   x-axis: "X = CNFs per Service Chain"
8512   y-axis: "Y = Number of Service Chains"
8513   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8514   layout:
8515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8516     layout: "plot-service-density"
8517
8518 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8519 - type: "plot"
8520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8521   algorithm: "plot_nf_heatmap"
8522   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8523   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8524   filter: "'NIC_Intel-XXV710' and
8525            'NF_DENSITY' and
8526            'DOCKER' and
8527            'CHAIN' and
8528            'NF_VPPIP4' and
8529            'IPSEC' and
8530            'TNL_1000' and
8531            'IMIX' and
8532            '2T1C' and
8533            'NDRPDR'"
8534   parameters:
8535   - "throughput"
8536   - "name"
8537   - "tags"
8538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8539   x-axis: "X = CNFs per Service Chain"
8540   y-axis: "Y = Number of Service Chains"
8541   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8542   layout:
8543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8544     layout: "plot-service-density"
8545
8546 - type: "plot"
8547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8548   algorithm: "plot_nf_heatmap"
8549   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8550   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8551   filter: "'NIC_Intel-XXV710' and
8552            'NF_DENSITY' and
8553            'DOCKER' and
8554            'CHAIN' and
8555            'NF_VPPIP4' and
8556            'IPSEC' and
8557            'TNL_1000' and
8558            'IMIX' and
8559            '4T2C' and
8560            'NDRPDR'"
8561   parameters:
8562   - "throughput"
8563   - "name"
8564   - "tags"
8565   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8566   x-axis: "X = CNFs per Service Chain"
8567   y-axis: "Y = Number of Service Chains"
8568   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8569   layout:
8570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8571     layout: "plot-service-density"
8572
8573 - type: "plot"
8574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8575   algorithm: "plot_nf_heatmap"
8576   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8577   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8578   filter: "'NIC_Intel-XXV710' and
8579            'NF_DENSITY' and
8580            'DOCKER' and
8581            'CHAIN' and
8582            'NF_VPPIP4' and
8583            'IPSEC' and
8584            'TNL_1000' and
8585            'IMIX' and
8586            '8T4C' and
8587            'NDRPDR'"
8588   parameters:
8589   - "throughput"
8590   - "name"
8591   - "tags"
8592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8593   x-axis: "X = CNFs per Service Chain"
8594   y-axis: "Y = Number of Service Chains"
8595   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8596   layout:
8597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8598     layout: "plot-service-density"
8599
8600 ###############################################################################
8601
8602 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8603 - type: "plot"
8604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8605   algorithm: "plot_nf_heatmap"
8606   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8607   data: "plot-vpp-nfv-3n-hsw-mrr"
8608   filter: "'NIC_Intel-XL710' and
8609            'NF_DENSITY' and
8610            'DOCKER' and
8611            'CHAIN' and
8612            'NF_VPPIP4' and
8613            'IMIX' and
8614            'TNL_1000' and
8615            '1T1C' and
8616            'MRR'"
8617   parameters:
8618   - "result"
8619   - "name"
8620   - "tags"
8621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8622   x-axis: "X = CNFs per Service Chain"
8623   y-axis: "Y = Number of Service Chains"
8624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8625   layout:
8626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8627     layout: "plot-service-density"
8628
8629 - type: "plot"
8630   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8631   algorithm: "plot_nf_heatmap"
8632   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8633   data: "plot-vpp-nfv-3n-hsw-mrr"
8634   filter: "'NIC_Intel-XL710' and
8635            'NF_DENSITY' and
8636            'DOCKER' and
8637            'CHAIN' and
8638            'NF_VPPIP4' and
8639            'IPSEC' and
8640            'TNL_1000' and
8641            'IMIX' and
8642            '2T2C' and
8643            'MRR'"
8644   parameters:
8645   - "result"
8646   - "name"
8647   - "tags"
8648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8649   x-axis: "X = CNFs per Service Chain"
8650   y-axis: "Y = Number of Service Chains"
8651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8652   layout:
8653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8654     layout: "plot-service-density"
8655
8656 - type: "plot"
8657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8658   algorithm: "plot_nf_heatmap"
8659   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8660   data: "plot-vpp-nfv-3n-hsw-mrr"
8661   filter: "'NIC_Intel-XL710' and
8662            'NF_DENSITY' and
8663            'DOCKER' and
8664            'CHAIN' and
8665            'NF_VPPIP4' and
8666            'IPSEC' and
8667            'TNL_1000' and
8668            'IMIX' and
8669            '4T4C' and
8670            'MRR'"
8671   parameters:
8672   - "result"
8673   - "name"
8674   - "tags"
8675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8676   x-axis: "X = CNFs per Service Chain"
8677   y-axis: "Y = Number of Service Chains"
8678   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8679   layout:
8680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8681     layout: "plot-service-density"
8682
8683 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8684 - type: "plot"
8685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8686   algorithm: "plot_nf_heatmap"
8687   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8688   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8689   filter: "'NIC_Intel-XL710' and
8690            'NF_DENSITY' and
8691            'DOCKER' and
8692            'CHAIN' and
8693            'NF_VPPIP4' and
8694            'IPSEC' and
8695            'TNL_1000' and
8696            'IMIX' and
8697            '1T1C' and
8698            'NDRPDR'"
8699   parameters:
8700   - "throughput"
8701   - "name"
8702   - "tags"
8703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8704   x-axis: "X = CNFs per Service Chain"
8705   y-axis: "Y = Number of Service Chains"
8706   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8707   layout:
8708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8709     layout: "plot-service-density"
8710
8711 - type: "plot"
8712   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8713   algorithm: "plot_nf_heatmap"
8714   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8715   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8716   filter: "'NIC_Intel-XL710' and
8717            'NF_DENSITY' and
8718            'DOCKER' and
8719            'CHAIN' and
8720            'NF_VPPIP4' and
8721            'IPSEC' and
8722            'TNL_1000' and
8723            'IMIX' and
8724            '2T2C' and
8725            'NDRPDR'"
8726   parameters:
8727   - "throughput"
8728   - "name"
8729   - "tags"
8730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8731   x-axis: "X = CNFs per Service Chain"
8732   y-axis: "Y = Number of Service Chains"
8733   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8734   layout:
8735     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8736     layout: "plot-service-density"
8737
8738 - type: "plot"
8739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8740   algorithm: "plot_nf_heatmap"
8741   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8742   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8743   filter: "'NIC_Intel-XL710' and
8744            'NF_DENSITY' and
8745            'DOCKER' and
8746            'CHAIN' and
8747            'NF_VPPIP4' and
8748            'IPSEC' and
8749            'TNL_1000' and
8750            'IMIX' and
8751            '4T4C' and
8752            'NDRPDR'"
8753   parameters:
8754   - "throughput"
8755   - "name"
8756   - "tags"
8757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8758   x-axis: "X = CNFs per Service Chain"
8759   y-axis: "Y = Number of Service Chains"
8760   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8761   layout:
8762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8763     layout: "plot-service-density"
8764
8765 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8766 - type: "plot"
8767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8768   algorithm: "plot_nf_heatmap"
8769   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8770   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8771   filter: "'NIC_Intel-XL710' and
8772            'NF_DENSITY' and
8773            'DOCKER' and
8774            'CHAIN' and
8775            'NF_VPPIP4' and
8776            'IPSEC' and
8777            'TNL_1000' and
8778            'IMIX' and
8779            '1T1C' and
8780            'NDRPDR'"
8781   parameters:
8782   - "throughput"
8783   - "name"
8784   - "tags"
8785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8786   x-axis: "X = CNFs per Service Chain"
8787   y-axis: "Y = Number of Service Chains"
8788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8789   layout:
8790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8791     layout: "plot-service-density"
8792
8793 - type: "plot"
8794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8795   algorithm: "plot_nf_heatmap"
8796   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8797   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8798   filter: "'NIC_Intel-XL710' and
8799            'NF_DENSITY' and
8800            'DOCKER' and
8801            'CHAIN' and
8802            'NF_VPPIP4' and
8803            'IPSEC' and
8804            'TNL_1000' and
8805            'IMIX' and
8806            '2T2C' and
8807            'NDRPDR'"
8808   parameters:
8809   - "throughput"
8810   - "name"
8811   - "tags"
8812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8813   x-axis: "X = CNFs per Service Chain"
8814   y-axis: "Y = Number of Service Chains"
8815   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8816   layout:
8817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8818     layout: "plot-service-density"
8819
8820 - type: "plot"
8821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8822   algorithm: "plot_nf_heatmap"
8823   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8824   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8825   filter: "'NIC_Intel-XL710' and
8826            'NF_DENSITY' and
8827            'DOCKER' and
8828            'CHAIN' and
8829            'NF_VPPIP4' and
8830            'IPSEC' and
8831            'TNL_1000' and
8832            'IMIX' and
8833            '4T4C' and
8834            'NDRPDR'"
8835   parameters:
8836   - "throughput"
8837   - "name"
8838   - "tags"
8839   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8840   x-axis: "X = CNFs per Service Chain"
8841   y-axis: "Y = Number of Service Chains"
8842   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8843   layout:
8844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8845     layout: "plot-service-density"
8846
8847 ###############################################################################
8848
8849 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8850 #- type: "plot"
8851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8852 #  algorithm: "plot_nf_heatmap"
8853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8854 #  data: "plot-vpp-nfv-3n-skx-mrr"
8855 #  filter: "'NIC_Intel-XXV710' and
8856 #           'NF_DENSITY' and
8857 #           'DOCKER' and
8858 #           'CHAIN' and
8859 #           'NF_VPPIP4' and
8860 #           'IPSEC' and
8861 #           'TNL_10000' and
8862 #           'IMIX' and
8863 #           '2T1C' and
8864 #           'MRR'"
8865 #  parameters:
8866 #  - "result"
8867 #  - "name"
8868 #  - "tags"
8869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8870 #  x-axis: "X = CNFs per Service Chain"
8871 #  y-axis: "Y = Number of Service Chains"
8872 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8873 #  layout:
8874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8875 #    layout: "plot-service-density"
8876 #
8877 #- type: "plot"
8878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8879 #  algorithm: "plot_nf_heatmap"
8880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8881 #  data: "plot-vpp-nfv-3n-skx-mrr"
8882 #  filter: "'NIC_Intel-XXV710' and
8883 #           'NF_DENSITY' and
8884 #           'DOCKER' and
8885 #           'CHAIN' and
8886 #           'NF_VPPIP4' and
8887 #           'IPSEC' and
8888 #           'TNL_10000' and
8889 #           'IMIX' and
8890 #           '4T2C' and
8891 #           'MRR'"
8892 #  parameters:
8893 #  - "result"
8894 #  - "name"
8895 #  - "tags"
8896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8897 #  x-axis: "X = CNFs per Service Chain"
8898 #  y-axis: "Y = Number of Service Chains"
8899 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8900 #  layout:
8901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8902 #    layout: "plot-service-density"
8903 #
8904 #- type: "plot"
8905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8906 #  algorithm: "plot_nf_heatmap"
8907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8908 #  data: "plot-vpp-nfv-3n-skx-mrr"
8909 #  filter: "'NIC_Intel-XXV710' and
8910 #           'NF_DENSITY' and
8911 #           'DOCKER' and
8912 #           'CHAIN' and
8913 #           'NF_VPPIP4' and
8914 #           'IPSEC' and
8915 #           'TNL_10000' and
8916 #           'IMIX' and
8917 #           '8T4C' and
8918 #           'MRR'"
8919 #  parameters:
8920 #  - "result"
8921 #  - "name"
8922 #  - "tags"
8923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8924 #  x-axis: "X = CNFs per Service Chain"
8925 #  y-axis: "Y = Number of Service Chains"
8926 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8927 #  layout:
8928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8929 #    layout: "plot-service-density"
8930
8931 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8932 - type: "plot"
8933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8934   algorithm: "plot_nf_heatmap"
8935   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8936   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8937   filter: "'NIC_Intel-XXV710' and
8938            'NF_DENSITY' and
8939            'DOCKER' and
8940            'CHAIN' and
8941            'NF_VPPIP4' and
8942            'IPSEC' and
8943            'TNL_10000' and
8944            'IMIX' and
8945            '2T1C' and
8946            'NDRPDR'"
8947   parameters:
8948   - "throughput"
8949   - "name"
8950   - "tags"
8951   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8952   x-axis: "X = CNFs per Service Chain"
8953   y-axis: "Y = Number of Service Chains"
8954   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8955   layout:
8956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8957     layout: "plot-service-density"
8958
8959 - type: "plot"
8960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8961   algorithm: "plot_nf_heatmap"
8962   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8963   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8964   filter: "'NIC_Intel-XXV710' and
8965            'NF_DENSITY' and
8966            'DOCKER' and
8967            'CHAIN' and
8968            'NF_VPPIP4' and
8969            'IPSEC' and
8970            'TNL_10000' and
8971            'IMIX' and
8972            '4T2C' and
8973            'NDRPDR'"
8974   parameters:
8975   - "throughput"
8976   - "name"
8977   - "tags"
8978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8979   x-axis: "X = CNFs per Service Chain"
8980   y-axis: "Y = Number of Service Chains"
8981   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8982   layout:
8983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8984     layout: "plot-service-density"
8985
8986 - type: "plot"
8987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8988   algorithm: "plot_nf_heatmap"
8989   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8990   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8991   filter: "'NIC_Intel-XXV710' and
8992            'NF_DENSITY' and
8993            'DOCKER' and
8994            'CHAIN' and
8995            'NF_VPPIP4' and
8996            'IPSEC' and
8997            'TNL_10000' and
8998            'IMIX' and
8999            '8T4C' and
9000            'NDRPDR'"
9001   parameters:
9002   - "throughput"
9003   - "name"
9004   - "tags"
9005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9006   x-axis: "X = CNFs per Service Chain"
9007   y-axis: "Y = Number of Service Chains"
9008   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9009   layout:
9010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9011     layout: "plot-service-density"
9012
9013 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9014 - type: "plot"
9015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9016   algorithm: "plot_nf_heatmap"
9017   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9018   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9019   filter: "'NIC_Intel-XXV710' and
9020            'NF_DENSITY' and
9021            'DOCKER' and
9022            'CHAIN' and
9023            'NF_VPPIP4' and
9024            'IPSEC' and
9025            'TNL_10000' and
9026            'IMIX' and
9027            '2T1C' and
9028            'NDRPDR'"
9029   parameters:
9030   - "throughput"
9031   - "name"
9032   - "tags"
9033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9034   x-axis: "X = CNFs per Service Chain"
9035   y-axis: "Y = Number of Service Chains"
9036   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9037   layout:
9038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9039     layout: "plot-service-density"
9040
9041 - type: "plot"
9042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9043   algorithm: "plot_nf_heatmap"
9044   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9045   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9046   filter: "'NIC_Intel-XXV710' and
9047            'NF_DENSITY' and
9048            'DOCKER' and
9049            'CHAIN' and
9050            'NF_VPPIP4' and
9051            'IPSEC' and
9052            'TNL_10000' and
9053            'IMIX' and
9054            '4T2C' and
9055            'NDRPDR'"
9056   parameters:
9057   - "throughput"
9058   - "name"
9059   - "tags"
9060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9061   x-axis: "X = CNFs per Service Chain"
9062   y-axis: "Y = Number of Service Chains"
9063   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9064   layout:
9065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9066     layout: "plot-service-density"
9067
9068 - type: "plot"
9069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9070   algorithm: "plot_nf_heatmap"
9071   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9072   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9073   filter: "'NIC_Intel-XXV710' and
9074            'NF_DENSITY' and
9075            'DOCKER' and
9076            'CHAIN' and
9077            'NF_VPPIP4' and
9078            'IPSEC' and
9079            'TNL_10000' and
9080            'IMIX' and
9081            '8T4C' and
9082            'NDRPDR'"
9083   parameters:
9084   - "throughput"
9085   - "name"
9086   - "tags"
9087   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9088   x-axis: "X = CNFs per Service Chain"
9089   y-axis: "Y = Number of Service Chains"
9090   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9091   layout:
9092     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9093     layout: "plot-service-density"
9094
9095 ###############################################################################
9096
9097 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9098 - type: "plot"
9099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9100   algorithm: "plot_nf_heatmap"
9101   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9102   data: "plot-vpp-nfv-3n-hsw-mrr"
9103   filter: "'NIC_Intel-XL710' and
9104            'NF_DENSITY' and
9105            'DOCKER' and
9106            'CHAIN' and
9107            'NF_VPPIP4' and
9108            'IMIX' and
9109            'TNL_10000' and
9110            '1T1C' and
9111            'MRR'"
9112   parameters:
9113   - "result"
9114   - "name"
9115   - "tags"
9116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9117   x-axis: "X = CNFs per Service Chain"
9118   y-axis: "Y = Number of Service Chains"
9119   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9120   layout:
9121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9122     layout: "plot-service-density"
9123
9124 - type: "plot"
9125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9126   algorithm: "plot_nf_heatmap"
9127   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9128   data: "plot-vpp-nfv-3n-hsw-mrr"
9129   filter: "'NIC_Intel-XL710' and
9130            'NF_DENSITY' and
9131            'DOCKER' and
9132            'CHAIN' and
9133            'NF_VPPIP4' and
9134            'IPSEC' and
9135            'TNL_10000' and
9136            'IMIX' and
9137            '2T2C' and
9138            'MRR'"
9139   parameters:
9140   - "result"
9141   - "name"
9142   - "tags"
9143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9144   x-axis: "X = CNFs per Service Chain"
9145   y-axis: "Y = Number of Service Chains"
9146   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9147   layout:
9148     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9149     layout: "plot-service-density"
9150
9151 - type: "plot"
9152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9153   algorithm: "plot_nf_heatmap"
9154   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9155   data: "plot-vpp-nfv-3n-hsw-mrr"
9156   filter: "'NIC_Intel-XL710' and
9157            'NF_DENSITY' and
9158            'DOCKER' and
9159            'CHAIN' and
9160            'NF_VPPIP4' and
9161            'IPSEC' and
9162            'TNL_10000' and
9163            'IMIX' and
9164            '4T4C' and
9165            'MRR'"
9166   parameters:
9167   - "result"
9168   - "name"
9169   - "tags"
9170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9171   x-axis: "X = CNFs per Service Chain"
9172   y-axis: "Y = Number of Service Chains"
9173   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9174   layout:
9175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9176     layout: "plot-service-density"
9177
9178 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9179 - type: "plot"
9180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9181   algorithm: "plot_nf_heatmap"
9182   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9183   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9184   filter: "'NIC_Intel-XL710' and
9185            'NF_DENSITY' and
9186            'DOCKER' and
9187            'CHAIN' and
9188            'NF_VPPIP4' and
9189            'IPSEC' and
9190            'TNL_10000' and
9191            'IMIX' and
9192            '1T1C' and
9193            'NDRPDR'"
9194   parameters:
9195   - "throughput"
9196   - "name"
9197   - "tags"
9198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9199   x-axis: "X = CNFs per Service Chain"
9200   y-axis: "Y = Number of Service Chains"
9201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9202   layout:
9203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9204     layout: "plot-service-density"
9205
9206 - type: "plot"
9207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9208   algorithm: "plot_nf_heatmap"
9209   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9210   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9211   filter: "'NIC_Intel-XL710' and
9212            'NF_DENSITY' and
9213            'DOCKER' and
9214            'CHAIN' and
9215            'NF_VPPIP4' and
9216            'IPSEC' and
9217            'TNL_10000' and
9218            'IMIX' and
9219            '2T2C' and
9220            'NDRPDR'"
9221   parameters:
9222   - "throughput"
9223   - "name"
9224   - "tags"
9225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9226   x-axis: "X = CNFs per Service Chain"
9227   y-axis: "Y = Number of Service Chains"
9228   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9229   layout:
9230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9231     layout: "plot-service-density"
9232
9233 - type: "plot"
9234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9235   algorithm: "plot_nf_heatmap"
9236   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9237   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9238   filter: "'NIC_Intel-XL710' and
9239            'NF_DENSITY' and
9240            'DOCKER' and
9241            'CHAIN' and
9242            'NF_VPPIP4' and
9243            'IPSEC' and
9244            'TNL_10000' and
9245            'IMIX' and
9246            '4T4C' and
9247            'NDRPDR'"
9248   parameters:
9249   - "throughput"
9250   - "name"
9251   - "tags"
9252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9253   x-axis: "X = CNFs per Service Chain"
9254   y-axis: "Y = Number of Service Chains"
9255   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9256   layout:
9257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9258     layout: "plot-service-density"
9259
9260 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9261 - type: "plot"
9262   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9263   algorithm: "plot_nf_heatmap"
9264   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9265   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9266   filter: "'NIC_Intel-XL710' and
9267            'NF_DENSITY' and
9268            'DOCKER' and
9269            'CHAIN' and
9270            'NF_VPPIP4' and
9271            'IPSEC' and
9272            'TNL_10000' and
9273            'IMIX' and
9274            '1T1C' and
9275            'NDRPDR'"
9276   parameters:
9277   - "throughput"
9278   - "name"
9279   - "tags"
9280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9281   x-axis: "X = CNFs per Service Chain"
9282   y-axis: "Y = Number of Service Chains"
9283   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9284   layout:
9285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9286     layout: "plot-service-density"
9287
9288 - type: "plot"
9289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9290   algorithm: "plot_nf_heatmap"
9291   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9292   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9293   filter: "'NIC_Intel-XL710' and
9294            'NF_DENSITY' and
9295            'DOCKER' and
9296            'CHAIN' and
9297            'NF_VPPIP4' and
9298            'IPSEC' and
9299            'TNL_10000' and
9300            'IMIX' and
9301            '2T2C' and
9302            'NDRPDR'"
9303   parameters:
9304   - "throughput"
9305   - "name"
9306   - "tags"
9307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9308   x-axis: "X = CNFs per Service Chain"
9309   y-axis: "Y = Number of Service Chains"
9310   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9311   layout:
9312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9313     layout: "plot-service-density"
9314
9315 - type: "plot"
9316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9317   algorithm: "plot_nf_heatmap"
9318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9319   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9320   filter: "'NIC_Intel-XL710' and
9321            'NF_DENSITY' and
9322            'DOCKER' and
9323            'CHAIN' and
9324            'NF_VPPIP4' and
9325            'IPSEC' and
9326            'TNL_10000' and
9327            'IMIX' and
9328            '4T4C' and
9329            'NDRPDR'"
9330   parameters:
9331   - "throughput"
9332   - "name"
9333   - "tags"
9334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9335   x-axis: "X = CNFs per Service Chain"
9336   y-axis: "Y = Number of Service Chains"
9337   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9338   layout:
9339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9340     layout: "plot-service-density"
9341
9342 ###############################################################################
9343
9344 # Plots - NF Density - CSP - MRR 64b
9345
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file-type: ".html"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9351 #  data: "plot-vpp-nfv-2n-skx-mrr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'PIPELINE' and
9356 #           'NF_VPPIP4' and
9357 #           '64B' and
9358 #           '2T1C' and
9359 #           'MRR'"
9360 #  parameters:
9361 #  - "result"
9362 #  - "name"
9363 #  - "tags"
9364 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9365 #  x-axis: "X = CNFs per Service Pipeline"
9366 #  y-axis: "Y = Number of Service Pipelines"
9367 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9368 #  layout:
9369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9370 #    layout: "plot-service-density"
9371 #
9372 #- type: "plot"
9373 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9374 #  algorithm: "plot_nf_heatmap"
9375 #  output-file-type: ".html"
9376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9377 #  data: "plot-vpp-nfv-2n-skx-mrr"
9378 #  filter: "'NIC_Intel-XXV710' and
9379 #           'NF_DENSITY' and
9380 #           'DOCKER' and
9381 #           'PIPELINE' and
9382 #           'NF_VPPIP4' and
9383 #           '64B' and
9384 #           '4T2C' and
9385 #           'MRR'"
9386 #  parameters:
9387 #  - "result"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Pipeline"
9392 #  y-axis: "Y = Number of Service Pipelines"
9393 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9396 #    layout: "plot-service-density"
9397 #
9398 #- type: "plot"
9399 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9400 #  algorithm: "plot_nf_heatmap"
9401 #  output-file-type: ".html"
9402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9403 #  data: "plot-vpp-nfv-2n-skx-mrr"
9404 #  filter: "'NIC_Intel-XXV710' and
9405 #           'NF_DENSITY' and
9406 #           'DOCKER' and
9407 #           'PIPELINE' and
9408 #           'NF_VPPIP4' and
9409 #           '64B' and
9410 #           '8T4C' and
9411 #           'MRR'"
9412 #  parameters:
9413 #  - "result"
9414 #  - "name"
9415 #  - "tags"
9416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9417 #  x-axis: "X = CNFs per Service Pipeline"
9418 #  y-axis: "Y = Number of Service Pipelines"
9419 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9420 #  layout:
9421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9422 #    layout: "plot-service-density"
9423 #
9424 ## Plots - NF Density - CSP - MRR IMIX
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file-type: ".html"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9430 #  data: "plot-vpp-nfv-2n-skx-mrr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'PIPELINE' and
9435 #           'NF_VPPIP4' and
9436 #           'IMIX' and
9437 #           '2T1C' and
9438 #           'MRR'"
9439 #  parameters:
9440 #  - "result"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Pipeline"
9445 #  y-axis: "Y = Number of Service Pipelines"
9446 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9449 #    layout: "plot-service-density"
9450 #
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file-type: ".html"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9456 #  data: "plot-vpp-nfv-2n-skx-mrr"
9457 #  filter: "'NIC_Intel-XXV710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'PIPELINE' and
9461 #           'NF_VPPIP4' and
9462 #           'IMIX' and
9463 #           '4T2C' and
9464 #           'MRR'"
9465 #  parameters:
9466 #  - "result"
9467 #  - "name"
9468 #  - "tags"
9469 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9470 #  x-axis: "X = CNFs per Service Pipeline"
9471 #  y-axis: "Y = Number of Service Pipelines"
9472 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9473 #  layout:
9474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9475 #    layout: "plot-service-density"
9476 #
9477 #- type: "plot"
9478 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9479 #  algorithm: "plot_nf_heatmap"
9480 #  output-file-type: ".html"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9482 #  data: "plot-vpp-nfv-2n-skx-mrr"
9483 #  filter: "'NIC_Intel-XXV710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'PIPELINE' and
9487 #           'NF_VPPIP4' and
9488 #           'IMIX' and
9489 #           '8T4C' and
9490 #           'MRR'"
9491 #  parameters:
9492 #  - "result"
9493 #  - "name"
9494 #  - "tags"
9495 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9496 #  x-axis: "X = CNFs per Service Pipeline"
9497 #  y-axis: "Y = Number of Service Pipelines"
9498 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9499 #  layout:
9500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9501 #    layout: "plot-service-density"
9502 #
9503 ## Plots - NF Density - CSP - NDR 64b
9504 #- type: "plot"
9505 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9506 #  algorithm: "plot_nf_heatmap"
9507 #  output-file-type: ".html"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9509 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9510 #  filter: "'NIC_Intel-XXV710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'PIPELINE' and
9514 #           'NF_VPPIP4' and
9515 #           '64B' and
9516 #           '2T1C' and
9517 #           'NDRPDR'"
9518 #  parameters:
9519 #  - "throughput"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Pipeline"
9524 #  y-axis: "Y = Number of Service Pipelines"
9525 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file-type: ".html"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9535 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9536 #  filter: "'NIC_Intel-XXV710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'PIPELINE' and
9540 #           'NF_VPPIP4' and
9541 #           '64B' and
9542 #           '4T2C' and
9543 #           'NDRPDR'"
9544 #  parameters:
9545 #  - "throughput"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Pipeline"
9550 #  y-axis: "Y = Number of Service Pipelines"
9551 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9554 #    layout: "plot-service-density"
9555 #
9556 #- type: "plot"
9557 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9558 #  algorithm: "plot_nf_heatmap"
9559 #  output-file-type: ".html"
9560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9561 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9562 #  filter: "'NIC_Intel-XXV710' and
9563 #           'NF_DENSITY' and
9564 #           'DOCKER' and
9565 #           'PIPELINE' and
9566 #           'NF_VPPIP4' and
9567 #           '64B' and
9568 #           '8T4C' and
9569 #           'NDRPDR'"
9570 #  parameters:
9571 #  - "throughput"
9572 #  - "name"
9573 #  - "tags"
9574 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9575 #  x-axis: "X = CNFs per Service Pipeline"
9576 #  y-axis: "Y = Number of Service Pipelines"
9577 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9578 #  layout:
9579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9580 #    layout: "plot-service-density"
9581 #
9582 ## Plots - NF Density - CSP - NDR IMIX
9583 #- type: "plot"
9584 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9585 #  algorithm: "plot_nf_heatmap"
9586 #  output-file-type: ".html"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9588 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9589 #  filter: "'NIC_Intel-XXV710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'PIPELINE' and
9593 #           'NF_VPPIP4' and
9594 #           'IMIX' and
9595 #           '2T1C' and
9596 #           'NDRPDR'"
9597 #  parameters:
9598 #  - "throughput"
9599 #  - "name"
9600 #  - "tags"
9601 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9602 #  x-axis: "X = CNFs per Service Pipeline"
9603 #  y-axis: "Y = Number of Service Pipelines"
9604 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9605 #  layout:
9606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9607 #    layout: "plot-service-density"
9608 #
9609 #- type: "plot"
9610 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9611 #  algorithm: "plot_nf_heatmap"
9612 #  output-file-type: ".html"
9613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9614 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9615 #  filter: "'NIC_Intel-XXV710' and
9616 #           'NF_DENSITY' and
9617 #           'DOCKER' and
9618 #           'PIPELINE' and
9619 #           'NF_VPPIP4' and
9620 #           'IMIX' and
9621 #           '4T2C' and
9622 #           'NDRPDR'"
9623 #  parameters:
9624 #  - "throughput"
9625 #  - "name"
9626 #  - "tags"
9627 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9628 #  x-axis: "X = CNFs per Service Pipeline"
9629 #  y-axis: "Y = Number of Service Pipelines"
9630 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9631 #  layout:
9632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9633 #    layout: "plot-service-density"
9634 #
9635 #- type: "plot"
9636 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9637 #  algorithm: "plot_nf_heatmap"
9638 #  output-file-type: ".html"
9639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9640 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9641 #  filter: "'NIC_Intel-XXV710' and
9642 #           'NF_DENSITY' and
9643 #           'DOCKER' and
9644 #           'PIPELINE' and
9645 #           'NF_VPPIP4' and
9646 #           'IMIX' and
9647 #           '8T4C' and
9648 #           'NDRPDR'"
9649 #  parameters:
9650 #  - "throughput"
9651 #  - "name"
9652 #  - "tags"
9653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9654 #  x-axis: "X = CNFs per Service Pipeline"
9655 #  y-axis: "Y = Number of Service Pipelines"
9656 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9657 #  layout:
9658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9659 #    layout: "plot-service-density"
9660 #
9661 ## Plots - NF Density - CSP - PDR 64b
9662 #- type: "plot"
9663 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9664 #  algorithm: "plot_nf_heatmap"
9665 #  output-file-type: ".html"
9666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9668 #  filter: "'NIC_Intel-XXV710' and
9669 #           'NF_DENSITY' and
9670 #           'DOCKER' and
9671 #           'PIPELINE' and
9672 #           'NF_VPPIP4' and
9673 #           '64B' and
9674 #           '2T1C' and
9675 #           'NDRPDR'"
9676 #  parameters:
9677 #  - "throughput"
9678 #  - "name"
9679 #  - "tags"
9680 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9681 #  x-axis: "X = CNFs per Service Pipeline"
9682 #  y-axis: "Y = Number of Service Pipelines"
9683 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9684 #  layout:
9685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9686 #    layout: "plot-service-density"
9687 #
9688 #- type: "plot"
9689 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9690 #  algorithm: "plot_nf_heatmap"
9691 #  output-file-type: ".html"
9692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9694 #  filter: "'NIC_Intel-XXV710' and
9695 #           'NF_DENSITY' and
9696 #           'DOCKER' and
9697 #           'PIPELINE' and
9698 #           'NF_VPPIP4' and
9699 #           '64B' and
9700 #           '4T2C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Pipeline"
9708 #  y-axis: "Y = Number of Service Pipelines"
9709 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9712 #    layout: "plot-service-density"
9713 #
9714 #- type: "plot"
9715 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9716 #  algorithm: "plot_nf_heatmap"
9717 #  output-file-type: ".html"
9718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9720 #  filter: "'NIC_Intel-XXV710' and
9721 #           'NF_DENSITY' and
9722 #           'DOCKER' and
9723 #           'PIPELINE' and
9724 #           'NF_VPPIP4' and
9725 #           '64B' and
9726 #           '8T4C' and
9727 #           'NDRPDR'"
9728 #  parameters:
9729 #  - "throughput"
9730 #  - "name"
9731 #  - "tags"
9732 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9733 #  x-axis: "X = CNFs per Service Pipeline"
9734 #  y-axis: "Y = Number of Service Pipelines"
9735 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9736 #  layout:
9737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9738 #    layout: "plot-service-density"
9739 #
9740 ## Plots - NF Density - CSP - PDR IMIX
9741 #- type: "plot"
9742 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9743 #  algorithm: "plot_nf_heatmap"
9744 #  output-file-type: ".html"
9745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9746 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9747 #  filter: "'NIC_Intel-XXV710' and
9748 #           'NF_DENSITY' and
9749 #           'DOCKER' and
9750 #           'PIPELINE' and
9751 #           'NF_VPPIP4' and
9752 #           'IMIX' and
9753 #           '2T1C' and
9754 #           'NDRPDR'"
9755 #  parameters:
9756 #  - "throughput"
9757 #  - "name"
9758 #  - "tags"
9759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9760 #  x-axis: "X = CNFs per Service Pipeline"
9761 #  y-axis: "Y = Number of Service Pipelines"
9762 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9763 #  layout:
9764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9765 #    layout: "plot-service-density"
9766 #
9767 #- type: "plot"
9768 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9769 #  algorithm: "plot_nf_heatmap"
9770 #  output-file-type: ".html"
9771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9773 #  filter: "'NIC_Intel-XXV710' and
9774 #           'NF_DENSITY' and
9775 #           'DOCKER' and
9776 #           'PIPELINE' and
9777 #           'NF_VPPIP4' and
9778 #           'IMIX' and
9779 #           '4T2C' and
9780 #           'NDRPDR'"
9781 #  parameters:
9782 #  - "throughput"
9783 #  - "name"
9784 #  - "tags"
9785 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9786 #  x-axis: "X = CNFs per Service Pipeline"
9787 #  y-axis: "Y = Number of Service Pipelines"
9788 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9789 #  layout:
9790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9791 #    layout: "plot-service-density"
9792 #
9793 #- type: "plot"
9794 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9795 #  algorithm: "plot_nf_heatmap"
9796 #  output-file-type: ".html"
9797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9798 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9799 #  filter: "'NIC_Intel-XXV710' and
9800 #           'NF_DENSITY' and
9801 #           'DOCKER' and
9802 #           'PIPELINE' and
9803 #           'NF_VPPIP4' and
9804 #           'IMIX' and
9805 #           '8T4C' and
9806 #           'NDRPDR'"
9807 #  parameters:
9808 #  - "throughput"
9809 #  - "name"
9810 #  - "tags"
9811 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9812 #  x-axis: "X = CNFs per Service Pipeline"
9813 #  y-axis: "Y = Number of Service Pipelines"
9814 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9815 #  layout:
9816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9817 #    layout: "plot-service-density"
9818
9819 ###############################################################################
9820 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9821
9822 - type: "plot"
9823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9824   algorithm: "plot_nf_heatmap"
9825   output-file-type: ".html"
9826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9827   data: "plot-vpp-nfv-2n-clx-mrr"
9828   filter: "'NIC_Intel-XXV710' and
9829            'NF_DENSITY' and
9830            'VHOST' and
9831            not 'VXLAN' and
9832            'CHAIN' and
9833            'NF_VPPIP4' and
9834            'IMIX' and
9835            '2T1C' and
9836            'MRR'"
9837   parameters:
9838   - "result"
9839   - "name"
9840   - "tags"
9841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9842   x-axis: "X = VNFs per Service Chain"
9843   y-axis: "Y = Number of Service Chains"
9844   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9845   layout:
9846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9847     layout: "plot-service-density"
9848
9849 - type: "plot"
9850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9851   algorithm: "plot_nf_heatmap"
9852   output-file-type: ".html"
9853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9854   data: "plot-vpp-nfv-2n-clx-mrr"
9855   filter: "'NIC_Intel-XXV710' and
9856            'NF_DENSITY' and
9857            'VHOST' and
9858            not 'VXLAN' and
9859            'CHAIN' and
9860            'NF_VPPIP4' and
9861            'IMIX' and
9862            '4T2C' and
9863            'MRR'"
9864   parameters:
9865   - "result"
9866   - "name"
9867   - "tags"
9868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9869   x-axis: "X = VNFs per Service Chain"
9870   y-axis: "Y = Number of Service Chains"
9871   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9872   layout:
9873     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9874     layout: "plot-service-density"
9875
9876 - type: "plot"
9877   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9878   algorithm: "plot_nf_heatmap"
9879   output-file-type: ".html"
9880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9881   data: "plot-vpp-nfv-2n-clx-mrr"
9882   filter: "'NIC_Intel-XXV710' and
9883            'NF_DENSITY' and
9884            'VHOST' and
9885            not 'VXLAN' and
9886            'CHAIN' and
9887            'NF_VPPIP4' and
9888            'IMIX' and
9889            '8T4C' and
9890            'MRR'"
9891   parameters:
9892   - "result"
9893   - "name"
9894   - "tags"
9895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9896   x-axis: "X = VNFs per Service Chain"
9897   y-axis: "Y = Number of Service Chains"
9898   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9899   layout:
9900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9901     layout: "plot-service-density"
9902
9903 # Plots - NF Density - VSC - NDR IMIX
9904 - type: "plot"
9905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9906   algorithm: "plot_nf_heatmap"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9909   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9910   filter: "'NIC_Intel-XXV710' and
9911            'NF_DENSITY' and
9912            'VHOST' and
9913            not 'VXLAN' and
9914            'CHAIN' and
9915            'NF_VPPIP4' and
9916            'IMIX' and
9917            '2T1C' and
9918            'NDRPDR'"
9919   parameters:
9920   - "throughput"
9921   - "name"
9922   - "tags"
9923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9924   x-axis: "X = VNFs per Service Chain"
9925   y-axis: "Y = Number of Service Chains"
9926   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9927   layout:
9928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9929     layout: "plot-service-density"
9930
9931 - type: "plot"
9932   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9933   algorithm: "plot_nf_heatmap"
9934   output-file-type: ".html"
9935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9936   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9937   filter: "'NIC_Intel-XXV710' and
9938            'NF_DENSITY' and
9939            'VHOST' and
9940            not 'VXLAN' and
9941            'CHAIN' and
9942            'NF_VPPIP4' and
9943            'IMIX' and
9944            '4T2C' and
9945            'NDRPDR'"
9946   parameters:
9947   - "throughput"
9948   - "name"
9949   - "tags"
9950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9951   x-axis: "X = VNFs per Service Chain"
9952   y-axis: "Y = Number of Service Chains"
9953   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9954   layout:
9955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9956     layout: "plot-service-density"
9957
9958 - type: "plot"
9959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9960   algorithm: "plot_nf_heatmap"
9961   output-file-type: ".html"
9962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9963   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9964   filter: "'NIC_Intel-XXV710' and
9965            'NF_DENSITY' and
9966            'VHOST' and
9967            not 'VXLAN' and
9968            'CHAIN' and
9969            'NF_VPPIP4' and
9970            'IMIX' and
9971            '8T4C' and
9972            'NDRPDR'"
9973   parameters:
9974   - "throughput"
9975   - "name"
9976   - "tags"
9977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9978   x-axis: "X = VNFs per Service Chain"
9979   y-axis: "Y = Number of Service Chains"
9980   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9981   layout:
9982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9983     layout: "plot-service-density"
9984
9985 # Plots - NF Density - VSC - PDR IMIX
9986 - type: "plot"
9987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9988   algorithm: "plot_nf_heatmap"
9989   output-file-type: ".html"
9990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9991   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9992   filter: "'NIC_Intel-XXV710' and
9993            'NF_DENSITY' and
9994            'VHOST' and
9995            not 'VXLAN' and
9996            'CHAIN' and
9997            'NF_VPPIP4' and
9998            'IMIX' and
9999            '2T1C' and
10000            'NDRPDR'"
10001   parameters:
10002   - "throughput"
10003   - "name"
10004   - "tags"
10005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10006   x-axis: "X = VNFs per Service Chain"
10007   y-axis: "Y = Number of Service Chains"
10008   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10009   layout:
10010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10011     layout: "plot-service-density"
10012
10013 - type: "plot"
10014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10015   algorithm: "plot_nf_heatmap"
10016   output-file-type: ".html"
10017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10018   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10019   filter: "'NIC_Intel-XXV710' and
10020            'NF_DENSITY' and
10021            'VHOST' and
10022            not 'VXLAN' and
10023            'CHAIN' and
10024            'NF_VPPIP4' and
10025            'IMIX' and
10026            '4T2C' and
10027            'NDRPDR'"
10028   parameters:
10029   - "throughput"
10030   - "name"
10031   - "tags"
10032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10033   x-axis: "X = VNFs per Service Chain"
10034   y-axis: "Y = Number of Service Chains"
10035   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10036   layout:
10037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10038     layout: "plot-service-density"
10039
10040 - type: "plot"
10041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10042   algorithm: "plot_nf_heatmap"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10045   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10046   filter: "'NIC_Intel-XXV710' and
10047            'NF_DENSITY' and
10048            'VHOST' and
10049            not 'VXLAN' and
10050            'CHAIN' and
10051            'NF_VPPIP4' and
10052            'IMIX' and
10053            '8T4C' and
10054            'NDRPDR'"
10055   parameters:
10056   - "throughput"
10057   - "name"
10058   - "tags"
10059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10060   x-axis: "X = VNFs per Service Chain"
10061   y-axis: "Y = Number of Service Chains"
10062   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10063   layout:
10064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10065     layout: "plot-service-density"
10066
10067 # Plots - NF Density - VSC - MRR IMIX
10068 - type: "plot"
10069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10070   algorithm: "plot_nf_heatmap"
10071   output-file-type: ".html"
10072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10073   data: "plot-vpp-nfv-2n-clx-mrr"
10074   filter: "'NIC_Intel-XXV710' and
10075            'NF_DENSITY' and
10076            'VHOST' and
10077            'VXLAN' and
10078            'CHAIN' and
10079            'IMIX' and
10080            '2T1C' and
10081            'MRR'"
10082   parameters:
10083   - "result"
10084   - "name"
10085   - "tags"
10086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10087   x-axis: "X = VNFs per Service Chain"
10088   y-axis: "Y = Number of Service Chains"
10089   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10090   layout:
10091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10092     layout: "plot-service-density"
10093
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file-type: ".html"
10098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10099   data: "plot-vpp-nfv-2n-clx-mrr"
10100   filter: "'NIC_Intel-XXV710' and
10101            'NF_DENSITY' and
10102            'VHOST' and
10103            'VXLAN' and
10104            'CHAIN' and
10105            'IMIX' and
10106            '4T2C' and
10107            'MRR'"
10108   parameters:
10109   - "result"
10110   - "name"
10111   - "tags"
10112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10113   x-axis: "X = VNFs per Service Chain"
10114   y-axis: "Y = Number of Service Chains"
10115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10116   layout:
10117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10118     layout: "plot-service-density"
10119
10120 - type: "plot"
10121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10122   algorithm: "plot_nf_heatmap"
10123   output-file-type: ".html"
10124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10125   data: "plot-vpp-nfv-2n-clx-mrr"
10126   filter: "'NIC_Intel-XXV710' and
10127            'NF_DENSITY' and
10128            'VHOST' and
10129            'VXLAN' and
10130            'CHAIN' and
10131            'IMIX' and
10132            '8T4C' and
10133            'MRR'"
10134   parameters:
10135   - "result"
10136   - "name"
10137   - "tags"
10138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10139   x-axis: "X = VNFs per Service Chain"
10140   y-axis: "Y = Number of Service Chains"
10141   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10142   layout:
10143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10144     layout: "plot-service-density"
10145
10146 # Plots - NF Density - VSC - NDR IMIX
10147 - type: "plot"
10148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10149   algorithm: "plot_nf_heatmap"
10150   output-file-type: ".html"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10152   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'VHOST' and
10156            'VXLAN' and
10157            'CHAIN' a
10158            'IMIX' and
10159            '2T1C' and
10160            'NDRPDR'"
10161   parameters:
10162   - "throughput"
10163   - "name"
10164   - "tags"
10165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10166   x-axis: "X = VNFs per Service Chain"
10167   y-axis: "Y = Number of Service Chains"
10168   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10169   layout:
10170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10171     layout: "plot-service-density"
10172
10173 - type: "plot"
10174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10175   algorithm: "plot_nf_heatmap"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10179   filter: "'NIC_Intel-XXV710' and
10180            'NF_DENSITY' and
10181            'VHOST' and
10182            'VXLAN' and
10183            'CHAIN' and
10184            'IMIX' and
10185            '4T2C' and
10186            'NDRPDR'"
10187   parameters:
10188   - "throughput"
10189   - "name"
10190   - "tags"
10191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10192   x-axis: "X = VNFs per Service Chain"
10193   y-axis: "Y = Number of Service Chains"
10194   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10195   layout:
10196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10197     layout: "plot-service-density"
10198
10199 - type: "plot"
10200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10201   algorithm: "plot_nf_heatmap"
10202   output-file-type: ".html"
10203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10204   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10205   filter: "'NIC_Intel-XXV710' and
10206            'NF_DENSITY' and
10207            'VHOST' and
10208            'VXLAN' and
10209            'CHAIN' and
10210            'IMIX' and
10211            '8T4C' and
10212            'NDRPDR'"
10213   parameters:
10214   - "throughput"
10215   - "name"
10216   - "tags"
10217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = VNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10223     layout: "plot-service-density"
10224
10225 # Plots - NF Density - VSC - PDR IMIX
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10231   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'VHOST' and
10235            'VXLAN' and
10236            'CHAIN' and
10237            'IMIX' and
10238            '2T1C' and
10239            'NDRPDR'"
10240   parameters:
10241   - "throughput"
10242   - "name"
10243   - "tags"
10244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = VNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10257   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'VHOST' and
10261            'VXLAN' and
10262            'CHAIN' and
10263            'IMIX' and
10264            '4T2C' and
10265            'NDRPDR'"
10266   parameters:
10267   - "throughput"
10268   - "name"
10269   - "tags"
10270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = VNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10283   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10284   filter: "'NIC_Intel-XXV710' and
10285            'NF_DENSITY' and
10286            'VHOST' and
10287            'VXLAN' and
10288            'CHAIN' and
10289            'IMIX' and
10290            '8T4C' and
10291            'NDRPDR'"
10292   parameters:
10293   - "throughput"
10294   - "name"
10295   - "tags"
10296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10297   x-axis: "X = VNFs per Service Chain"
10298   y-axis: "Y = Number of Service Chains"
10299   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10300   layout:
10301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10302     layout: "plot-service-density"
10303
10304 # Plots - NF Density - CSC - MRR IMIX
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10310   data: "plot-vpp-nfv-2n-clx-mrr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'DOCKER' and
10314            'CHAIN' and
10315            'NF_VPPIP4' and
10316            'IMIX' and
10317            '2T1C' and
10318            'MRR'"
10319   parameters:
10320   - "result"
10321   - "name"
10322   - "tags"
10323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = CNFs per Service Chain"
10325   y-axis: "Y = Number of Service Chains"
10326   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10329     layout: "plot-service-density"
10330
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10336   data: "plot-vpp-nfv-2n-clx-mrr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'DOCKER' and
10340            'CHAIN' and
10341            'NF_VPPIP4' and
10342            'IMIX' and
10343            '4T2C' and
10344            'MRR'"
10345   parameters:
10346   - "result"
10347   - "name"
10348   - "tags"
10349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = CNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10355     layout: "plot-service-density"
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10362   data: "plot-vpp-nfv-2n-clx-mrr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'DOCKER' and
10366            'CHAIN' and
10367            'NF_VPPIP4' and
10368            'IMIX' and
10369            '8T4C' and
10370            'MRR'"
10371   parameters:
10372   - "result"
10373   - "name"
10374   - "tags"
10375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = CNFs per Service Chain"
10377   y-axis: "Y = Number of Service Chains"
10378   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10381     layout: "plot-service-density"
10382
10383 # Plots - NF Density - CSC - NDR IMIX
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10389   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'DOCKER' and
10393            'CHAIN' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '2T1C' and
10397            'NDRPDR'"
10398   parameters:
10399   - "throughput"
10400   - "name"
10401   - "tags"
10402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = CNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'CHAIN' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '4T2C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'DOCKER' and
10445            'CHAIN' and
10446            'NF_VPPIP4' and
10447            'IMIX' and
10448            '8T4C' and
10449            'NDRPDR'"
10450   parameters:
10451   - "throughput"
10452   - "name"
10453   - "tags"
10454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = CNFs per Service Chain"
10456   y-axis: "Y = Number of Service Chains"
10457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10460     layout: "plot-service-density"
10461
10462 # Plots - NF Density - CSC - PDR IMIX
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10468   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'CHAIN' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '2T1C' and
10476            'NDRPDR'"
10477   parameters:
10478   - "throughput"
10479   - "name"
10480   - "tags"
10481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Chain"
10483   y-axis: "Y = Number of Service Chains"
10484   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10494   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'CHAIN' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '4T2C' and
10502            'NDRPDR'"
10503   parameters:
10504   - "throughput"
10505   - "name"
10506   - "tags"
10507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Chain"
10509   y-axis: "Y = Number of Service Chains"
10510   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10513     layout: "plot-service-density"
10514
10515 - type: "plot"
10516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10517   algorithm: "plot_nf_heatmap"
10518   output-file-type: ".html"
10519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10520   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10521   filter: "'NIC_Intel-XXV710' and
10522            'NF_DENSITY' and
10523            'DOCKER' and
10524            'CHAIN' and
10525            'NF_VPPIP4' and
10526            'IMIX' and
10527            '8T4C' and
10528            'NDRPDR'"
10529   parameters:
10530   - "throughput"
10531   - "name"
10532   - "tags"
10533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10534   x-axis: "X = CNFs per Service Chain"
10535   y-axis: "Y = Number of Service Chains"
10536   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10537   layout:
10538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10539     layout: "plot-service-density"
10540
10541 # Plots - NF Density - CSP - MRR IMIX
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10547   data: "plot-vpp-nfv-2n-clx-mrr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'PIPELINE' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '2T1C' and
10555            'MRR'"
10556   parameters:
10557   - "result"
10558   - "name"
10559   - "tags"
10560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Pipeline"
10562   y-axis: "Y = Number of Service Pipelines"
10563   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10573   data: "plot-vpp-nfv-2n-clx-mrr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'PIPELINE' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '4T2C' and
10581            'MRR'"
10582   parameters:
10583   - "result"
10584   - "name"
10585   - "tags"
10586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Pipeline"
10588   y-axis: "Y = Number of Service Pipelines"
10589   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10592     layout: "plot-service-density"
10593
10594 - type: "plot"
10595   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10596   algorithm: "plot_nf_heatmap"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10599   data: "plot-vpp-nfv-2n-clx-mrr"
10600   filter: "'NIC_Intel-XXV710' and
10601            'NF_DENSITY' and
10602            'DOCKER' and
10603            'PIPELINE' and
10604            'NF_VPPIP4' and
10605            'IMIX' and
10606            '8T4C' and
10607            'MRR'"
10608   parameters:
10609   - "result"
10610   - "name"
10611   - "tags"
10612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10613   x-axis: "X = CNFs per Service Pipeline"
10614   y-axis: "Y = Number of Service Pipelines"
10615   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10616   layout:
10617     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10618     layout: "plot-service-density"
10619
10620 # Plots - NF Density - CSP - NDR IMIX
10621 - type: "plot"
10622   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10623   algorithm: "plot_nf_heatmap"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10626   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10627   filter: "'NIC_Intel-XXV710' and
10628            'NF_DENSITY' and
10629            'DOCKER' and
10630            'PIPELINE' and
10631            'NF_VPPIP4' and
10632            'IMIX' and
10633            '2T1C' and
10634            'NDRPDR'"
10635   parameters:
10636   - "throughput"
10637   - "name"
10638   - "tags"
10639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10640   x-axis: "X = CNFs per Service Pipeline"
10641   y-axis: "Y = Number of Service Pipelines"
10642   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10643   layout:
10644     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10645     layout: "plot-service-density"
10646
10647 - type: "plot"
10648   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10649   algorithm: "plot_nf_heatmap"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10652   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10653   filter: "'NIC_Intel-XXV710' and
10654            'NF_DENSITY' and
10655            'DOCKER' and
10656            'PIPELINE' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '4T2C' and
10660            'NDRPDR'"
10661   parameters:
10662   - "throughput"
10663   - "name"
10664   - "tags"
10665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = CNFs per Service Pipeline"
10667   y-axis: "Y = Number of Service Pipelines"
10668   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10671     layout: "plot-service-density"
10672
10673 - type: "plot"
10674   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10675   algorithm: "plot_nf_heatmap"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10678   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10679   filter: "'NIC_Intel-XXV710' and
10680            'NF_DENSITY' and
10681            'DOCKER' and
10682            'PIPELINE' and
10683            'NF_VPPIP4' and
10684            'IMIX' and
10685            '8T4C' and
10686            'NDRPDR'"
10687   parameters:
10688   - "throughput"
10689   - "name"
10690   - "tags"
10691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10692   x-axis: "X = CNFs per Service Pipeline"
10693   y-axis: "Y = Number of Service Pipelines"
10694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10695   layout:
10696     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10697     layout: "plot-service-density"
10698
10699 # Plots - NF Density - CSP - PDR IMIX
10700 - type: "plot"
10701   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10702   algorithm: "plot_nf_heatmap"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10705   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10706   filter: "'NIC_Intel-XXV710' and
10707            'NF_DENSITY' and
10708            'DOCKER' and
10709            'PIPELINE' and
10710            'NF_VPPIP4' and
10711            'IMIX' and
10712            '2T1C' and
10713            'NDRPDR'"
10714   parameters:
10715   - "throughput"
10716   - "name"
10717   - "tags"
10718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10719   x-axis: "X = CNFs per Service Pipeline"
10720   y-axis: "Y = Number of Service Pipelines"
10721   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10722   layout:
10723     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10724     layout: "plot-service-density"
10725
10726 - type: "plot"
10727   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10728   algorithm: "plot_nf_heatmap"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10731   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10732   filter: "'NIC_Intel-XXV710' and
10733            'NF_DENSITY' and
10734            'DOCKER' and
10735            'PIPELINE' and
10736            'NF_VPPIP4' and
10737            'IMIX' and
10738            '4T2C' and
10739            'NDRPDR'"
10740   parameters:
10741   - "throughput"
10742   - "name"
10743   - "tags"
10744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10745   x-axis: "X = CNFs per Service Pipeline"
10746   y-axis: "Y = Number of Service Pipelines"
10747   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10748   layout:
10749     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10750     layout: "plot-service-density"
10751
10752 - type: "plot"
10753   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10754   algorithm: "plot_nf_heatmap"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10757   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10758   filter: "'NIC_Intel-XXV710' and
10759            'NF_DENSITY' and
10760            'DOCKER' and
10761            'PIPELINE' and
10762            'NF_VPPIP4' and
10763            'IMIX' and
10764            '8T4C' and
10765            'NDRPDR'"
10766   parameters:
10767   - "throughput"
10768   - "name"
10769   - "tags"
10770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10771   x-axis: "X = CNFs per Service Pipeline"
10772   y-axis: "Y = Number of Service Pipelines"
10773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10774   layout:
10775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10776     layout: "plot-service-density"
10777
10778 ################################################################################
10779
10780 # Packet Throughput
10781
10782 - type: "plot"
10783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10784   algorithm: "plot_perf_box_name"
10785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10787   include:
10788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10792   layout:
10793     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10794     layout: "plot-throughput"
10795
10796 - type: "plot"
10797   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10798   algorithm: "plot_perf_box_name"
10799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10801   include:
10802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10806   layout:
10807     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10808     layout: "plot-throughput"
10809
10810 - type: "plot"
10811   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10812   algorithm: "plot_perf_box_name"
10813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10815   include:
10816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10820   layout:
10821     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10822     layout: "plot-throughput"
10823
10824 - type: "plot"
10825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10826   algorithm: "plot_perf_box_name"
10827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10829   include:
10830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10834   layout:
10835     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10836     layout: "plot-throughput"
10837
10838 - type: "plot"
10839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10840   algorithm: "plot_perf_box_name"
10841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10843   include:
10844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10848     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10849   layout:
10850     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10851     layout: "plot-throughput"
10852
10853 - type: "plot"
10854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10855   algorithm: "plot_perf_box_name"
10856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10858   include:
10859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10861     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10862     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10863     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10864   layout:
10865     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10866     layout: "plot-throughput"
10867
10868 - type: "plot"
10869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10870   algorithm: "plot_perf_box_name"
10871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10873   include:
10874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10876     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10877     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10878     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10879   layout:
10880     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10881     layout: "plot-throughput"
10882
10883 - type: "plot"
10884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10885   algorithm: "plot_perf_box_name"
10886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10888   include:
10889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10892     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10894   layout:
10895     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10896     layout: "plot-throughput"
10897
10898 - type: "plot"
10899   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10900   algorithm: "plot_perf_box_name"
10901   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10902   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10903   include:
10904     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10905     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10906     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10907     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10908     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10909   layout:
10910     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10911     layout: "plot-throughput"
10912
10913 - type: "plot"
10914   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10915   algorithm: "plot_perf_box_name"
10916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10918   include:
10919     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10920     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10921     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10922     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10923     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10924   layout:
10925     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10926     layout: "plot-throughput"
10927
10928 - type: "plot"
10929   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10933   include:
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10940   layout:
10941     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10942     layout: "plot-throughput"
10943
10944 - type: "plot"
10945   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10946   algorithm: "plot_perf_box_name"
10947   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10949   include:
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10956   layout:
10957     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10958     layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10962   algorithm: "plot_perf_box_name"
10963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10965   include:
10966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10971   layout:
10972     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10973     layout: "plot-throughput"
10974
10975 - type: "plot"
10976   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10977   algorithm: "plot_perf_box_name"
10978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10980   include:
10981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10986   layout:
10987     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10988     layout: "plot-throughput"
10989
10990 - type: "plot"
10991   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10992   algorithm: "plot_perf_box_name"
10993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10995   include:
10996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10999   layout:
11000     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11008   include:
11009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11012   layout:
11013     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11014     layout: "plot-throughput"
11015
11016 - type: "plot"
11017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11018   algorithm: "plot_perf_box_name"
11019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11021   include:
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11027   layout:
11028     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11029     layout: "plot-throughput"
11030
11031 - type: "plot"
11032   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11033   algorithm: "plot_perf_box_name"
11034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11036   include:
11037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11042   layout:
11043     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11044     layout: "plot-throughput"
11045
11046 - type: "plot"
11047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11048   algorithm: "plot_perf_box_name"
11049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11051   include:
11052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11055   layout:
11056     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11057     layout: "plot-throughput"
11058
11059 - type: "plot"
11060   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11061   algorithm: "plot_perf_box_name"
11062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11064   include:
11065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11068   layout:
11069     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11070     layout: "plot-throughput"
11071
11072 - type: "plot"
11073   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11074   algorithm: "plot_perf_box_name"
11075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11077   include:
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11084   layout:
11085     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11093   include:
11094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11100   layout:
11101     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11102     layout: "plot-throughput"
11103
11104 - type: "plot"
11105   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11106   algorithm: "plot_perf_box_name"
11107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11109   include:
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11116   layout:
11117     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11122   algorithm: "plot_perf_box_name"
11123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11125   include:
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11132   layout:
11133     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11134     layout: "plot-throughput"
11135
11136 - type: "plot"
11137   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11138   algorithm: "plot_perf_box_name"
11139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11141   include:
11142     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11145   layout:
11146     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11147     layout: "plot-throughput"
11148
11149 - type: "plot"
11150   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11151   algorithm: "plot_perf_box_name"
11152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11154   include:
11155     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11158   layout:
11159     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11160     layout: "plot-throughput"
11161
11162 - type: "plot"
11163   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11164   algorithm: "plot_perf_box_name"
11165   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11167   include:
11168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11171 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11172 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11173   layout:
11174     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11175     layout: "plot-throughput"
11176
11177 - type: "plot"
11178   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11179   algorithm: "plot_perf_box_name"
11180   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11182   include:
11183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11186 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11187 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11188   layout:
11189     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11190     layout: "plot-throughput"
11191
11192 - type: "plot"
11193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11194   algorithm: "plot_perf_box_name"
11195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11197   include:
11198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11203   layout:
11204     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11205     layout: "plot-throughput"
11206
11207 - type: "plot"
11208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11209   algorithm: "plot_perf_box_name"
11210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11212   include:
11213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11218   layout:
11219     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11220     layout: "plot-throughput"
11221
11222 - type: "plot"
11223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11224   algorithm: "plot_perf_box_name"
11225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11227   include:
11228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11233   layout:
11234     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11235     layout: "plot-throughput"
11236
11237 - type: "plot"
11238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11239   algorithm: "plot_perf_box_name"
11240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11242   include:
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11248   layout:
11249     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11250     layout: "plot-throughput"
11251
11252 - type: "plot"
11253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11254   algorithm: "plot_perf_box_name"
11255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11257   include:
11258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11264   layout:
11265     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11266     layout: "plot-throughput"
11267
11268 - type: "plot"
11269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11270   algorithm: "plot_perf_box_name"
11271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11273   include:
11274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11280   layout:
11281     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11282     layout: "plot-throughput"
11283
11284 - type: "plot"
11285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11286   algorithm: "plot_perf_box_name"
11287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11289   include:
11290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11296   layout:
11297     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11305   include:
11306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11312   layout:
11313     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11321   include:
11322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11327   layout:
11328     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11336   include:
11337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11342   layout:
11343     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11344     layout: "plot-throughput"
11345
11346 - type: "plot"
11347   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11348   algorithm: "plot_perf_box_name"
11349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11351   include:
11352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11358   layout:
11359     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11360     layout: "plot-throughput"
11361
11362 - type: "plot"
11363   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11364   algorithm: "plot_perf_box_name"
11365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11367   include:
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11374   layout:
11375     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11376     layout: "plot-throughput"
11377
11378 - type: "plot"
11379   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11380   algorithm: "plot_perf_box_name"
11381   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11382   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11383   include:
11384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11389   layout:
11390     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11391     layout: "plot-throughput"
11392
11393 - type: "plot"
11394   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11395   algorithm: "plot_perf_box_name"
11396   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11397   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11398   include:
11399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11404   layout:
11405     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11406     layout: "plot-throughput"
11407
11408 - type: "plot"
11409   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11410   algorithm: "plot_perf_box_name"
11411   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11412   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11413   include:
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11420   layout:
11421     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11428   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11429   include:
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11436   layout:
11437     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11438     layout: "plot-throughput"
11439
11440 - type: "plot"
11441   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11442   algorithm: "plot_perf_box_name"
11443   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11444   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11445   include:
11446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11451   layout:
11452     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11453     layout: "plot-throughput"
11454
11455 - type: "plot"
11456   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11457   algorithm: "plot_perf_box_name"
11458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11460   include:
11461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11466   layout:
11467     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11468     layout: "plot-throughput"
11469
11470 - type: "plot"
11471   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11472   algorithm: "plot_perf_box_name"
11473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11475   include:
11476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11482   layout:
11483     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11484     layout: "plot-throughput"
11485
11486 - type: "plot"
11487   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11488   algorithm: "plot_perf_box_name"
11489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11491   include:
11492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11498   layout:
11499     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11500     layout: "plot-throughput"
11501
11502 - type: "plot"
11503   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11504   algorithm: "plot_perf_box_name"
11505   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11507   include:
11508     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11510   layout:
11511     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11512     layout: "plot-throughput"
11513
11514 - type: "plot"
11515   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11516   algorithm: "plot_perf_box_name"
11517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11519   include:
11520     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11522   layout:
11523     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11531   include:
11532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11536   layout:
11537     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11550   layout:
11551     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11552     layout: "plot-throughput"
11553
11554 - type: "plot"
11555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11556   algorithm: "plot_perf_box_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11559   include:
11560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11564   layout:
11565     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11570   algorithm: "plot_perf_box_name"
11571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11573   include:
11574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11578   layout:
11579     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11592   layout:
11593     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11601   include:
11602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11606   layout:
11607     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11615   include:
11616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11620   layout:
11621     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11622     layout: "plot-throughput"
11623
11624 - type: "plot"
11625   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11626   algorithm: "plot_perf_box_name"
11627   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11628   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11629   include:
11630     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11634   layout:
11635     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11643   include:
11644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11650   layout:
11651     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11659   include:
11660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11666   layout:
11667     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11675   include:
11676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11681   layout:
11682     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11690   include:
11691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11696   layout:
11697     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11705   include:
11706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11711   layout:
11712     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11720   include:
11721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11726   layout:
11727     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11728     layout: "plot-throughput"
11729
11730 - type: "plot"
11731   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11732   algorithm: "plot_perf_box_name"
11733   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11734   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11735   include:
11736     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11739   layout:
11740     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11747   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11748   include:
11749     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11752   layout:
11753     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11761   include:
11762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11765   layout:
11766     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11778   layout:
11779     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11787   include:
11788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11793   layout:
11794     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11802   include:
11803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11808   layout:
11809     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11817   include:
11818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11823   layout:
11824     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11829   algorithm: "plot_perf_box_name"
11830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11832   include:
11833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11838   layout:
11839     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11844   algorithm: "plot_perf_box_name"
11845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11847   include:
11848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11853   layout:
11854     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11862   include:
11863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11868   layout:
11869     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11877   include:
11878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11883   layout:
11884     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11891   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11892   include:
11893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11898   layout:
11899     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11907   include:
11908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11913   layout:
11914     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11922   include:
11923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11928   layout:
11929     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11937   include:
11938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11944   layout:
11945     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11953   include:
11954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11960   layout:
11961     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11969   include:
11970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11974   layout:
11975     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11983   include:
11984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11987     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11988   layout:
11989     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11994   algorithm: "plot_perf_box_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11997   include:
11998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12004   layout:
12005     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12006     layout: "plot-throughput"
12007
12008 - type: "plot"
12009   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12010   algorithm: "plot_perf_box_name"
12011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12013   include:
12014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12020   layout:
12021     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12022     layout: "plot-throughput"
12023
12024 - type: "plot"
12025   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12026   algorithm: "plot_perf_box_name"
12027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12029   include:
12030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12036   layout:
12037     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12045   include:
12046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12052   layout:
12053     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12054     layout: "plot-throughput"
12055
12056 - type: "plot"
12057   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12058   algorithm: "plot_perf_box_name"
12059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12061   include:
12062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12068   layout:
12069     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12070     layout: "plot-throughput"
12071
12072 - type: "plot"
12073   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12074   algorithm: "plot_perf_box_name"
12075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12077   include:
12078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12084   layout:
12085     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12093   include:
12094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12100   layout:
12101     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12109   include:
12110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12116   layout:
12117     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12125   include:
12126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12132   layout:
12133     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12138   algorithm: "plot_perf_box_name"
12139   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12141   include:
12142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12148   layout:
12149     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12154   algorithm: "plot_perf_box_name"
12155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12157   include:
12158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12164   layout:
12165     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12173   include:
12174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12180   layout:
12181     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12196   layout:
12197     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12205   include:
12206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12212   layout:
12213     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12214     layout: "plot-throughput"
12215
12216 - type: "plot"
12217   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12218   algorithm: "plot_perf_box_name"
12219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12221   include:
12222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12226   layout:
12227     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12235   include:
12236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12240   layout:
12241     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12249   include:
12250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12254   layout:
12255     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12263   include:
12264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12268   layout:
12269     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12270     layout: "plot-throughput"
12271
12272 - type: "plot"
12273   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12274   algorithm: "plot_perf_box_name"
12275   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12277   include:
12278     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12279     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12282     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12283     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12284   layout:
12285     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12293   include:
12294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12298     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12299     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12300   layout:
12301     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12309   include:
12310     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12313     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12314     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12315   layout:
12316     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12324   include:
12325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12329     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12330   layout:
12331     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12339   include:
12340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12345   layout:
12346     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12354   include:
12355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12360   layout:
12361     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12369   include:
12370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12374   layout:
12375     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12383   include:
12384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12388   layout:
12389     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12397   include:
12398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12404   layout:
12405     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12413   include:
12414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12420   layout:
12421     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12429   include:
12430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12436   layout:
12437     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12445   include:
12446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12452   layout:
12453     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12461   include:
12462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12468   layout:
12469     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12477   include:
12478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12484   layout:
12485     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12486     layout: "plot-throughput"
12487
12488 - type: "plot"
12489   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12490   algorithm: "plot_perf_box_name"
12491   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12492   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12493   include:
12494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12498   layout:
12499     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12507   include:
12508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12512   layout:
12513     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12514     layout: "plot-throughput"
12515
12516 - type: "plot"
12517   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12518   algorithm: "plot_perf_box_name"
12519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12521   include:
12522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12528   layout:
12529     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12537   include:
12538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12544   layout:
12545     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12553   include:
12554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12560   layout:
12561     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12569   include:
12570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12576   layout:
12577     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12578     layout: "plot-throughput"
12579
12580 #- type: "plot"
12581 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12582 #  algorithm: "plot_perf_box_name"
12583 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12584 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12585 #  include:
12586 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12587 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12588 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12589 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12590 #  layout:
12591 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12592 #    layout: "plot-throughput"
12593 #
12594 #- type: "plot"
12595 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12596 #  algorithm: "plot_perf_box_name"
12597 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12598 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12599 #  include:
12600 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12601 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12602 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12603 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12604 #  layout:
12605 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12606 #    layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12612   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12613   include:
12614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12620   layout:
12621     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12629   include:
12630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12636   layout:
12637     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12638     layout: "plot-throughput"
12639
12640 #- type: "plot"
12641 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12642 #  algorithm: "plot_perf_box_name"
12643 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12644 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12645 #  include:
12646 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12647 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12650 #  layout:
12651 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12652 #    layout: "plot-throughput"
12653 #
12654 #- type: "plot"
12655 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12656 #  algorithm: "plot_perf_box_name"
12657 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12658 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12659 #  include:
12660 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12661 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12662 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12663 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12664 #  layout:
12665 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12666 #    layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12673   include:
12674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12680   layout:
12681     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12689   include:
12690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12696   layout:
12697     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12698     layout: "plot-throughput"
12699
12700 #- type: "plot"
12701 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12702 #  algorithm: "plot_perf_box_name"
12703 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12704 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12705 #  include:
12706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12708 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12712 #  layout:
12713 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12714 #    layout: "plot-throughput"
12715 #
12716 #- type: "plot"
12717 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12718 #  algorithm: "plot_perf_box_name"
12719 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12720 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12721 #  include:
12722 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12723 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12727 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12728 #  layout:
12729 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12730 #    layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12734   algorithm: "plot_perf_box_name"
12735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12737   include:
12738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12740     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12741     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12744   layout:
12745     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12746     layout: "plot-throughput"
12747
12748 - type: "plot"
12749   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12750   algorithm: "plot_perf_box_name"
12751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12753   include:
12754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12760   layout:
12761     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12773     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12776   layout:
12777     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785   include:
12786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12792   layout:
12793     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12801   include:
12802     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12803     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12804     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12805     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12806     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12807     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12808   layout:
12809     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12817   include:
12818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12820     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12821     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12822     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12823     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12824   layout:
12825     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12826     layout: "plot-throughput"
12827
12828 #- type: "plot"
12829 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12830 #  algorithm: "plot_perf_box_name"
12831 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12832 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12833 #  include:
12834 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12835 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12836 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12837 #  layout:
12838 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12839 #    layout: "plot-throughput"
12840 #
12841 #- type: "plot"
12842 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12843 #  algorithm: "plot_perf_box_name"
12844 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12845 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12846 #  include:
12847 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12848 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12849 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12850 #  layout:
12851 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12852 #    layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12859   include:
12860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12865   layout:
12866     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12874   include:
12875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12880   layout:
12881     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12889   include:
12890     - "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"
12891     - "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"
12892     - "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"
12893     - "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"
12894     - "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"
12895   layout:
12896     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12897     layout: "plot-throughput"
12898
12899 - type: "plot"
12900   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12901   algorithm: "plot_perf_box_name"
12902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12904   include:
12905     - "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"
12906     - "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"
12907     - "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"
12908     - "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"
12909     - "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"
12910   layout:
12911     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12912     layout: "plot-throughput"
12913
12914 - type: "plot"
12915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12916   algorithm: "plot_perf_box_name"
12917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12919   include:
12920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12925   layout:
12926     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12934   include:
12935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12940   layout:
12941     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12942     layout: "plot-throughput"
12943
12944 - type: "plot"
12945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12946   algorithm: "plot_perf_box_name"
12947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12949   include:
12950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12955   layout:
12956     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12964   include:
12965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12970   layout:
12971     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12979   include:
12980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12985   layout:
12986     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12994   include:
12995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13000   layout:
13001     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13002     layout: "plot-throughput"
13003
13004 - type: "plot"
13005   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13006   algorithm: "plot_perf_box_name"
13007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13009   include:
13010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13015   layout:
13016     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13017     layout: "plot-throughput"
13018
13019 - type: "plot"
13020   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13021   algorithm: "plot_perf_box_name"
13022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13024   include:
13025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13030   layout:
13031     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13032     layout: "plot-throughput"
13033
13034 - type: "plot"
13035   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13036   algorithm: "plot_perf_box_name"
13037   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13039   include:
13040     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13041     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13044   layout:
13045     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13053   include:
13054     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13058   layout:
13059     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13067   include:
13068     - "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"
13069     - "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"
13070     - "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"
13071     - "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"
13072   layout:
13073     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13081   include:
13082     - "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"
13083     - "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"
13084     - "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"
13085     - "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"
13086   layout:
13087     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13102   layout:
13103     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13111   include:
13112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13118   layout:
13119     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13127   include:
13128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13134   layout:
13135     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13150   layout:
13151     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13166   layout:
13167     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13175   include:
13176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13182   layout:
13183     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13197   layout:
13198     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13212   layout:
13213     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13221   include:
13222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13224   layout:
13225     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13233   include:
13234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13236   layout:
13237     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13245   include:
13246     - "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"
13247     - "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"
13248   layout:
13249     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13250     layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13257   include:
13258     - "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"
13259     - "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"
13260   layout:
13261     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13269   include:
13270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13276   layout:
13277     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13278     layout: "plot-throughput"
13279
13280 - type: "plot"
13281   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13282   algorithm: "plot_perf_box_name"
13283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13285   include:
13286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13292   layout:
13293     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13294     layout: "plot-throughput"
13295
13296 - type: "plot"
13297   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13298   algorithm: "plot_perf_box_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13301   include:
13302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13305     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13306     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13308   layout:
13309     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13314   algorithm: "plot_perf_box_name"
13315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13317   include:
13318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13324   layout:
13325     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13326     layout: "plot-throughput"
13327
13328 #- type: "plot"
13329 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13330 #  algorithm: "plot_perf_box_name"
13331 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13332 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13333 #  include:
13334 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13335 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13336 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13337 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13338 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13340 #  layout:
13341 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13342 #    layout: "plot-throughput"
13343 #
13344 #- type: "plot"
13345 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13346 #  algorithm: "plot_perf_box_name"
13347 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13348 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13349 #  include:
13350 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13352 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13353 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13354 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13355 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13356 #  layout:
13357 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13358 #    layout: "plot-throughput"
13359
13360 - type: "plot"
13361   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13362   algorithm: "plot_perf_box_name"
13363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13365   include:
13366     - "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"
13367     - "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"
13368     - "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"
13369     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13370     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13371     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13372   layout:
13373     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13374     layout: "plot-throughput"
13375
13376 - type: "plot"
13377   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13378   algorithm: "plot_perf_box_name"
13379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13381   include:
13382     - "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"
13383     - "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"
13384     - "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"
13385     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13387     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13388   layout:
13389     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13390     layout: "plot-throughput"
13391
13392 ################################################################################
13393
13394 # Packet Speedup
13395
13396 - type: "plot"
13397   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13398   algorithm: "plot_tsa_name"
13399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13400   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13405     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13406   layout:
13407     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13408     layout: "plot-throughput-speedup-analysis"
13409
13410 - type: "plot"
13411   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13412   algorithm: "plot_tsa_name"
13413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13419     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13420   layout:
13421     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13422     layout: "plot-throughput-speedup-analysis"
13423
13424 - type: "plot"
13425   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13426   algorithm: "plot_tsa_name"
13427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13429   include:
13430     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13434   layout:
13435     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13436     layout: "plot-throughput-speedup-analysis"
13437
13438 - type: "plot"
13439   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13440   algorithm: "plot_tsa_name"
13441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13443   include:
13444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13447     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13448   layout:
13449     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13450     layout: "plot-throughput-speedup-analysis"
13451
13452 - type: "plot"
13453   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13454   algorithm: "plot_tsa_name"
13455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13460     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13461     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13462     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13463   layout:
13464     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13465     layout: "plot-throughput-speedup-analysis"
13466
13467 - type: "plot"
13468   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13469   algorithm: "plot_tsa_name"
13470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13472   include:
13473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13476     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13477     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13478   layout:
13479     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13480     layout: "plot-throughput-speedup-analysis"
13481
13482 - type: "plot"
13483   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13484   algorithm: "plot_tsa_name"
13485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13487   include:
13488     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13489     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13490     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13492     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13493   layout:
13494     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13495     layout: "plot-throughput-speedup-analysis"
13496
13497 - type: "plot"
13498   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13499   algorithm: "plot_tsa_name"
13500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13502   include:
13503     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13504     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13505     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13506     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13507     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13508   layout:
13509     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13510     layout: "plot-throughput-speedup-analysis"
13511
13512 - type: "plot"
13513   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13514   algorithm: "plot_tsa_name"
13515   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13524   layout:
13525     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13526     layout: "plot-throughput-speedup-analysis"
13527
13528 - type: "plot"
13529   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13530   algorithm: "plot_tsa_name"
13531   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13533   include:
13534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13539     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13540   layout:
13541     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13542     layout: "plot-throughput-speedup-analysis"
13543
13544 - type: "plot"
13545   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13546   algorithm: "plot_tsa_name"
13547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13555   layout:
13556     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13557     layout: "plot-throughput-speedup-analysis"
13558
13559 - type: "plot"
13560   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13561   algorithm: "plot_tsa_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13564   include:
13565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13570   layout:
13571     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13572     layout: "plot-throughput-speedup-analysis"
13573
13574 - type: "plot"
13575   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13576   algorithm: "plot_tsa_name"
13577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13579   include:
13580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13583   layout:
13584     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13585     layout: "plot-throughput-speedup-analysis"
13586
13587 - type: "plot"
13588   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13589   algorithm: "plot_tsa_name"
13590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13596   layout:
13597     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13598     layout: "plot-throughput-speedup-analysis"
13599
13600 - type: "plot"
13601   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13602   algorithm: "plot_tsa_name"
13603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13605   include:
13606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13611   layout:
13612     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13613     layout: "plot-throughput-speedup-analysis"
13614
13615 - type: "plot"
13616   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13617   algorithm: "plot_tsa_name"
13618   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13620   include:
13621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13626   layout:
13627     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13628     layout: "plot-throughput-speedup-analysis"
13629
13630 - type: "plot"
13631   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13632   algorithm: "plot_tsa_name"
13633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13635   include:
13636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13639   layout:
13640     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13641     layout: "plot-throughput-speedup-analysis"
13642
13643 - type: "plot"
13644   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13645   algorithm: "plot_tsa_name"
13646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13648   include:
13649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13652   layout:
13653     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13654     layout: "plot-throughput-speedup-analysis"
13655
13656 - type: "plot"
13657   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13658   algorithm: "plot_tsa_name"
13659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13661   include:
13662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13668   layout:
13669     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13670     layout: "plot-throughput-speedup-analysis"
13671
13672 - type: "plot"
13673   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13674   algorithm: "plot_tsa_name"
13675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13684   layout:
13685     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13686     layout: "plot-throughput-speedup-analysis"
13687
13688 - type: "plot"
13689   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13690   algorithm: "plot_tsa_name"
13691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13693   include:
13694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13700   layout:
13701     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13702     layout: "plot-throughput-speedup-analysis"
13703
13704 - type: "plot"
13705   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13706   algorithm: "plot_tsa_name"
13707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13716   layout:
13717     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13718     layout: "plot-throughput-speedup-analysis"
13719
13720 - type: "plot"
13721   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13722   algorithm: "plot_tsa_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13725   include:
13726     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13727     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13728     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13729   layout:
13730     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13731     layout: "plot-throughput-speedup-analysis"
13732
13733 - type: "plot"
13734   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13735   algorithm: "plot_tsa_name"
13736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13738   include:
13739     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13740     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13741     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13742   layout:
13743     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13744     layout: "plot-throughput-speedup-analysis"
13745
13746 - type: "plot"
13747   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13748   algorithm: "plot_tsa_name"
13749   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13751   include:
13752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13755 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13756 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13757   layout:
13758     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13759     layout: "plot-throughput-speedup-analysis"
13760
13761 - type: "plot"
13762   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13763   algorithm: "plot_tsa_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13766   include:
13767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13771 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13772   layout:
13773     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13774     layout: "plot-throughput-speedup-analysis"
13775
13776 - type: "plot"
13777   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13778   algorithm: "plot_tsa_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13787   layout:
13788     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13789     layout: "plot-throughput-speedup-analysis"
13790
13791 - type: "plot"
13792   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13793   algorithm: "plot_tsa_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13796   include:
13797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13802   layout:
13803     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13804     layout: "plot-throughput-speedup-analysis"
13805
13806 - type: "plot"
13807   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13808   algorithm: "plot_tsa_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13811   include:
13812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13817   layout:
13818     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13819     layout: "plot-throughput-speedup-analysis"
13820
13821 - type: "plot"
13822   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13823   algorithm: "plot_tsa_name"
13824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13826   include:
13827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13832   layout:
13833     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13834     layout: "plot-throughput-speedup-analysis"
13835
13836 - type: "plot"
13837   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13838   algorithm: "plot_tsa_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13841   include:
13842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13848   layout:
13849     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13850     layout: "plot-throughput-speedup-analysis"
13851
13852 - type: "plot"
13853   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13854   algorithm: "plot_tsa_name"
13855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13864   layout:
13865     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13866     layout: "plot-throughput-speedup-analysis"
13867
13868 - type: "plot"
13869   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13870   algorithm: "plot_tsa_name"
13871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13873   include:
13874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13880   layout:
13881     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13882     layout: "plot-throughput-speedup-analysis"
13883
13884 - type: "plot"
13885   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13886   algorithm: "plot_tsa_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13893     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13896   layout:
13897     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13898     layout: "plot-throughput-speedup-analysis"
13899
13900 - type: "plot"
13901   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13902   algorithm: "plot_tsa_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13905   include:
13906     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13908   layout:
13909     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13917   include:
13918     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13920   layout:
13921     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13922     layout: "plot-throughput-speedup-analysis"
13923
13924 - type: "plot"
13925   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13926   algorithm: "plot_tsa_name"
13927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13929   include:
13930     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13934   layout:
13935     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13948   layout:
13949     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13950     layout: "plot-throughput-speedup-analysis"
13951
13952 - type: "plot"
13953   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13954   algorithm: "plot_tsa_name"
13955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13957   include:
13958     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13959     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13962   layout:
13963     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13964     layout: "plot-throughput-speedup-analysis"
13965
13966 - type: "plot"
13967   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13968   algorithm: "plot_tsa_name"
13969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13971   include:
13972     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13976   layout:
13977     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13978     layout: "plot-throughput-speedup-analysis"
13979
13980 - type: "plot"
13981   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13982   algorithm: "plot_tsa_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13992   layout:
13993     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13994     layout: "plot-throughput-speedup-analysis"
13995
13996 - type: "plot"
13997   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13998   algorithm: "plot_tsa_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   include:
14002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14008   layout:
14009     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14010     layout: "plot-throughput-speedup-analysis"
14011
14012 - type: "plot"
14013   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14014   algorithm: "plot_tsa_name"
14015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14017   include:
14018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14023   layout:
14024     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14025     layout: "plot-throughput-speedup-analysis"
14026
14027 - type: "plot"
14028   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14032   include:
14033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14038   layout:
14039     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14040     layout: "plot-throughput-speedup-analysis"
14041
14042 - type: "plot"
14043   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14044   algorithm: "plot_tsa_name"
14045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14047   include:
14048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14053   layout:
14054     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14055     layout: "plot-throughput-speedup-analysis"
14056
14057 - type: "plot"
14058   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14062   include:
14063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14068   layout:
14069     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14070     layout: "plot-throughput-speedup-analysis"
14071
14072 - type: "plot"
14073   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14074   algorithm: "plot_tsa_name"
14075   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14077   include:
14078     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14079     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14081   layout:
14082     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14083     layout: "plot-throughput-speedup-analysis"
14084
14085 - type: "plot"
14086   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14087   algorithm: "plot_tsa_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14090   include:
14091     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14093     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14094   layout:
14095     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14103   include:
14104     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14107   layout:
14108     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14120   layout:
14121     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14122     layout: "plot-throughput-speedup-analysis"
14123
14124 - type: "plot"
14125   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14126   algorithm: "plot_tsa_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14129   include:
14130     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14135   layout:
14136     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14137     layout: "plot-throughput-speedup-analysis"
14138
14139 - type: "plot"
14140   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14141   algorithm: "plot_tsa_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14150   layout:
14151     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14152     layout: "plot-throughput-speedup-analysis"
14153
14154 - type: "plot"
14155   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14156   algorithm: "plot_tsa_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14159   include:
14160     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14165   layout:
14166     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14167     layout: "plot-throughput-speedup-analysis"
14168
14169 - type: "plot"
14170   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14171   algorithm: "plot_tsa_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14180   layout:
14181     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14182     layout: "plot-throughput-speedup-analysis"
14183
14184 - type: "plot"
14185   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14186   algorithm: "plot_tsa_name"
14187   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14189   include:
14190     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14191     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14192     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14193     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14194     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14195     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14196   layout:
14197     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 - type: "plot"
14201   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14202   algorithm: "plot_tsa_name"
14203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14205   include:
14206     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14207     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14208     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14209     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14210     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14211     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14212   layout:
14213     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14214     layout: "plot-throughput-speedup-analysis"
14215
14216 - type: "plot"
14217   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14218   algorithm: "plot_tsa_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14221   include:
14222     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14223     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14224     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14225     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14226   layout:
14227     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14228     layout: "plot-throughput-speedup-analysis"
14229
14230 - type: "plot"
14231   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14232   algorithm: "plot_tsa_name"
14233   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14235   include:
14236     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14237     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14238     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14239     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14240   layout:
14241     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14251     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14252     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14253     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14254     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14255     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14256   layout:
14257     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14258     layout: "plot-throughput-speedup-analysis"
14259
14260 - type: "plot"
14261   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14262   algorithm: "plot_tsa_name"
14263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14265   include:
14266     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14267     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14268     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14269     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14270     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14271     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14272   layout:
14273     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14283     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14284     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14285     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14286     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14288   layout:
14289     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14290     layout: "plot-throughput-speedup-analysis"
14291
14292 - type: "plot"
14293   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14294   algorithm: "plot_tsa_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14299     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14300     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14301     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14302     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14303     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14304   layout:
14305     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313   include:
14314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14320   layout:
14321     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14329   include:
14330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14336   layout:
14337     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14345   include:
14346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14352   layout:
14353     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14354     layout: "plot-throughput-speedup-analysis"
14355
14356 - type: "plot"
14357   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14358   algorithm: "plot_tsa_name"
14359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14361   include:
14362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14368   layout:
14369     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14370     layout: "plot-throughput-speedup-analysis"
14371
14372 - type: "plot"
14373   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14374   algorithm: "plot_tsa_name"
14375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14377   include:
14378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14384   layout:
14385     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14400   layout:
14401     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14402     layout: "plot-throughput-speedup-analysis"
14403
14404 - type: "plot"
14405   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14406   algorithm: "plot_tsa_name"
14407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14409   include:
14410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14414   layout:
14415     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 - type: "plot"
14419   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14423   include:
14424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14428   layout:
14429     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14442   layout:
14443     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14444     layout: "plot-throughput-speedup-analysis"
14445
14446 - type: "plot"
14447   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14448   algorithm: "plot_tsa_name"
14449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14451   include:
14452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14456   layout:
14457     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14458     layout: "plot-throughput-speedup-analysis"
14459
14460 - type: "plot"
14461   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14462   algorithm: "plot_tsa_name"
14463   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14465   include:
14466     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14467     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14468     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14469     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14470     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14471     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14472   layout:
14473     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14481   include:
14482     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14485     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14486     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14487     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14488   layout:
14489     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14501     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14502     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14503   layout:
14504     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14517     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14518   layout:
14519     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14533   layout:
14534     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14548   layout:
14549     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14557   include:
14558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14562   layout:
14563     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14576   layout:
14577     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14592   layout:
14593     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14608   layout:
14609     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14624   layout:
14625     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14633   include:
14634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14640   layout:
14641     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14656   layout:
14657     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14672   layout:
14673     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14681   include:
14682     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14683     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14684     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14685     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14686     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14687     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14688   layout:
14689     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14697   include:
14698     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14702     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14703     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14704   layout:
14705     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14713   include:
14714     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14715     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14716     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14717     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14718     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14719     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14720   layout:
14721     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14732     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14733     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14734     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14735     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14736   layout:
14737     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14751   layout:
14752     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14760   include:
14761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14766   layout:
14767     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775   include:
14776     - "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"
14777     - "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"
14778     - "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"
14779     - "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"
14780     - "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"
14781   layout:
14782     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14790   include:
14791     - "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"
14792     - "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"
14793     - "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"
14794     - "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"
14795     - "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"
14796   layout:
14797     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14811   layout:
14812     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14826   layout:
14827     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14841   layout:
14842     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14850   include:
14851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14856   layout:
14857     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14865   include:
14866     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14867     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14868     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14869     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14870     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14871   layout:
14872     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14880   include:
14881     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14882     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14883     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14884     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14885     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14886   layout:
14887     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14895   include:
14896     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14897     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14898     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14901   layout:
14902     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14910   include:
14911     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14912     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14914     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14915     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14916   layout:
14917     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "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"
14927     - "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"
14928     - "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"
14929     - "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"
14930   layout:
14931     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "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"
14941     - "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"
14942     - "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"
14943     - "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"
14944   layout:
14945     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 - type: "plot"
14949   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14950   algorithm: "plot_tsa_name"
14951   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14953   include:
14954     - "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"
14955     - "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"
14956     - "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"
14957     - "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"
14958   layout:
14959     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14967   include:
14968     - "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"
14969     - "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"
14970     - "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"
14971     - "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"
14972   layout:
14973     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14974     layout: "plot-throughput-speedup-analysis"
14975
14976 - type: "plot"
14977   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14978   algorithm: "plot_tsa_name"
14979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14981   include:
14982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14988   layout:
14989     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15004   layout:
15005     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15013   include:
15014     - "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"
15015     - "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"
15016     - "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"
15017     - "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"
15018     - "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"
15019     - "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"
15020   layout:
15021     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15029   include:
15030     - "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"
15031     - "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"
15032     - "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"
15033     - "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"
15034     - "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"
15035     - "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"
15036   layout:
15037     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15052   layout:
15053     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15065     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15068   layout:
15069     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15077   include:
15078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15083   layout:
15084     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15092   include:
15093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15098   layout:
15099     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15107   include:
15108     - "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"
15109     - "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"
15110   layout:
15111     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15119   include:
15120     - "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"
15121     - "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"
15122   layout:
15123     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15131   include:
15132     - "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"
15133     - "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"
15134   layout:
15135     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15143   include:
15144     - "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"
15145     - "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"
15146   layout:
15147     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15155   include:
15156     - "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"
15157     - "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"
15158     - "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"
15159     - "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"
15160     - "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"
15161     - "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"
15162   layout:
15163     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15171   include:
15172     - "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"
15173     - "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"
15174     - "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"
15175     - "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"
15176     - "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"
15177     - "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"
15178   layout:
15179     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15180     layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15187   include:
15188     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15189     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15190     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15191     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15192     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15193   layout:
15194     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15202   include:
15203     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15204     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15205     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15206     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15207     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15208   layout:
15209     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15217   include:
15218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15223   layout:
15224     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15225     layout: "plot-throughput-speedup-analysis"
15226
15227 - type: "plot"
15228   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15229   algorithm: "plot_tsa_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15232   include:
15233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15238   layout:
15239     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 - type: "plot"
15243   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15244   algorithm: "plot_tsa_name"
15245   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15246   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15247   include:
15248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15254   layout:
15255     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15256     layout: "plot-throughput-speedup-analysis"
15257
15258 - type: "plot"
15259   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15260   algorithm: "plot_tsa_name"
15261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15263   include:
15264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15270   layout:
15271     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15272     layout: "plot-throughput-speedup-analysis"
15273
15274 - type: "plot"
15275   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15276   algorithm: "plot_tsa_name"
15277   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15278   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15279   include:
15280     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15281     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15284   layout:
15285     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15286     layout: "plot-throughput-speedup-analysis"
15287
15288 - type: "plot"
15289   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15290   algorithm: "plot_tsa_name"
15291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15293   include:
15294     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15298   layout:
15299     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15307   include:
15308     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15313   layout:
15314     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15322   include:
15323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15328   layout:
15329     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 - type: "plot"
15333   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15334   algorithm: "plot_tsa_name"
15335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15336   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15337   include:
15338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15341     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15342     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15343     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15344   layout:
15345     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15353   include:
15354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15357     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15358     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15360   layout:
15361     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15369   include:
15370     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15371     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15372     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15373     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15374   layout:
15375     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15383   include:
15384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15388   layout:
15389     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15397   include:
15398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15404   layout:
15405     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15413   include:
15414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15420   layout:
15421     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15429   include:
15430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15436   layout:
15437     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15445   include:
15446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15452   layout:
15453     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15454     layout: "plot-throughput-speedup-analysis"
15455
15456 - type: "plot"
15457   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15458   algorithm: "plot_tsa_name"
15459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15461   include:
15462     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15463     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15464     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15465     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15466     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15467     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15468   layout:
15469     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15470     layout: "plot-throughput-speedup-analysis"
15471
15472 - type: "plot"
15473   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15474   algorithm: "plot_tsa_name"
15475   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15476   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15477   include:
15478     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15479     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15480     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15481     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15482     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15483     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15484   layout:
15485     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15486     layout: "plot-throughput-speedup-analysis"
15487
15488 - type: "plot"
15489   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15490   algorithm: "plot_tsa_name"
15491   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15492   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15493   include:
15494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15500   layout:
15501     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15509   include:
15510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516   layout:
15517     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15525   include:
15526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15532   layout:
15533     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15541   include:
15542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15548   layout:
15549     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15550     layout: "plot-throughput-speedup-analysis"
15551
15552 #- type: "plot"
15553 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15554 #  algorithm: "plot_tsa_name"
15555 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15556 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15557 #  include:
15558 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15559 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15560 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15561 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15562 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15563 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15564 #  layout:
15565 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15566 #    layout: "plot-throughput-speedup-analysis"
15567 #
15568 #- type: "plot"
15569 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15570 #  algorithm: "plot_tsa_name"
15571 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15572 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15573 #  include:
15574 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15575 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15576 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15577 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15578 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15579 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15580 #  layout:
15581 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15582 #    layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15589   include:
15590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15595   layout:
15596     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15597     layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15604   include:
15605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15610   layout:
15611     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15619   include:
15620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15626   layout:
15627     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15635   include:
15636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15642   layout:
15643     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15651   include:
15652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15657   layout:
15658     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15666   include:
15667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15672   layout:
15673     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 #- type: "plot"
15677 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15678 #  algorithm: "plot_tsa_name"
15679 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15680 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15681 #  include:
15682 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15683 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15684 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15685 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15686 #  layout:
15687 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15688 #    layout: "plot-throughput-speedup-analysis"
15689 #
15690 #- type: "plot"
15691 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15692 #  algorithm: "plot_tsa_name"
15693 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15694 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15695 #  include:
15696 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15697 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15698 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15699 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15700 #  layout:
15701 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15702 #    layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15709   include:
15710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15716   layout:
15717     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15725   include:
15726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15732   layout:
15733     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15741   include:
15742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15747   layout:
15748     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15756   include:
15757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15762   layout:
15763     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15764     layout: "plot-throughput-speedup-analysis"
15765
15766 - type: "plot"
15767   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15768   algorithm: "plot_tsa_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15770   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15771   include:
15772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15777     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15778   layout:
15779     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15787   include:
15788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15794   layout:
15795     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15796     layout: "plot-throughput-speedup-analysis"
15797
15798 - type: "plot"
15799   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15800   algorithm: "plot_tsa_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15802   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15803   include:
15804     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15807     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15808   layout:
15809     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15817   include:
15818     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15821     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15822   layout:
15823     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15831   include:
15832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15837   layout:
15838     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15846   include:
15847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15852   layout:
15853     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15861   include:
15862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15863     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15864     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15865     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15866     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15867     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15868   layout:
15869     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15877   include:
15878     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15879     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15880     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15881     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15882     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15883     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15884   layout:
15885     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 #- type: "plot"
15889 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15890 #  algorithm: "plot_tsa_name"
15891 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15892 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15893 #  include:
15894 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15895 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15896 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15897 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15898 #  layout:
15899 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15900 #    layout: "plot-throughput-speedup-analysis"
15901 #
15902 #- type: "plot"
15903 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15904 #  algorithm: "plot_tsa_name"
15905 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15906 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15907 #  include:
15908 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15909 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15910 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15911 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15912 #  layout:
15913 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15914 #    layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15921   include:
15922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15928   layout:
15929     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15937   include:
15938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15944   layout:
15945     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 #- type: "plot"
15949 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15950 #  algorithm: "plot_tsa_name"
15951 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15952 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15953 #  include:
15954 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15955 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15956 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15957 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15958 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15959 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15960 #  layout:
15961 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15962 #    layout: "plot-throughput-speedup-analysis"
15963 #
15964 #- type: "plot"
15965 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15966 #  algorithm: "plot_tsa_name"
15967 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15968 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15969 #  include:
15970 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15972 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15973 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15974 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15975 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15976 #  layout:
15977 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15978 #    layout: "plot-throughput-speedup-analysis"
15979
15980 #- type: "plot"
15981 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15982 #  algorithm: "plot_tsa_name"
15983 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15984 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15985 #  include:
15986 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15987 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15988 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15989 #  layout:
15990 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15991 #    layout: "plot-throughput-speedup-analysis"
15992 #
15993 #- type: "plot"
15994 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15995 #  algorithm: "plot_tsa_name"
15996 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15997 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15998 #  include:
15999 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16000 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16001 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16002 #  layout:
16003 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16004 #    layout: "plot-throughput-speedup-analysis"
16005
16006 ################################################################################
16007
16008 # Packet Throughput - DPDK
16009
16010 # 2n-skx-xxv710
16011
16012 - type: "plot"
16013   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16014   algorithm: "plot_perf_box_name"
16015   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16016   data: "plot-dpdk-throughput-latency-2n-skx"
16017   include:
16018     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16020   layout:
16021     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16022     layout: "plot-throughput"
16023
16024 - type: "plot"
16025   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16026   algorithm: "plot_perf_box_name"
16027   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16028   data: "plot-dpdk-throughput-latency-2n-skx"
16029   include:
16030     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16032   layout:
16033     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16034     layout: "plot-throughput"
16035
16036 - type: "plot"
16037   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16038   algorithm: "plot_perf_box_name"
16039   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16040   data: "plot-dpdk-throughput-latency-2n-skx"
16041   include:
16042     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16044   layout:
16045     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16046     layout: "plot-throughput"
16047
16048 - type: "plot"
16049   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16050   algorithm: "plot_perf_box_name"
16051   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16052   data: "plot-dpdk-throughput-latency-2n-skx"
16053   include:
16054     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16055     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16056   layout:
16057     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16058     layout: "plot-throughput"
16059
16060 # 2n-skx-x710
16061
16062 - type: "plot"
16063   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16064   algorithm: "plot_perf_box_name"
16065   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16066   data: "plot-dpdk-throughput-latency-2n-skx"
16067   include:
16068     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16069     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16070   layout:
16071     title: "2n-skx-x710-64b-2t1c-base-ndr"
16072     layout: "plot-throughput"
16073
16074 - type: "plot"
16075   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16076   algorithm: "plot_perf_box_name"
16077   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16078   data: "plot-dpdk-throughput-latency-2n-skx"
16079   include:
16080     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16081     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16082   layout:
16083     title: "2n-skx-x710-64b-4t2c-base-ndr"
16084     layout: "plot-throughput"
16085
16086 - type: "plot"
16087   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16088   algorithm: "plot_perf_box_name"
16089   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16090   data: "plot-dpdk-throughput-latency-2n-skx"
16091   include:
16092     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16093     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16094   layout:
16095     title: "2n-skx-x710-64b-2t1c-base-pdr"
16096     layout: "plot-throughput"
16097
16098 - type: "plot"
16099   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16100   algorithm: "plot_perf_box_name"
16101   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16102   data: "plot-dpdk-throughput-latency-2n-skx"
16103   include:
16104     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16105     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16106   layout:
16107     title: "2n-skx-x710-64b-4t2c-base-pdr"
16108     layout: "plot-throughput"
16109
16110 # 3n-skx-xxv710
16111
16112 - type: "plot"
16113   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16114   algorithm: "plot_perf_box_name"
16115   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16116   data: "plot-dpdk-throughput-latency-3n-skx"
16117   include:
16118     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16119     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16120   layout:
16121     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16122     layout: "plot-throughput"
16123
16124 - type: "plot"
16125   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16126   algorithm: "plot_perf_box_name"
16127   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16128   data: "plot-dpdk-throughput-latency-3n-skx"
16129   include:
16130     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16131     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16132   layout:
16133     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16134     layout: "plot-throughput"
16135
16136 - type: "plot"
16137   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16138   algorithm: "plot_perf_box_name"
16139   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16140   data: "plot-dpdk-throughput-latency-3n-skx"
16141   include:
16142     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16143     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16144   layout:
16145     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16146     layout: "plot-throughput"
16147
16148 - type: "plot"
16149   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16150   algorithm: "plot_perf_box_name"
16151   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16152   data: "plot-dpdk-throughput-latency-3n-skx"
16153   include:
16154     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16155     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16156   layout:
16157     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16158     layout: "plot-throughput"
16159
16160 # 3n-skx-x710
16161
16162 - type: "plot"
16163   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16164   algorithm: "plot_perf_box_name"
16165   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16166   data: "plot-dpdk-throughput-latency-3n-skx"
16167   include:
16168     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16169     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16170   layout:
16171     title: "3n-skx-x710-64b-2t1c-base-ndr"
16172     layout: "plot-throughput"
16173
16174 - type: "plot"
16175   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16176   algorithm: "plot_perf_box_name"
16177   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16178   data: "plot-dpdk-throughput-latency-3n-skx"
16179   include:
16180     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16181     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16182   layout:
16183     title: "3n-skx-x710-64b-4t2c-base-ndr"
16184     layout: "plot-throughput"
16185
16186 - type: "plot"
16187   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16188   algorithm: "plot_perf_box_name"
16189   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16190   data: "plot-dpdk-throughput-latency-3n-skx"
16191   include:
16192     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16193     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16194   layout:
16195     title: "3n-skx-x710-64b-2t1c-base-pdr"
16196     layout: "plot-throughput"
16197
16198 - type: "plot"
16199   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16200   algorithm: "plot_perf_box_name"
16201   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16202   data: "plot-dpdk-throughput-latency-3n-skx"
16203   include:
16204     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16205     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16206   layout:
16207     title: "3n-skx-x710-64b-4t2c-base-pdr"
16208     layout: "plot-throughput"
16209
16210 # 3n-hsw-xl710
16211
16212 - type: "plot"
16213   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16214   algorithm: "plot_perf_box_name"
16215   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16216   data: "plot-dpdk-throughput-latency-3n-hsw"
16217   include:
16218     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16219     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16220   layout:
16221     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16222     layout: "plot-throughput"
16223
16224 - type: "plot"
16225   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16226   algorithm: "plot_perf_box_name"
16227   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16228   data: "plot-dpdk-throughput-latency-3n-hsw"
16229   include:
16230     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16231     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16232   layout:
16233     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16234     layout: "plot-throughput"
16235
16236 - type: "plot"
16237   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16238   algorithm: "plot_perf_box_name"
16239   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16240   data: "plot-dpdk-throughput-latency-3n-hsw"
16241   include:
16242     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16243     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16244   layout:
16245     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16246     layout: "plot-throughput"
16247
16248 - type: "plot"
16249   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16250   algorithm: "plot_perf_box_name"
16251   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16252   data: "plot-dpdk-throughput-latency-3n-hsw"
16253   include:
16254     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16255     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16256   layout:
16257     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16258     layout: "plot-throughput"
16259
16260 # 3n-hsw-x710
16261
16262 - type: "plot"
16263   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16264   algorithm: "plot_perf_box_name"
16265   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16266   data: "plot-dpdk-throughput-latency-3n-hsw"
16267   include:
16268     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16269     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16270   layout:
16271     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16272     layout: "plot-throughput"
16273
16274 - type: "plot"
16275   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16276   algorithm: "plot_perf_box_name"
16277   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16278   data: "plot-dpdk-throughput-latency-3n-hsw"
16279   include:
16280     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16281     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16282   layout:
16283     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16284     layout: "plot-throughput"
16285
16286 - type: "plot"
16287   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16288   algorithm: "plot_perf_box_name"
16289   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16290   data: "plot-dpdk-throughput-latency-3n-hsw"
16291   include:
16292     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16293     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16294   layout:
16295     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16296     layout: "plot-throughput"
16297
16298 - type: "plot"
16299   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16300   algorithm: "plot_perf_box_name"
16301   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16302   data: "plot-dpdk-throughput-latency-3n-hsw"
16303   include:
16304     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16305     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16306   layout:
16307     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16308     layout: "plot-throughput"
16309
16310 # 2n-dnv-x553
16311
16312 - type: "plot"
16313   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16314   algorithm: "plot_perf_box_name"
16315   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16316   data: "plot-dpdk-throughput-latency-2n-dnv"
16317   include:
16318     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16319     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16320   layout:
16321     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16322     layout: "plot-throughput"
16323
16324 - type: "plot"
16325   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16326   algorithm: "plot_perf_box_name"
16327   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16328   data: "plot-dpdk-throughput-latency-2n-dnv"
16329   include:
16330     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16331     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16332   layout:
16333     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16334     layout: "plot-throughput"
16335
16336 - type: "plot"
16337   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16338   algorithm: "plot_perf_box_name"
16339   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16340   data: "plot-dpdk-throughput-latency-2n-dnv"
16341   include:
16342     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16343     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16344   layout:
16345     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16346     layout: "plot-throughput"
16347
16348 - type: "plot"
16349   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16350   algorithm: "plot_perf_box_name"
16351   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16352   data: "plot-dpdk-throughput-latency-2n-dnv"
16353   include:
16354     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16355     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16356   layout:
16357     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16358     layout: "plot-throughput"
16359
16360 # 3n-dnv-x553
16361
16362 - type: "plot"
16363   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16364   algorithm: "plot_perf_box_name"
16365   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16366   data: "plot-dpdk-throughput-latency-3n-dnv"
16367   include:
16368     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16369     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16370   layout:
16371     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16372     layout: "plot-throughput"
16373
16374 - type: "plot"
16375   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16376   algorithm: "plot_perf_box_name"
16377   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16378   data: "plot-dpdk-throughput-latency-3n-dnv"
16379   include:
16380     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16381     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16382   layout:
16383     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16388   algorithm: "plot_perf_box_name"
16389   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16390   data: "plot-dpdk-throughput-latency-3n-dnv"
16391   include:
16392     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16393     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16394   layout:
16395     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16396     layout: "plot-throughput"
16397
16398 - type: "plot"
16399   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16400   algorithm: "plot_perf_box_name"
16401   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16402   data: "plot-dpdk-throughput-latency-3n-dnv"
16403   include:
16404     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16405     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16406   layout:
16407     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16408     layout: "plot-throughput"
16409
16410 # 3n-tsh-x520
16411
16412 - type: "plot"
16413   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16414   algorithm: "plot_perf_box_name"
16415   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16416   data: "plot-dpdk-throughput-latency-3n-tsh"
16417   include:
16418     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16419     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16420   layout:
16421     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16422     layout: "plot-throughput"
16423
16424 - type: "plot"
16425   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16426   algorithm: "plot_perf_box_name"
16427   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16428   data: "plot-dpdk-throughput-latency-3n-tsh"
16429   include:
16430     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16431     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16432   layout:
16433     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16434     layout: "plot-throughput"
16435
16436 - type: "plot"
16437   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16438   algorithm: "plot_perf_box_name"
16439   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16440   data: "plot-dpdk-throughput-latency-3n-tsh"
16441   include:
16442     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16443     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16444   layout:
16445     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16446     layout: "plot-throughput"
16447
16448 - type: "plot"
16449   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16450   algorithm: "plot_perf_box_name"
16451   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16452   data: "plot-dpdk-throughput-latency-3n-tsh"
16453   include:
16454     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16455     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16456   layout:
16457     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16458     layout: "plot-throughput"
16459
16460 ################################################################################
16461 ###   2n-clx                                                                 ###
16462 ################################################################################
16463
16464 # Packet Throughput
16465
16466 - type: "plot"
16467   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16468   algorithm: "plot_perf_box_name"
16469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16471   include:
16472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16475     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16476   layout:
16477     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16478     layout: "plot-throughput"
16479
16480 - type: "plot"
16481   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16482   algorithm: "plot_perf_box_name"
16483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16485   include:
16486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16490   layout:
16491     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16492     layout: "plot-throughput"
16493
16494 - type: "plot"
16495   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16496   algorithm: "plot_perf_box_name"
16497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16499   include:
16500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16504   layout:
16505     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16506     layout: "plot-throughput"
16507
16508 - type: "plot"
16509   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16510   algorithm: "plot_perf_box_name"
16511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16513   include:
16514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16518   layout:
16519     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16520     layout: "plot-throughput"
16521
16522 - type: "plot"
16523   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16524   algorithm: "plot_perf_box_name"
16525   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16527   include:
16528     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16529     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16530     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16531     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16532   layout:
16533     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16534     layout: "plot-throughput"
16535
16536 - type: "plot"
16537   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16538   algorithm: "plot_perf_box_name"
16539   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16541   include:
16542     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16543     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16544     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16545     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16546   layout:
16547     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16548     layout: "plot-throughput"
16549
16550 - type: "plot"
16551   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16552   algorithm: "plot_perf_box_name"
16553   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16555   include:
16556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16562   layout:
16563     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16564     layout: "plot-throughput"
16565
16566 - type: "plot"
16567   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16568   algorithm: "plot_perf_box_name"
16569   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16571   include:
16572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16577   layout:
16578     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16579     layout: "plot-throughput"
16580
16581 - type: "plot"
16582   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16583   algorithm: "plot_perf_box_name"
16584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16586   include:
16587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16591   layout:
16592     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16593     layout: "plot-throughput"
16594
16595 - type: "plot"
16596   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16597   algorithm: "plot_perf_box_name"
16598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16600   include:
16601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16605   layout:
16606     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16607     layout: "plot-throughput"
16608
16609 - type: "plot"
16610   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16611   algorithm: "plot_perf_box_name"
16612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16614   include:
16615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16618   layout:
16619     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16620     layout: "plot-throughput"
16621
16622 - type: "plot"
16623   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16624   algorithm: "plot_perf_box_name"
16625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16627   include:
16628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16631   layout:
16632     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16633     layout: "plot-throughput"
16634
16635 - type: "plot"
16636   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16640   include:
16641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16646   layout:
16647     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16648     layout: "plot-throughput"
16649
16650 - type: "plot"
16651   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16655   include:
16656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16661   layout:
16662     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16663     layout: "plot-throughput"
16664
16665 - type: "plot"
16666   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16670   include:
16671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16674   layout:
16675     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16676     layout: "plot-throughput"
16677
16678 - type: "plot"
16679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16680   algorithm: "plot_perf_box_name"
16681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16683   include:
16684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16687   layout:
16688     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16689     layout: "plot-throughput"
16690
16691 - type: "plot"
16692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16693   algorithm: "plot_perf_box_name"
16694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16696   include:
16697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16703   layout:
16704     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16705     layout: "plot-throughput"
16706
16707 - type: "plot"
16708   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16709   algorithm: "plot_perf_box_name"
16710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16712   include:
16713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16719   layout:
16720     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16721     layout: "plot-throughput"
16722
16723 - type: "plot"
16724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16725   algorithm: "plot_perf_box_name"
16726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16728   include:
16729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16735   layout:
16736     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16744   include:
16745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16751   layout:
16752     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16753     layout: "plot-throughput"
16754
16755 - type: "plot"
16756   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16757   algorithm: "plot_perf_box_name"
16758   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16760   include:
16761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16763   layout:
16764     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16765     layout: "plot-throughput"
16766
16767 - type: "plot"
16768   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16769   algorithm: "plot_perf_box_name"
16770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16772   include:
16773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16775   layout:
16776     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16777     layout: "plot-throughput"
16778
16779 - type: "plot"
16780   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16781   algorithm: "plot_perf_box_name"
16782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16784   include:
16785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16791   layout:
16792     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16793     layout: "plot-throughput"
16794
16795 - type: "plot"
16796   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16797   algorithm: "plot_perf_box_name"
16798   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16800   include:
16801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16807   layout:
16808     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16809     layout: "plot-throughput"
16810
16811 - type: "plot"
16812   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16813   algorithm: "plot_perf_box_name"
16814   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16816   include:
16817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16823   layout:
16824     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16825     layout: "plot-throughput"
16826
16827 - type: "plot"
16828   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16829   algorithm: "plot_perf_box_name"
16830   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16832   include:
16833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16839   layout:
16840     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16841     layout: "plot-throughput"
16842
16843 - type: "plot"
16844   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16845   algorithm: "plot_perf_box_name"
16846   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16848   include:
16849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16855   layout:
16856     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16864   include:
16865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16871   layout:
16872     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16880   include:
16881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16886   layout:
16887     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16888     layout: "plot-throughput"
16889
16890 - type: "plot"
16891   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16892   algorithm: "plot_perf_box_name"
16893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16895   include:
16896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16901   layout:
16902     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16903     layout: "plot-throughput"
16904
16905 - type: "plot"
16906   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16907   algorithm: "plot_perf_box_name"
16908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16910   include:
16911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16916   layout:
16917     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16925   include:
16926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16931   layout:
16932     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16933     layout: "plot-throughput"
16934
16935 - type: "plot"
16936   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16937   algorithm: "plot_perf_box_name"
16938   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16940   include:
16941     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16946   layout:
16947     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16955   include:
16956     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16961   layout:
16962     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16963     layout: "plot-throughput"
16964
16965 - type: "plot"
16966   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16967   algorithm: "plot_perf_box_name"
16968   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16970   include:
16971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16976   layout:
16977     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16982   algorithm: "plot_perf_box_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16985   include:
16986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16991   layout:
16992     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17000   include:
17001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17006   layout:
17007     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17008     layout: "plot-throughput"
17009
17010 - type: "plot"
17011   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17012   algorithm: "plot_perf_box_name"
17013   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17015   include:
17016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17021   layout:
17022     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17023     layout: "plot-throughput"
17024
17025 - type: "plot"
17026   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17027   algorithm: "plot_perf_box_name"
17028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17030   include:
17031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17037   layout:
17038     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17039     layout: "plot-throughput"
17040
17041 - type: "plot"
17042   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17043   algorithm: "plot_perf_box_name"
17044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17046   include:
17047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17053   layout:
17054     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17067   layout:
17068     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17069     layout: "plot-throughput"
17070
17071 - type: "plot"
17072   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17073   algorithm: "plot_perf_box_name"
17074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17076   include:
17077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17081   layout:
17082     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17083     layout: "plot-throughput"
17084
17085 - type: "plot"
17086   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17087   algorithm: "plot_perf_box_name"
17088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17090   include:
17091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17097   layout:
17098     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17099     layout: "plot-throughput"
17100
17101 - type: "plot"
17102   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17103   algorithm: "plot_perf_box_name"
17104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17106   include:
17107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17113   layout:
17114     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17122   include:
17123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17127   layout:
17128     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17129     layout: "plot-throughput"
17130
17131 - type: "plot"
17132   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17133   algorithm: "plot_perf_box_name"
17134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17136   include:
17137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17141   layout:
17142     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17157   layout:
17158     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17166   include:
17167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17168     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17173   layout:
17174     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17187   layout:
17188     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17189     layout: "plot-throughput"
17190
17191 - type: "plot"
17192   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17193   algorithm: "plot_perf_box_name"
17194   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17196   include:
17197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17201   layout:
17202     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17203     layout: "plot-throughput"
17204
17205 - type: "plot"
17206   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17207   algorithm: "plot_perf_box_name"
17208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17210   include:
17211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17216   layout:
17217     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17218     layout: "plot-throughput"
17219
17220 - type: "plot"
17221   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17222   algorithm: "plot_perf_box_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17225   include:
17226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17231   layout:
17232     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "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"
17242     - "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"
17243     - "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"
17244     - "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"
17245     - "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"
17246   layout:
17247     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17255   include:
17256     - "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"
17257     - "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"
17258     - "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"
17259     - "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"
17260     - "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"
17261   layout:
17262     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17276   layout:
17277     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17285   include:
17286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17291   layout:
17292     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17306   layout:
17307     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17315   include:
17316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17321   layout:
17322     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17323     layout: "plot-throughput"
17324
17325 - type: "plot"
17326   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17330   include:
17331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17335   layout:
17336     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17349   layout:
17350     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "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"
17360     - "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"
17361     - "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"
17362     - "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"
17363   layout:
17364     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17365     layout: "plot-throughput"
17366
17367 - type: "plot"
17368   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17369   algorithm: "plot_perf_box_name"
17370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17372   include:
17373     - "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"
17374     - "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"
17375     - "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"
17376     - "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"
17377   layout:
17378     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17379     layout: "plot-throughput"
17380
17381 - type: "plot"
17382   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17383   algorithm: "plot_perf_box_name"
17384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17386   include:
17387     - "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"
17388     - "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"
17389     - "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"
17390     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17391     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17392     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17393   layout:
17394     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17395     layout: "plot-throughput"
17396
17397 - type: "plot"
17398   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17399   algorithm: "plot_perf_box_name"
17400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17402   include:
17403     - "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"
17404     - "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"
17405     - "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"
17406     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17407     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17408     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17409   layout:
17410     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17411     layout: "plot-throughput"
17412
17413 ################################################################################
17414
17415 # Packet Speedup
17416
17417 - type: "plot"
17418   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17419   algorithm: "plot_tsa_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17427   layout:
17428     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17429     layout: "plot-throughput-speedup-analysis"
17430
17431 - type: "plot"
17432   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17433   algorithm: "plot_tsa_name"
17434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17436   include:
17437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17441   layout:
17442     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17443     layout: "plot-throughput-speedup-analysis"
17444
17445 - type: "plot"
17446   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17447   algorithm: "plot_tsa_name"
17448   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17450   include:
17451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17455   layout:
17456     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17457     layout: "plot-throughput-speedup-analysis"
17458
17459 - type: "plot"
17460   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17461   algorithm: "plot_tsa_name"
17462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464   include:
17465     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17469   layout:
17470     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17471     layout: "plot-throughput-speedup-analysis"
17472
17473 - type: "plot"
17474   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17475   algorithm: "plot_tsa_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17480     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17481     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17482     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17483   layout:
17484     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17485     layout: "plot-throughput-speedup-analysis"
17486
17487 - type: "plot"
17488   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17489   algorithm: "plot_tsa_name"
17490   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17492   include:
17493     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17494     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17495     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17496     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17497   layout:
17498     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17499     layout: "plot-throughput-speedup-analysis"
17500
17501 - type: "plot"
17502   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17503   algorithm: "plot_tsa_name"
17504   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17506   include:
17507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17513   layout:
17514     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17515     layout: "plot-throughput-speedup-analysis"
17516
17517 - type: "plot"
17518   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17519   algorithm: "plot_tsa_name"
17520   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17522   include:
17523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17529   layout:
17530     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17531     layout: "plot-throughput-speedup-analysis"
17532
17533 - type: "plot"
17534   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17535   algorithm: "plot_tsa_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17543   layout:
17544     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17545     layout: "plot-throughput-speedup-analysis"
17546
17547 - type: "plot"
17548   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17549   algorithm: "plot_tsa_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17557   layout:
17558     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17559     layout: "plot-throughput-speedup-analysis"
17560
17561 - type: "plot"
17562   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17563   algorithm: "plot_tsa_name"
17564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17566   include:
17567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17570   layout:
17571     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17572     layout: "plot-throughput-speedup-analysis"
17573
17574 - type: "plot"
17575   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17576   algorithm: "plot_tsa_name"
17577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17579   include:
17580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17583   layout:
17584     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17585     layout: "plot-throughput-speedup-analysis"
17586
17587 - type: "plot"
17588   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17589   algorithm: "plot_tsa_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17598   layout:
17599     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17600     layout: "plot-throughput-speedup-analysis"
17601
17602 - type: "plot"
17603   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17604   algorithm: "plot_tsa_name"
17605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607   include:
17608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17613   layout:
17614     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17615     layout: "plot-throughput-speedup-analysis"
17616
17617 - type: "plot"
17618   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17619   algorithm: "plot_tsa_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17626   layout:
17627     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17628     layout: "plot-throughput-speedup-analysis"
17629
17630 - type: "plot"
17631   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17632   algorithm: "plot_tsa_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17639   layout:
17640     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17641     layout: "plot-throughput-speedup-analysis"
17642
17643 - type: "plot"
17644   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17645   algorithm: "plot_tsa_name"
17646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17648   include:
17649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17655   layout:
17656     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17657     layout: "plot-throughput-speedup-analysis"
17658
17659 - type: "plot"
17660   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17661   algorithm: "plot_tsa_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17671   layout:
17672     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17673     layout: "plot-throughput-speedup-analysis"
17674
17675 - type: "plot"
17676   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17677   algorithm: "plot_tsa_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17689     layout: "plot-throughput-speedup-analysis"
17690
17691 - type: "plot"
17692   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17693   algorithm: "plot_tsa_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17703   layout:
17704     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17705     layout: "plot-throughput-speedup-analysis"
17706
17707 - type: "plot"
17708   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17709   algorithm: "plot_tsa_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17715   layout:
17716     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17717     layout: "plot-throughput-speedup-analysis"
17718
17719 - type: "plot"
17720   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17721   algorithm: "plot_tsa_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17727   layout:
17728     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17729     layout: "plot-throughput-speedup-analysis"
17730
17731 - type: "plot"
17732   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17733   algorithm: "plot_tsa_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17743   layout:
17744     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17745     layout: "plot-throughput-speedup-analysis"
17746
17747 - type: "plot"
17748   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17749   algorithm: "plot_tsa_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17759   layout:
17760     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17761     layout: "plot-throughput-speedup-analysis"
17762
17763 - type: "plot"
17764   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17765   algorithm: "plot_tsa_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17775   layout:
17776     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17777     layout: "plot-throughput-speedup-analysis"
17778
17779 - type: "plot"
17780   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17781   algorithm: "plot_tsa_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17791   layout:
17792     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17807   layout:
17808     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17823   layout:
17824     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17825     layout: "plot-throughput-speedup-analysis"
17826
17827 - type: "plot"
17828   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17829   algorithm: "plot_tsa_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17838   layout:
17839     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17840     layout: "plot-throughput-speedup-analysis"
17841
17842 - type: "plot"
17843   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17844   algorithm: "plot_tsa_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17868   layout:
17869     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17870     layout: "plot-throughput-speedup-analysis"
17871
17872 - type: "plot"
17873   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17874   algorithm: "plot_tsa_name"
17875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17877   include:
17878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17883   layout:
17884     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17885     layout: "plot-throughput-speedup-analysis"
17886
17887 - type: "plot"
17888   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17889   algorithm: "plot_tsa_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17892   include:
17893     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17898   layout:
17899     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17900     layout: "plot-throughput-speedup-analysis"
17901
17902 - type: "plot"
17903   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17904   algorithm: "plot_tsa_name"
17905   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17907   include:
17908     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17913   layout:
17914     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17915     layout: "plot-throughput-speedup-analysis"
17916
17917 - type: "plot"
17918   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17919   algorithm: "plot_tsa_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17922   include:
17923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17928   layout:
17929     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17930     layout: "plot-throughput-speedup-analysis"
17931
17932 - type: "plot"
17933   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17934   algorithm: "plot_tsa_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17943   layout:
17944     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17945     layout: "plot-throughput-speedup-analysis"
17946
17947 - type: "plot"
17948   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17949   algorithm: "plot_tsa_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17958   layout:
17959     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17960     layout: "plot-throughput-speedup-analysis"
17961
17962 - type: "plot"
17963   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17964   algorithm: "plot_tsa_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17973   layout:
17974     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17975     layout: "plot-throughput-speedup-analysis"
17976
17977 - type: "plot"
17978   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17979   algorithm: "plot_tsa_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17989   layout:
17990     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17991     layout: "plot-throughput-speedup-analysis"
17992
17993 - type: "plot"
17994   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17995   algorithm: "plot_tsa_name"
17996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17998   include:
17999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18005   layout:
18006     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18019   layout:
18020     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18021     layout: "plot-throughput-speedup-analysis"
18022
18023 - type: "plot"
18024   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18025   algorithm: "plot_tsa_name"
18026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18028   include:
18029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18033   layout:
18034     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18035     layout: "plot-throughput-speedup-analysis"
18036
18037 - type: "plot"
18038   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18039   algorithm: "plot_tsa_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18049   layout:
18050     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18051     layout: "plot-throughput-speedup-analysis"
18052
18053 - type: "plot"
18054   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18055   algorithm: "plot_tsa_name"
18056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18058   include:
18059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18065   layout:
18066     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18067     layout: "plot-throughput-speedup-analysis"
18068
18069 - type: "plot"
18070   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18071   algorithm: "plot_tsa_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18079   layout:
18080     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18081     layout: "plot-throughput-speedup-analysis"
18082
18083 - type: "plot"
18084   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18085   algorithm: "plot_tsa_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18088   include:
18089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18093   layout:
18094     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18109   layout:
18110     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18111     layout: "plot-throughput-speedup-analysis"
18112
18113 - type: "plot"
18114   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18115   algorithm: "plot_tsa_name"
18116   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18118   include:
18119     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18125   layout:
18126     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18139   layout:
18140     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18141     layout: "plot-throughput-speedup-analysis"
18142
18143 - type: "plot"
18144   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18145   algorithm: "plot_tsa_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18153   layout:
18154     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18155     layout: "plot-throughput-speedup-analysis"
18156
18157 - type: "plot"
18158   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18159   algorithm: "plot_tsa_name"
18160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18162   include:
18163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18168   layout:
18169     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18170     layout: "plot-throughput-speedup-analysis"
18171
18172 - type: "plot"
18173   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18174   algorithm: "plot_tsa_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18183   layout:
18184     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18185     layout: "plot-throughput-speedup-analysis"
18186
18187 - type: "plot"
18188   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18189   algorithm: "plot_tsa_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "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"
18194     - "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"
18195     - "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"
18196     - "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"
18197     - "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"
18198   layout:
18199     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18200     layout: "plot-throughput-speedup-analysis"
18201
18202 - type: "plot"
18203   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18204   algorithm: "plot_tsa_name"
18205   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18207   include:
18208     - "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"
18209     - "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"
18210     - "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"
18211     - "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"
18212     - "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"
18213   layout:
18214     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18215     layout: "plot-throughput-speedup-analysis"
18216
18217 - type: "plot"
18218   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18219   algorithm: "plot_tsa_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18222   include:
18223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18228   layout:
18229     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18230     layout: "plot-throughput-speedup-analysis"
18231
18232 - type: "plot"
18233   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18234   algorithm: "plot_tsa_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18237   include:
18238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18243   layout:
18244     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18245     layout: "plot-throughput-speedup-analysis"
18246
18247 - type: "plot"
18248   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18249   algorithm: "plot_tsa_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18258   layout:
18259     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18260     layout: "plot-throughput-speedup-analysis"
18261
18262 - type: "plot"
18263   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18264   algorithm: "plot_tsa_name"
18265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18267   include:
18268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18273   layout:
18274     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18275     layout: "plot-throughput-speedup-analysis"
18276
18277 - type: "plot"
18278   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18279   algorithm: "plot_tsa_name"
18280   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18282   include:
18283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18287   layout:
18288     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18289     layout: "plot-throughput-speedup-analysis"
18290
18291 - type: "plot"
18292   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18293   algorithm: "plot_tsa_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18301   layout:
18302     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18303     layout: "plot-throughput-speedup-analysis"
18304
18305 - type: "plot"
18306   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18307   algorithm: "plot_tsa_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "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"
18312     - "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"
18313     - "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"
18314     - "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"
18315   layout:
18316     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18317     layout: "plot-throughput-speedup-analysis"
18318
18319 - type: "plot"
18320   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18321   algorithm: "plot_tsa_name"
18322   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18324   include:
18325     - "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"
18326     - "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"
18327     - "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"
18328     - "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"
18329   layout:
18330     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18331     layout: "plot-throughput-speedup-analysis"
18332
18333 - type: "plot"
18334   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18335   algorithm: "plot_tsa_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "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"
18340     - "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"
18341     - "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"
18342     - "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"
18343     - "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"
18344     - "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"
18345   layout:
18346     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18347     layout: "plot-throughput-speedup-analysis"
18348
18349 - type: "plot"
18350   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18351   algorithm: "plot_tsa_name"
18352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18354   include:
18355     - "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"
18356     - "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"
18357     - "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"
18358     - "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"
18359     - "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"
18360     - "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"
18361   layout:
18362     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18363     layout: "plot-throughput-speedup-analysis"
18364
18365 ################################################################################
18366
18367 # Packet Throughput - DPDK
18368
18369 # 2n-clx-xxv710
18370
18371 - type: "plot"
18372   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18373   algorithm: "plot_perf_box_name"
18374   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18375   data: "plot-dpdk-throughput-latency-2n-clx"
18376   include:
18377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18378     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18379   layout:
18380     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18381     layout: "plot-throughput"
18382
18383 - type: "plot"
18384   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18385   algorithm: "plot_perf_box_name"
18386   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18387   data: "plot-dpdk-throughput-latency-2n-clx"
18388   include:
18389     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18390     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18393     layout: "plot-throughput"
18394
18395 - type: "plot"
18396   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18397   algorithm: "plot_perf_box_name"
18398   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18399   data: "plot-dpdk-throughput-latency-2n-clx"
18400   include:
18401     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18402     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18403   layout:
18404     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18405     layout: "plot-throughput"
18406
18407 - type: "plot"
18408   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18409   algorithm: "plot_perf_box_name"
18410   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18411   data: "plot-dpdk-throughput-latency-2n-clx"
18412   include:
18413     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18414     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18415   layout:
18416     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18417     layout: "plot-throughput"
18418
18419 # 2n-clx-x710
18420
18421 - type: "plot"
18422   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18423   algorithm: "plot_perf_box_name"
18424   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18425   data: "plot-dpdk-throughput-latency-2n-clx"
18426   include:
18427     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18428     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18429   layout:
18430     title: "2n-clx-x710-64b-2t1c-base-ndr"
18431     layout: "plot-throughput"
18432
18433 - type: "plot"
18434   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18435   algorithm: "plot_perf_box_name"
18436   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18437   data: "plot-dpdk-throughput-latency-2n-clx"
18438   include:
18439     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18440     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18441   layout:
18442     title: "2n-clx-x710-64b-4t2c-base-ndr"
18443     layout: "plot-throughput"
18444
18445 - type: "plot"
18446   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18447   algorithm: "plot_perf_box_name"
18448   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18449   data: "plot-dpdk-throughput-latency-2n-clx"
18450   include:
18451     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18452     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18453   layout:
18454     title: "2n-clx-x710-64b-2t1c-base-pdr"
18455     layout: "plot-throughput"
18456
18457 - type: "plot"
18458   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18459   algorithm: "plot_perf_box_name"
18460   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18461   data: "plot-dpdk-throughput-latency-2n-clx"
18462   include:
18463     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18464     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18465   layout:
18466     title: "2n-clx-x710-64b-4t2c-base-pdr"
18467     layout: "plot-throughput"
18468
18469 ################################################################################
18470
18471 - type: "plot"
18472   title: "Latency by percentile: 2n-skx"
18473   algorithm: "plot_hdrh_lat_by_percentile"
18474   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18475   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18476   target-links: "../../_static/vpp"
18477   data: "plot-vpp-hdrh-lat-2n-skx"
18478   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18479   layout:
18480     layout: "plot-hdrh-latency-by-percentile"
18481
18482 - type: "plot"
18483   title: "Latency by percentile: 3n-skx"
18484   algorithm: "plot_hdrh_lat_by_percentile"
18485   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18486   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18487   target-links: "../../_static/vpp"
18488   data: "plot-vpp-hdrh-lat-3n-skx"
18489   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18490   layout:
18491     layout: "plot-hdrh-latency-by-percentile"
18492
18493 - type: "plot"
18494   title: "Latency by percentile: 2n-clx"
18495   algorithm: "plot_hdrh_lat_by_percentile"
18496   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18497   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18498   target-links: "../../_static/vpp"
18499   data: "plot-vpp-hdrh-lat-2n-clx"
18500   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18501   layout:
18502     layout: "plot-hdrh-latency-by-percentile"
18503
18504 - type: "plot"
18505   title: "Latency by percentile: 3n-hsw"
18506   algorithm: "plot_hdrh_lat_by_percentile"
18507   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18508   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18509   target-links: "../../_static/vpp"
18510   data: "plot-vpp-hdrh-lat-3n-hsw"
18511   filter: "'1T1C' and 'NIC_Intel-XL710'"
18512   layout:
18513     layout: "plot-hdrh-latency-by-percentile"
18514
18515 - type: "plot"
18516   title: "Latency by percentile: 3n-tsh"
18517   algorithm: "plot_hdrh_lat_by_percentile"
18518   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18519   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18520   target-links: "../../_static/vpp"
18521   data: "plot-vpp-hdrh-lat-3n-tsh"
18522   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18523   layout:
18524     layout: "plot-hdrh-latency-by-percentile"
18525
18526 - type: "plot"
18527   title: "Latency by percentile: DPDK 2n-skx"
18528   algorithm: "plot_hdrh_lat_by_percentile"
18529   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18530   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18531   target-links: "../../_static/dpdk"
18532   data: "plot-dpdk-hdrh-lat-2n-skx"
18533   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18534   layout:
18535     layout: "plot-hdrh-latency-by-percentile"
18536
18537 - type: "plot"
18538   title: "Latency by percentile: DPDK 3n-skx"
18539   algorithm: "plot_hdrh_lat_by_percentile"
18540   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18541   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18542   target-links: "../../_static/dpdk"
18543   data: "plot-dpdk-hdrh-lat-3n-skx"
18544   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18545   layout:
18546     layout: "plot-hdrh-latency-by-percentile"
18547
18548 - type: "plot"
18549   title: "Latency by percentile: DPDK 2n-clx"
18550   algorithm: "plot_hdrh_lat_by_percentile"
18551   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18552   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18553   target-links: "../../_static/dpdk"
18554   data: "plot-dpdk-hdrh-lat-2n-clx"
18555   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18556   layout:
18557     layout: "plot-hdrh-latency-by-percentile"
18558
18559 - type: "plot"
18560   title: "Latency by percentile: DPDK 3n-hsw"
18561   algorithm: "plot_hdrh_lat_by_percentile"
18562   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18563   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18564   target-links: "../../_static/dpdk"
18565   data: "plot-dpdk-hdrh-lat-3n-hsw"
18566   filter: "'1T1C' and 'NIC_Intel-XL710'"
18567   layout:
18568     layout: "plot-hdrh-latency-by-percentile"
18569
18570 - type: "plot"
18571   title: "Latency by percentile: DPDK 3n-tsh"
18572   algorithm: "plot_hdrh_lat_by_percentile"
18573   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18574   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18575   target-links: "../../_static/dpdk"
18576   data: "plot-dpdk-hdrh-lat-3n-tsh"
18577   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18578   layout:
18579     layout: "plot-hdrh-latency-by-percentile"