Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279         - 51  # NDRPDR sel
280         - 52  # NDRPDR sel
281         - 54  # NDRPDR sel addition
282         - 55  # NDRPDR sel addition
283         - 56  # NDRPDR sel addition
284         - 57  # NDRPDR sel addition
285         - 58  # NDRPDR sel addition
286         - 60  # NDRPDR sel addition
287         - 61  # NDRPDR sel addition
288         - 62  # NDRPDR sel addition
289
290     plot-vpp-hdrh-lat-3n-skx:
291       csit-vpp-perf-verify-2001-3n-skx:
292         - 46  # NDRPDR sel
293
294     plot-vpp-nfv-3n-skx-ndrpdr:
295       # TODO: Add data
296       csit-vpp-perf-verify-2001-3n-skx:
297         - 45  # NDRPDR sel
298         - 46  # NDRPDR sel
299         - 47  # NDRPDR sel
300         - 48  # NDRPDR sel
301         - 49  # NDRPDR sel
302
303     plot-vpp-nfv-3n-skx-mrr:
304       csit-vpp-perf-verify-2001-3n-skx:
305         - 50  # MRR sel
306
307     plot-dpdk-throughput-latency-3n-skx:
308       csit-dpdk-perf-verify-2001-3n-skx:
309         - 29  # NDRPDR sel xxv710
310         - 33  # NDRPDR sel xxv710
311         - 34  # NDRPDR sel xxv710
312         - 35  # NDRPDR sel xxv710
313         - 36  # NDRPDR sel xxv710
314         - 37  # NDRPDR sel xxv710
315         - 41  # NDRPDR sel xxv710
316         - 42  # NDRPDR sel xxv710
317         - 43  # NDRPDR sel xxv710
318         - 45  # NDRPDR sel xxv710
319         - 30  # NDRPDR sel x710
320         - 31  # NDRPDR sel x710
321         - 32  # NDRPDR sel x710
322         - 38  # NDRPDR sel x710
323         - 39  # NDRPDR sel x710
324         - 40  # NDRPDR sel x710
325         - 44  # NDRPDR sel x710
326         - 46  # NDRPDR sel x710
327         - 47  # NDRPDR sel x710
328         - 48  # NDRPDR sel x710
329
330     plot-dpdk-hdrh-lat-3n-skx:
331       csit-dpdk-perf-verify-2001-3n-skx:
332         - 29  # NDRPDR sel xxv710
333
334     # 2n-skx
335
336     plot-vpp-throughput-lat-tsa-2n-skx:
337       csit-vpp-perf-verify-2001-2n-skx:
338         - 92  # NDRPDR sel
339         - 93  # NDRPDR sel
340         - 94  # NDRPDR sel
341         - 95  # NDRPDR sel
342         - 96  # NDRPDR sel
343         - 97  # NDRPDR sel
344         - 98  # NDRPDR sel
345         - 99  # NDRPDR sel
346         - 100 # NDRPDR sel
347         - 102 # NDRPDR sel
348         - 129 # NDRPDR sel addition
349         - 130 # NDRPDR sel addition
350         - 131 # NDRPDR sel addition
351         - 132 # NDRPDR sel addition
352         - 133 # NDRPDR sel addition
353         - 134 # NDRPDR sel addition
354         - 135 # NDRPDR sel addition
355         - 136 # NDRPDR sel addition
356         - 137 # NDRPDR sel addition
357         - 138 # NDRPDR sel addition
358
359     plot-vpp-hdrh-lat-2n-skx:
360       csit-vpp-perf-verify-2001-2n-skx:
361         - 92  # NDRPDR sel
362
363     plot-vpp-http-server-performance:
364       csit-vpp-perf-verify-2001-2n-clx:
365         - 80  # TCP
366         - 82  # TCP
367         - 83  # TCP
368         - 85  # TCP
369         - 86  # TCP
370         - 87  # TCP
371         - 88  # TCP
372         - 89  # TCP
373         - 90  # TCP
374         - 91  # TCP
375
376     plot-vpp-soak-2n-skx:
377       # TODO: Replace the data
378       # csit-vpp-perf-verify-2001-2n-skx:
379       csit-vpp-perf-verify-1908-2n-skx:
380         - 83  # SOAK
381         - 86  # SOAK
382
383     plot-vpp-nfv-2n-skx-ndrpdr:
384       # TODO: Replace the data
385       csit-vpp-perf-verify-2001-2n-skx:
386         - 30  # NFV
387         - 31  # NFV
388
389     plot-vpp-nfv-2n-skx-mrr:
390       # TODO: Replace the data
391       # csit-vpp-perf-verify-2001-2n-skx:
392       csit-vpp-perf-verify-1908-2n-skx:
393         - 71  # NFV MRR
394
395     plot-vpp-nfv-reconf-2n-skx:
396       # TODO: Replace the data
397       # csit-vpp-perf-verify-2001-2n-skx:
398       csit-vpp-perf-verify-1908-2n-skx:
399         - 113 # NFV reconf sel
400         - 114 # NFV reconf sel
401         - 115 # NFV reconf sel
402
403     plot-dpdk-throughput-latency-2n-skx:
404       csit-dpdk-perf-verify-2001-2n-skx:
405         - 35  # NDRPDR sel xxv710
406         - 36  # NDRPDR sel xxv710
407         - 37  # NDRPDR sel xxv710
408         - 41  # NDRPDR sel xxv710
409         - 42  # NDRPDR sel xxv710
410         - 43  # NDRPDR sel xxv710
411         - 46  # NDRPDR sel xxv710
412         - 47  # NDRPDR sel xxv710
413         - 52  # NDRPDR sel xxv710
414         - 53  # NDRPDR sel xxv710
415         - 38  # NDRPDR sel x710
416         - 39  # NDRPDR sel x710
417         - 40  # NDRPDR sel x710
418         - 44  # NDRPDR sel x710
419         - 45  # NDRPDR sel x710
420         - 48  # NDRPDR sel x710
421         - 49  # NDRPDR sel x710
422         - 50  # NDRPDR sel x710
423         - 51  # NDRPDR sel x710
424         - 54  # NDRPDR sel x710
425
426     plot-dpdk-hdrh-lat-2n-skx:
427       csit-dpdk-perf-verify-2001-2n-skx:
428         - 35  # NDRPDR sel xxv710
429
430     # 2n-clx
431
432     plot-vpp-throughput-lat-tsa-2n-clx:
433       csit-vpp-perf-verify-2001-2n-clx:
434         - 28  # NDRPDR sel
435         - 29  # NDRPDR sel
436         - 32  # NDRPDR sel
437         - 40  # NDRPDR sel
438         - 43  # NDRPDR sel
439         - 44  # NDRPDR sel
440         - 45  # NDRPDR sel
441         - 47  # NDRPDR sel
442         - 48  # NDRPDR sel
443         - 49  # NDRPDR sel
444
445     plot-vpp-hdrh-lat-2n-clx:
446       csit-vpp-perf-verify-2001-2n-clx:
447         - 28  # NDRPDR sel
448
449     plot-vpp-nfv-2n-clx-ndrpdr:
450       csit-vpp-perf-verify-2001-2n-clx:
451         - 28  # NDRPDR sel
452         - 29  # NDRPDR sel
453         - 32  # NDRPDR sel
454         - 40  # NDRPDR sel
455         - 43  # NDRPDR sel
456         - 44  # NDRPDR sel
457         - 45  # NDRPDR sel
458         - 47  # NDRPDR sel
459         - 48  # NDRPDR sel
460         - 49  # NDRPDR sel
461
462     plot-vpp-nfv-2n-clx-mrr:
463       csit-vpp-perf-verify-2001-2n-clx:
464         - 39  # MRR
465
466     plot-vpp-nfv-reconf-2n-clx:
467       csit-vpp-perf-verify-2001-2n-clx:
468         - 68  # Reconf
469         - 69  # Reconf
470         - 70  # Reconf
471         - 71  # Reconf
472         - 72  # Reconf
473         - 73  # Reconf
474         - 74  # Reconf
475         - 75  # Reconf
476         - 76  # Reconf
477         - 77  # Reconf
478
479     plot-vpp-soak-2n-clx:
480       csit-vpp-perf-verify-2001-2n-clx:
481         - 93  # Soak
482         - 94  # Soak
483
484     plot-dpdk-throughput-latency-2n-clx:
485       csit-dpdk-perf-verify-2001-2n-clx:
486         - 15  # NDRPDR sel
487         - 16  # NDRPDR sel
488         - 17  # NDRPDR sel
489         - 18  # NDRPDR sel
490         - 19  # NDRPDR sel
491         - 20  # NDRPDR sel
492         - 21  # NDRPDR sel
493         - 22  # NDRPDR sel
494         - 23  # NDRPDR sel
495         - 24  # NDRPDR sel
496         - 25  # NDRPDR sel
497         - 26  # NDRPDR sel
498         - 27  # NDRPDR sel
499         - 28  # NDRPDR sel
500         - 29  # NDRPDR sel
501         - 30  # NDRPDR sel
502         - 31  # NDRPDR sel
503         - 32  # NDRPDR sel
504         - 33  # NDRPDR sel
505         - 34  # NDRPDR sel
506
507
508     plot-dpdk-hdrh-lat-2n-clx:
509       csit-dpdk-perf-verify-2001-2n-clx:
510         - 15  # NDRPDR sel
511
512     # 3n-tsh
513
514     plot-vpp-throughput-lat-tsa-3n-tsh:
515       csit-vpp-perf-verify-2001-3n-tsh:
516         - 3   # NDRPDR sel
517         - 4   # NDRPDR sel
518         - 7   # NDRPDR sel
519         - 8   # NDRPDR sel
520         - 10  # NDRPDR sel
521         - 12  # NDRPDR sel
522         - 13  # NDRPDR sel
523         - 14  # NDRPDR sel
524         - 15  # NDRPDR sel
525         - 21  # NDRPDR sel
526
527     plot-vpp-hdrh-lat-3n-tsh:
528       csit-vpp-perf-verify-2001-3n-tsh:
529         - 10  # NDRPDR sel
530
531     plot-dpdk-throughput-latency-3n-tsh:
532       csit-dpdk-perf-verify-2001-3n-tsh:
533         - 3   # NDRPDR sel
534         - 4   # NDRPDR sel
535         - 5   # NDRPDR sel
536         - 9   # NDRPDR sel
537         - 10  # NDRPDR sel
538         - 11  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 14  # NDRPDR sel
541         - 15  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-hdrh-lat-3n-tsh:
545       csit-dpdk-perf-verify-2001-3n-tsh:
546         - 3   # NDRPDR sel
547
548     # 3n-dnv
549
550     plot-vpp-throughput-lat-tsa-3n-dnv:
551       csit-vpp-perf-verify-2001-3n-dnv:
552         - 5   # NDRPDR sel
553         - 6   # NDRPDR sel
554         - 7   # NDRPDR sel
555         - 8   # NDRPDR sel
556         - 9   # NDRPDR sel
557         - 10  # NDRPDR sel
558         - 12  # NDRPDR sel
559         - 16  # NDRPDR sel
560         - 17  # NDRPDR sel
561         - 18  # NDRPDR sel
562
563     plot-dpdk-throughput-latency-3n-dnv:
564       csit-dpdk-perf-verify-2001-3n-dnv:
565         - 12  # NDRPDR sel
566         - 13  # NDRPDR sel
567         - 14  # NDRPDR sel
568         - 15  # NDRPDR sel
569         - 16  # NDRPDR sel
570         - 17  # NDRPDR sel
571         - 18  # NDRPDR sel
572         - 19  # NDRPDR sel
573         - 20  # NDRPDR sel
574         - 22  # NDRPDR sel
575
576     # 2n-dnv
577
578     plot-vpp-throughput-lat-tsa-2n-dnv:
579       csit-vpp-perf-verify-2001-2n-dnv:
580         - 4   # NDRPDR sel
581         - 5   # NDRPDR sel
582         - 6   # NDRPDR sel
583         - 7   # NDRPDR sel
584         - 8   # NDRPDR sel
585         - 9   # NDRPDR sel
586         - 10  # NDRPDR sel
587         - 11  # NDRPDR sel
588         - 13  # NDRPDR sel
589         - 16  # NDRPDR sel
590
591     plot-dpdk-throughput-latency-2n-dnv:
592       csit-dpdk-perf-verify-2001-2n-dnv:
593         - 9   # NDRPDR sel
594         - 10  # NDRPDR sel
595         - 11  # NDRPDR sel
596         - 12  # NDRPDR sel
597         - 13  # NDRPDR sel
598         - 14  # NDRPDR sel
599         - 15  # NDRPDR sel
600         - 16  # NDRPDR sel
601         - 17  # NDRPDR sel
602         - 18  # NDRPDR sel
603
604     ###########################################################################
605     # Simple tables (only one data set):
606
607     # NIC Comparisons
608
609     vpp-nic-comparison-3n-skx:
610       # TODO: Add the data
611       csit-vpp-perf-verify-2001-3n-skx:
612         - 45  # NDRPDR sel
613         - 46  # NDRPDR sel
614         - 47  # NDRPDR sel
615         - 48  # NDRPDR sel
616         - 49  # NDRPDR sel
617         - 51  # NDRPDR sel
618         - 52  # NDRPDR sel
619         - 54  # NDRPDR sel addition
620         - 55  # NDRPDR sel addition
621         - 56  # NDRPDR sel addition
622         - 57  # NDRPDR sel addition
623         - 58  # NDRPDR sel addition
624         - 60  # NDRPDR sel addition
625         - 61  # NDRPDR sel addition
626         - 62  # NDRPDR sel addition
627
628     vpp-nic-comparison-2n-skx:
629       csit-vpp-perf-verify-2001-2n-skx:
630         - 92  # NDRPDR sel
631         - 93  # NDRPDR sel
632         - 94  # NDRPDR sel
633         - 95  # NDRPDR sel
634         - 96  # NDRPDR sel
635         - 97  # NDRPDR sel
636         - 98  # NDRPDR sel
637         - 99  # NDRPDR sel
638         - 100 # NDRPDR sel
639         - 102 # NDRPDR sel
640         - 129 # NDRPDR sel addition
641         - 130 # NDRPDR sel addition
642         - 131 # NDRPDR sel addition
643         - 132 # NDRPDR sel addition
644         - 133 # NDRPDR sel addition
645         - 134 # NDRPDR sel addition
646         - 135 # NDRPDR sel addition
647         - 136 # NDRPDR sel addition
648         - 137 # NDRPDR sel addition
649         - 138 # NDRPDR sel addition
650
651     vpp-nic-comparison-3n-skx-mrr:
652       csit-vpp-perf-verify-2001-3n-skx:
653         - 50  # MRR sel
654         - 53  # MRR sel addition
655
656     vpp-nic-comparison-2n-skx-mrr:
657       csit-vpp-perf-verify-2001-2n-skx:
658         - 101 # MRR sel
659         - 128 # MRR sel addition
660
661     # Results
662
663     vpp-perf-results-3n-hsw:
664       csit-vpp-perf-verify-2001-3n-hsw:
665         - 18  # NDRPDR full
666         - 20  # NDRPDR full
667         - 28  # NDRPDR full
668         - 35  # NDRPDR full
669         - 42  # NDRPDR full
670         - 46  # NDRPDR full
671         - 47  # NDRPDR full
672         - 48  # NDRPDR full
673         - 49  # NDRPDR full
674         - 50  # NDRPDR full
675         - 51  # NDRPDR full
676         - 52  # NDRPDR full
677         - 53  # NDRPDR full
678         - 54  # NDRPDR full
679         - 55  # NDRPDR full
680         - 56  # NDRPDR full
681         - 57  # NDRPDR full
682         - 58  # NDRPDR full
683         - 59  # NDRPDR full
684         - 61  # NDRPDR full
685         - 62  # NDRPDR full
686         - 63  # NDRPDR full
687         - 64  # NDRPDR full
688         - 65  # NDRPDR full
689         - 67  # NDRPDR full
690         - 70  # NDRPDR full
691         - 72  # NDRPDR full
692         - 73  # NDRPDR full
693         - 76  # NDRPDR full
694         - 77  # NDRPDR full
695         - 78  # NDRPDR full
696         - 79  # NDRPDR full
697         - 81  # NDRPDR full
698         - 82  # NDRPDR full
699         - 84  # NDRPDR full
700         - 85  # NDRPDR full
701
702     vpp-perf-results-3n-skx:
703       # TODO: Replace
704       csit-vpp-perf-verify-2001-3n-skx:
705         - 47  # NDRPDR sel
706         - 54  # NDRPDR sel addition
707
708     vpp-perf-results-2n-skx:
709       csit-vpp-perf-verify-2001-2n-skx:
710         # TODO: Replace
711         - 92  # NDRPDR sel
712
713     vpp-perf-results-2n-clx:
714       csit-vpp-perf-verify-2001-2n-clx:
715         - 53  # NDRPDR full
716         - 54  # NDRPDR full
717         - 55  # NDRPDR full
718         - 56  # NDRPDR full
719         - 57  # NDRPDR full
720         - 58  # NDRPDR full
721         - 59  # NDRPDR full
722         - 60  # NDRPDR full
723         - 61  # NDRPDR full
724         - 62  # NDRPDR full
725         - 63  # NDRPDR full
726         - 64  # NDRPDR full
727         - 65  # NDRPDR full
728         - 66  # NDRPDR full
729         - 67  # NDRPDR full
730
731     vpp-perf-results-3n-tsh:
732       csit-vpp-perf-verify-2001-3n-tsh:
733         - 10  # NDRPDR sel
734
735     vpp-perf-results-3n-dnv:
736       csit-vpp-perf-verify-2001-3n-dnv:
737         - 19  # NDRPDR full
738         - 20  # NDRPDR full
739         - 21  # NDRPDR full
740         - 22  # NDRPDR full
741         - 23  # NDRPDR full
742         - 24  # NDRPDR full
743         - 25  # NDRPDR full
744         - 26  # NDRPDR full
745         - 37  # NDRPDR full
746         - 38  # NDRPDR full
747         - 39  # NDRPDR full
748
749     vpp-perf-results-2n-dnv:
750       csit-vpp-perf-verify-2001-2n-dnv:
751         - 21  # NDRPDR full
752         - 22  # NDRPDR full
753         - 25  # NDRPDR full
754         - 26  # NDRPDR full
755         - 27  # NDRPDR full
756         - 28  # NDRPDR full
757
758     vpp-mrr-results-3n-hsw:
759       csit-vpp-perf-verify-2001-3n-hsw:
760         - 17  # MRR sel
761
762     vpp-mrr-results-3n-skx:
763       csit-vpp-perf-verify-2001-3n-skx:
764         - 50  # MRR sel
765         - 53  # MRR sel addition
766
767     vpp-mrr-results-2n-skx:
768       csit-vpp-perf-verify-2001-2n-skx:
769         - 101 # MRR sel
770         - 128 # MRR sel addition
771
772     vpp-mrr-results-2n-clx:
773       csit-vpp-perf-verify-2001-2n-clx:
774         - 39  # MRR
775
776     vpp-mrr-results-3n-tsh:
777       csit-vpp-perf-verify-2001-3n-tsh:
778         - 9   # MRR sel
779
780     vpp-mrr-results-3n-dnv:
781       csit-vpp-perf-verify-2001-3n-dnv:
782         - 11  # MRR sel
783
784     vpp-mrr-results-2n-dnv:
785       csit-vpp-perf-verify-2001-2n-dnv:
786         - 12  # MRR sel
787
788     vpp-device-results-ubuntu:
789       csit-vpp-device-2001-ubuntu1804-1n-skx:
790         - 57
791
792     dpdk-perf-results-3n-hsw:
793       csit-dpdk-perf-verify-2001-3n-hsw:
794         - 25  # NDRPDR full
795         - 26  # NDRPDR full
796
797     dpdk-perf-results-3n-skx:
798       csit-dpdk-perf-verify-2001-3n-skx:
799         - 29  # NDRPDR sel xxv710
800         - 30  # NDRPDR sel x710
801
802     dpdk-perf-results-2n-skx:
803       csit-dpdk-perf-verify-2001-2n-skx:
804         - 35  # NDRPDR sel xxv710
805         - 38  # NDRPDR sel x710
806
807     dpdk-perf-results-2n-clx:
808       csit-dpdk-perf-verify-2001-2n-clx:
809         - 15  # NDRPDR sel
810         - 34  # NDRPDR sel
811
812     dpdk-perf-results-2n-dnv:
813       csit-dpdk-perf-verify-2001-2n-dnv:
814         - 16  # NDRPDR sel
815
816     dpdk-perf-results-3n-dnv:
817       csit-dpdk-perf-verify-2001-3n-dnv:
818         - 12  # NDRPDR sel
819
820     dpdk-perf-results-3n-tsh:
821       csit-dpdk-perf-verify-2001-3n-tsh:
822         - 3   # NDRPDR sel
823
824 ###########################################################################
825     # Tables (more than one data set)
826
827     # Performance changes
828
829     vpp-performance-changes-3n-hsw-h1:
830       csit-vpp-perf-verify-1904-3n-hsw:
831         - 11  # NDRPDR sel
832         - 12  # NDRPDR sel
833         - 20  # NDRPDR sel
834         - 21  # NDRPDR sel
835         - 23  # NDRPDR sel
836         - 24  # NDRPDR sel
837         - 25  # NDRPDR sel
838         - 26  # NDRPDR sel
839         - 29  # NDRPDR sel
840         - 30  # NDRPDR sel
841     vpp-performance-changes-3n-hsw-ref:
842       csit-vpp-perf-verify-1908-3n-hsw:
843         - 12  # NDRPDR sel
844         - 13  # NDRPDR sel
845         - 14  # NDRPDR sel
846         - 15  # NDRPDR sel
847         - 16  # NDRPDR sel
848         - 17  # NDRPDR sel
849         - 18  # NDRPDR sel
850         - 19  # NDRPDR sel
851         - 20  # NDRPDR sel
852         - 21  # NDRPDR sel
853     vpp-performance-changes-3n-hsw-cmp:
854       csit-vpp-perf-verify-2001-3n-hsw:
855         - 21  # NDRPDR sel
856         - 22  # NDRPDR sel
857         - 23  # NDRPDR sel
858         - 24  # NDRPDR sel
859         - 25  # NDRPDR sel
860         - 29  # NDRPDR sel
861         - 30  # NDRPDR sel
862         - 31  # NDRPDR sel
863         - 32  # NDRPDR sel
864         - 34  # NDRPDR sel
865     vpp-performance-changes-3n-hsw:
866       - "vpp-performance-changes-3n-hsw-h1"
867       - "vpp-performance-changes-3n-hsw-ref"
868       - "vpp-performance-changes-3n-hsw-cmp"
869
870     vpp-performance-changes-3n-skx-h1:
871       csit-vpp-perf-verify-1904-3n-skx:
872         - 8   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 11  # NDRPDR sel
876         - 12  # NDRPDR sel
877         - 14  # NDRPDR sel
878         - 16  # NDRPDR sel
879         - 21  # NDRPDR sel
880         - 23  # NDRPDR sel
881         - 25  # NDRPDR sel
882     vpp-performance-changes-3n-skx-ref:
883       csit-vpp-perf-verify-1908-3n-skx:
884         - 14  # NDRPDR sel
885         - 16  # NDRPDR sel
886         - 19  # NDRPDR sel
887         - 20  # NDRPDR sel
888         - 22  # NDRPDR sel
889         - 23  # NDRPDR sel
890         - 24  # NDRPDR sel
891         - 25  # NDRPDR sel
892         - 26  # NDRPDR sel
893         - 29  # NDRPDR sel
894     vpp-performance-changes-3n-skx-cmp:
895       # TODO: Add the data
896       csit-vpp-perf-verify-2001-3n-skx:
897         - 45  # NDRPDR sel
898         - 46  # NDRPDR sel
899         - 47  # NDRPDR sel
900         - 48  # NDRPDR sel
901         - 49  # NDRPDR sel
902         - 51  # NDRPDR sel
903         - 52  # NDRPDR sel
904         - 54  # NDRPDR sel addition
905         - 55  # NDRPDR sel addition
906         - 56  # NDRPDR sel addition
907         - 57  # NDRPDR sel addition
908         - 58  # NDRPDR sel addition
909         - 60  # NDRPDR sel addition
910         - 61  # NDRPDR sel addition
911         - 62  # NDRPDR sel addition
912     vpp-performance-changes-3n-skx:
913       - "vpp-performance-changes-3n-skx-h1"
914       - "vpp-performance-changes-3n-skx-ref"
915       - "vpp-performance-changes-3n-skx-cmp"
916
917     vpp-performance-changes-2n-skx-h1:
918       csit-vpp-perf-verify-1904-2n-skx:
919         - 12  # NDRPDR sel
920         - 14  # NDRPDR sel
921         - 16  # NDRPDR sel
922         - 17  # NDRPDR sel
923         - 18  # NDRPDR sel
924         - 21  # NDRPDR sel
925         - 27  # NDRPDR sel
926         - 30  # NDRPDR sel
927         - 31  # NDRPDR sel
928         - 32  # NDRPDR sel
929     vpp-performance-changes-2n-skx-ref:
930       csit-vpp-perf-verify-1908-2n-skx:
931         - 26  # NDRPDR sel
932         - 27  # NDRPDR sel
933         - 34  # NDRPDR sel
934         - 35  # NDRPDR sel
935         - 36  # NDRPDR sel
936         - 42  # NDRPDR sel
937         - 43  # NDRPDR sel
938         - 44  # NDRPDR sel
939         - 45  # NDRPDR sel
940         - 46  # NDRPDR sel
941     vpp-performance-changes-2n-skx-cmp:
942       csit-vpp-perf-verify-2001-2n-skx:
943         - 92  # NDRPDR sel
944         - 93  # NDRPDR sel
945         - 94  # NDRPDR sel
946         - 95  # NDRPDR sel
947         - 96  # NDRPDR sel
948         - 97  # NDRPDR sel
949         - 98  # NDRPDR sel
950         - 99  # NDRPDR sel
951         - 100 # NDRPDR sel
952         - 102 # NDRPDR sel
953         - 129 # NDRPDR sel addition
954         - 130 # NDRPDR sel addition
955         - 131 # NDRPDR sel addition
956         - 132 # NDRPDR sel addition
957         - 133 # NDRPDR sel addition
958         - 134 # NDRPDR sel addition
959         - 135 # NDRPDR sel addition
960         - 136 # NDRPDR sel addition
961         - 137 # NDRPDR sel addition
962         - 138 # NDRPDR sel addition
963     vpp-performance-changes-2n-skx:
964       - "vpp-performance-changes-2n-skx-h1"
965       - "vpp-performance-changes-2n-skx-ref"
966       - "vpp-performance-changes-2n-skx-cmp"
967
968     vpp-performance-changes-nfv-2n-skx-ref:
969       csit-vpp-perf-verify-1908-2n-skx:
970         - 22  # NFV
971         - 31  # NFV
972         - 32  # NFV
973     vpp-performance-changes-nfv-2n-skx-cmp:
974       # TODO: Add the data
975       csit-vpp-perf-verify-2001-2n-skx:
976         - 30  # NFV
977         - 31  # NFV
978     vpp-performance-changes-nfv-2n-skx:
979       - "vpp-performance-changes-nfv-2n-skx-ref"
980       - "vpp-performance-changes-nfv-2n-skx-cmp"
981
982     vpp-performance-changes-2n-dnv-ref:
983       csit-vpp-perf-verify-1908-2n-dnv:
984         - 1   # NDRPDR sel
985         - 2   # NDRPDR sel
986         - 3   # NDRPDR sel
987         - 4   # NDRPDR sel
988         - 5   # NDRPDR sel
989         - 6   # NDRPDR sel
990         - 7   # NDRPDR sel
991         - 8   # NDRPDR sel
992         - 9   # NDRPDR sel
993         - 10  # NDRPDR sel
994     vpp-performance-changes-2n-dnv-cmp:
995       csit-vpp-perf-verify-2001-2n-dnv:
996         - 4   # NDRPDR sel
997         - 5   # NDRPDR sel
998         - 6   # NDRPDR sel
999         - 7   # NDRPDR sel
1000         - 8   # NDRPDR sel
1001         - 9   # NDRPDR sel
1002         - 10  # NDRPDR sel
1003         - 11  # NDRPDR sel
1004         - 13  # NDRPDR sel
1005         - 16  # NDRPDR sel
1006     vpp-performance-changes-2n-dnv:
1007       - "vpp-performance-changes-2n-dnv-ref"
1008       - "vpp-performance-changes-2n-dnv-cmp"
1009
1010     vpp-performance-changes-3n-dnv-ref:
1011       csit-vpp-perf-verify-1908-3n-dnv:
1012         - 6   # NDRPDR sel
1013         - 7   # NDRPDR sel
1014         - 8   # NDRPDR sel
1015         - 9   # NDRPDR sel
1016         - 10  # NDRPDR sel
1017         - 12  # NDRPDR sel
1018         - 13  # NDRPDR sel
1019         - 14  # NDRPDR sel
1020         - 15  # NDRPDR sel
1021         - 16  # NDRPDR sel
1022     vpp-performance-changes-3n-dnv-cmp:
1023       csit-vpp-perf-verify-2001-3n-dnv:
1024         - 5   # NDRPDR sel
1025         - 6   # NDRPDR sel
1026         - 7   # NDRPDR sel
1027         - 8   # NDRPDR sel
1028         - 9   # NDRPDR sel
1029         - 10  # NDRPDR sel
1030         - 12  # NDRPDR sel
1031         - 16  # NDRPDR sel
1032         - 17  # NDRPDR sel
1033         - 18  # NDRPDR sel
1034     vpp-performance-changes-3n-dnv:
1035       - "vpp-performance-changes-3n-dnv-ref"
1036       - "vpp-performance-changes-3n-dnv-cmp"
1037
1038     vpp-performance-changes-3n-tsh-ref:
1039       csit-vpp-perf-verify-1908-3n-tsh:
1040         - 7   # NDRPDR sel
1041         - 8   # NDRPDR sel
1042         - 9   # NDRPDR sel
1043         - 10  # NDRPDR sel
1044         - 11  # NDRPDR sel
1045         - 12  # NDRPDR sel
1046         - 13  # NDRPDR sel
1047         - 14  # NDRPDR sel
1048         - 15  # NDRPDR sel
1049         - 16  # NDRPDR sel
1050     vpp-performance-changes-3n-tsh-cmp:
1051       csit-vpp-perf-verify-2001-3n-tsh:
1052         - 3   # NDRPDR sel
1053         - 4   # NDRPDR sel
1054         - 7   # NDRPDR sel
1055         - 8   # NDRPDR sel
1056         - 10  # NDRPDR sel
1057         - 12  # NDRPDR sel
1058         - 13  # NDRPDR sel
1059         - 14  # NDRPDR sel
1060         - 15  # NDRPDR sel
1061         - 21  # NDRPDR sel
1062     vpp-performance-changes-3n-tsh:
1063       - "vpp-performance-changes-3n-tsh-ref"
1064       - "vpp-performance-changes-3n-tsh-cmp"
1065
1066     vpp-soak-vs-ndr-2n-skx-ref:
1067       csit-vpp-perf-verify-2001-2n-skx:
1068         - 92  # NDRPDR sel
1069         - 93  # NDRPDR sel
1070         - 94  # NDRPDR sel
1071         - 95  # NDRPDR sel
1072         - 96  # NDRPDR sel
1073         - 97  # NDRPDR sel
1074         - 98  # NDRPDR sel
1075         - 99  # NDRPDR sel
1076         - 100 # NDRPDR sel
1077         - 102 # NDRPDR sel
1078         - 129 # NDRPDR sel addition
1079         - 130 # NDRPDR sel addition
1080         - 131 # NDRPDR sel addition
1081         - 132 # NDRPDR sel addition
1082         - 133 # NDRPDR sel addition
1083         - 134 # NDRPDR sel addition
1084         - 135 # NDRPDR sel addition
1085         - 136 # NDRPDR sel addition
1086         - 137 # NDRPDR sel addition
1087         - 138 # NDRPDR sel addition
1088     vpp-soak-vs-ndr-2n-skx-cmp:
1089       # TODO: Replace
1090       # csit-vpp-perf-verify-2001-2n-skx:
1091       csit-vpp-perf-verify-1908-2n-skx:
1092         - 83  # SOAK
1093         - 86  # SOAK
1094     vpp-soak-vs-ndr-2n-skx:
1095       csit-vpp-perf-verify-2001-2n-skx:
1096         - 92  # NDRPDR sel
1097         - 93  # NDRPDR sel
1098         - 94  # NDRPDR sel
1099         - 95  # NDRPDR sel
1100         - 96  # NDRPDR sel
1101         - 97  # NDRPDR sel
1102         - 98  # NDRPDR sel
1103         - 99  # NDRPDR sel
1104         - 100 # NDRPDR sel
1105         - 102 # NDRPDR sel
1106         - 129 # NDRPDR sel addition
1107         - 130 # NDRPDR sel addition
1108         - 131 # NDRPDR sel addition
1109         - 132 # NDRPDR sel addition
1110         - 133 # NDRPDR sel addition
1111         - 134 # NDRPDR sel addition
1112         - 135 # NDRPDR sel addition
1113         - 136 # NDRPDR sel addition
1114         - 137 # NDRPDR sel addition
1115         - 138 # NDRPDR sel addition
1116         - 83  # SOAK
1117         - 86  # SOAK
1118
1119     vpp-soak-vs-ndr-2n-clx-ref:
1120       csit-vpp-perf-verify-2001-2n-clx:
1121         - 28  # NDRPDR sel
1122         - 29  # NDRPDR sel
1123         - 32  # NDRPDR sel
1124         - 40  # NDRPDR sel
1125         - 43  # NDRPDR sel
1126         - 44  # NDRPDR sel
1127         - 45  # NDRPDR sel
1128         - 47  # NDRPDR sel
1129         - 48  # NDRPDR sel
1130         - 49  # NDRPDR sel
1131     vpp-soak-vs-ndr-2n-clx-cmp:
1132       csit-vpp-perf-verify-2001-2n-clx:
1133         - 93  # SOAK
1134         - 94  # Soak
1135     vpp-soak-vs-ndr-2n-clx:
1136       csit-vpp-perf-verify-2001-2n-clx:
1137         - 28  # NDRPDR sel
1138         - 29  # NDRPDR sel
1139         - 32  # NDRPDR sel
1140         - 40  # NDRPDR sel
1141         - 43  # NDRPDR sel
1142         - 44  # NDRPDR sel
1143         - 45  # NDRPDR sel
1144         - 47  # NDRPDR sel
1145         - 48  # NDRPDR sel
1146         - 49  # NDRPDR sel
1147         - 93  # SOAK
1148         - 94  # Soak
1149
1150     vpp-performance-changes-3n-hsw-mrr-h1:
1151       csit-vpp-perf-verify-1904-3n-hsw:
1152         - 9   # MRR sel
1153     vpp-performance-changes-3n-hsw-mrr-ref:
1154       csit-vpp-perf-verify-1908-3n-hsw:
1155         - 39  # MRR sel
1156     vpp-performance-changes-3n-hsw-mrr-cmp:
1157       csit-vpp-perf-verify-2001-3n-hsw:
1158         - 17  # MRR sel
1159     vpp-performance-changes-3n-hsw-mrr:
1160       - "vpp-performance-changes-3n-hsw-mrr-h1"
1161       - "vpp-performance-changes-3n-hsw-mrr-ref"
1162       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1163
1164     vpp-performance-changes-3n-skx-mrr-h1:
1165       csit-vpp-perf-verify-1904-3n-skx:
1166         - 7   # MRR sel
1167     vpp-performance-changes-3n-skx-mrr-ref:
1168       csit-vpp-perf-verify-1908-3n-skx:
1169         - 36  # MRR sel
1170     vpp-performance-changes-3n-skx-mrr-cmp:
1171       csit-vpp-perf-verify-2001-3n-skx:
1172         - 50  # MRR sel
1173         - 53  # MRR sel addition
1174     vpp-performance-changes-3n-skx-mrr:
1175       - "vpp-performance-changes-3n-skx-mrr-h1"
1176       - "vpp-performance-changes-3n-skx-mrr-ref"
1177       - "vpp-performance-changes-3n-skx-mrr-cmp"
1178
1179     vpp-performance-changes-2n-skx-mrr-h1:
1180       csit-vpp-perf-verify-1904-2n-skx:
1181         - 11  # MRR sel
1182     vpp-performance-changes-2n-skx-mrr-ref:
1183       csit-vpp-perf-verify-1908-2n-skx:
1184         - 69  # MRR sel
1185     vpp-performance-changes-2n-skx-mrr-cmp:
1186       csit-vpp-perf-verify-2001-2n-skx:
1187         - 101 # MRR sel
1188         - 128 # MRR sel addition
1189     vpp-performance-changes-2n-skx-mrr:
1190       - "vpp-performance-changes-2n-skx-mrr-h1"
1191       - "vpp-performance-changes-2n-skx-mrr-ref"
1192       - "vpp-performance-changes-2n-skx-mrr-cmp"
1193
1194     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1195       csit-vpp-perf-verify-1908-2n-skx:
1196         - 71  # NFV MRR
1197     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1198       # TODO: Replace
1199       # csit-vpp-perf-verify-2001-2n-skx:
1200       csit-vpp-perf-verify-1908-2n-skx:
1201         - 71  # NFV MRR
1202     vpp-performance-changes-nfv-2n-skx-mrr:
1203       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1204       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1205
1206     vpp-performance-changes-2n-dnv-mrr-ref:
1207       csit-vpp-perf-verify-1908-2n-dnv:
1208         - 11  # MRR sel
1209     vpp-performance-changes-2n-dnv-mrr-cmp:
1210       csit-vpp-perf-verify-2001-2n-dnv:
1211         - 12  # MRR sel
1212     vpp-performance-changes-2n-dnv-mrr:
1213       - "vpp-performance-changes-2n-dnv-mrr-ref"
1214       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1215
1216     vpp-performance-changes-3n-dnv-mrr-ref:
1217       csit-vpp-perf-verify-1908-3n-dnv:
1218         - 17  # MRR sel
1219     vpp-performance-changes-3n-dnv-mrr-cmp:
1220       csit-vpp-perf-verify-2001-3n-dnv:
1221         - 11  # MRR sel
1222     vpp-performance-changes-3n-dnv-mrr:
1223       - "vpp-performance-changes-3n-dnv-mrr-ref"
1224       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1225
1226     vpp-performance-changes-3n-tsh-mrr-ref:
1227       csit-vpp-perf-verify-1908-3n-tsh:
1228         - 17  # MRR sel
1229     vpp-performance-changes-3n-tsh-mrr-cmp:
1230       csit-vpp-perf-verify-2001-3n-tsh:
1231         - 9   # MRR sel
1232     vpp-performance-changes-3n-tsh-mrr:
1233       - "vpp-performance-changes-3n-tsh-mrr-ref"
1234       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1235
1236     dpdk-performance-changes-3n-hsw-h1:
1237       csit-dpdk-perf-verify-1904-3n-hsw:
1238         - 2   # NDRPDR sel
1239         - 3   # NDRPDR sel
1240         - 5   # NDRPDR sel
1241         - 6   # NDRPDR sel
1242         - 13  # NDRPDR sel
1243         - 14  # NDRPDR sel
1244         - 15  # NDRPDR sel
1245         - 18  # NDRPDR sel
1246         - 19  # NDRPDR sel
1247         - 20  # NDRPDR sel
1248     dpdk-performance-changes-3n-hsw-ref:
1249       csit-dpdk-perf-verify-1908-3n-hsw:
1250         - 2   # NDRPDR sel
1251         - 3   # NDRPDR sel
1252         - 4   # NDRPDR sel
1253         - 5   # NDRPDR sel
1254         - 6   # NDRPDR sel
1255         - 7   # NDRPDR sel
1256         - 8   # NDRPDR sel
1257         - 9   # NDRPDR sel
1258         - 10  # NDRPDR sel
1259         - 11  # NDRPDR sel
1260     dpdk-performance-changes-3n-hsw-cmp:
1261       csit-dpdk-perf-verify-2001-3n-hsw:
1262 #        - 4   # NDRPDR sel
1263 #        - 5   # NDRPDR sel
1264 #        - 6   # NDRPDR sel
1265 #        - 7   # NDRPDR sel
1266 #        - 8   # NDRPDR sel
1267 #        - 9   # NDRPDR sel
1268 #        - 10  # NDRPDR sel
1269 #        - 11  # NDRPDR sel
1270 #        - 12  # NDRPDR sel
1271 #        - 13  # NDRPDR sel
1272         - 15  # NDRPDR sel
1273         - 16  # NDRPDR sel
1274         - 17  # NDRPDR sel
1275         - 18  # NDRPDR sel
1276         - 19  # NDRPDR sel
1277         - 20  # NDRPDR sel
1278         - 21  # NDRPDR sel
1279         - 22  # NDRPDR sel
1280         - 23  # NDRPDR sel
1281         - 24  # NDRPDR sel
1282     dpdk-performance-changes-3n-hsw:
1283       - "dpdk-performance-changes-3n-hsw-h1"
1284       - "dpdk-performance-changes-3n-hsw-ref"
1285       - "dpdk-performance-changes-3n-hsw-cmp"
1286
1287     dpdk-performance-changes-3n-skx-h1:
1288       csit-dpdk-perf-verify-1904-3n-skx:
1289         - 2   # NDRPDR sel
1290         - 3   # NDRPDR sel
1291         - 4   # NDRPDR sel
1292         - 5   # NDRPDR sel
1293         - 6   # NDRPDR sel
1294         - 7   # NDRPDR sel
1295         - 11  # NDRPDR sel
1296         - 12  # NDRPDR sel
1297         - 13  # NDRPDR sel
1298         - 14  # NDRPDR sel
1299     dpdk-performance-changes-3n-skx-ref:
1300       csit-dpdk-perf-verify-1908-3n-skx:
1301         - 3   # NDRPDR sel
1302         - 4   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304         - 6   # NDRPDR sel
1305         - 7   # NDRPDR sel
1306         - 8   # NDRPDR sel
1307         - 9   # NDRPDR sel
1308         - 10  # NDRPDR sel
1309         - 11  # NDRPDR sel
1310         - 12  # NDRPDR sel
1311     dpdk-performance-changes-3n-skx-cmp:
1312       csit-dpdk-perf-verify-2001-3n-skx:
1313         - 29  # NDRPDR sel xxv710
1314         - 33  # NDRPDR sel xxv710
1315         - 34  # NDRPDR sel xxv710
1316         - 35  # NDRPDR sel xxv710
1317         - 36  # NDRPDR sel xxv710
1318         - 37  # NDRPDR sel xxv710
1319         - 41  # NDRPDR sel xxv710
1320         - 42  # NDRPDR sel xxv710
1321         - 43  # NDRPDR sel xxv710
1322         - 45  # NDRPDR sel xxv710
1323         - 30  # NDRPDR sel x710
1324         - 31  # NDRPDR sel x710
1325         - 32  # NDRPDR sel x710
1326         - 38  # NDRPDR sel x710
1327         - 39  # NDRPDR sel x710
1328         - 40  # NDRPDR sel x710
1329         - 44  # NDRPDR sel x710
1330         - 46  # NDRPDR sel x710
1331         - 47  # NDRPDR sel x710
1332         - 48  # NDRPDR sel x710
1333     dpdk-performance-changes-3n-skx:
1334       - "dpdk-performance-changes-3n-skx-h1"
1335       - "dpdk-performance-changes-3n-skx-ref"
1336       - "dpdk-performance-changes-3n-skx-cmp"
1337
1338     dpdk-performance-changes-2n-skx-h1:
1339       csit-dpdk-perf-verify-1904-2n-skx:
1340         - 2   # NDRPDR sel
1341         - 3   # NDRPDR sel
1342         - 4   # NDRPDR sel
1343         - 5   # NDRPDR sel
1344         - 7   # NDRPDR sel
1345         - 8   # NDRPDR sel
1346         - 9   # NDRPDR sel
1347         - 10  # NDRPDR sel
1348         - 11  # NDRPDR sel
1349         - 12  # NDRPDR sel
1350     dpdk-performance-changes-2n-skx-ref:
1351       csit-dpdk-perf-verify-1908-2n-skx:
1352         - 2   # NDRPDR sel
1353         - 3   # NDRPDR sel
1354         - 4   # NDRPDR sel
1355         - 5   # NDRPDR sel
1356         - 7   # NDRPDR sel
1357         - 8   # NDRPDR sel
1358         - 9   # NDRPDR sel
1359         - 10  # NDRPDR sel
1360         - 11  # NDRPDR sel
1361         - 12  # NDRPDR sel
1362     dpdk-performance-changes-2n-skx-cmp:
1363       csit-dpdk-perf-verify-2001-2n-skx:
1364         - 35  # NDRPDR sel xxv710
1365         - 36  # NDRPDR sel xxv710
1366         - 37  # NDRPDR sel xxv710
1367         - 41  # NDRPDR sel xxv710
1368         - 42  # NDRPDR sel xxv710
1369         - 43  # NDRPDR sel xxv710
1370         - 46  # NDRPDR sel xxv710
1371         - 47  # NDRPDR sel xxv710
1372         - 52  # NDRPDR sel xxv710
1373         - 53  # NDRPDR sel xxv710
1374         - 38  # NDRPDR sel x710
1375         - 39  # NDRPDR sel x710
1376         - 40  # NDRPDR sel x710
1377         - 44  # NDRPDR sel x710
1378         - 45  # NDRPDR sel x710
1379         - 48  # NDRPDR sel x710
1380         - 49  # NDRPDR sel x710
1381         - 50  # NDRPDR sel x710
1382         - 51  # NDRPDR sel x710
1383         - 54  # NDRPDR sel x710
1384     dpdk-performance-changes-2n-skx:
1385       - "dpdk-performance-changes-2n-skx-h1"
1386       - "dpdk-performance-changes-2n-skx-ref"
1387       - "dpdk-performance-changes-2n-skx-cmp"
1388
1389     # Compare testbeds
1390
1391     vpp-compare-testbeds-ref:
1392       csit-vpp-perf-verify-2001-3n-hsw:
1393         - 21  # NDRPDR sel
1394         - 22  # NDRPDR sel
1395         - 23  # NDRPDR sel
1396         - 24  # NDRPDR sel
1397         - 25  # NDRPDR sel
1398         - 29  # NDRPDR sel
1399         - 30  # NDRPDR sel
1400         - 31  # NDRPDR sel
1401         - 32  # NDRPDR sel
1402         - 34  # NDRPDR sel
1403     vpp-compare-testbeds-cmp:
1404       # TODO: Add the data
1405       csit-vpp-perf-verify-2001-3n-skx:
1406         - 45  # NDRPDR sel
1407         - 46  # NDRPDR sel
1408         - 47  # NDRPDR sel
1409         - 48  # NDRPDR sel
1410         - 49  # NDRPDR sel
1411         - 51  # NDRPDR sel
1412         - 52  # NDRPDR sel
1413         - 54  # NDRPDR sel addition
1414         - 55  # NDRPDR sel addition
1415         - 56  # NDRPDR sel addition
1416         - 57  # NDRPDR sel addition
1417         - 58  # NDRPDR sel addition
1418         - 60  # NDRPDR sel addition
1419         - 61  # NDRPDR sel addition
1420         - 62  # NDRPDR sel addition
1421     vpp-compare-testbeds:
1422       - "vpp-compare-testbeds-ref"
1423       - "vpp-compare-testbeds-cmp"
1424
1425     vpp-compare-testbeds-skx-clx-ref:
1426       csit-vpp-perf-verify-2001-2n-skx:
1427         - 92  # NDRPDR sel
1428         - 93  # NDRPDR sel
1429         - 94  # NDRPDR sel
1430         - 95  # NDRPDR sel
1431         - 96  # NDRPDR sel
1432         - 97  # NDRPDR sel
1433         - 98  # NDRPDR sel
1434         - 99  # NDRPDR sel
1435         - 100 # NDRPDR sel
1436         - 102 # NDRPDR sel
1437         - 129 # NDRPDR sel addition
1438         - 130 # NDRPDR sel addition
1439         - 131 # NDRPDR sel addition
1440         - 132 # NDRPDR sel addition
1441         - 133 # NDRPDR sel addition
1442         - 134 # NDRPDR sel addition
1443         - 135 # NDRPDR sel addition
1444         - 136 # NDRPDR sel addition
1445         - 137 # NDRPDR sel addition
1446         - 138 # NDRPDR sel addition
1447     vpp-compare-testbeds-skx-clx-cmp:
1448       csit-vpp-perf-verify-2001-2n-clx:
1449         - 28  # NDRPDR sel
1450         - 29  # NDRPDR sel
1451         - 32  # NDRPDR sel
1452         - 40  # NDRPDR sel
1453         - 43  # NDRPDR sel
1454         - 44  # NDRPDR sel
1455         - 45  # NDRPDR sel
1456         - 47  # NDRPDR sel
1457         - 48  # NDRPDR sel
1458         - 49  # NDRPDR sel
1459     vpp-compare-testbeds-skx-clx:
1460       - "vpp-compare-testbeds-skx-clx-ref"
1461       - "vpp-compare-testbeds-skx-clx-cmp"
1462
1463     vpp-compare-testbeds-hsw-clx-ref:
1464       csit-vpp-perf-verify-2001-3n-hsw:
1465         - 21  # NDRPDR sel
1466         - 22  # NDRPDR sel
1467         - 23  # NDRPDR sel
1468         - 24  # NDRPDR sel
1469         - 25  # NDRPDR sel
1470         - 29  # NDRPDR sel
1471         - 30  # NDRPDR sel
1472         - 31  # NDRPDR sel
1473         - 32  # NDRPDR sel
1474         - 34  # NDRPDR sel
1475     vpp-compare-testbeds-hsw-clx-cmp:
1476       csit-vpp-perf-verify-2001-2n-clx:
1477         - 28  # NDRPDR sel
1478         - 29  # NDRPDR sel
1479         - 32  # NDRPDR sel
1480         - 40  # NDRPDR sel
1481         - 43  # NDRPDR sel
1482         - 44  # NDRPDR sel
1483         - 45  # NDRPDR sel
1484         - 47  # NDRPDR sel
1485         - 48  # NDRPDR sel
1486         - 49  # NDRPDR sel
1487     vpp-compare-testbeds-hsw-clx:
1488       - "vpp-compare-testbeds-hsw-clx-ref"
1489       - "vpp-compare-testbeds-hsw-clx-cmp"
1490
1491     vpp-compare-testbeds-mrr-ref:
1492       csit-vpp-perf-verify-2001-3n-hsw:
1493         - 17  # MRR sel
1494     vpp-compare-testbeds-mrr-cmp:
1495       csit-vpp-perf-verify-2001-3n-skx:
1496         - 50  # MRR sel
1497         - 53  # MRR sel addition
1498     vpp-compare-testbeds-mrr:
1499       - "vpp-compare-testbeds-mrr-ref"
1500       - "vpp-compare-testbeds-mrr-cmp"
1501
1502     vpp-compare-testbeds-mrr-skx-clx-ref:
1503       csit-vpp-perf-verify-2001-2n-skx:
1504         - 101 # MRR sel
1505         - 128 # MRR sel addition
1506     vpp-compare-testbeds-mrr-skx-clx-cmp:
1507       csit-vpp-perf-verify-2001-2n-clx:
1508         - 39  # MRR
1509     vpp-compare-testbeds-mrr-skx-clx:
1510       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1511       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1512
1513     vpp-compare-testbeds-mrr-hsw-clx-ref:
1514       csit-vpp-perf-verify-2001-3n-hsw:
1515         - 17  # MRR sel
1516     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1517       csit-vpp-perf-verify-2001-2n-clx:
1518         - 39  # MRR
1519     vpp-compare-testbeds-mrr-hsw-clx:
1520       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1521       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1522
1523     dpdk-compare-testbeds-ref:
1524       csit-dpdk-perf-verify-2001-3n-hsw:
1525         - 4   # NDRPDR sel
1526         - 5   # NDRPDR sel
1527         - 6   # NDRPDR sel
1528         - 7   # NDRPDR sel
1529         - 8   # NDRPDR sel
1530         - 9   # NDRPDR sel
1531         - 10  # NDRPDR sel
1532         - 11  # NDRPDR sel
1533         - 12  # NDRPDR sel
1534         - 13  # NDRPDR sel
1535         - 15  # NDRPDR sel
1536         - 16  # NDRPDR sel
1537         - 17  # NDRPDR sel
1538         - 18  # NDRPDR sel
1539         - 19  # NDRPDR sel
1540         - 20  # NDRPDR sel
1541         - 21  # NDRPDR sel
1542         - 22  # NDRPDR sel
1543         - 23  # NDRPDR sel
1544         - 24  # NDRPDR sel
1545     dpdk-compare-testbeds-cmp:
1546       csit-dpdk-perf-verify-2001-3n-skx:
1547         - 29  # NDRPDR sel xxv710
1548         - 33  # NDRPDR sel xxv710
1549         - 34  # NDRPDR sel xxv710
1550         - 35  # NDRPDR sel xxv710
1551         - 36  # NDRPDR sel xxv710
1552         - 37  # NDRPDR sel xxv710
1553         - 41  # NDRPDR sel xxv710
1554         - 42  # NDRPDR sel xxv710
1555         - 43  # NDRPDR sel xxv710
1556         - 45  # NDRPDR sel xxv710
1557         - 30  # NDRPDR sel x710
1558         - 31  # NDRPDR sel x710
1559         - 32  # NDRPDR sel x710
1560         - 38  # NDRPDR sel x710
1561         - 39  # NDRPDR sel x710
1562         - 40  # NDRPDR sel x710
1563         - 44  # NDRPDR sel x710
1564         - 46  # NDRPDR sel x710
1565         - 47  # NDRPDR sel x710
1566         - 48  # NDRPDR sel x710
1567     dpdk-compare-testbeds:
1568       - "dpdk-compare-testbeds-ref"
1569       - "dpdk-compare-testbeds-cmp"
1570
1571     dpdk-compare-testbeds-skx-clx-ref:
1572       csit-dpdk-perf-verify-2001-2n-skx:
1573         - 35  # NDRPDR sel xxv710
1574         - 36  # NDRPDR sel xxv710
1575         - 37  # NDRPDR sel xxv710
1576         - 41  # NDRPDR sel xxv710
1577         - 42  # NDRPDR sel xxv710
1578         - 43  # NDRPDR sel xxv710
1579         - 46  # NDRPDR sel xxv710
1580         - 47  # NDRPDR sel xxv710
1581         - 52  # NDRPDR sel xxv710
1582         - 53  # NDRPDR sel xxv710
1583         - 38  # NDRPDR sel x710
1584         - 39  # NDRPDR sel x710
1585         - 40  # NDRPDR sel x710
1586         - 44  # NDRPDR sel x710
1587         - 45  # NDRPDR sel x710
1588         - 48  # NDRPDR sel x710
1589         - 49  # NDRPDR sel x710
1590         - 50  # NDRPDR sel x710
1591         - 51  # NDRPDR sel x710
1592         - 54  # NDRPDR sel x710
1593     dpdk-compare-testbeds-skx-clx-cmp:
1594       csit-dpdk-perf-verify-2001-2n-clx:
1595         - 15  # NDRPDR sel
1596         - 16  # NDRPDR sel
1597         - 17  # NDRPDR sel
1598         - 18  # NDRPDR sel
1599         - 19  # NDRPDR sel
1600         - 20  # NDRPDR sel
1601         - 21  # NDRPDR sel
1602         - 22  # NDRPDR sel
1603         - 23  # NDRPDR sel
1604         - 24  # NDRPDR sel
1605         - 25  # NDRPDR sel
1606         - 26  # NDRPDR sel
1607         - 27  # NDRPDR sel
1608         - 28  # NDRPDR sel
1609         - 29  # NDRPDR sel
1610         - 30  # NDRPDR sel
1611         - 31  # NDRPDR sel
1612         - 32  # NDRPDR sel
1613         - 33  # NDRPDR sel
1614         - 34  # NDRPDR sel
1615
1616     dpdk-compare-testbeds-skx-clx:
1617       - "dpdk-compare-testbeds-skx-clx-ref"
1618       - "dpdk-compare-testbeds-skx-clx-cmp"
1619
1620     # Compare topologies
1621
1622     vpp-compare-topologies-ref:
1623       # TODO: Add the data
1624       csit-vpp-perf-verify-2001-3n-skx:
1625         - 45  # NDRPDR sel
1626         - 46  # NDRPDR sel
1627         - 47  # NDRPDR sel
1628         - 48  # NDRPDR sel
1629         - 49  # NDRPDR sel
1630         - 51  # NDRPDR sel
1631         - 52  # NDRPDR sel
1632         - 54  # NDRPDR sel addition
1633         - 55  # NDRPDR sel addition
1634         - 56  # NDRPDR sel addition
1635         - 57  # NDRPDR sel addition
1636         - 58  # NDRPDR sel addition
1637         - 60  # NDRPDR sel addition
1638         - 61  # NDRPDR sel addition
1639         - 62  # NDRPDR sel addition
1640     vpp-compare-topologies-cmp:
1641       # TODO: Add the data
1642       csit-vpp-perf-verify-2001-2n-skx:
1643         - 92  # NDRPDR sel
1644         - 93  # NDRPDR sel
1645         - 94  # NDRPDR sel
1646         - 95  # NDRPDR sel
1647         - 96  # NDRPDR sel
1648         - 97  # NDRPDR sel
1649         - 98  # NDRPDR sel
1650         - 99  # NDRPDR sel
1651         - 100 # NDRPDR sel
1652         - 102 # NDRPDR sel
1653         - 129 # NDRPDR sel addition
1654         - 130 # NDRPDR sel addition
1655         - 131 # NDRPDR sel addition
1656         - 132 # NDRPDR sel addition
1657         - 133 # NDRPDR sel addition
1658         - 134 # NDRPDR sel addition
1659         - 135 # NDRPDR sel addition
1660         - 136 # NDRPDR sel addition
1661         - 137 # NDRPDR sel addition
1662         - 138 # NDRPDR sel addition
1663     vpp-compare-topologies:
1664       - "vpp-compare-topologies-ref"
1665       - "vpp-compare-topologies-cmp"
1666
1667     vpp-compare-topologies-mrr-ref:
1668       csit-vpp-perf-verify-2001-3n-skx:
1669         - 50  # MRR sel
1670         - 53  # MRR sel addition
1671     vpp-compare-topologies-mrr-cmp:
1672       csit-vpp-perf-verify-2001-2n-skx:
1673         - 101 # MRR sel
1674         - 128 # MRR sel addition
1675     vpp-compare-topologies-mrr:
1676       - "vpp-compare-topologies-mrr-ref"
1677       - "vpp-compare-topologies-mrr-cmp"
1678
1679     dpdk-compare-topologies-ref:
1680       csit-dpdk-perf-verify-2001-3n-skx:
1681         - 29  # NDRPDR sel xxv710
1682         - 33  # NDRPDR sel xxv710
1683         - 34  # NDRPDR sel xxv710
1684         - 35  # NDRPDR sel xxv710
1685         - 36  # NDRPDR sel xxv710
1686         - 37  # NDRPDR sel xxv710
1687         - 41  # NDRPDR sel xxv710
1688         - 42  # NDRPDR sel xxv710
1689         - 43  # NDRPDR sel xxv710
1690         - 45  # NDRPDR sel xxv710
1691         - 30  # NDRPDR sel x710
1692         - 31  # NDRPDR sel x710
1693         - 32  # NDRPDR sel x710
1694         - 38  # NDRPDR sel x710
1695         - 39  # NDRPDR sel x710
1696         - 40  # NDRPDR sel x710
1697         - 44  # NDRPDR sel x710
1698         - 46  # NDRPDR sel x710
1699         - 47  # NDRPDR sel x710
1700         - 48  # NDRPDR sel x710
1701     dpdk-compare-topologies-cmp:
1702       csit-dpdk-perf-verify-2001-2n-skx:
1703         - 35  # NDRPDR sel xxv710
1704         - 36  # NDRPDR sel xxv710
1705         - 37  # NDRPDR sel xxv710
1706         - 41  # NDRPDR sel xxv710
1707         - 42  # NDRPDR sel xxv710
1708         - 43  # NDRPDR sel xxv710
1709         - 46  # NDRPDR sel xxv710
1710         - 47  # NDRPDR sel xxv710
1711         - 52  # NDRPDR sel xxv710
1712         - 53  # NDRPDR sel xxv710
1713         - 38  # NDRPDR sel x710
1714         - 39  # NDRPDR sel x710
1715         - 40  # NDRPDR sel x710
1716         - 44  # NDRPDR sel x710
1717         - 45  # NDRPDR sel x710
1718         - 48  # NDRPDR sel x710
1719         - 49  # NDRPDR sel x710
1720         - 50  # NDRPDR sel x710
1721         - 51  # NDRPDR sel x710
1722         - 54  # NDRPDR sel x710
1723     dpdk-compare-topologies:
1724       - "dpdk-compare-topologies-ref"
1725       - "dpdk-compare-topologies-cmp"
1726
1727   plot-layouts:
1728
1729     plot-soak-throughput:
1730       titlefont:
1731         size: 18
1732       xaxis:
1733         title: "<b>Test Cases [Index]</b>"
1734         titlefont:
1735           size: 16
1736         autorange: True
1737         fixedrange: False
1738         gridcolor: "rgb(230, 230, 230)"
1739         linecolor: "rgb(220, 220, 220)"
1740         linewidth: 1
1741         showgrid: True
1742         showline: True
1743         showticklabels: True
1744         tickcolor: "rgb(220, 220, 220)"
1745         tickmode: "linear"
1746         tickfont:
1747           size: 16
1748         zeroline: False
1749       yaxis:
1750         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1751         titlefont:
1752           size: 16
1753         gridcolor: "rgb(230, 230, 230)"
1754         hoverformat: ".4r"
1755         tickformat: ".3r"
1756         linecolor: "rgb(220, 220, 220)"
1757         linewidth: 1
1758         showgrid: True
1759         showline: True
1760         showticklabels: True
1761         tickcolor: "rgb(220, 220, 220)"
1762         tickfont:
1763           size: 16
1764         zeroline: False
1765         range: [0,50]
1766       autosize: False
1767       margin:
1768         t: 50
1769         b: 0
1770         l: 80
1771         r: 20
1772       showlegend: True
1773       legend:
1774         orientation: "h"
1775         font:
1776           size: 16
1777       width: 700
1778       height: 900
1779       paper_bgcolor: "#fff"
1780       plot_bgcolor: "#fff"
1781       hoverlabel:
1782         namelength: -1
1783
1784     plot-service-density:
1785       titlefont:
1786         size: 18
1787       xaxis:
1788         side: "top"
1789         autorange: True
1790         fixedrange: False
1791         showgrid: False
1792         showline: False
1793         showticklabels: False
1794         ticks: ""
1795         ticklen: 0
1796         tickwidth: 0
1797         zeroline: False
1798       yaxis:
1799         autorange: "reversed"
1800         showgrid: False
1801         showline: False
1802         showticklabels: False
1803         ticks: ""
1804         ticklen: 0
1805         tickwidth: 0
1806         zeroline: False
1807       showlegend: False
1808       paper_bgcolor: "#fff"
1809       plot_bgcolor: "#fff"
1810       width: 700
1811       height: 700
1812       hoverlabel:
1813         namelength: -1
1814
1815     plot-cps:
1816       titlefont:
1817         size: 18
1818       xaxis:
1819         title: "<b>Test Cases [Index]</b>"
1820         titlefont:
1821           size: 16
1822         autorange: True
1823         fixedrange: False
1824         gridcolor: "rgb(230, 230, 230)"
1825         linecolor: "rgb(220, 220, 220)"
1826         linewidth: 1
1827         showgrid: True
1828         showline: True
1829         showticklabels: True
1830         tickcolor: "rgb(220, 220, 220)"
1831         tickmode: "linear"
1832         tickfont:
1833           size: 16
1834         zeroline: False
1835       yaxis:
1836         title: "<b>Connections Per Second [cps]</b>"
1837         titlefont:
1838           size: 16
1839         gridcolor: "rgb(230, 230, 230)"
1840         hoverformat: ".4s"
1841         linecolor: "rgb(220, 220, 220)"
1842         linewidth: 1
1843         rangemode: "tozero"
1844         showgrid: True
1845         showline: True
1846         showticklabels: True
1847         tickcolor: "rgb(220, 220, 220)"
1848         tickformat: ".3s"
1849         tickfont:
1850           size: 16
1851         zeroline: False
1852       boxmode: "group"
1853       boxgroupgap: 0.5
1854       autosize: False
1855       margin:
1856         t: 50
1857         b: 20
1858         l: 80
1859         r: 20
1860       showlegend: True
1861       legend:
1862         orientation: "h"
1863         font:
1864           size: 16
1865       width: 700
1866       height: 800
1867       paper_bgcolor: "#fff"
1868       plot_bgcolor: "#fff"
1869       hoverlabel:
1870         namelength: -1
1871
1872     plot-rps:
1873       titlefont:
1874         size: 18
1875       xaxis:
1876         title: "<b>Test Cases [Index]</b>"
1877         titlefont:
1878           size: 16
1879         autorange: True
1880         fixedrange: False
1881         gridcolor: "rgb(230, 230, 230)"
1882         linecolor: "rgb(220, 220, 220)"
1883         linewidth: 1
1884         showgrid: True
1885         showline: True
1886         showticklabels: True
1887         tickcolor: "rgb(220, 220, 220)"
1888         tickmode: "linear"
1889         tickfont:
1890           size: 16
1891         zeroline: False
1892       yaxis:
1893         title: "<b>Requests Per Second [rps]</b>"
1894         titlefont:
1895           size: 16
1896         gridcolor: "rgb(230, 230, 230)"
1897         hoverformat: ".4s"
1898         linecolor: "rgb(220, 220, 220)"
1899         linewidth: 1
1900         rangemode: "tozero"
1901         showgrid: True
1902         showline: True
1903         showticklabels: True
1904         tickcolor: "rgb(230, 230, 230)"
1905         tickformat: ".3s"
1906         tickfont:
1907           size: 16
1908         zeroline: False
1909       boxmode: "group"
1910       boxgroupgap: 0.5
1911       autosize: False
1912       margin:
1913         t: 50
1914         b: 20
1915         l: 80
1916         r: 20
1917       showlegend: True
1918       legend:
1919         orientation: "h"
1920         font:
1921           size: 16
1922       width: 700
1923       height: 800
1924       paper_bgcolor: "#fff"
1925       plot_bgcolor: "#fff"
1926       hoverlabel:
1927         namelength: -1
1928
1929     plot-hoststack:
1930       titlefont:
1931         size: 16
1932       xaxis:
1933         title: "<b>Test Cases [Index]</b>"
1934         titlefont:
1935           size: 14
1936         autorange: True
1937         fixedrange: False
1938         gridcolor: "rgb(230, 230, 230)"
1939         linecolor: "rgb(220, 220, 220)"
1940         linewidth: 1
1941         showgrid: True
1942         showline: True
1943         showticklabels: True
1944         tickcolor: "rgb(220, 220, 220)"
1945         tickmode: "linear"
1946         tickfont:
1947           size: 14
1948         zeroline: False
1949       yaxis:
1950         title: "<b>Bandwidth [Gbps]</b>"
1951         titlefont:
1952           size: 14
1953         gridcolor: "rgb(230, 230, 230)"
1954         hoverformat: ".4s"
1955         linecolor: "rgb(220, 220, 220)"
1956         linewidth: 1
1957         rangemode: "tozero"
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(230, 230, 230)"
1962         tickformat: ".3s"
1963         tickfont:
1964           size: 14
1965         zeroline: False
1966       boxmode: "group"
1967       boxgroupgap: 0.5
1968       autosize: False
1969       margin:
1970         t: 50
1971         b: 20
1972         l: 80
1973         r: 20
1974       showlegend: True
1975       legend:
1976         orientation: "h"
1977         font:
1978           size: 14
1979       width: 700
1980       height: 800
1981       paper_bgcolor: "#fff"
1982       plot_bgcolor: "#fff"
1983       hoverlabel:
1984         namelength: -1
1985
1986     plot-throughput:
1987       titlefont:
1988         size: 18
1989       xaxis:
1990         title: "<b>Test Cases [Index]</b>"
1991         titlefont:
1992           size: 16
1993         autorange: True
1994         fixedrange: False
1995         gridcolor: "rgb(230, 230, 230)"
1996         linecolor: "rgb(220, 220, 220)"
1997         linewidth: 1
1998         showgrid: True
1999         showline: True
2000         showticklabels: True
2001         tickcolor: "rgb(220, 220, 220)"
2002         tickmode: "linear"
2003         tickfont:
2004           size: 16
2005         zeroline: False
2006       yaxis:
2007         title: "<b>Packet Throughput [Mpps]</b>"
2008         titlefont:
2009           size: 16
2010         gridcolor: "rgb(230, 230, 230)"
2011         hoverformat: ".4r"
2012         tickformat: ".3r"
2013         linecolor: "rgb(220, 220, 220)"
2014         linewidth: 1
2015         showgrid: True
2016         showline: True
2017         showticklabels: True
2018         tickcolor: "rgb(220, 220, 220)"
2019         tickfont:
2020           size: 16
2021         zeroline: False
2022         range: [0,50]
2023       autosize: False
2024       margin:
2025         t: 50
2026         b: 0
2027         l: 80
2028         r: 20
2029       showlegend: True
2030       legend:
2031         orientation: "h"
2032         font:
2033           size: 16
2034       width: 700
2035       height: 900
2036       paper_bgcolor: "#fff"
2037       plot_bgcolor: "#fff"
2038       hoverlabel:
2039         namelength: -1
2040
2041     plot-throughput-speedup-analysis:
2042       titlefont:
2043         size: 18
2044       xaxis:
2045         title: "<b>Number of Cores [Qty]</b>"
2046         titlefont:
2047           size: 16
2048         autorange: True
2049         fixedrange: False
2050         gridcolor: "rgb(230, 230, 230)"
2051         linecolor: "rgb(220, 220, 220)"
2052         linewidth: 1
2053         showgrid: True
2054         showline: True
2055         showticklabels: True
2056         tickcolor: "rgb(238, 238, 238)"
2057         tickmode: "linear"
2058         tickfont:
2059           size: 16
2060         zeroline: False
2061       yaxis:
2062         title: "<b>Packet Throughput [Mpps]</b>"
2063         titlefont:
2064           size: 16
2065         type: "linear"
2066         gridcolor: "rgb(230, 230, 230)"
2067         hoverformat: ".4s"
2068         linecolor: "rgb(220, 220, 220)"
2069         linewidth: 1
2070         showgrid: True
2071         showline: True
2072         showticklabels: True
2073         tickcolor: "rgb(220, 220, 220)"
2074         tickformat: ".4s"
2075         tickfont:
2076           size: 16
2077         zeroline: True
2078         rangemode: "tozero"
2079         range: [0,100]
2080       legend:
2081         orientation: "h"
2082         font:
2083           size: 16
2084         xanchor: "left"
2085         yanchor: "top"
2086         x: 0
2087         y: -0.2
2088         bgcolor: "rgba(255, 255, 255, 0)"
2089         bordercolor: "rgba(255, 255, 255, 0)"
2090         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2091       autosize: False
2092       margin:
2093           't': 50
2094           'b': 150
2095           'l': 85
2096           'r': 10
2097       showlegend: True
2098       width: 700
2099       height: 700
2100       paper_bgcolor: "#fff"
2101       plot_bgcolor: "#fff"
2102       hoverlabel:
2103         namelength: -1
2104       annotations: [
2105         {
2106           text: "_ _          __          ...",
2107           align: "left",
2108           showarrow: False,
2109           xref: "paper",
2110           yref: "paper",
2111           xanchor: "left",
2112           yanchor: "top",
2113           x: 0,
2114           y: -0.13,
2115           font: {
2116             family: "Consolas, Courier New",
2117             size: 15
2118           },
2119         },
2120         {
2121           text: "    Perfect     Measured     Limit",
2122           align: "left",
2123           showarrow: False,
2124           xref: "paper",
2125           yref: "paper",
2126           xanchor: "left",
2127           yanchor: "top",
2128           x: 0,
2129           y: -0.15,
2130           font: {
2131             family: "Consolas, Courier New",
2132             size: 15
2133           },
2134         },
2135       ]
2136
2137     plot-latency:
2138       titlefont:
2139         size: 18
2140       xaxis:
2141         title: "<b>Direction</b>"
2142         titlefont:
2143           size: 16
2144         autorange: True
2145         fixedrange: False
2146         gridcolor: "rgb(230, 230, 230)"
2147         linecolor: "rgb(220, 220, 220)"
2148         linewidth: 1
2149         showgrid: True
2150         showline: True
2151         showticklabels: False
2152         tickcolor: "rgb(220, 220, 220)"
2153         tickmode: "linear"
2154         tickfont:
2155           size: 16
2156         zeroline: False
2157       yaxis:
2158         title: "<b>Packet Latency [uSec]</b>"
2159         titlefont:
2160           size: 16
2161         type: "linear"
2162         gridcolor: "rgb(230, 230, 230)"
2163         hoverformat: ".4s"
2164         linecolor: "rgb(220, 220, 220)"
2165         linewidth: 1
2166         showgrid: True
2167         showline: True
2168         showticklabels: True
2169         tickcolor: "rgb(220, 220, 220)"
2170         tickformat: ".4s"
2171         tickfont:
2172           size: 16
2173         zeroline: True
2174         rangemode: "tozero"
2175       legend:
2176         orientation: "h"
2177         font:
2178           size: 16
2179         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2180       autosize: False
2181       margin:
2182           't': 50
2183           'b': 150
2184           'l': 80
2185           'r': 10
2186       showlegend: True
2187       width: 700
2188       height: 700
2189       paper_bgcolor: "#fff"
2190       plot_bgcolor: "#fff"
2191       hoverlabel:
2192         namelength: -1
2193
2194     plot-hdrh-latency:
2195       title:
2196         text: ""
2197         xanchor: "center"
2198         x: 0.5
2199         font:
2200           size: 16
2201       width: 700
2202       plot_bgcolor: "white"
2203       annotations:
2204         - font:
2205             size: 14
2206           showarrow: False
2207           text: "<b>Packet Latency [uSec]</b>"
2208           x: 1
2209           xanchor: "right"
2210           xref: "paper"
2211           y: -0.045
2212           yanchor: "top"
2213           yref: "paper"
2214         - font:
2215             size: 14
2216           showarrow: False
2217           text: "<b>Probability [%]</b>"
2218           textangle: 270
2219           x: -0.06
2220           xanchor: "center"
2221           xref: "paper"
2222           y: 0.5
2223           yanchor: "middle"
2224           yref: "paper"
2225         - font:
2226             size: 14
2227           showarrow: False
2228           text: "<b>Direction: E-W</b>"
2229           x: 0.24
2230           xanchor: "center"
2231           xref: "paper"
2232           y: 1.05
2233           yanchor: "bottom"
2234           yref: "paper"
2235         - font:
2236             size: 14
2237           showarrow: False
2238           text: "<b>Direction: W-E</b>"
2239           x: 0.74
2240           xanchor: "center"
2241           xref: "paper"
2242           y: 1.05
2243           yanchor: "bottom"
2244           yref: "paper"
2245
2246     plot-hdrh-latency-percentile:
2247       title:
2248         text: ""
2249         xanchor: "center"
2250         x: 0.5
2251         font:
2252           size: 18
2253       xaxis:
2254         type: "log"
2255         title: "<b>Percentile [%]</b>"
2256         titlefont:
2257           size: 16
2258         autorange: True
2259         fixedrange: False
2260         gridcolor: "rgb(230, 230, 230)"
2261         linecolor: "rgb(220, 220, 220)"
2262         linewidth: 1
2263         showgrid: True
2264         showline: True
2265         showticklabels: True
2266         tickcolor: "rgb(220, 220, 220)"
2267         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2268         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2269         tickfont:
2270           size: 16
2271       yaxis:
2272         title: "<b>Packet Latency [uSec]</b>"
2273         titlefont:
2274           size: 16
2275         gridcolor: "rgb(230, 230, 230)"
2276         linecolor: "rgb(220, 220, 220)"
2277         linewidth: 1
2278         showgrid: True
2279         showline: True
2280         showticklabels: True
2281         tickcolor: "rgb(220, 220, 220)"
2282         tickfont:
2283           size: 16
2284       autosize: False
2285       showlegend: True
2286       legend:
2287         traceorder: "normal"
2288         orientation: "h"
2289         font:
2290           size: 16
2291         xanchor: "left"
2292         yanchor: "top"
2293         x: 0
2294         y: -0.15
2295         bgcolor: "rgba(255, 255, 255, 0)"
2296         bordercolor: "rgba(255, 255, 255, 0)"
2297       width: 700
2298       height: 700
2299       paper_bgcolor: "white"
2300       plot_bgcolor: "white"
2301
2302     plot-hdrh-latency-by-percentile:
2303       title:
2304         text: "<b>Latency by Percentile Distribution</b>"
2305         xanchor: "center"
2306         x: 0.5
2307         font:
2308           size: 18
2309       showlegend: True
2310       legend:
2311         traceorder: "normal"
2312         orientation: "h"
2313         font:
2314           size: 16
2315         xanchor: "left"
2316         yanchor: "top"
2317         x: 0
2318         y: -0.2
2319         bgcolor: "rgba(255, 255, 255, 0)"
2320         bordercolor: "rgba(255, 255, 255, 0)"
2321       xaxis:
2322         type: "linear"
2323         title: "<b>Percentile [%]</b>"
2324         titlefont:
2325           size: 14
2326         autorange: False
2327         fixedrange: False
2328         range: [0, 100]
2329         gridcolor: "rgb(230, 230, 230)"
2330         linecolor: "rgb(220, 220, 220)"
2331         linewidth: 1
2332         showgrid: True
2333         showline: True
2334         showticklabels: True
2335         tickcolor: "rgb(220, 220, 220)"
2336         tickvals: [0, 25, 50, 75, 100]
2337         ticktext: [0, 25, 50, 75, 100]
2338         tickfont:
2339           size: 14
2340       yaxis:
2341         title: "<b>One-Way Latency per Direction [uSec]</b>"
2342         titlefont:
2343           size: 14
2344         gridcolor: "rgb(230, 230, 230)"
2345         linecolor: "rgb(220, 220, 220)"
2346         linewidth: 1
2347         showgrid: True
2348         showline: True
2349         showticklabels: True
2350         tickcolor: "rgb(220, 220, 220)"
2351         tickfont:
2352           size: 14
2353       width: 700
2354       height: 700
2355       paper_bgcolor: "white"
2356       plot_bgcolor: "white"
2357
2358 - type: "static"
2359   src-path: "{DIR[RST]}"
2360   dst-path: "{DIR[WORKING,SRC]}"
2361
2362 - type: "input"
2363   general:
2364     file-name: "output_info.xml.gz"
2365     file-format: ".gz"
2366     arch-file-format:
2367       - ".gz"
2368       - ".zip"
2369     download-path: "{job}/{build}/archives/{filename}"
2370     extract: "output.xml"
2371
2372     zip-file-name: "robot-plugin.zip"
2373     zip-file-format: ".zip"
2374     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2375     zip-extract: "robot-plugin/output.xml"
2376
2377   builds:
2378
2379     csit-vpp-perf-verify-1904-3n-hsw:
2380       - 9   # MRR sel
2381       - 11  # NDRPDR sel
2382       - 12  # NDRPDR sel
2383       - 20  # NDRPDR sel
2384       - 21  # NDRPDR sel
2385       - 23  # NDRPDR sel
2386       - 24  # NDRPDR sel
2387       - 25  # NDRPDR sel
2388       - 26  # NDRPDR sel
2389       - 29  # NDRPDR sel
2390       - 30  # NDRPDR sel
2391     csit-vpp-perf-verify-1908-3n-hsw:
2392       - 12  # NDRPDR sel
2393       - 13  # NDRPDR sel
2394       - 14  # NDRPDR sel
2395       - 15  # NDRPDR sel
2396       - 16  # NDRPDR sel
2397       - 17  # NDRPDR sel
2398       - 18  # NDRPDR sel
2399       - 19  # NDRPDR sel
2400       - 20  # NDRPDR sel
2401       - 21  # NDRPDR sel
2402       - 48  # NDRPDR sel vhost
2403       - 49  # NDRPDR sel vhost
2404       - 52  # NDRPDR sel vhost
2405       - 53  # NDRPDR sel vhost
2406       - 54  # NDRPDR sel vhost
2407       - 55  # NDRPDR sel vhost
2408       - 56  # NDRPDR sel vhost
2409       - 57  # NDRPDR sel vhost
2410       - 58  # NDRPDR sel vhost
2411       - 59  # NDRPDR sel vhost
2412       - 39  # MRR sel
2413     csit-vpp-perf-verify-2001-3n-hsw:
2414       - 21  # NDRPDR sel
2415       - 22  # NDRPDR sel
2416       - 23  # NDRPDR sel
2417       - 24  # NDRPDR sel
2418       - 25  # NDRPDR sel
2419       - 29  # NDRPDR sel
2420       - 30  # NDRPDR sel
2421       - 31  # NDRPDR sel
2422       - 32  # NDRPDR sel
2423       - 34  # NDRPDR sel
2424       - 17  # MRR sel
2425       - 18  # NDRPDR full
2426       - 20  # NDRPDR full
2427       - 28  # NDRPDR full
2428       - 35  # NDRPDR full
2429       - 42  # NDRPDR full
2430       - 46  # NDRPDR full
2431       - 47  # NDRPDR full
2432       - 48  # NDRPDR full
2433       - 49  # NDRPDR full
2434       - 50  # NDRPDR full
2435       - 51  # NDRPDR full
2436       - 52  # NDRPDR full
2437       - 53  # NDRPDR full
2438       - 54  # NDRPDR full
2439       - 55  # NDRPDR full
2440       - 56  # NDRPDR full
2441       - 57  # NDRPDR full
2442       - 58  # NDRPDR full
2443       - 59  # NDRPDR full
2444       - 61  # NDRPDR full
2445       - 62  # NDRPDR full
2446       - 63  # NDRPDR full
2447       - 64  # NDRPDR full
2448       - 65  # NDRPDR full
2449       - 67  # NDRPDR full
2450       - 70  # NDRPDR full
2451       - 72  # NDRPDR full
2452       - 73  # NDRPDR full
2453       - 76  # NDRPDR full
2454       - 77  # NDRPDR full
2455       - 78  # NDRPDR full
2456       - 79  # NDRPDR full
2457       - 81  # NDRPDR full
2458       - 82  # NDRPDR full
2459       - 84  # NDRPDR full
2460       - 85  # NDRPDR full
2461       - 87  # hoststack
2462       - 88  # hoststack
2463       - 89  # hoststack
2464       - 90  # hoststack
2465       - 91  # hoststack
2466       - 92  # hoststack
2467       - 93  # hoststack
2468       - 94  # hoststack
2469       - 95  # hoststack
2470       - 96  # hoststack
2471
2472     csit-vpp-perf-verify-1904-3n-skx:
2473       - 7   # MRR sel
2474       - 8   # NDRPDR sel
2475       - 9   # NDRPDR sel
2476       - 10  # NDRPDR sel
2477       - 11  # NDRPDR sel
2478       - 12  # NDRPDR sel
2479       - 14  # NDRPDR sel
2480       - 16  # NDRPDR sel
2481       - 21  # NDRPDR sel
2482       - 23  # NDRPDR sel
2483       - 25  # NDRPDR sel
2484     csit-vpp-perf-verify-1908-3n-skx:
2485       - 14  # NDRPDR sel
2486       - 16  # NDRPDR sel
2487       - 19  # NDRPDR sel
2488       - 20  # NDRPDR sel
2489       - 22  # NDRPDR sel
2490       - 23  # NDRPDR sel
2491       - 24  # NDRPDR sel
2492       - 25  # NDRPDR sel
2493       - 26  # NDRPDR sel
2494       - 29  # NDRPDR sel
2495       - 52  # NDRPDR sel vhost
2496       - 53  # NDRPDR sel vhost
2497       - 55  # NDRPDR sel vhost
2498       - 61  # NDRPDR sel vhost
2499       - 62  # NDRPDR sel vhost
2500       - 63  # NDRPDR sel vhost
2501       - 64  # NDRPDR sel vhost
2502       - 65  # NDRPDR sel vhost
2503       - 66  # NDRPDR sel vhost
2504       - 67  # NDRPDR sel vhost
2505       - 36  # MRR sel
2506     csit-vpp-perf-verify-2001-3n-skx:
2507       - 45  # NDRPDR sel
2508       - 46  # NDRPDR sel
2509       - 47  # NDRPDR sel
2510       - 48  # NDRPDR sel
2511       - 49  # NDRPDR sel
2512       - 51  # NDRPDR sel
2513       - 52  # NDRPDR sel
2514       - 54  # NDRPDR sel addition
2515       - 55  # NDRPDR sel addition
2516       - 56  # NDRPDR sel addition
2517       - 57  # NDRPDR sel addition
2518       - 58  # NDRPDR sel addition
2519       - 60  # NDRPDR sel addition
2520       - 61  # NDRPDR sel addition
2521       - 62  # NDRPDR sel addition
2522       - 50  # MRR sel
2523       - 53  # MRR sel addition
2524
2525     csit-vpp-perf-verify-1904-2n-skx:
2526       - 11  # MRR sel
2527       - 12  # NDRPDR sel
2528       - 14  # NDRPDR sel
2529       - 16  # NDRPDR sel
2530       - 17  # NDRPDR sel
2531       - 18  # NDRPDR sel
2532       - 21  # NDRPDR sel
2533       - 27  # NDRPDR sel
2534       - 30  # NDRPDR sel
2535       - 31  # NDRPDR sel
2536       - 32  # NDRPDR sel
2537     csit-vpp-perf-verify-1908-2n-skx:
2538       - 26  # NDRPDR sel
2539       - 27  # NDRPDR sel
2540       - 34  # NDRPDR sel
2541       - 35  # NDRPDR sel
2542       - 36  # NDRPDR sel
2543       - 42  # NDRPDR sel
2544       - 43  # NDRPDR sel
2545       - 44  # NDRPDR sel
2546       - 45  # NDRPDR sel
2547       - 46  # NDRPDR sel
2548       - 88  # NDRPDR sel vhost
2549       - 89  # NDRPDR sel vhost
2550       - 91  # NDRPDR sel vhost
2551       - 92  # NDRPDR sel vhost
2552       - 93  # NDRPDR sel vhost
2553       - 94  # NDRPDR sel vhost
2554       - 95  # NDRPDR sel vhost
2555       - 96  # NDRPDR sel vhost
2556       - 97  # NDRPDR sel vhost
2557       - 98  # NDRPDR sel vhost
2558       - 69  # MRR sel
2559 #      - 22  # NFV
2560 #      - 31  # NFV
2561 #      - 32  # NFV
2562 #      - 71  # NFV MRR
2563     csit-vpp-perf-verify-2001-2n-skx:
2564       - 92  # NDRPDR sel
2565       - 93  # NDRPDR sel
2566       - 94  # NDRPDR sel
2567       - 95  # NDRPDR sel
2568       - 96  # NDRPDR sel
2569       - 97  # NDRPDR sel
2570       - 98  # NDRPDR sel
2571       - 99  # NDRPDR sel
2572       - 100 # NDRPDR sel
2573       - 102 # NDRPDR sel
2574       - 129 # NDRPDR sel addition
2575       - 130 # NDRPDR sel addition
2576       - 131 # NDRPDR sel addition
2577       - 132 # NDRPDR sel addition
2578       - 133 # NDRPDR sel addition
2579       - 134 # NDRPDR sel addition
2580       - 135 # NDRPDR sel addition
2581       - 136 # NDRPDR sel addition
2582       - 137 # NDRPDR sel addition
2583       - 138 # NDRPDR sel addition
2584       - 101 # MRR sel
2585       - 128 # MRR sel addition
2586
2587     csit-vpp-perf-verify-2001-2n-clx:
2588       - 28  # NDRPDR sel
2589       - 29  # NDRPDR sel
2590       - 32  # NDRPDR sel
2591       - 40  # NDRPDR sel
2592       - 43  # NDRPDR sel
2593       - 44  # NDRPDR sel
2594       - 45  # NDRPDR sel
2595       - 47  # NDRPDR sel
2596       - 48  # NDRPDR sel
2597       - 49  # NDRPDR sel
2598       - 39  # MRR
2599       - 53  # NDRPDR full
2600       - 54  # NDRPDR full
2601       - 55  # NDRPDR full
2602       - 56  # NDRPDR full
2603       - 57  # NDRPDR full
2604       - 58  # NDRPDR full
2605       - 59  # NDRPDR full
2606       - 60  # NDRPDR full
2607       - 61  # NDRPDR full
2608       - 62  # NDRPDR full
2609       - 63  # NDRPDR full
2610       - 64  # NDRPDR full
2611       - 65  # NDRPDR full
2612       - 66  # NDRPDR full
2613       - 67  # NDRPDR full
2614       - 68  # Reconf
2615       - 69  # Reconf
2616       - 70  # Reconf
2617       - 71  # Reconf
2618       - 72  # Reconf
2619       - 73  # Reconf
2620       - 74  # Reconf
2621       - 75  # Reconf
2622       - 76  # Reconf
2623       - 77  # Reconf
2624       - 80  # TCP
2625       - 82  # TCP
2626       - 83  # TCP
2627       - 85  # TCP
2628       - 86  # TCP
2629       - 87  # TCP
2630       - 88  # TCP
2631       - 89  # TCP
2632       - 90  # TCP
2633       - 91  # TCP
2634       - 93  # Soak
2635       - 94  # Soak
2636
2637     csit-vpp-perf-verify-1908-3n-tsh:
2638       - 7   # NDRPDR sel
2639       - 8   # NDRPDR sel
2640       - 9   # NDRPDR sel
2641       - 10  # NDRPDR sel
2642       - 11  # NDRPDR sel
2643       - 12  # NDRPDR sel
2644       - 13  # NDRPDR sel
2645       - 14  # NDRPDR sel
2646       - 15  # NDRPDR sel
2647       - 16  # NDRPDR sel
2648       - 17  # MRR sel
2649     csit-vpp-perf-verify-2001-3n-tsh:
2650       - 3   # NDRPDR sel
2651       - 4   # NDRPDR sel
2652       - 7   # NDRPDR sel
2653       - 8   # NDRPDR sel
2654       - 10  # NDRPDR sel
2655       - 12  # NDRPDR sel
2656       - 13  # NDRPDR sel
2657       - 14  # NDRPDR sel
2658       - 15  # NDRPDR sel
2659       - 21  # NDRPDR sel
2660       - 9   # MRR sel
2661
2662     csit-vpp-perf-verify-1908-3n-dnv:
2663       - 6   # NDRPDR sel
2664       - 7   # NDRPDR sel
2665       - 8   # NDRPDR sel
2666       - 9   # NDRPDR sel
2667       - 10  # NDRPDR sel
2668       - 12  # NDRPDR sel
2669       - 13  # NDRPDR sel
2670       - 14  # NDRPDR sel
2671       - 15  # NDRPDR sel
2672       - 16  # NDRPDR sel
2673       - 17  # MRR sel
2674     csit-vpp-perf-verify-2001-3n-dnv:
2675       - 5   # NDRPDR sel
2676       - 6   # NDRPDR sel
2677       - 7   # NDRPDR sel
2678       - 8   # NDRPDR sel
2679       - 9   # NDRPDR sel
2680       - 10  # NDRPDR sel
2681       - 12  # NDRPDR sel
2682       - 16  # NDRPDR sel
2683       - 17  # NDRPDR sel
2684       - 18  # NDRPDR sel
2685       - 11  # MRR sel
2686       - 19  # NDRPDR full
2687       - 20  # NDRPDR full
2688       - 21  # NDRPDR full
2689       - 22  # NDRPDR full
2690       - 23  # NDRPDR full
2691       - 24  # NDRPDR full
2692       - 25  # NDRPDR full
2693       - 26  # NDRPDR full
2694       - 37  # NDRPDR full
2695       - 38  # NDRPDR full
2696       - 39  # NDRPDR full
2697
2698     csit-vpp-perf-verify-1908-2n-dnv:
2699       - 1   # NDRPDR sel
2700       - 2   # NDRPDR sel
2701       - 3   # NDRPDR sel
2702       - 4   # NDRPDR sel
2703       - 5   # NDRPDR sel
2704       - 6   # NDRPDR sel
2705       - 7   # NDRPDR sel
2706       - 8   # NDRPDR sel
2707       - 9   # NDRPDR sel
2708       - 10  # NDRPDR sel
2709       - 11  # MRR sel
2710     csit-vpp-perf-verify-2001-2n-dnv:
2711       - 4   # NDRPDR sel
2712       - 5   # NDRPDR sel
2713       - 6   # NDRPDR sel
2714       - 7   # NDRPDR sel
2715       - 8   # NDRPDR sel
2716       - 9   # NDRPDR sel
2717       - 10  # NDRPDR sel
2718       - 11  # NDRPDR sel
2719       - 13  # NDRPDR sel
2720       - 16  # NDRPDR sel
2721       - 12  # MRR sel
2722       - 21  # NDRPDR full
2723       - 22  # NDRPDR full
2724       - 25  # NDRPDR full
2725       - 26  # NDRPDR full
2726       - 27  # NDRPDR full
2727       - 28  # NDRPDR full
2728
2729     csit-dpdk-perf-verify-1904-3n-hsw:
2730       - 2   # NDRPDR sel
2731       - 3   # NDRPDR sel
2732       - 5   # NDRPDR sel
2733       - 6   # NDRPDR sel
2734       - 13  # NDRPDR sel
2735       - 14  # NDRPDR sel
2736       - 15  # NDRPDR sel
2737       - 18  # NDRPDR sel
2738       - 19  # NDRPDR sel
2739       - 20  # NDRPDR sel
2740     csit-dpdk-perf-verify-1908-3n-hsw:
2741       - 2   # NDRPDR sel
2742       - 3   # NDRPDR sel
2743       - 4   # NDRPDR sel
2744       - 5   # NDRPDR sel
2745       - 6   # NDRPDR sel
2746       - 7   # NDRPDR sel
2747       - 8   # NDRPDR sel
2748       - 9   # NDRPDR sel
2749       - 10  # NDRPDR sel
2750       - 11  # NDRPDR sel
2751     csit-dpdk-perf-verify-2001-3n-hsw:
2752       - 4   # NDRPDR sel
2753       - 5   # NDRPDR sel
2754       - 6   # NDRPDR sel
2755       - 7   # NDRPDR sel
2756       - 8   # NDRPDR sel
2757       - 9   # NDRPDR sel
2758       - 10  # NDRPDR sel
2759       - 11  # NDRPDR sel
2760       - 12  # NDRPDR sel
2761       - 13  # NDRPDR sel
2762       - 15  # NDRPDR sel
2763       - 16  # NDRPDR sel
2764       - 17  # NDRPDR sel
2765       - 18  # NDRPDR sel
2766       - 19  # NDRPDR sel
2767       - 20  # NDRPDR sel
2768       - 21  # NDRPDR sel
2769       - 22  # NDRPDR sel
2770       - 23  # NDRPDR sel
2771       - 24  # NDRPDR sel
2772       - 25  # NDRPDR full
2773       - 26  # NDRPDR full
2774
2775     csit-dpdk-perf-verify-1904-3n-skx:
2776       - 2   # NDRPDR sel
2777       - 3   # NDRPDR sel
2778       - 4   # NDRPDR sel
2779       - 5   # NDRPDR sel
2780       - 6   # NDRPDR sel
2781       - 7   # NDRPDR sel
2782       - 11  # NDRPDR sel
2783       - 12  # NDRPDR sel
2784       - 13  # NDRPDR sel
2785       - 14  # NDRPDR sel
2786     csit-dpdk-perf-verify-1908-3n-skx:
2787       - 3   # NDRPDR sel
2788       - 4   # NDRPDR sel
2789       - 5   # NDRPDR sel
2790       - 6   # NDRPDR sel
2791       - 7   # NDRPDR sel
2792       - 8   # NDRPDR sel
2793       - 9   # NDRPDR sel
2794       - 10  # NDRPDR sel
2795       - 11  # NDRPDR sel
2796       - 12  # NDRPDR sel
2797     csit-dpdk-perf-verify-2001-3n-skx:
2798       - 29  # NDRPDR sel xxv710
2799       - 33  # NDRPDR sel xxv710
2800       - 34  # NDRPDR sel xxv710
2801       - 35  # NDRPDR sel xxv710
2802       - 36  # NDRPDR sel xxv710
2803       - 37  # NDRPDR sel xxv710
2804       - 41  # NDRPDR sel xxv710
2805       - 42  # NDRPDR sel xxv710
2806       - 43  # NDRPDR sel xxv710
2807       - 45  # NDRPDR sel xxv710
2808       - 30  # NDRPDR sel x710
2809       - 31  # NDRPDR sel x710
2810       - 32  # NDRPDR sel x710
2811       - 38  # NDRPDR sel x710
2812       - 39  # NDRPDR sel x710
2813       - 40  # NDRPDR sel x710
2814       - 44  # NDRPDR sel x710
2815       - 46  # NDRPDR sel x710
2816       - 47  # NDRPDR sel x710
2817       - 48  # NDRPDR sel x710
2818
2819     csit-dpdk-perf-verify-1904-2n-skx:
2820       - 2   # NDRPDR sel
2821       - 3   # NDRPDR sel
2822       - 4   # NDRPDR sel
2823       - 5   # NDRPDR sel
2824       - 7   # NDRPDR sel
2825       - 8   # NDRPDR sel
2826       - 9   # NDRPDR sel
2827       - 10  # NDRPDR sel
2828       - 11  # NDRPDR sel
2829       - 12  # NDRPDR sel
2830     csit-dpdk-perf-verify-1908-2n-skx:
2831       - 2   # NDRPDR sel
2832       - 3   # NDRPDR sel
2833       - 4   # NDRPDR sel
2834       - 5   # NDRPDR sel
2835       - 7   # NDRPDR sel
2836       - 8   # NDRPDR sel
2837       - 9   # NDRPDR sel
2838       - 10  # NDRPDR sel
2839       - 11  # NDRPDR sel
2840       - 12  # NDRPDR sel
2841     csit-dpdk-perf-verify-2001-2n-skx:
2842       - 35  # NDRPDR sel xxv710
2843       - 36  # NDRPDR sel xxv710
2844       - 37  # NDRPDR sel xxv710
2845       - 41  # NDRPDR sel xxv710
2846       - 42  # NDRPDR sel xxv710
2847       - 43  # NDRPDR sel xxv710
2848       - 46  # NDRPDR sel xxv710
2849       - 47  # NDRPDR sel xxv710
2850       - 52  # NDRPDR sel xxv710
2851       - 53  # NDRPDR sel xxv710
2852       - 38  # NDRPDR sel x710
2853       - 39  # NDRPDR sel x710
2854       - 40  # NDRPDR sel x710
2855       - 44  # NDRPDR sel x710
2856       - 45  # NDRPDR sel x710
2857       - 48  # NDRPDR sel x710
2858       - 49  # NDRPDR sel x710
2859       - 50  # NDRPDR sel x710
2860       - 51  # NDRPDR sel x710
2861       - 54  # NDRPDR sel x710
2862
2863
2864     csit-dpdk-perf-verify-2001-2n-clx:
2865       - 15  # NDRPDR sel
2866       - 16  # NDRPDR sel
2867       - 17  # NDRPDR sel
2868       - 18  # NDRPDR sel
2869       - 19  # NDRPDR sel
2870       - 20  # NDRPDR sel
2871       - 21  # NDRPDR sel
2872       - 22  # NDRPDR sel
2873       - 23  # NDRPDR sel
2874       - 24  # NDRPDR sel
2875       - 25  # NDRPDR sel
2876       - 26  # NDRPDR sel
2877       - 27  # NDRPDR sel
2878       - 28  # NDRPDR sel
2879       - 29  # NDRPDR sel
2880       - 30  # NDRPDR sel
2881       - 31  # NDRPDR sel
2882       - 32  # NDRPDR sel
2883       - 33  # NDRPDR sel
2884       - 34  # NDRPDR sel
2885
2886     csit-dpdk-perf-verify-2001-2n-dnv:
2887       - 9   # NDRPDR sel
2888       - 10  # NDRPDR sel
2889       - 11  # NDRPDR sel
2890       - 12  # NDRPDR sel
2891       - 13  # NDRPDR sel
2892       - 14  # NDRPDR sel
2893       - 15  # NDRPDR sel
2894       - 16  # NDRPDR sel
2895       - 17  # NDRPDR sel
2896       - 18  # NDRPDR sel
2897
2898     csit-dpdk-perf-verify-2001-3n-dnv:
2899       - 12  # NDRPDR sel
2900       - 13  # NDRPDR sel
2901       - 14  # NDRPDR sel
2902       - 15  # NDRPDR sel
2903       - 16  # NDRPDR sel
2904       - 17  # NDRPDR sel
2905       - 18  # NDRPDR sel
2906       - 19  # NDRPDR sel
2907       - 20  # NDRPDR sel
2908       - 22  # NDRPDR sel
2909
2910     csit-dpdk-perf-verify-2001-3n-tsh:
2911       - 3   # NDRPDR sel
2912       - 4   # NDRPDR sel
2913       - 5   # NDRPDR sel
2914       - 9   # NDRPDR sel
2915       - 10  # NDRPDR sel
2916       - 11  # NDRPDR sel
2917       - 12  # NDRPDR sel
2918       - 14  # NDRPDR sel
2919       - 15  # NDRPDR sel
2920       - 18  # NDRPDR sel
2921
2922     csit-vpp-device-2001-ubuntu1804-1n-skx:
2923       - 57
2924
2925 - type: "output"
2926   output: "report"
2927   format:
2928     html:
2929     - full
2930 #    pdf:
2931 #    - minimal
2932
2933 ################################################################################
2934 ###                               T A B L E S                                ###
2935 ################################################################################
2936
2937 ## VPP Soak vs NDR - 2n-skx
2938 #- type: "table"
2939 #  title: "VPP Soak vs NDR 2n-skx"
2940 #  algorithm: "table_soak_vs_ndr"
2941 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2942 #  reference:
2943 #    title: "NDR"
2944 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2945 #  compare:
2946 #    title: "Soak"
2947 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2948 #  data: "vpp-soak-vs-ndr-2n-skx"
2949 #  include-tests: "NDR"
2950 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2951 #  parameters:
2952 #    - "throughput"
2953 #    - "name"
2954 #    - "parent"
2955
2956 # VPP Soak vs NDR - 2n-clx
2957 - type: "table"
2958   title: "VPP Soak vs NDR 2n-clx"
2959   algorithm: "table_soak_vs_ndr"
2960   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2961   reference:
2962     title: "NDR"
2963     data: "vpp-soak-vs-ndr-2n-clx-ref"
2964   compare:
2965     title: "Soak"
2966     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2967   data: "vpp-soak-vs-ndr-2n-clx"
2968   include-tests: "NDR"
2969   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2970   parameters:
2971     - "throughput"
2972     - "name"
2973     - "parent"
2974
2975 ################################################################################
2976
2977 # VPP Compare NICs 3n-skx 2t1c ndr
2978 - type: "table"
2979   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2980   algorithm: "table_nics_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2982   reference:
2983     title: "x710"
2984     nic: "NIC_Intel-X710"
2985   compare:
2986     title: "xxv710"
2987     nic: "NIC_Intel-XXV710"
2988   data: "vpp-nic-comparison-3n-skx"
2989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2990   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2991   parameters:
2992   - "name"
2993   - "parent"
2994   - "throughput"
2995   - "tags"
2996
2997 # VPP Compare NICs 3n-skx 4t2c ndr
2998 - type: "table"
2999   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3000   algorithm: "table_nics_comparison"
3001   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3002   reference:
3003     title: "x710"
3004     nic: "NIC_Intel-X710"
3005   compare:
3006     title: "xxv710"
3007     nic: "NIC_Intel-XXV710"
3008   data: "vpp-nic-comparison-3n-skx"
3009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3010   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3011   parameters:
3012   - "name"
3013   - "parent"
3014   - "throughput"
3015   - "tags"
3016
3017 # VPP Compare NICs 3n-skx 2t1c pdr
3018 - type: "table"
3019   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3020   algorithm: "table_nics_comparison"
3021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3022   reference:
3023     title: "x710"
3024     nic: "NIC_Intel-X710"
3025   compare:
3026     title: "xxv710"
3027     nic: "NIC_Intel-XXV710"
3028   data: "vpp-nic-comparison-3n-skx"
3029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3030   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3031   parameters:
3032   - "name"
3033   - "parent"
3034   - "throughput"
3035   - "tags"
3036
3037  # VPP Compare NICs 3n-skx 4t2c pdr
3038 - type: "table"
3039   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3040   algorithm: "table_nics_comparison"
3041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3042   reference:
3043     title: "x710"
3044     nic: "NIC_Intel-X710"
3045   compare:
3046     title: "xxv710"
3047     nic: "NIC_Intel-XXV710"
3048   data: "vpp-nic-comparison-3n-skx"
3049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3050   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3051   parameters:
3052   - "name"
3053   - "parent"
3054   - "throughput"
3055   - "tags"
3056
3057 # VPP Compare NICs 3n-skx 2t1c mrr
3058 - type: "table"
3059   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3060   algorithm: "table_nics_comparison"
3061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3062   reference:
3063     title: "x710"
3064     nic: "NIC_Intel-X710"
3065   compare:
3066     title: "xxv710"
3067     nic: "NIC_Intel-XXV710"
3068   data: "vpp-nic-comparison-3n-skx-mrr"
3069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3070   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3071   parameters:
3072   - "name"
3073   - "parent"
3074   - "result"
3075   - "tags"
3076
3077 # VPP Compare NICs 3n-skx 4t2c mrr
3078 - type: "table"
3079   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3080   algorithm: "table_nics_comparison"
3081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3082   reference:
3083     title: "x710"
3084     nic: "NIC_Intel-X710"
3085   compare:
3086     title: "xxv710"
3087     nic: "NIC_Intel-XXV710"
3088   data: "vpp-nic-comparison-3n-skx-mrr"
3089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3090   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3091   parameters:
3092   - "name"
3093   - "parent"
3094   - "result"
3095   - "tags"
3096
3097  # VPP Compare NICs 3n-skx 8t4c mrr
3098 - type: "table"
3099   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3100   algorithm: "table_nics_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3102   reference:
3103     title: "x710"
3104     nic: "NIC_Intel-X710"
3105   compare:
3106     title: "xxv710"
3107     nic: "NIC_Intel-XXV710"
3108   data: "vpp-nic-comparison-3n-skx-mrr"
3109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3110   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3111   parameters:
3112   - "name"
3113   - "parent"
3114   - "result"
3115   - "tags"
3116
3117 # VPP Compare NICs 2n-skx 2t1c ndr
3118 - type: "table"
3119   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3120   algorithm: "table_nics_comparison"
3121   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3122   reference:
3123     title: "x710"
3124     nic: "NIC_Intel-X710"
3125   compare:
3126     title: "xxv710"
3127     nic: "NIC_Intel-XXV710"
3128   data: "vpp-nic-comparison-2n-skx"
3129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3130   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3131   parameters:
3132   - "name"
3133   - "parent"
3134   - "throughput"
3135   - "tags"
3136
3137 # VPP Compare NICs 2n-skx 4t2c ndr
3138 - type: "table"
3139   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3140   algorithm: "table_nics_comparison"
3141   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3142   reference:
3143     title: "x710"
3144     nic: "NIC_Intel-X710"
3145   compare:
3146     title: "xxv710"
3147     nic: "NIC_Intel-XXV710"
3148   data: "vpp-nic-comparison-2n-skx"
3149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3150   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3151   parameters:
3152   - "name"
3153   - "parent"
3154   - "throughput"
3155   - "tags"
3156
3157  # VPP Compare NICs 2n-skx 2t1c pdr
3158 - type: "table"
3159   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3160   algorithm: "table_nics_comparison"
3161   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3162   reference:
3163     title: "x710"
3164     nic: "NIC_Intel-X710"
3165   compare:
3166     title: "xxv710"
3167     nic: "NIC_Intel-XXV710"
3168   data: "vpp-nic-comparison-2n-skx"
3169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3170   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3171   parameters:
3172   - "name"
3173   - "parent"
3174   - "throughput"
3175   - "tags"
3176
3177 # VPP Compare NICs 2n-skx 4t2c pdr
3178 - type: "table"
3179   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3180   algorithm: "table_nics_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3182   reference:
3183     title: "x710"
3184     nic: "NIC_Intel-X710"
3185   compare:
3186     title: "xxv710"
3187     nic: "NIC_Intel-XXV710"
3188   data: "vpp-nic-comparison-2n-skx"
3189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3190   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3191   parameters:
3192   - "name"
3193   - "parent"
3194   - "throughput"
3195   - "tags"
3196
3197 # VPP Compare NICs 2n-skx 2t1c mrr
3198 - type: "table"
3199   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3200   algorithm: "table_nics_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3202   reference:
3203     title: "x710"
3204     nic: "NIC_Intel-X710"
3205   compare:
3206     title: "xxv710"
3207     nic: "NIC_Intel-XXV710"
3208   data: "vpp-nic-comparison-2n-skx-mrr"
3209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3210   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3211   parameters:
3212   - "name"
3213   - "parent"
3214   - "result"
3215   - "tags"
3216
3217 # VPP Compare NICs 2n-skx 4t2c mrr
3218 - type: "table"
3219   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3220   algorithm: "table_nics_comparison"
3221   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3222   reference:
3223     title: "x710"
3224     nic: "NIC_Intel-X710"
3225   compare:
3226     title: "xxv710"
3227     nic: "NIC_Intel-XXV710"
3228   data: "vpp-nic-comparison-2n-skx-mrr"
3229   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3230   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3231   parameters:
3232   - "name"
3233   - "parent"
3234   - "result"
3235   - "tags"
3236
3237 # VPP Compare NICs 2n-skx 8t4c mrr
3238 - type: "table"
3239   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3240   algorithm: "table_nics_comparison"
3241   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3242   reference:
3243     title: "x710"
3244     nic: "NIC_Intel-X710"
3245   compare:
3246     title: "xxv710"
3247     nic: "NIC_Intel-XXV710"
3248   data: "vpp-nic-comparison-2n-skx-mrr"
3249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3250   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3251   parameters:
3252   - "name"
3253   - "parent"
3254   - "result"
3255   - "tags"
3256
3257 ################################################################################
3258 # VPP
3259
3260 # VPP Performance Changes 3n-hsw 1t1c pdr
3261 - type: "table"
3262   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3263   algorithm: "table_perf_comparison"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3265   history:
3266     - title: "rls1904"
3267       data: "vpp-performance-changes-3n-hsw-h1"
3268   reference:
3269     title: "rls1908"
3270     data: "vpp-performance-changes-3n-hsw-ref"
3271     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3272   compare:
3273     title: "rls2001"
3274     data: "vpp-performance-changes-3n-hsw-cmp"
3275   data: "vpp-performance-changes-3n-hsw"
3276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3277   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3278   parameters:
3279   - "name"
3280   - "parent"
3281   - "throughput"
3282
3283 # VPP Performance Changes 3n-hsw 2t2c pdr
3284 - type: "table"
3285   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3286   algorithm: "table_perf_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3288   history:
3289     - title: "rls1904"
3290       data: "vpp-performance-changes-3n-hsw-h1"
3291   reference:
3292     title: "rls1908"
3293     data: "vpp-performance-changes-3n-hsw-ref"
3294     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3295   compare:
3296     title: "rls2001"
3297     data: "vpp-performance-changes-3n-hsw-cmp"
3298   data: "vpp-performance-changes-3n-hsw"
3299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3300   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3301   parameters:
3302   - "name"
3303   - "parent"
3304   - "throughput"
3305
3306 # VPP Performance Changes 3n-hsw 1t1c ndr
3307 - type: "table"
3308   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3309   algorithm: "table_perf_comparison"
3310   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3311   history:
3312     - title: "rls1904"
3313       data: "vpp-performance-changes-3n-hsw-h1"
3314   reference:
3315     title: "rls1908"
3316     data: "vpp-performance-changes-3n-hsw-ref"
3317     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3318   compare:
3319     title: "rls2001"
3320     data: "vpp-performance-changes-3n-hsw-cmp"
3321   data: "vpp-performance-changes-3n-hsw"
3322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3323   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3324   parameters:
3325   - "name"
3326   - "parent"
3327   - "throughput"
3328
3329 # VPP Performance Changes 3n-hsw 2t2c ndr
3330 - type: "table"
3331   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3332   algorithm: "table_perf_comparison"
3333   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3334   history:
3335     - title: "rls1904"
3336       data: "vpp-performance-changes-3n-hsw-h1"
3337   reference:
3338     title: "rls1908"
3339     data: "vpp-performance-changes-3n-hsw-ref"
3340     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3341   compare:
3342     title: "rls2001"
3343     data: "vpp-performance-changes-3n-hsw-cmp"
3344   data: "vpp-performance-changes-3n-hsw"
3345   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3346   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3347   parameters:
3348   - "name"
3349   - "parent"
3350   - "throughput"
3351
3352 # VPP Performance Changes 3n-skx 2t1c pdr
3353 - type: "table"
3354   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3355   algorithm: "table_perf_comparison_nic"
3356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3357   history:
3358     - title: "rls1904 x710"
3359       data: "vpp-performance-changes-3n-skx-h1"
3360       nic: "NIC_Intel-X710"
3361   reference:
3362     title: "rls1908 xxv710"
3363     data: "vpp-performance-changes-3n-skx-ref"
3364     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3365     nic: "NIC_Intel-XXV710"
3366   compare:
3367     title: "rls2001 xxv710"
3368     data: "vpp-performance-changes-3n-skx-cmp"
3369     nic: "NIC_Intel-XXV710"
3370   data: "vpp-performance-changes-3n-skx"
3371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3372   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3373   parameters:
3374   - "name"
3375   - "parent"
3376   - "throughput"
3377   - "tags"
3378
3379 # VPP Performance Changes 3n-skx 4t2c pdr
3380 - type: "table"
3381   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3382   algorithm: "table_perf_comparison_nic"
3383   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3384   history:
3385     - title: "rls1904 x710"
3386       data: "vpp-performance-changes-3n-skx-h1"
3387       nic: "NIC_Intel-X710"
3388   reference:
3389     title: "rls1908 xxv710"
3390     data: "vpp-performance-changes-3n-skx-ref"
3391     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3392     nic: "NIC_Intel-XXV710"
3393   compare:
3394     title: "rls2001 xxv710"
3395     data: "vpp-performance-changes-3n-skx-cmp"
3396     nic: "NIC_Intel-XXV710"
3397   data: "vpp-performance-changes-3n-skx"
3398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3400   parameters:
3401   - "name"
3402   - "parent"
3403   - "throughput"
3404   - "tags"
3405
3406 # VPP Performance Changes 3n-skx 2t1c ndr
3407 - type: "table"
3408   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3409   algorithm: "table_perf_comparison_nic"
3410   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3411   history:
3412     - title: "rls1904 x710"
3413       data: "vpp-performance-changes-3n-skx-h1"
3414       nic: "NIC_Intel-X710"
3415   reference:
3416     title: "rls1908 xxv710"
3417     data: "vpp-performance-changes-3n-skx-ref"
3418     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3419     nic: "NIC_Intel-XXV710"
3420   compare:
3421     title: "rls2001 xxv710"
3422     data: "vpp-performance-changes-3n-skx-cmp"
3423     nic: "NIC_Intel-XXV710"
3424   data: "vpp-performance-changes-3n-skx"
3425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3426   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3427   parameters:
3428   - "name"
3429   - "parent"
3430   - "throughput"
3431   - "tags"
3432
3433 # VPP Performance Changes 3n-skx 4t2c ndr
3434 - type: "table"
3435   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3436   algorithm: "table_perf_comparison_nic"
3437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3438   history:
3439     - title: "rls1904 x710"
3440       data: "vpp-performance-changes-3n-skx-h1"
3441       nic: "NIC_Intel-X710"
3442   reference:
3443     title: "rls1908 xxv710"
3444     data: "vpp-performance-changes-3n-skx-ref"
3445     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3446     nic: "NIC_Intel-XXV710"
3447   compare:
3448     title: "rls2001 xxv710"
3449     data: "vpp-performance-changes-3n-skx-cmp"
3450     nic: "NIC_Intel-XXV710"
3451   data: "vpp-performance-changes-3n-skx"
3452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3453   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3454   parameters:
3455   - "name"
3456   - "parent"
3457   - "throughput"
3458   - "tags"
3459
3460 # VPP Performance Changes 2n-skx 2t1c pdr
3461 - type: "table"
3462   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3463   algorithm: "table_perf_comparison_nic"
3464   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3465   history:
3466     - title: "rls1904 x710"
3467       data: "vpp-performance-changes-2n-skx-h1"
3468       nic: "NIC_Intel-X710"
3469   reference:
3470     title: "rls1908 xxv710"
3471     data: "vpp-performance-changes-2n-skx-ref"
3472     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3473     nic: "NIC_Intel-XXV710"
3474   compare:
3475     title: "rls2001 xxv710"
3476     data: "vpp-performance-changes-2n-skx-cmp"
3477     nic: "NIC_Intel-XXV710"
3478   data: "vpp-performance-changes-2n-skx"
3479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3480   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3481   parameters:
3482   - "name"
3483   - "parent"
3484   - "throughput"
3485   - "tags"
3486
3487 # VPP Performance Changes 2n-skx 4t2c pdr
3488 - type: "table"
3489   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3490   algorithm: "table_perf_comparison_nic"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3492   history:
3493     - title: "rls1904 x710"
3494       data: "vpp-performance-changes-2n-skx-h1"
3495       nic: "NIC_Intel-X710"
3496   reference:
3497     title: "rls1908 xxv710"
3498     data: "vpp-performance-changes-2n-skx-ref"
3499     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3500     nic: "NIC_Intel-XXV710"
3501   compare:
3502     title: "rls2001 xxv710"
3503     data: "vpp-performance-changes-2n-skx-cmp"
3504     nic: "NIC_Intel-XXV710"
3505   data: "vpp-performance-changes-2n-skx"
3506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3508   parameters:
3509   - "name"
3510   - "parent"
3511   - "throughput"
3512   - "tags"
3513
3514 # VPP Performance Changes 2n-skx 2t1c ndr
3515 - type: "table"
3516   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3517   algorithm: "table_perf_comparison_nic"
3518   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3519   history:
3520     - title: "rls1904 x710"
3521       data: "vpp-performance-changes-2n-skx-h1"
3522       nic: "NIC_Intel-X710"
3523   reference:
3524     title: "rls1908 xxv710"
3525     data: "vpp-performance-changes-2n-skx-ref"
3526     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3527     nic: "NIC_Intel-XXV710"
3528   compare:
3529     title: "rls2001 xxv710"
3530     data: "vpp-performance-changes-2n-skx-cmp"
3531     nic: "NIC_Intel-XXV710"
3532   data: "vpp-performance-changes-2n-skx"
3533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3535   parameters:
3536   - "name"
3537   - "parent"
3538   - "throughput"
3539   - "tags"
3540
3541 # VPP Performance Changes 2n-skx 4t2c ndr
3542 - type: "table"
3543   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3544   algorithm: "table_perf_comparison_nic"
3545   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3546   history:
3547     - title: "rls1904 x710"
3548       data: "vpp-performance-changes-2n-skx-h1"
3549       nic: "NIC_Intel-X710"
3550   reference:
3551     title: "rls1908 xxv710"
3552     data: "vpp-performance-changes-2n-skx-ref"
3553     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3554     nic: "NIC_Intel-XXV710"
3555   compare:
3556     title: "rls2001 xxv710"
3557     data: "vpp-performance-changes-2n-skx-cmp"
3558     nic: "NIC_Intel-XXV710"
3559   data: "vpp-performance-changes-2n-skx"
3560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3562   parameters:
3563   - "name"
3564   - "parent"
3565   - "throughput"
3566   - "tags"
3567
3568 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3569 #- type: "table"
3570 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3571 #  algorithm: "table_perf_comparison"
3572 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3573 #  reference:
3574 #    title: "rls1908"
3575 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3576 #  compare:
3577 #    title: "rls2001"
3578 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3579 #  data: "vpp-performance-changes-nfv-2n-skx"
3580 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3581 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3582 #  parameters:
3583 #  - "name"
3584 #  - "parent"
3585 #  - "throughput"
3586 #  - "tags"
3587 #
3588 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3589 #- type: "table"
3590 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3591 #  algorithm: "table_perf_comparison"
3592 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3593 #  reference:
3594 #    title: "rls1908"
3595 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3596 #  compare:
3597 #    title: "rls2001"
3598 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3599 #  data: "vpp-performance-changes-nfv-2n-skx"
3600 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3601 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3602 #  parameters:
3603 #  - "name"
3604 #  - "parent"
3605 #  - "throughput"
3606 #  - "tags"
3607 #
3608 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3609 #- type: "table"
3610 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3611 #  algorithm: "table_perf_comparison"
3612 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3613 #  reference:
3614 #    title: "rls1908"
3615 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3616 #  compare:
3617 #    title: "rls2001"
3618 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3619 #  data: "vpp-performance-changes-nfv-2n-skx"
3620 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3622 #  parameters:
3623 #  - "name"
3624 #  - "parent"
3625 #  - "throughput"
3626 #  - "tags"
3627 #
3628 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3629 #- type: "table"
3630 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3631 #  algorithm: "table_perf_comparison"
3632 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3633 #  reference:
3634 #    title: "rls1908"
3635 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3636 #  compare:
3637 #    title: "rls2001"
3638 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3639 #  data: "vpp-performance-changes-nfv-2n-skx"
3640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3641 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3642 #  parameters:
3643 #  - "name"
3644 #  - "parent"
3645 #  - "throughput"
3646 #  - "tags"
3647
3648 # VPP Performance Changes 2n-dnv 1t1c pdr
3649 - type: "table"
3650   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3651   algorithm: "table_perf_comparison"
3652   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3653   reference:
3654     title: "rls1908"
3655     data: "vpp-performance-changes-2n-dnv-ref"
3656   compare:
3657     title: "rls2001"
3658     data: "vpp-performance-changes-2n-dnv-cmp"
3659   data: "vpp-performance-changes-2n-dnv"
3660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3661   filter: "'1T1C'"
3662   parameters:
3663   - "name"
3664   - "parent"
3665   - "throughput"
3666   - "tags"
3667
3668 # VPP Performance Changes 2n-dnv 2t2c pdr
3669 - type: "table"
3670   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3671   algorithm: "table_perf_comparison"
3672   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3673   reference:
3674     title: "rls1908"
3675     data: "vpp-performance-changes-2n-dnv-ref"
3676   compare:
3677     title: "rls2001"
3678     data: "vpp-performance-changes-2n-dnv-cmp"
3679   data: "vpp-performance-changes-2n-dnv"
3680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3681   filter: "'2T2C'"
3682   parameters:
3683   - "name"
3684   - "parent"
3685   - "throughput"
3686   - "tags"
3687
3688 # VPP Performance Changes 2n-dnv 1t1c ndr
3689 - type: "table"
3690   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3691   algorithm: "table_perf_comparison"
3692   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3693   reference:
3694     title: "rls1908"
3695     data: "vpp-performance-changes-2n-dnv-ref"
3696   compare:
3697     title: "rls2001"
3698     data: "vpp-performance-changes-2n-dnv-cmp"
3699   data: "vpp-performance-changes-2n-dnv"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'1T1C'"
3702   parameters:
3703   - "name"
3704   - "parent"
3705   - "throughput"
3706   - "tags"
3707
3708 # VPP Performance Changes 2n-dnv 2t2c ndr
3709 - type: "table"
3710   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3711   algorithm: "table_perf_comparison"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3713   reference:
3714     title: "rls1908 "
3715     data: "vpp-performance-changes-2n-dnv-ref"
3716   compare:
3717     title: "rls2001"
3718     data: "vpp-performance-changes-2n-dnv-cmp"
3719   data: "vpp-performance-changes-2n-dnv"
3720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'2T2C'"
3722   parameters:
3723   - "name"
3724   - "parent"
3725   - "throughput"
3726   - "tags"
3727
3728 # VPP Performance Changes 3n-dnv 1t1c pdr
3729 - type: "table"
3730   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3731   algorithm: "table_perf_comparison"
3732   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3733   reference:
3734     title: "rls1908"
3735     data: "vpp-performance-changes-3n-dnv-ref"
3736   compare:
3737     title: "rls2001"
3738     data: "vpp-performance-changes-3n-dnv-cmp"
3739   data: "vpp-performance-changes-3n-dnv"
3740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3741   filter: "'1T1C'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "throughput"
3746   - "tags"
3747
3748 # VPP Performance Changes 3n-dnv 2t2c pdr
3749 - type: "table"
3750   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3751   algorithm: "table_perf_comparison"
3752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3753   reference:
3754     title: "rls1908"
3755     data: "vpp-performance-changes-3n-dnv-ref"
3756   compare:
3757     title: "rls2001"
3758     data: "vpp-performance-changes-3n-dnv-cmp"
3759   data: "vpp-performance-changes-3n-dnv"
3760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3761   filter: "'2T2C'"
3762   parameters:
3763   - "name"
3764   - "parent"
3765   - "throughput"
3766   - "tags"
3767
3768 # VPP Performance Changes 3n-dnv 1t1c ndr
3769 - type: "table"
3770   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3771   algorithm: "table_perf_comparison"
3772   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3773   reference:
3774     title: "rls1908"
3775     data: "vpp-performance-changes-3n-dnv-ref"
3776   compare:
3777     title: "rls2001"
3778     data: "vpp-performance-changes-3n-dnv-cmp"
3779   data: "vpp-performance-changes-3n-dnv"
3780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'1T1C'"
3782   parameters:
3783   - "name"
3784   - "parent"
3785   - "throughput"
3786   - "tags"
3787
3788 # VPP Performance Changes 3n-dnv 2t2c ndr
3789 - type: "table"
3790   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3791   algorithm: "table_perf_comparison"
3792   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3793   reference:
3794     title: "rls1908"
3795     data: "vpp-performance-changes-3n-dnv-ref"
3796   compare:
3797     title: "rls2001"
3798     data: "vpp-performance-changes-3n-dnv-cmp"
3799   data: "vpp-performance-changes-3n-dnv"
3800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'2T2C'"
3802   parameters:
3803   - "name"
3804   - "parent"
3805   - "throughput"
3806   - "tags"
3807
3808 # VPP Performance Changes 3n-tsh 1t1c pdr
3809 - type: "table"
3810   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3811   algorithm: "table_perf_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3813   reference:
3814     title: "rls1908"
3815     data: "vpp-performance-changes-3n-tsh-ref"
3816   compare:
3817     title: "rls2001"
3818     data: "vpp-performance-changes-3n-tsh-cmp"
3819   data: "vpp-performance-changes-3n-tsh"
3820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3821   filter: "'1T1C'"
3822   parameters:
3823   - "name"
3824   - "parent"
3825   - "throughput"
3826   - "tags"
3827
3828 # VPP Performance Changes 3n-tsh 2t2c pdr
3829 - type: "table"
3830   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3831   algorithm: "table_perf_comparison"
3832   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3833   reference:
3834     title: "rls1908"
3835     data: "vpp-performance-changes-3n-tsh-ref"
3836   compare:
3837     title: "rls2001"
3838     data: "vpp-performance-changes-3n-tsh-cmp"
3839   data: "vpp-performance-changes-3n-tsh"
3840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3841   filter: "'2T2C'"
3842   parameters:
3843   - "name"
3844   - "parent"
3845   - "throughput"
3846   - "tags"
3847
3848 # VPP Performance Changes 3n-tsh 1t1c ndr
3849 - type: "table"
3850   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3851   algorithm: "table_perf_comparison"
3852   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3853   reference:
3854     title: "rls1908"
3855     data: "vpp-performance-changes-3n-tsh-ref"
3856   compare:
3857     title: "rls2001"
3858     data: "vpp-performance-changes-3n-tsh-cmp"
3859   data: "vpp-performance-changes-3n-tsh"
3860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3861   filter: "'1T1C'"
3862   parameters:
3863   - "name"
3864   - "parent"
3865   - "throughput"
3866   - "tags"
3867
3868 # VPP Performance Changes 3n-tsh 2t2c ndr
3869 - type: "table"
3870   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3871   algorithm: "table_perf_comparison"
3872   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3873   reference:
3874     title: "rls1908"
3875     data: "vpp-performance-changes-3n-tsh-ref"
3876   compare:
3877     title: "rls2001"
3878     data: "vpp-performance-changes-3n-tsh-cmp"
3879   data: "vpp-performance-changes-3n-tsh"
3880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3881   filter: "'2T2C'"
3882   parameters:
3883   - "name"
3884   - "parent"
3885   - "throughput"
3886   - "tags"
3887
3888 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3889 - type: "table"
3890   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3891   algorithm: "table_perf_comparison_nic"
3892   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3893   reference:
3894     title: "3n-hsw xl710"
3895     data: "vpp-compare-testbeds-ref"
3896     nic: "NIC_Intel-XL710"
3897   compare:
3898     title: "3n-skx xxv710"
3899     data: "vpp-compare-testbeds-cmp"
3900     nic: "NIC_Intel-XXV710"
3901   data: "vpp-compare-testbeds"
3902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3903   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3904   parameters:
3905   - "name"
3906   - "parent"
3907   - "throughput"
3908   - "tags"
3909
3910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3911 - type: "table"
3912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3913   algorithm: "table_perf_comparison_nic"
3914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3915   reference:
3916     title: "3n-hsw xl710"
3917     data: "vpp-compare-testbeds-ref"
3918     nic: "NIC_Intel-XL710"
3919   compare:
3920     title: "3n-skx xxv710"
3921     data: "vpp-compare-testbeds-cmp"
3922     nic: "NIC_Intel-XXV710"
3923   data: "vpp-compare-testbeds"
3924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3925   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "throughput"
3930   - "tags"
3931
3932 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3933 - type: "table"
3934   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3935   algorithm: "table_perf_comparison_nic"
3936   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3937   reference:
3938     title: "3n-hsw xl710"
3939     data: "vpp-compare-testbeds-ref"
3940     nic: "NIC_Intel-XL710"
3941   compare:
3942     title: "3n-skx xxv710"
3943     data: "vpp-compare-testbeds-cmp"
3944     nic: "NIC_Intel-XXV710"
3945   data: "vpp-compare-testbeds"
3946   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3947   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3948   parameters:
3949   - "name"
3950   - "parent"
3951   - "throughput"
3952   - "tags"
3953
3954 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3955 - type: "table"
3956   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3957   algorithm: "table_perf_comparison_nic"
3958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3959   reference:
3960     title: "3n-hsw xl710"
3961     data: "vpp-compare-testbeds-ref"
3962     nic: "NIC_Intel-XL710"
3963   compare:
3964     title: "3n-skx xxv710"
3965     data: "vpp-compare-testbeds-cmp"
3966     nic: "NIC_Intel-XXV710"
3967   data: "vpp-compare-testbeds"
3968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3969   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3970   parameters:
3971   - "name"
3972   - "parent"
3973   - "throughput"
3974   - "tags"
3975
3976 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3977 - type: "table"
3978   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3979   algorithm: "table_perf_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3981   reference:
3982     title: "2n-skx"
3983     data: "vpp-compare-testbeds-skx-clx-ref"
3984   compare:
3985     title: "2n-clx"
3986     data: "vpp-compare-testbeds-skx-clx-cmp"
3987   data: "vpp-compare-testbeds-skx-clx"
3988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3989   filter: "'2T1C'"
3990   parameters:
3991   - "name"
3992   - "parent"
3993   - "throughput"
3994   - "tags"
3995
3996 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3997 - type: "table"
3998   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3999   algorithm: "table_perf_comparison"
4000   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4001   reference:
4002     title: "2n-skx"
4003     data: "vpp-compare-testbeds-skx-clx-ref"
4004   compare:
4005     title: "2n-clx"
4006     data: "vpp-compare-testbeds-skx-clx-cmp"
4007   data: "vpp-compare-testbeds-skx-clx"
4008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4009   filter: "'4T2C'"
4010   parameters:
4011   - "name"
4012   - "parent"
4013   - "throughput"
4014   - "tags"
4015
4016 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4017 - type: "table"
4018   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4019   algorithm: "table_perf_comparison"
4020   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4021   reference:
4022     title: "2n-skx"
4023     data: "vpp-compare-testbeds-skx-clx-ref"
4024   compare:
4025     title: "2n-clx"
4026     data: "vpp-compare-testbeds-skx-clx-cmp"
4027   data: "vpp-compare-testbeds-skx-clx"
4028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4029   filter: "'2T1C'"
4030   parameters:
4031   - "name"
4032   - "parent"
4033   - "throughput"
4034   - "tags"
4035
4036 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4037 - type: "table"
4038   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4039   algorithm: "table_perf_comparison"
4040   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4041   reference:
4042     title: "2n-skx"
4043     data: "vpp-compare-testbeds-skx-clx-ref"
4044   compare:
4045     title: "2n-clx"
4046     data: "vpp-compare-testbeds-skx-clx-cmp"
4047   data: "vpp-compare-testbeds-skx-clx"
4048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4049   filter: "'4T2C'"
4050   parameters:
4051   - "name"
4052   - "parent"
4053   - "throughput"
4054   - "tags"
4055
4056 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4057 - type: "table"
4058   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4059   algorithm: "table_perf_comparison_nic"
4060   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4061   reference:
4062     title: "3n-hsw xl710"
4063     data: "vpp-compare-testbeds-hsw-clx-ref"
4064     nic: "NIC_Intel-XL710"
4065   compare:
4066     title: "2n-clx xxv710"
4067     data: "vpp-compare-testbeds-hsw-clx-cmp"
4068     nic: "NIC_Intel-XXV710"
4069   data: "vpp-compare-testbeds-hsw-clx"
4070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4071   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4072   parameters:
4073   - "name"
4074   - "parent"
4075   - "throughput"
4076   - "tags"
4077
4078 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4079 - type: "table"
4080   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4081   algorithm: "table_perf_comparison_nic"
4082   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4083   reference:
4084     title: "3n-hsw xl710"
4085     data: "vpp-compare-testbeds-hsw-clx-ref"
4086     nic: "NIC_Intel-XL710"
4087   compare:
4088     title: "2n-clx xxv710"
4089     data: "vpp-compare-testbeds-hsw-clx-cmp"
4090     nic: "NIC_Intel-XXV710"
4091   data: "vpp-compare-testbeds-hsw-clx"
4092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4093   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4094   parameters:
4095   - "name"
4096   - "parent"
4097   - "throughput"
4098   - "tags"
4099
4100 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4101 - type: "table"
4102   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4103   algorithm: "table_perf_comparison_nic"
4104   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4105   reference:
4106     title: "3n-hsw xl710"
4107     data: "vpp-compare-testbeds-hsw-clx-ref"
4108     nic: "NIC_Intel-XL710"
4109   compare:
4110     title: "2n-clx xxv710"
4111     data: "vpp-compare-testbeds-hsw-clx-cmp"
4112     nic: "NIC_Intel-XXV710"
4113   data: "vpp-compare-testbeds-hsw-clx"
4114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4115   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4116   parameters:
4117   - "name"
4118   - "parent"
4119   - "throughput"
4120   - "tags"
4121
4122 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4123 - type: "table"
4124   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4125   algorithm: "table_perf_comparison_nic"
4126   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4127   reference:
4128     title: "3n-hsw xl710"
4129     data: "vpp-compare-testbeds-hsw-clx-ref"
4130     nic: "NIC_Intel-XL710"
4131   compare:
4132     title: "2n-clx xxv710"
4133     data: "vpp-compare-testbeds-hsw-clx-cmp"
4134     nic: "NIC_Intel-XXV710"
4135   data: "vpp-compare-testbeds-hsw-clx"
4136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4137   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4138   parameters:
4139   - "name"
4140   - "parent"
4141   - "throughput"
4142   - "tags"
4143
4144 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4145 - type: "table"
4146   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4147   algorithm: "table_perf_comparison"
4148   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4149   reference:
4150     title: "3-Node Skx"
4151     data: "vpp-compare-topologies-ref"
4152   compare:
4153     title: "2-Node Skx"
4154     data: "vpp-compare-topologies-cmp"
4155   data: "vpp-compare-topologies"
4156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4157   filter: "'NDRPDR' and '1C'"
4158   parameters:
4159   - "name"
4160   - "parent"
4161   - "throughput"
4162
4163 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4164 - type: "table"
4165   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4166   algorithm: "table_perf_comparison"
4167   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4168   reference:
4169     title: "3-Node Skx"
4170     data: "vpp-compare-topologies-ref"
4171   compare:
4172     title: "2-Node Skx"
4173     data: "vpp-compare-topologies-cmp"
4174   data: "vpp-compare-topologies"
4175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4176   filter: "'NDRPDR' and '2C'"
4177   parameters:
4178   - "name"
4179   - "parent"
4180   - "throughput"
4181
4182 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4183 - type: "table"
4184   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4185   algorithm: "table_perf_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4187   reference:
4188     title: "3-Node Skx"
4189     data: "vpp-compare-topologies-ref"
4190   compare:
4191     title: "2-Node Skx"
4192     data: "vpp-compare-topologies-cmp"
4193   data: "vpp-compare-topologies"
4194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4195   filter: "'NDRPDR' and '1C'"
4196   parameters:
4197   - "name"
4198   - "parent"
4199   - "throughput"
4200
4201 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4202 - type: "table"
4203   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4204   algorithm: "table_perf_comparison"
4205   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4206   reference:
4207     title: "3-Node Skx"
4208     data: "vpp-compare-topologies-ref"
4209   compare:
4210     title: "2-Node Skx"
4211     data: "vpp-compare-topologies-cmp"
4212   data: "vpp-compare-topologies"
4213   include-tests: "PDR"
4214   filter: "'NDRPDR' and '2C'"
4215   parameters:
4216   - "name"
4217   - "parent"
4218   - "throughput"
4219
4220 # VPP Performance Changes 3n-hsw 1t1c MRR
4221 - type: "table"
4222   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4223   algorithm: "table_perf_comparison"
4224   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4225   history:
4226     - title: "rls1904"
4227       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4228   reference:
4229     title: "rls1908"
4230     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4231   compare:
4232     title: "rls2001"
4233     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4234   data: "vpp-performance-changes-3n-hsw-mrr"
4235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4236   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4237   parameters:
4238   - "name"
4239   - "parent"
4240   - "result"
4241
4242 # VPP Performance Changes 3n-hsw 2t2c MRR
4243 - type: "table"
4244   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4245   algorithm: "table_perf_comparison"
4246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4247   history:
4248     - title: "rls1904"
4249       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4250   reference:
4251     title: "rls1908"
4252     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4253   compare:
4254     title: "rls2001"
4255     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4256   data: "vpp-performance-changes-3n-hsw-mrr"
4257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4258   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4259   parameters:
4260   - "name"
4261   - "parent"
4262   - "result"
4263
4264 # VPP Performance Changes 3n-hsw 4t4c MRR
4265 - type: "table"
4266   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4267   algorithm: "table_perf_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4269   history:
4270     - title: "rls1904"
4271       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4272   reference:
4273     title: "rls1908"
4274     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4275   compare:
4276     title: "rls2001"
4277     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4278   data: "vpp-performance-changes-3n-hsw-mrr"
4279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4280   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4281   parameters:
4282   - "name"
4283   - "parent"
4284   - "result"
4285
4286 # VPP Performance Changes 3n-skx 2t1c MRR
4287 - type: "table"
4288   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4289   algorithm: "table_perf_comparison"
4290   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4291   history:
4292     - title: "rls1904"
4293       data: "vpp-performance-changes-3n-skx-mrr-h1"
4294   reference:
4295     title: "rls1908"
4296     data: "vpp-performance-changes-3n-skx-mrr-ref"
4297   compare:
4298     title: "rls2001"
4299     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4300   data: "vpp-performance-changes-3n-skx-mrr"
4301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4302   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4303   parameters:
4304   - "name"
4305   - "parent"
4306   - "result"
4307
4308 # VPP Performance Changes 3n-skx 4t2c MRR
4309 - type: "table"
4310   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4311   algorithm: "table_perf_comparison"
4312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4313   history:
4314     - title: "rls1904"
4315       data: "vpp-performance-changes-3n-skx-mrr-h1"
4316   reference:
4317     title: "rls1908"
4318     data: "vpp-performance-changes-3n-skx-mrr-ref"
4319   compare:
4320     title: "rls2001"
4321     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4322   data: "vpp-performance-changes-3n-skx-mrr"
4323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4324   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4325   parameters:
4326   - "name"
4327   - "parent"
4328   - "result"
4329
4330 # VPP Performance Changes 3n-skx 8t4c MRR
4331 - type: "table"
4332   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4333   algorithm: "table_perf_comparison"
4334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4335   history:
4336     - title: "rls1904"
4337       data: "vpp-performance-changes-3n-skx-mrr-h1"
4338   reference:
4339     title: "rls1908"
4340     data: "vpp-performance-changes-3n-skx-mrr-ref"
4341   compare:
4342     title: "rls2001"
4343     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4344   data: "vpp-performance-changes-3n-skx-mrr"
4345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4346   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4347   parameters:
4348   - "name"
4349   - "parent"
4350   - "result"
4351
4352 # VPP Performance Changes 2n-skx 2t1c MRR
4353 - type: "table"
4354   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4355   algorithm: "table_perf_comparison"
4356   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4357   history:
4358     - title: "rls1904"
4359       data: "vpp-performance-changes-2n-skx-mrr-h1"
4360   reference:
4361     title: "rls1908"
4362     data: "vpp-performance-changes-2n-skx-mrr-ref"
4363   compare:
4364     title: "rls2001"
4365     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4366   data: "vpp-performance-changes-2n-skx-mrr"
4367   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4368   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4369   parameters:
4370   - "name"
4371   - "parent"
4372   - "result"
4373
4374 # VPP Performance Changes 2n-skx 4t2c MRR
4375 - type: "table"
4376   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4377   algorithm: "table_perf_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4379   history:
4380     - title: "rls1904"
4381       data: "vpp-performance-changes-2n-skx-mrr-h1"
4382   reference:
4383     title: "rls1908"
4384     data: "vpp-performance-changes-2n-skx-mrr-ref"
4385   compare:
4386     title: "rls2001"
4387     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4388   data: "vpp-performance-changes-2n-skx-mrr"
4389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4390   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4391   parameters:
4392   - "name"
4393   - "parent"
4394   - "result"
4395
4396 # VPP Performance Changes 2n-skx 8t4c MRR
4397 - type: "table"
4398   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4399   algorithm: "table_perf_comparison"
4400   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4401   history:
4402     - title: "rls1904"
4403       data: "vpp-performance-changes-2n-skx-mrr-h1"
4404   reference:
4405     title: "rls1908"
4406     data: "vpp-performance-changes-2n-skx-mrr-ref"
4407   compare:
4408     title: "rls2001"
4409     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4410   data: "vpp-performance-changes-2n-skx-mrr"
4411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4412   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4413   parameters:
4414   - "name"
4415   - "parent"
4416   - "result"
4417
4418 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4419 #- type: "table"
4420 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4421 #  algorithm: "table_perf_comparison"
4422 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4423 #  reference:
4424 #    title: "rls1908"
4425 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4426 #  compare:
4427 #    title: "rls2001"
4428 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4429 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4431 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4432 #  parameters:
4433 #  - "name"
4434 #  - "parent"
4435 #  - "result"
4436 #
4437 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4438 #- type: "table"
4439 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4440 #  algorithm: "table_perf_comparison"
4441 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4442 #  reference:
4443 #    title: "rls1908"
4444 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4445 #  compare:
4446 #    title: "rls2001"
4447 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4448 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4450 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4451 #  parameters:
4452 #  - "name"
4453 #  - "parent"
4454 #  - "result"
4455 #
4456 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4457 #- type: "table"
4458 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4459 #  algorithm: "table_perf_comparison"
4460 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4461 #  reference:
4462 #    title: "rls1908"
4463 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4464 #  compare:
4465 #    title: "rls2001"
4466 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4467 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4468 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4469 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4470 #  parameters:
4471 #  - "name"
4472 #  - "parent"
4473 #  - "result"
4474
4475 # VPP Performance Changes 2n-dnv 1t1c MRR
4476 - type: "table"
4477   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4478   algorithm: "table_perf_comparison"
4479   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4480   reference:
4481     title: "rls1908"
4482     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4483   compare:
4484     title: "rls2001"
4485     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4486   data: "vpp-performance-changes-2n-dnv-mrr"
4487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4488   filter: "'1T1C' and 'MRR'"
4489   parameters:
4490   - "name"
4491   - "parent"
4492   - "result"
4493
4494 # VPP Performance Changes 2n-dnv 2t2c MRR
4495 - type: "table"
4496   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4497   algorithm: "table_perf_comparison"
4498   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4499   reference:
4500     title: "rls1908"
4501     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4502   compare:
4503     title: "rls2001"
4504     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4505   data: "vpp-performance-changes-2n-dnv-mrr"
4506   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4507   filter: "'2T2C' and 'MRR'"
4508   parameters:
4509   - "name"
4510   - "parent"
4511   - "result"
4512
4513 # VPP Performance Changes 2n-dnv 4t4c MRR
4514 - type: "table"
4515   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4516   algorithm: "table_perf_comparison"
4517   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4518   reference:
4519     title: "rls1908"
4520     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4521   compare:
4522     title: "rls2001"
4523     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4524   data: "vpp-performance-changes-2n-dnv-mrr"
4525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4526   filter: "'4T4C' and 'MRR'"
4527   parameters:
4528   - "name"
4529   - "parent"
4530   - "result"
4531
4532 # VPP Performance Changes 3n-dnv 1t1c MRR
4533 - type: "table"
4534   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4535   algorithm: "table_perf_comparison"
4536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4537   reference:
4538     title: "rls1908"
4539     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4540   compare:
4541     title: "rls2001"
4542     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4543   data: "vpp-performance-changes-3n-dnv-mrr"
4544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4545   filter: "'1T1C' and 'MRR'"
4546   parameters:
4547   - "name"
4548   - "parent"
4549   - "result"
4550
4551 # VPP Performance Changes 3n-dnv 2t2c MRR
4552 - type: "table"
4553   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4554   algorithm: "table_perf_comparison"
4555   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4556   reference:
4557     title: "rls1908"
4558     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4559   compare:
4560     title: "rls2001"
4561     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4562   data: "vpp-performance-changes-3n-dnv-mrr"
4563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4564   filter: "'2T2C' and 'MRR'"
4565   parameters:
4566   - "name"
4567   - "parent"
4568   - "result"
4569
4570 # VPP Performance Changes 3n-dnv 4t4c MRR
4571 - type: "table"
4572   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4573   algorithm: "table_perf_comparison"
4574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4575   reference:
4576     title: "rls1908"
4577     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4578   compare:
4579     title: "rls2001"
4580     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4581   data: "vpp-performance-changes-3n-dnv-mrr"
4582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4583   filter: "'4T4C' and 'MRR'"
4584   parameters:
4585   - "name"
4586   - "parent"
4587   - "result"
4588
4589 # VPP Performance Changes 3n-tsh 1t1c MRR
4590 - type: "table"
4591   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4592   algorithm: "table_perf_comparison"
4593   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4594   reference:
4595     title: "rls1908"
4596     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4597   compare:
4598     title: "rls2001"
4599     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4600   data: "vpp-performance-changes-3n-tsh-mrr"
4601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4602   filter: "'1T1C' and 'MRR'"
4603   parameters:
4604   - "name"
4605   - "parent"
4606   - "result"
4607
4608 # VPP Performance Changes 3n-tsh 2t2c MRR
4609 - type: "table"
4610   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4611   algorithm: "table_perf_comparison"
4612   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4613   reference:
4614     title: "rls1908"
4615     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4616   compare:
4617     title: "rls2001"
4618     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4619   data: "vpp-performance-changes-3n-tsh-mrr"
4620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4621   filter: "'2T2C' and 'MRR'"
4622   parameters:
4623   - "name"
4624   - "parent"
4625   - "result"
4626
4627 # VPP Performance Changes 3n-tsh 4t4c MRR
4628 - type: "table"
4629   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4630   algorithm: "table_perf_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4632   reference:
4633     title: "rls1908"
4634     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4635   compare:
4636     title: "rls2001"
4637     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4638   data: "vpp-performance-changes-3n-tsh-mrr"
4639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4640   filter: "'4T4C' and 'MRR'"
4641   parameters:
4642   - "name"
4643   - "parent"
4644   - "result"
4645
4646 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4647 - type: "table"
4648   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4649   algorithm: "table_perf_comparison_nic"
4650   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4651   reference:
4652     title: "3n-hsw xl710"
4653     data: "vpp-compare-testbeds-mrr-ref"
4654     nic: "NIC_Intel-XL710"
4655   compare:
4656     title: "3n-skx xxv710"
4657     data: "vpp-compare-testbeds-mrr-cmp"
4658     nic: "NIC_Intel-XXV710"
4659   data: "vpp-compare-testbeds-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4662   parameters:
4663   - "name"
4664   - "parent"
4665   - "result"
4666   - "tags"
4667
4668 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4669 - type: "table"
4670   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4671   algorithm: "table_perf_comparison_nic"
4672   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4673   reference:
4674     title: "3n-hsw xl710"
4675     data: "vpp-compare-testbeds-mrr-ref"
4676     nic: "NIC_Intel-XL710"
4677   compare:
4678     title: "3n-skx xxv710"
4679     data: "vpp-compare-testbeds-mrr-cmp"
4680     nic: "NIC_Intel-XXV710"
4681   data: "vpp-compare-testbeds-mrr"
4682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4683   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4684   parameters:
4685   - "name"
4686   - "parent"
4687   - "result"
4688   - "tags"
4689
4690 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4691 - type: "table"
4692   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4693   algorithm: "table_perf_comparison_nic"
4694   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4695   reference:
4696     title: "3n-hsw xl710"
4697     data: "vpp-compare-testbeds-mrr-ref"
4698     nic: "NIC_Intel-XL710"
4699   compare:
4700     title: "3n-skx xxv710"
4701     data: "vpp-compare-testbeds-mrr-cmp"
4702     nic: "NIC_Intel-XXV710"
4703   data: "vpp-compare-testbeds-mrr"
4704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4705   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4706   parameters:
4707   - "name"
4708   - "parent"
4709   - "result"
4710   - "tags"
4711
4712 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4713 - type: "table"
4714   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4715   algorithm: "table_perf_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4717   reference:
4718     title: "2n-skx"
4719     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4720   compare:
4721     title: "2n-clx"
4722     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4723   data: "vpp-compare-testbeds-mrr-skx-clx"
4724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4725   filter: "'2T1C'"
4726   parameters:
4727   - "name"
4728   - "parent"
4729   - "result"
4730   - "tags"
4731
4732 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4733 - type: "table"
4734   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4735   algorithm: "table_perf_comparison"
4736   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4737   reference:
4738     title: "2n-skx"
4739     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4740   compare:
4741     title: "2n-clx"
4742     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4743   data: "vpp-compare-testbeds-mrr-skx-clx"
4744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4745   filter: "'4T2C'"
4746   parameters:
4747   - "name"
4748   - "parent"
4749   - "result"
4750   - "tags"
4751
4752 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4753 - type: "table"
4754   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4755   algorithm: "table_perf_comparison"
4756   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4757   reference:
4758     title: "2n-skx"
4759     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4760   compare:
4761     title: "2n-clx"
4762     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4763   data: "vpp-compare-testbeds-mrr-skx-clx"
4764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4765   filter: "'8T4C'"
4766   parameters:
4767   - "name"
4768   - "parent"
4769   - "result"
4770   - "tags"
4771
4772 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4773 - type: "table"
4774   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4775   algorithm: "table_perf_comparison"
4776   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4777   reference:
4778     title: "3-Node Skx"
4779     data: "vpp-compare-topologies-mrr-ref"
4780   compare:
4781     title: "2-Node Skx"
4782     data: "vpp-compare-topologies-mrr-cmp"
4783   data: "vpp-compare-topologies-mrr"
4784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4785   filter: "'MRR' and '1C'"
4786   parameters:
4787   - "name"
4788   - "parent"
4789   - "result"
4790
4791 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4792 - type: "table"
4793   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4794   algorithm: "table_perf_comparison"
4795   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4796   reference:
4797     title: "3-Node Skx"
4798     data: "vpp-compare-topologies-mrr-ref"
4799   compare:
4800     title: "2-Node Skx"
4801     data: "vpp-compare-topologies-mrr-cmp"
4802   data: "vpp-compare-topologies-mrr"
4803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4804   filter: "'MRR' and '2C'"
4805   parameters:
4806   - "name"
4807   - "parent"
4808   - "result"
4809
4810 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4811 - type: "table"
4812   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4813   algorithm: "table_perf_comparison"
4814   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4815   reference:
4816     title: "3-Node Skx"
4817     data: "vpp-compare-topologies-mrr-ref"
4818   compare:
4819     title: "2-Node Skx"
4820     data: "vpp-compare-topologies-mrr-cmp"
4821   data: "vpp-compare-topologies-mrr"
4822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4823   filter: "'MRR' and '4C'"
4824   parameters:
4825   - "name"
4826   - "parent"
4827   - "result"
4828
4829 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4830 - type: "table"
4831   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4832   algorithm: "table_perf_comparison_nic"
4833   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4834   reference:
4835     title: "3n-hsw xl710"
4836     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4837     nic: "NIC_Intel-XL710"
4838   compare:
4839     title: "2n-clx xxv710"
4840     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4841     nic: "NIC_Intel-XXV710"
4842   data: "vpp-compare-testbeds-mrr-hsw-clx"
4843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4844   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4845   parameters:
4846   - "name"
4847   - "parent"
4848   - "result"
4849   - "tags"
4850
4851 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4852 - type: "table"
4853   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4854   algorithm: "table_perf_comparison_nic"
4855   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4856   reference:
4857     title: "3n-hsw xl710"
4858     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4859     nic: "NIC_Intel-XL710"
4860   compare:
4861     title: "2n-clx xxv710"
4862     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4863     nic: "NIC_Intel-XXV710"
4864   data: "vpp-compare-testbeds-mrr-hsw-clx"
4865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4866   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4867   parameters:
4868   - "name"
4869   - "parent"
4870   - "result"
4871   - "tags"
4872
4873 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4874 - type: "table"
4875   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4876   algorithm: "table_perf_comparison_nic"
4877   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4878   reference:
4879     title: "3n-hsw xl710"
4880     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4881     nic: "NIC_Intel-XL710"
4882   compare:
4883     title: "2n-clx xxv710"
4884     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4885     nic: "NIC_Intel-XXV710"
4886   data: "vpp-compare-testbeds-mrr-hsw-clx"
4887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4888   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4889   parameters:
4890   - "name"
4891   - "parent"
4892   - "result"
4893   - "tags"
4894
4895 # Detailed Test Results - VPP Performance Results 3n-hsw
4896 - type: "table"
4897   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4898   algorithm: "table_merged_details"
4899   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4900   columns:
4901   - title: " |prein| Test Name |preout| "
4902     data: "data name"
4903   - 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| "
4904     data: "data msg"
4905   data: "vpp-perf-results-3n-hsw"
4906   filter: "all"
4907   parameters:
4908   - "name"
4909   - "parent"
4910   - "msg"
4911
4912 # Detailed Test Results - VPP Performance Results 3n-skx
4913 - type: "table"
4914   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4915   algorithm: "table_merged_details"
4916   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4917   columns:
4918   - title: " |prein| Test Name |preout| "
4919     data: "data name"
4920   - 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| "
4921     data: "data msg"
4922   data: "vpp-perf-results-3n-skx"
4923   filter: "all"
4924   remove-ndr: True  # Temporary solution: remove NDR results from test message
4925   parameters:
4926   - "name"
4927   - "parent"
4928   - "msg"
4929
4930 # Detailed Test Results - VPP Performance Results 2n-skx
4931 - type: "table"
4932   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4933   algorithm: "table_merged_details"
4934   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4935   columns:
4936   - title: " |prein| Test Name |preout| "
4937     data: "data name"
4938   - 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| "
4939     data: "data msg"
4940   data: "vpp-perf-results-2n-skx"
4941   filter: "all"
4942   remove-ndr: True  # Temporary solution: remove NDR results from test message
4943   parameters:
4944   - "name"
4945   - "parent"
4946   - "msg"
4947
4948 # Detailed Test Results - VPP Performance Results 2n-clx
4949 - type: "table"
4950   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4951   algorithm: "table_merged_details"
4952   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4953   columns:
4954   - title: " |prein| Test Name |preout| "
4955     data: "data name"
4956   - 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| "
4957     data: "data msg"
4958   data: "vpp-perf-results-2n-clx"
4959   filter: "all"
4960   parameters:
4961   - "name"
4962   - "parent"
4963   - "msg"
4964
4965 # Detailed Test Results - VPP Performance Results 3n-tsh
4966 - type: "table"
4967   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4968   algorithm: "table_merged_details"
4969   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4970   columns:
4971   - title: " |prein| Test Name |preout| "
4972     data: "data name"
4973   - 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| "
4974     data: "data msg"
4975   data: "vpp-perf-results-3n-tsh"
4976   filter: "all"
4977   parameters:
4978   - "name"
4979   - "parent"
4980   - "msg"
4981
4982 # Detailed Test Results - VPP Performance Results 3n-dnv
4983 - type: "table"
4984   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4985   algorithm: "table_merged_details"
4986   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4987   columns:
4988   - title: " |prein| Test Name |preout| "
4989     data: "data name"
4990   - 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| "
4991     data: "data msg"
4992   data: "vpp-perf-results-3n-dnv"
4993   filter: "all"
4994   parameters:
4995   - "name"
4996   - "parent"
4997   - "msg"
4998
4999 # Detailed Test Results - VPP Performance Results 2n-dnv
5000 - type: "table"
5001   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5002   algorithm: "table_merged_details"
5003   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5004   columns:
5005   - title: " |prein| Test Name |preout| "
5006     data: "data name"
5007   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5008     data: "data msg"
5009   data: "vpp-perf-results-2n-dnv"
5010   filter: "all"
5011   parameters:
5012   - "name"
5013   - "parent"
5014   - "msg"
5015
5016 # Test configuration - VPP Performance Test Configs 3n-hsw
5017 - type: "table"
5018   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5019   algorithm: "table_merged_details"
5020   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5021   columns:
5022   - title: " |prein| Test Name |preout| "
5023     data: "data name"
5024   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5025     data: "data conf-history"
5026   data: "vpp-perf-results-3n-hsw"
5027   filter: "all"
5028   parameters:
5029   - "parent"
5030   - "name"
5031   - "conf-history"
5032
5033 # Test configuration - VPP Performance Test Configs 3n-skx
5034 - type: "table"
5035   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5036   algorithm: "table_merged_details"
5037   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5038   columns:
5039   - title: " |prein| Test Name |preout| "
5040     data: "data name"
5041   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5042     data: "data conf-history"
5043   data: "vpp-perf-results-3n-skx"
5044   filter: "all"
5045   parameters:
5046   - "parent"
5047   - "name"
5048   - "conf-history"
5049
5050 # Test configuration - VPP Performance Test Configs 2n-skx
5051 - type: "table"
5052   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5053   algorithm: "table_merged_details"
5054   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5055   columns:
5056   - title: " |prein| Test Name |preout| "
5057     data: "data name"
5058   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5059     data: "data conf-history"
5060   data: "vpp-perf-results-2n-skx"
5061   filter: "all"
5062   parameters:
5063   - "parent"
5064   - "name"
5065   - "conf-history"
5066
5067 # Test configuration - VPP Performance Test Configs 2n-clx
5068 - type: "table"
5069   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5070   algorithm: "table_merged_details"
5071   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5072   columns:
5073   - title: " |prein| Test Name |preout| "
5074     data: "data name"
5075   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5076     data: "data conf-history"
5077   data: "vpp-perf-results-2n-clx"
5078   filter: "all"
5079   parameters:
5080   - "parent"
5081   - "name"
5082   - "conf-history"
5083
5084 # Test configuration - VPP Performance Test Configs 3n-tsh
5085 - type: "table"
5086   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5087   algorithm: "table_merged_details"
5088   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5089   columns:
5090   - title: " |prein| Test Name |preout| "
5091     data: "data name"
5092   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5093     data: "data conf-history"
5094   data: "vpp-perf-results-3n-tsh"
5095   filter: "all"
5096   parameters:
5097   - "parent"
5098   - "name"
5099   - "conf-history"
5100
5101 # Test configuration - VPP Performance Test Configs 3n-dnv
5102 - type: "table"
5103   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5104   algorithm: "table_merged_details"
5105   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5106   columns:
5107   - title: " |prein| Test Name |preout| "
5108     data: "data name"
5109   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5110     data: "data conf-history"
5111   data: "vpp-perf-results-3n-dnv"
5112   filter: "all"
5113   parameters:
5114   - "parent"
5115   - "name"
5116   - "conf-history"
5117
5118 # Test configuration - VPP Performance Test Configs 2n-dnv
5119 - type: "table"
5120   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5121   algorithm: "table_merged_details"
5122   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5123   columns:
5124   - title: " |prein| Test Name |preout| "
5125     data: "data name"
5126   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5127     data: "data conf-history"
5128   data: "vpp-perf-results-2n-dnv"
5129   filter: "all"
5130   parameters:
5131   - "parent"
5132   - "name"
5133   - "conf-history"
5134
5135 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5136 - type: "table"
5137   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5138   algorithm: "table_oper_data_html"
5139   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5140   data: "vpp-perf-results-3n-hsw"
5141   filter: "all"
5142
5143 # Test Operational Data - VPP Performance Operational Data 3n-skx
5144 - type: "table"
5145   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5146   algorithm: "table_oper_data_html"
5147   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5148   data: "vpp-perf-results-3n-skx"
5149   filter: "all"
5150
5151 # Test Operational Data - VPP Performance Operational Data 2n-skx
5152 - type: "table"
5153   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5154   algorithm: "table_oper_data_html"
5155   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5156   data: "vpp-perf-results-2n-skx"
5157   filter: "all"
5158
5159 # Test Operational Data - VPP Performance Operational Data 2n-clx
5160 - type: "table"
5161   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5162   algorithm: "table_oper_data_html"
5163   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5164   data: "vpp-perf-results-2n-clx"
5165   filter: "all"
5166
5167 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5168 - type: "table"
5169   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5170   algorithm: "table_oper_data_html"
5171   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5172   data: "vpp-perf-results-3n-tsh"
5173   filter: "all"
5174
5175 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5176 - type: "table"
5177   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5178   algorithm: "table_oper_data_html"
5179   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5180   data: "vpp-perf-results-3n-dnv"
5181   filter: "all"
5182
5183 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5184 - type: "table"
5185   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5186   algorithm: "table_oper_data_html"
5187   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5188   data: "vpp-perf-results-2n-dnv"
5189   filter: "all"
5190
5191 # Detailed Test Results - VPP MRR Results 3n-hsw
5192 - type: "table"
5193   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5194   algorithm: "table_merged_details"
5195   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5196   columns:
5197   - title: " |prein| Test Name |preout| "
5198     data: "data name"
5199   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5200     data: "data msg"
5201   data: "vpp-mrr-results-3n-hsw"
5202   filter: "all"
5203   parameters:
5204   - "name"
5205   - "parent"
5206   - "msg"
5207
5208 # Detailed Test Results - VPP MRR Results 3n-skx
5209 - type: "table"
5210   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5211   algorithm: "table_merged_details"
5212   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5213   columns:
5214   - title: " |prein| Test Name |preout| "
5215     data: "data name"
5216   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5217     data: "data msg"
5218   data: "vpp-mrr-results-3n-skx"
5219   filter: "all"
5220   parameters:
5221   - "name"
5222   - "parent"
5223   - "msg"
5224
5225 # Detailed Test Results - VPP MRR Results 2n-skx
5226 - type: "table"
5227   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5228   algorithm: "table_merged_details"
5229   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5230   columns:
5231   - title: " |prein| Test Name |preout| "
5232     data: "data name"
5233   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5234     data: "data msg"
5235   data: "vpp-mrr-results-2n-skx"
5236   filter: "all"
5237   parameters:
5238   - "name"
5239   - "parent"
5240   - "msg"
5241
5242 # Detailed Test Results - VPP MRR Results 2n-clx
5243 - type: "table"
5244   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5245   algorithm: "table_merged_details"
5246   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5247   columns:
5248   - title: " |prein| Test Name |preout| "
5249     data: "data name"
5250   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5251     data: "data msg"
5252   data: "vpp-mrr-results-2n-clx"
5253   filter: "all"
5254   parameters:
5255   - "name"
5256   - "parent"
5257   - "msg"
5258
5259 # Detailed Test Results - VPP MRR Results 3n-tsh
5260 - type: "table"
5261   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5262   algorithm: "table_merged_details"
5263   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5264   columns:
5265   - title: " |prein| Test Name |preout| "
5266     data: "data name"
5267   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5268     data: "data msg"
5269   data: "vpp-mrr-results-3n-tsh"
5270   filter: "all"
5271   parameters:
5272   - "name"
5273   - "parent"
5274   - "msg"
5275
5276 # Detailed Test Results - VPP MRR Results 3n-dnv
5277 - type: "table"
5278   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5279   algorithm: "table_merged_details"
5280   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5281   columns:
5282   - title: " |prein| Test Name |preout| "
5283     data: "data name"
5284   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5285     data: "data msg"
5286   data: "vpp-mrr-results-3n-dnv"
5287   filter: "all"
5288   parameters:
5289   - "name"
5290   - "parent"
5291   - "msg"
5292
5293 # Detailed Test Results - VPP MRR Results 2n-dnv
5294 - type: "table"
5295   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5296   algorithm: "table_merged_details"
5297   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5298   columns:
5299   - title: " |prein| Test Name |preout| "
5300     data: "data name"
5301   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5302     data: "data msg"
5303   data: "vpp-mrr-results-2n-dnv"
5304   filter: "all"
5305   parameters:
5306   - "name"
5307   - "parent"
5308   - "msg"
5309
5310 # Test configuration - VPP MRR Test Configs 3n-hsw
5311 - type: "table"
5312   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5313   algorithm: "table_merged_details"
5314   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5315   columns:
5316   - title: " |prein| Test Name |preout| "
5317     data: "data name"
5318   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5319     data: "data conf-history"
5320   data: "vpp-mrr-results-3n-hsw"
5321   filter: "all"
5322   parameters:
5323   - "parent"
5324   - "name"
5325   - "conf-history"
5326
5327 # Test configuration - VPP MRR Test Configs 3n-skx
5328 - type: "table"
5329   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5330   algorithm: "table_merged_details"
5331   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5332   columns:
5333   - title: " |prein| Test Name |preout| "
5334     data: "data name"
5335   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5336     data: "data conf-history"
5337   data: "vpp-mrr-results-3n-skx"
5338   filter: "all"
5339   parameters:
5340   - "parent"
5341   - "name"
5342   - "conf-history"
5343
5344 # Test configuration - VPP MRR Test Configs 2n-skx
5345 - type: "table"
5346   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5347   algorithm: "table_merged_details"
5348   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5349   columns:
5350   - title: " |prein| Test Name |preout| "
5351     data: "data name"
5352   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5353     data: "data conf-history"
5354   data: "vpp-mrr-results-2n-skx"
5355   filter: "all"
5356   parameters:
5357   - "parent"
5358   - "name"
5359   - "conf-history"
5360
5361 # Test configuration - VPP MRR Test Configs 2n-clx
5362 - type: "table"
5363   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5364   algorithm: "table_merged_details"
5365   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5366   columns:
5367   - title: " |prein| Test Name |preout| "
5368     data: "data name"
5369   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5370     data: "data conf-history"
5371   data: "vpp-mrr-results-2n-clx"
5372   filter: "all"
5373   parameters:
5374   - "parent"
5375   - "name"
5376   - "conf-history"
5377
5378 # Test configuration - VPP MRR Test Configs 3n-tsh
5379 - type: "table"
5380   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5381   algorithm: "table_merged_details"
5382   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5383   columns:
5384   - title: " |prein| Test Name |preout| "
5385     data: "data name"
5386   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5387     data: "data conf-history"
5388   data: "vpp-mrr-results-3n-tsh"
5389   filter: "all"
5390   parameters:
5391   - "parent"
5392   - "name"
5393   - "conf-history"
5394
5395 # Test configuration - VPP MRR Test Configs 3n-dnv
5396 - type: "table"
5397   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5398   algorithm: "table_merged_details"
5399   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5400   columns:
5401   - title: " |prein| Test Name |preout| "
5402     data: "data name"
5403   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5404     data: "data conf-history"
5405   data: "vpp-mrr-results-3n-dnv"
5406   filter: "all"
5407   parameters:
5408   - "parent"
5409   - "name"
5410   - "conf-history"
5411
5412 # Test configuration - VPP MRR Test Configs 2n-dnv
5413 - type: "table"
5414   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5415   algorithm: "table_merged_details"
5416   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5417   columns:
5418   - title: " |prein| Test Name |preout| "
5419     data: "data name"
5420   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5421     data: "data conf-history"
5422   data: "vpp-mrr-results-2n-dnv"
5423   filter: "all"
5424   parameters:
5425   - "parent"
5426   - "name"
5427   - "conf-history"
5428
5429 # Detailed Test Results - VPP Device Results - Ubuntu
5430 - type: "table"
5431   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5432   algorithm: "table_merged_details"
5433   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5434   columns:
5435   - title: " |prein| Test Name |preout| "
5436     data: "data name"
5437   - title: " |prein| Status |preout| "
5438     data: "data status"
5439   data: "vpp-device-results-ubuntu"
5440   filter: "all"
5441   parameters:
5442   - "name"
5443   - "parent"
5444   - "doc"
5445   - "status"
5446
5447 # Test configuration - VPP Device Test Configs - Ubuntu
5448 - type: "table"
5449   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5450   algorithm: "table_merged_details"
5451   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5452   columns:
5453   - title: " |prein| Test Name |preout| "
5454     data: "data name"
5455   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5456     data: "data conf-history"
5457   data: "vpp-device-results-ubuntu"
5458   filter: "all"
5459   parameters:
5460   - "parent"
5461   - "name"
5462   - "conf-history"
5463
5464 ################################################################################
5465
5466 # DPDK Performance Changes 3n-hsw 1t1c pdr
5467 - type: "table"
5468   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5469   algorithm: "table_perf_comparison"
5470   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5471   history:
5472     - title: "rls1904"
5473       data: "dpdk-performance-changes-3n-hsw-h1"
5474   reference:
5475     title: "rls1908"
5476     data: "dpdk-performance-changes-3n-hsw-ref"
5477   compare:
5478     title: "rls2001"
5479     data: "dpdk-performance-changes-3n-hsw-cmp"
5480   data: "dpdk-performance-changes-3n-hsw"
5481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5482   filter: "'1T1C' and 'NDRPDR'"
5483   parameters:
5484   - "name"
5485   - "parent"
5486   - "throughput"
5487
5488 # DPDK Performance Changes 3n-hsw 2t2c pdr
5489 - type: "table"
5490   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5491   algorithm: "table_perf_comparison"
5492   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5493   history:
5494     - title: "rls1904"
5495       data: "dpdk-performance-changes-3n-hsw-h1"
5496   reference:
5497     title: "rls1908"
5498     data: "dpdk-performance-changes-3n-hsw-ref"
5499   compare:
5500     title: "rls2001"
5501     data: "dpdk-performance-changes-3n-hsw-cmp"
5502   data: "dpdk-performance-changes-3n-hsw"
5503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5504   filter: "'2T2C' and 'NDRPDR'"
5505   parameters:
5506   - "name"
5507   - "parent"
5508   - "throughput"
5509
5510 # DPDK Performance Changes 3n-hsw 1t1c ndr
5511 - type: "table"
5512   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5513   algorithm: "table_perf_comparison"
5514   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5515   history:
5516     - title: "rls1904"
5517       data: "dpdk-performance-changes-3n-hsw-h1"
5518   reference:
5519     title: "rls1908"
5520     data: "dpdk-performance-changes-3n-hsw-ref"
5521   compare:
5522     title: "rls2001"
5523     data: "dpdk-performance-changes-3n-hsw-cmp"
5524   data: "dpdk-performance-changes-3n-hsw"
5525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5526   filter: "'1T1C' and 'NDRPDR'"
5527   parameters:
5528   - "name"
5529   - "parent"
5530   - "throughput"
5531
5532 # DPDK Performance Changes 3n-hsw 2t2c ndr
5533 - type: "table"
5534   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5535   algorithm: "table_perf_comparison"
5536   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5537   history:
5538     - title: "rls1904"
5539       data: "dpdk-performance-changes-3n-hsw-h1"
5540   reference:
5541     title: "rls1908"
5542     data: "dpdk-performance-changes-3n-hsw-ref"
5543   compare:
5544     title: "rls2001"
5545     data: "dpdk-performance-changes-3n-hsw-cmp"
5546   data: "dpdk-performance-changes-3n-hsw"
5547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5548   filter: "'2T2C' and 'NDRPDR'"
5549   parameters:
5550   - "name"
5551   - "parent"
5552   - "throughput"
5553
5554 # DPDK Performance Changes 3n-skx 2t1c pdr
5555 - type: "table"
5556   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5557   algorithm: "table_perf_comparison"
5558   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5559   history:
5560     - title: "rls1904"
5561       data: "dpdk-performance-changes-3n-skx-h1"
5562   reference:
5563     title: "rls1908"
5564     data: "dpdk-performance-changes-3n-skx-ref"
5565   compare:
5566     title: "rls2001"
5567     data: "dpdk-performance-changes-3n-skx-cmp"
5568   data: "dpdk-performance-changes-3n-skx"
5569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5570   filter: "'2T1C' and 'NDRPDR'"
5571   parameters:
5572   - "name"
5573   - "parent"
5574   - "throughput"
5575
5576 # DPDK Performance Changes 3n-skx 4t2c pdr
5577 - type: "table"
5578   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5579   algorithm: "table_perf_comparison"
5580   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5581   history:
5582     - title: "rls1904"
5583       data: "dpdk-performance-changes-3n-skx-h1"
5584   reference:
5585     title: "rls1908"
5586     data: "dpdk-performance-changes-3n-skx-ref"
5587   compare:
5588     title: "rls2001"
5589     data: "dpdk-performance-changes-3n-skx-cmp"
5590   data: "dpdk-performance-changes-3n-skx"
5591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5592   filter: "'4T2C' and 'NDRPDR'"
5593   parameters:
5594   - "name"
5595   - "parent"
5596   - "throughput"
5597
5598 # DPDK Performance Changes 3n-skx 2t1c ndr
5599 - type: "table"
5600   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5601   algorithm: "table_perf_comparison"
5602   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5603   history:
5604     - title: "rls1904"
5605       data: "dpdk-performance-changes-3n-skx-h1"
5606   reference:
5607     title: "rls1908"
5608     data: "dpdk-performance-changes-3n-skx-ref"
5609   compare:
5610     title: "rls2001"
5611     data: "dpdk-performance-changes-3n-skx-cmp"
5612   data: "dpdk-performance-changes-3n-skx"
5613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5614   filter: "'2T1C' and 'NDRPDR'"
5615   parameters:
5616   - "name"
5617   - "parent"
5618   - "throughput"
5619
5620 # DPDK Performance Changes 3n-skx 4t2c ndr
5621 - type: "table"
5622   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5623   algorithm: "table_perf_comparison"
5624   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5625   history:
5626     - title: "rls1904"
5627       data: "dpdk-performance-changes-3n-skx-h1"
5628   reference:
5629     title: "rls1908"
5630     data: "dpdk-performance-changes-3n-skx-ref"
5631   compare:
5632     title: "rls2001"
5633     data: "dpdk-performance-changes-3n-skx-cmp"
5634   data: "dpdk-performance-changes-3n-skx"
5635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5636   filter: "'4T2C' and 'NDRPDR'"
5637   parameters:
5638   - "name"
5639   - "parent"
5640   - "throughput"
5641
5642 # DPDK Performance Changes 2n-skx 2t1c pdr
5643 - type: "table"
5644   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5645   algorithm: "table_perf_comparison"
5646   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5647   history:
5648     - title: "rls1904"
5649       data: "dpdk-performance-changes-2n-skx-h1"
5650   reference:
5651     title: "rls1908"
5652     data: "dpdk-performance-changes-2n-skx-ref"
5653   compare:
5654     title: "rls2001"
5655     data: "dpdk-performance-changes-2n-skx-cmp"
5656   data: "dpdk-performance-changes-2n-skx"
5657   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5658   filter: "'2T1C' and 'NDRPDR'"
5659   parameters:
5660   - "name"
5661   - "parent"
5662   - "throughput"
5663
5664 # DPDK Performance Changes 2n-skx 4t2c pdr
5665 - type: "table"
5666   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5667   algorithm: "table_perf_comparison"
5668   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5669   history:
5670     - title: "rls1904"
5671       data: "dpdk-performance-changes-2n-skx-h1"
5672   reference:
5673     title: "rls1908"
5674     data: "dpdk-performance-changes-2n-skx-ref"
5675   compare:
5676     title: "rls2001"
5677     data: "dpdk-performance-changes-2n-skx-cmp"
5678   data: "dpdk-performance-changes-2n-skx"
5679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5680   filter: "'4T2C' and 'NDRPDR'"
5681   parameters:
5682   - "name"
5683   - "parent"
5684   - "throughput"
5685
5686 # DPDK Performance Changes 2n-skx 2t1c ndr
5687 - type: "table"
5688   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5689   algorithm: "table_perf_comparison"
5690   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5691   history:
5692     - title: "rls1904"
5693       data: "dpdk-performance-changes-2n-skx-h1"
5694   reference:
5695     title: "rls1908"
5696     data: "dpdk-performance-changes-2n-skx-ref"
5697   compare:
5698     title: "rls2001"
5699     data: "dpdk-performance-changes-2n-skx-cmp"
5700   data: "dpdk-performance-changes-2n-skx"
5701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5702   filter: "'2T1C' and 'NDRPDR'"
5703   parameters:
5704   - "name"
5705   - "parent"
5706   - "throughput"
5707
5708 # DPDK Performance Changes 2n-skx 4t2c ndr
5709 - type: "table"
5710   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5711   algorithm: "table_perf_comparison"
5712   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5713   history:
5714     - title: "rls1904"
5715       data: "dpdk-performance-changes-2n-skx-h1"
5716   reference:
5717     title: "rls1908"
5718     data: "dpdk-performance-changes-2n-skx-ref"
5719   compare:
5720     title: "rls2001"
5721     data: "dpdk-performance-changes-2n-skx-cmp"
5722   data: "dpdk-performance-changes-2n-skx"
5723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5724   filter: "'4T2C' and 'NDRPDR'"
5725   parameters:
5726   - "name"
5727   - "parent"
5728   - "throughput"
5729
5730 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5731 - type: "table"
5732   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5733   algorithm: "table_perf_comparison"
5734   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5735   reference:
5736     title: "3-Node Hsw"
5737     data: "dpdk-compare-testbeds-ref"
5738   compare:
5739     title: "3-Node Skx"
5740     data: "dpdk-compare-testbeds-cmp"
5741   data: "dpdk-compare-testbeds"
5742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5743   filter: "'NIC_Intel-X710'"
5744   parameters:
5745   - "name"
5746   - "parent"
5747   - "throughput"
5748
5749 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5750 - type: "table"
5751   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5752   algorithm: "table_perf_comparison"
5753   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5754   reference:
5755     title: "3-Node Hsw"
5756     data: "dpdk-compare-testbeds-ref"
5757   compare:
5758     title: "3-Node Skx"
5759     data: "dpdk-compare-testbeds-cmp"
5760   data: "dpdk-compare-testbeds"
5761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5762   filter: "'NIC_Intel-X710'"
5763   parameters:
5764   - "name"
5765   - "parent"
5766   - "throughput"
5767
5768 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5769 - type: "table"
5770   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5771   algorithm: "table_perf_comparison"
5772   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5773   reference:
5774     title: "2-Node Skx"
5775     data: "dpdk-compare-testbeds-skx-clx-ref"
5776   compare:
5777     title: "2-Node Clx"
5778     data: "dpdk-compare-testbeds-skx-clx-cmp"
5779   data: "dpdk-compare-testbeds-skx-clx"
5780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5781   filter: "all"
5782   parameters:
5783   - "name"
5784   - "parent"
5785   - "throughput"
5786
5787 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5788 - type: "table"
5789   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5790   algorithm: "table_perf_comparison"
5791   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5792   reference:
5793     title: "2-Node Skx"
5794     data: "dpdk-compare-testbeds-skx-clx-ref"
5795   compare:
5796     title: "2-Node Clx"
5797     data: "dpdk-compare-testbeds-skx-clx-cmp"
5798   data: "dpdk-compare-testbeds-skx-clx"
5799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5800   filter: "all"
5801   parameters:
5802   - "name"
5803   - "parent"
5804   - "throughput"
5805
5806 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5807 - type: "table"
5808   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5809   algorithm: "table_perf_comparison"
5810   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5811   reference:
5812     title: "3-Node Skx"
5813     data: "dpdk-compare-topologies-ref"
5814   compare:
5815     title: "2-Node Skx"
5816     data: "dpdk-compare-topologies-cmp"
5817   data: "dpdk-compare-topologies"
5818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5819   filter: "all"
5820   parameters:
5821   - "name"
5822   - "parent"
5823   - "throughput"
5824
5825 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5826 - type: "table"
5827   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5828   algorithm: "table_perf_comparison"
5829   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5830   reference:
5831     title: "3-Node Skx"
5832     data: "dpdk-compare-topologies-ref"
5833   compare:
5834     title: "2-Node Skx"
5835     data: "dpdk-compare-topologies-cmp"
5836   data: "dpdk-compare-topologies"
5837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5838   filter: "all"
5839   parameters:
5840   - "name"
5841   - "parent"
5842   - "throughput"
5843
5844 # Detailed Test Results - DPDK Performance Results 3n-hsw
5845 - type: "table"
5846   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5847   algorithm: "table_merged_details"
5848   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5849   columns:
5850   - title: " |prein| Test Name |preout| "
5851     data: "data name"
5852   - 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| "
5853     data: "data msg"
5854   data: "dpdk-perf-results-3n-hsw"
5855   filter: "all"
5856   parameters:
5857   - "name"
5858   - "parent"
5859   - "msg"
5860
5861 # Detailed Test Results - DPDK Performance Results 3n-skx
5862 - type: "table"
5863   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5864   algorithm: "table_merged_details"
5865   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5866   columns:
5867   - title: " |prein| Test Name |preout| "
5868     data: "data name"
5869   - 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| "
5870     data: "data msg"
5871   data: "dpdk-perf-results-3n-skx"
5872   filter: "all"
5873   remove-ndr: True  # Temporary solution: remove NDR results from test message
5874   parameters:
5875   - "name"
5876   - "parent"
5877   - "msg"
5878
5879 # Detailed Test Results - DPDK Performance Results 2n-skx
5880 - type: "table"
5881   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5882   algorithm: "table_merged_details"
5883   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5884   columns:
5885   - title: " |prein| Test Name |preout| "
5886     data: "data name"
5887   - 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| "
5888     data: "data msg"
5889   data: "dpdk-perf-results-2n-skx"
5890   filter: "all"
5891   remove-ndr: True  # Temporary solution: remove NDR results from test message
5892   parameters:
5893   - "name"
5894   - "parent"
5895   - "msg"
5896
5897 # Detailed Test Results - DPDK Performance Results 2n-clx
5898 - type: "table"
5899   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5900   algorithm: "table_merged_details"
5901   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5902   columns:
5903   - title: " |prein| Test Name |preout| "
5904     data: "data name"
5905   - 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| "
5906     data: "data msg"
5907   data: "dpdk-perf-results-2n-clx"
5908   filter: "all"
5909   parameters:
5910   - "name"
5911   - "parent"
5912   - "msg"
5913
5914 # Detailed Test Results - DPDK Performance Results 2n-dnv
5915 - type: "table"
5916   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5917   algorithm: "table_merged_details"
5918   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5919   columns:
5920   - title: " |prein| Test Name |preout| "
5921     data: "data name"
5922   - 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| "
5923     data: "data msg"
5924   data: "dpdk-perf-results-2n-dnv"
5925   filter: "all"
5926   parameters:
5927   - "name"
5928   - "parent"
5929   - "msg"
5930
5931 # Detailed Test Results - DPDK Performance Results 3n-dnv
5932 - type: "table"
5933   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5934   algorithm: "table_merged_details"
5935   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5936   columns:
5937   - title: " |prein| Test Name |preout| "
5938     data: "data name"
5939   - 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| "
5940     data: "data msg"
5941   data: "dpdk-perf-results-3n-dnv"
5942   filter: "all"
5943   parameters:
5944   - "name"
5945   - "parent"
5946   - "msg"
5947
5948 # Detailed Test Results - DPDK Performance Results 3n-tsh
5949 - type: "table"
5950   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5951   algorithm: "table_merged_details"
5952   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5953   columns:
5954   - title: " |prein| Test Name |preout| "
5955     data: "data name"
5956   - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5957     data: "data msg"
5958   data: "dpdk-perf-results-3n-tsh"
5959   filter: "all"
5960   parameters:
5961   - "name"
5962   - "parent"
5963   - "msg"
5964
5965 ################################################################################
5966 ###                                F I L E S                                 ###
5967 ################################################################################
5968
5969 # VPP Performance Results
5970 - type: "file"
5971   title: "VPP Performance Results"
5972   algorithm: "file_details_split"
5973   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5974   dir-tables:
5975     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5976     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5977     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5978     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5979     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5980     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5981     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5982   data:
5983     - "vpp-perf-results-2n-skx"
5984     - "vpp-perf-results-3n-skx"
5985     - "vpp-perf-results-2n-clx"
5986     - "vpp-perf-results-3n-hsw"
5987     - "vpp-perf-results-3n-tsh"
5988     - "vpp-perf-results-2n-dnv"
5989     - "vpp-perf-results-3n-dnv"
5990   filter: "all"
5991   data-start-level: 4
5992   order-chapters:
5993     level-1:
5994       - "l2"
5995       - "ip4"
5996       - "ip6"
5997       - "srv6"
5998       - "ip4_tunnels"
5999       - "ip6_tunnels"
6000       - "vm_vhost"
6001       - "container_memif"
6002       - "crypto"
6003       - "vts"
6004       - "lb"
6005       - "nfv_density"
6006       - "hoststack"
6007     level-2:
6008       - "2n-skx"
6009       - "3n-skx"
6010       - "2n-clx"
6011       - "3n-hsw"
6012       - "3n-tsh"
6013       - "2n-dnv"
6014       - "3n-dnv"
6015     level-3:
6016       - "xl710"
6017       - "x520"
6018       - "xxv710"
6019       - "x710"
6020       - "x553"
6021       - "cx556a"
6022       - "vic1227"
6023       - "vic1385"
6024
6025 # VPP Performance Configuration
6026 - type: "file"
6027   title: "VPP Performance Configuration"
6028   algorithm: "file_details_split"
6029   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6030   dir-tables:
6031     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6032     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6033     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6034     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6035     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6036     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6037     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6038   data:
6039     - "vpp-perf-results-2n-skx"
6040     - "vpp-perf-results-3n-skx"
6041     - "vpp-perf-results-2n-clx"
6042     - "vpp-perf-results-3n-hsw"
6043     - "vpp-perf-results-3n-tsh"
6044     - "vpp-perf-results-2n-dnv"
6045     - "vpp-perf-results-3n-dnv"
6046   filter: "all"
6047   data-start-level: 4
6048   order-chapters:
6049     level-1:
6050       - "l2"
6051       - "ip4"
6052       - "ip6"
6053       - "srv6"
6054       - "ip4_tunnels"
6055       - "ip6_tunnels"
6056       - "vm_vhost"
6057       - "container_memif"
6058       - "crypto"
6059       - "vts"
6060       - "lb"
6061       - "nfv_density"
6062       - "hoststack"
6063     level-2:
6064       - "2n-skx"
6065       - "3n-skx"
6066       - "2n-clx"
6067       - "3n-hsw"
6068       - "3n-tsh"
6069       - "2n-dnv"
6070       - "3n-dnv"
6071     level-3:
6072       - "xl710"
6073       - "x520"
6074       - "xxv710"
6075       - "x710"
6076       - "x553"
6077       - "cx556a"
6078       - "vic1227"
6079       - "vic1385"
6080
6081 # VPP Performance Operational
6082 - type: "file"
6083   title: "VPP Performance Operational"
6084   algorithm: "file_details_split_html"
6085   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6086   dir-tables:
6087     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6088     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6089     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6090     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6091     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6092     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6093     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6094   data:
6095     - "vpp-perf-results-2n-skx"
6096     - "vpp-perf-results-3n-skx"
6097     - "vpp-perf-results-2n-clx"
6098     - "vpp-perf-results-3n-hsw"
6099     - "vpp-perf-results-3n-tsh"
6100     - "vpp-perf-results-2n-dnv"
6101     - "vpp-perf-results-3n-dnv"
6102   filter: "all"
6103   data-start-level: 4
6104   order-chapters:
6105     level-1:
6106       - "l2"
6107       - "ip4"
6108       - "ip6"
6109       - "srv6"
6110       - "ip4_tunnels"
6111       - "ip6_tunnels"
6112       - "vm_vhost"
6113       - "container_memif"
6114       - "crypto"
6115       - "vts"
6116       - "lb"
6117       - "nfv_density"
6118       - "hoststack"
6119     level-2:
6120       - "2n-skx"
6121       - "3n-skx"
6122       - "2n-clx"
6123       - "3n-hsw"
6124       - "3n-tsh"
6125       - "2n-dnv"
6126       - "3n-dnv"
6127     level-3:
6128       - "xl710"
6129       - "x520"
6130       - "xxv710"
6131       - "x710"
6132       - "x553"
6133       - "cx556a"
6134       - "vic1227"
6135       - "vic1385"
6136
6137 # VPP MRR Results
6138 - type: "file"
6139   title: "VPP MRR Results"
6140   algorithm: "file_details_split"
6141   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6142   dir-tables:
6143     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6144     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6145     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6146     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6147     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6148     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6149     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6150   data:
6151     - "vpp-mrr-results-2n-skx"
6152     - "vpp-mrr-results-3n-skx"
6153     - "vpp-mrr-results-2n-clx"
6154     - "vpp-mrr-results-3n-hsw"
6155     - "vpp-mrr-results-3n-tsh"
6156     - "vpp-mrr-results-2n-dnv"
6157     - "vpp-mrr-results-3n-dnv"
6158   filter: "all"
6159   data-start-level: 4
6160   order-chapters:
6161     level-1:
6162       - "l2"
6163       - "ip4"
6164       - "ip6"
6165       - "srv6"
6166       - "ip4_tunnels"
6167       - "ip6_tunnels"
6168       - "vm_vhost"
6169       - "container_memif"
6170       - "crypto"
6171       - "vts"
6172       - "lb"
6173       - "nfv_density"
6174       - "hoststack"
6175     level-2:
6176       - "2n-skx"
6177       - "3n-skx"
6178       - "2n-clx"
6179       - "3n-hsw"
6180       - "3n-tsh"
6181       - "2n-dnv"
6182       - "3n-dnv"
6183     level-3:
6184       - "xl710"
6185       - "x520"
6186       - "xxv710"
6187       - "x710"
6188       - "x553"
6189       - "cx556a"
6190       - "vic1227"
6191       - "vic1385"
6192
6193 # VPP MRR Configuration
6194 - type: "file"
6195   title: "VPP MRR Configuration"
6196   algorithm: "file_details_split"
6197   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6198   dir-tables:
6199     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6200     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6201     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6202     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6203     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6204     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6205     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6206   data:
6207     - "vpp-mrr-results-2n-skx"
6208     - "vpp-mrr-results-3n-skx"
6209     - "vpp-mrr-results-2n-clx"
6210     - "vpp-mrr-results-3n-hsw"
6211     - "vpp-mrr-results-3n-tsh"
6212     - "vpp-mrr-results-2n-dnv"
6213     - "vpp-mrr-results-3n-dnv"
6214   filter: "all"
6215   data-start-level: 4
6216   order-chapters:
6217     level-1:
6218       - "l2"
6219       - "ip4"
6220       - "ip6"
6221       - "srv6"
6222       - "ip4_tunnels"
6223       - "ip6_tunnels"
6224       - "vm_vhost"
6225       - "container_memif"
6226       - "crypto"
6227       - "vts"
6228       - "lb"
6229       - "nfv_density"
6230       - "hoststack"
6231     level-2:
6232       - "2n-skx"
6233       - "3n-skx"
6234       - "2n-clx"
6235       - "3n-hsw"
6236       - "3n-tsh"
6237       - "2n-dnv"
6238       - "3n-dnv"
6239     level-3:
6240       - "xl710"
6241       - "x520"
6242       - "xxv710"
6243       - "x710"
6244       - "x553"
6245       - "cx556a"
6246       - "vic1227"
6247       - "vic1385"
6248
6249 # VPP Device Results - Ubuntu
6250 - type: "file"
6251   title: "VPP Device Results - Ubuntu"
6252   algorithm: "file_test_results"
6253   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6254   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6255   data: "vpp-device-results-ubuntu"
6256   filter: "all"
6257   data-start-level: 4
6258
6259 # VPP Device Configuration - Ubuntu
6260 - type: "file"
6261   title: "VPP Device Configuration - Ubuntu"
6262   algorithm: "file_test_results"
6263   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6264   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6265   data: "vpp-device-results-ubuntu"
6266   filter: "all"
6267   data-start-level: 4
6268
6269 # DPDK Performance Results 3n-hsw
6270 - type: "file"
6271   title: "DPDK Performance Results 3n-hsw"
6272   algorithm: "file_test_results"
6273   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6274   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6275   data: "dpdk-perf-results-3n-hsw"
6276   filter: "all"
6277   data-start-level: 4
6278
6279 # DPDK Performance Results 3n-skx
6280 - type: "file"
6281   title: "DPDK Performance Results 3n-skx"
6282   algorithm: "file_test_results"
6283   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6284   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6285   data: "dpdk-perf-results-3n-skx"
6286   filter: "all"
6287   data-start-level: 4
6288
6289 # DPDK Performance Results 2n-skx
6290 - type: "file"
6291   title: "DPDK Performance Results 2n-skx"
6292   algorithm: "file_test_results"
6293   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6294   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6295   data: "dpdk-perf-results-2n-skx"
6296   filter: "all"
6297   data-start-level: 4
6298
6299 # DPDK Performance Results 2n-clx
6300 - type: "file"
6301   title: "DPDK Performance Results 2n-clx"
6302   algorithm: "file_test_results"
6303   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6304   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6305   data: "dpdk-perf-results-2n-clx"
6306   filter: "all"
6307   data-start-level: 4
6308
6309 # DPDK Performance Results 2n-dnv
6310 - type: "file"
6311   title: "DPDK Performance Results 2n-dnv"
6312   algorithm: "file_test_results"
6313   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6314   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6315   data: "dpdk-perf-results-2n-dnv"
6316   filter: "all"
6317   data-start-level: 4
6318
6319 # DPDK Performance Results 3n-dnv
6320 - type: "file"
6321   title: "DPDK Performance Results 3n-dnv"
6322   algorithm: "file_test_results"
6323   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6324   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6325   data: "dpdk-perf-results-3n-dnv"
6326   filter: "all"
6327   data-start-level: 4
6328
6329 # DPDK Performance Results 3n-tsh
6330 - type: "file"
6331   title: "DPDK Performance Results 3n-tsh"
6332   algorithm: "file_test_results"
6333   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6334   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6335   data: "dpdk-perf-results-3n-tsh"
6336   filter: "all"
6337   data-start-level: 4
6338
6339 ################################################################################
6340 ###                                P L O T S                                 ###
6341 ################################################################################
6342
6343 # Hoststack tests 3n-hsw
6344
6345 - type: "plot"
6346   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6347   algorithm: "plot_perf_box_name"
6348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6349   data: "plot-vpp-hoststack-3n-hsw"
6350   include:
6351     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6352     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6353   layout:
6354     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6355     layout: "plot-hoststack"
6356
6357 - type: "plot"
6358   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6359   algorithm: "plot_perf_box_name"
6360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6361   data: "plot-vpp-hoststack-3n-hsw"
6362   include:
6363     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6364     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6365   layout:
6366     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6367     layout: "plot-hoststack"
6368
6369 - type: "plot"
6370   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6371   algorithm: "plot_perf_box_name"
6372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6373   data: "plot-vpp-hoststack-3n-hsw"
6374   include:
6375     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6376     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6377     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6378     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6379   layout:
6380     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6381     layout: "plot-hoststack"
6382
6383 # Plots VPP HTTP Server Performance
6384 - type: "plot"
6385   title: "VPP HTTP Server Performance"
6386   algorithm: "plot_http_server_perf_box"
6387   output-file-type: ".html"
6388   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6389   data:
6390     "plot-vpp-http-server-performance"
6391   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6392   parameters:
6393   - "result"
6394   - "name"
6395   traces:
6396     hoverinfo: "y+name"
6397     boxpoints: "outliers"
6398     whiskerwidth: 0
6399   layout:
6400     title: "VPP HTTP Server Performance"
6401     layout:
6402       "plot-cps"
6403
6404 - type: "plot"
6405   title: "VPP HTTP Server Performance"
6406   algorithm: "plot_http_server_perf_box"
6407   output-file-type: ".html"
6408   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6409   data:
6410     "plot-vpp-http-server-performance"
6411   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6412   parameters:
6413   - "result"
6414   - "name"
6415   traces:
6416     hoverinfo: "y+name"
6417     boxpoints: "outliers"
6418     whiskerwidth: 0
6419   layout:
6420     title: "VPP HTTP Server Performance"
6421     layout:
6422       "plot-rps"
6423
6424 ################################################################################
6425
6426 # Soak Test (PLRsearch), boxes - 2n-clx
6427 - type: "plot"
6428   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6429   algorithm: "plot_perf_box_name"
6430   output-file-type: ".html"
6431   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6432   data: "plot-vpp-soak-2n-clx"
6433   include:
6434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6440   layout:
6441     title: "30 Minutes Soak Test (PLRsearch)"
6442     layout: "plot-soak-throughput"
6443
6444 # Soak Test (PLRsearch), boxes - 2n-clx
6445 - type: "plot"
6446   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6447   algorithm: "plot_perf_box_name"
6448   output-file-type: ".html"
6449   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6450   data: "plot-vpp-soak-2n-clx"
6451   include:
6452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6457     - "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"
6458   layout:
6459     title: "30 Minutes Soak Test (PLRsearch)"
6460     layout: "plot-soak-throughput"
6461
6462 ###############################################################################
6463
6464 # Reconf tests 2n-skx
6465
6466 #- type: "plot"
6467 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6468 #  algorithm: "plot_nf_reconf_box_name"
6469 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6470 #  data: "plot-vpp-nfv-reconf-2n-skx"
6471 #  include:
6472 #    - "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"
6473 #    - "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"
6474 #    - "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"
6475 #    - "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"
6476 #    - "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"
6477 #    - "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"
6478 #  layout:
6479 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6480 #    layout: "plot-throughput"
6481 #
6482 #- type: "plot"
6483 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6484 #  algorithm: "plot_nf_reconf_box_name"
6485 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6486 #  data: "plot-vpp-nfv-reconf-2n-skx"
6487 #  include:
6488 #    - "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"
6489 #    - "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"
6490 #    - "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"
6491 #    - "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"
6492 #    - "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"
6493 #    - "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"
6494 #  layout:
6495 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6496 #    layout: "plot-throughput"
6497 #
6498 #- type: "plot"
6499 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6500 #  algorithm: "plot_nf_reconf_box_name"
6501 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6502 #  data: "plot-vpp-nfv-reconf-2n-skx"
6503 #  include:
6504 #    - "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"
6505 #    - "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"
6506 #    - "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"
6507 #    - "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"
6508 #    - "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"
6509 #    - "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"
6510 #  layout:
6511 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6512 #    layout: "plot-throughput"
6513
6514 ###############################################################################
6515
6516 # Reconf tests 2n-clx
6517
6518 - type: "plot"
6519   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6520   algorithm: "plot_nf_reconf_box_name"
6521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6522   data: "plot-vpp-nfv-reconf-2n-clx"
6523   include:
6524     - "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"
6525     - "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"
6526     - "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"
6527     - "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"
6528   layout:
6529     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6530     layout: "plot-throughput"
6531
6532 - type: "plot"
6533   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6534   algorithm: "plot_nf_reconf_box_name"
6535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6536   data: "plot-vpp-nfv-reconf-2n-clx"
6537   include:
6538     - "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"
6539     - "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"
6540     - "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"
6541     - "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"
6542   layout:
6543     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6544     layout: "plot-throughput"
6545
6546 - type: "plot"
6547   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6548   algorithm: "plot_nf_reconf_box_name"
6549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6550   data: "plot-vpp-nfv-reconf-2n-clx"
6551   include:
6552     - "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"
6553     - "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"
6554     - "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"
6555     - "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"
6556   layout:
6557     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6558     layout: "plot-throughput"
6559
6560 ################################################################################
6561 ## Plots - NF Density - VSC - MRR 64b
6562 #- type: "plot"
6563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6564 #  algorithm: "plot_nf_heatmap"
6565 #  output-file-type: ".html"
6566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6567 #  data: "plot-vpp-nfv-2n-skx-mrr"
6568 #  filter: "'NIC_Intel-XXV710' and
6569 #           'NF_DENSITY' and
6570 #           'VHOST' and
6571 #           not 'VXLAN' and
6572 #           'CHAIN' and
6573 #           'NF_VPPIP4' and
6574 #           '64B' and
6575 #           '2T1C' and
6576 #           'MRR'"
6577 #  parameters:
6578 #  - "result"
6579 #  - "name"
6580 #  - "tags"
6581 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6582 #  x-axis: "X = VNFs per Service Chain"
6583 #  y-axis: "Y = Number of Service Chains"
6584 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6585 #  layout:
6586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6587 #    layout: "plot-service-density"
6588 #
6589 #- type: "plot"
6590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6591 #  algorithm: "plot_nf_heatmap"
6592 #  output-file-type: ".html"
6593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6594 #  data: "plot-vpp-nfv-2n-skx-mrr"
6595 #  filter: "'NIC_Intel-XXV710' and
6596 #           'NF_DENSITY' and
6597 #           'VHOST' and
6598 #           not 'VXLAN' and
6599 #           'CHAIN' and
6600 #           'NF_VPPIP4' and
6601 #           '64B' and
6602 #           '4T2C' and
6603 #           'MRR'"
6604 #  parameters:
6605 #  - "result"
6606 #  - "name"
6607 #  - "tags"
6608 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6609 #  x-axis: "X = VNFs per Service Chain"
6610 #  y-axis: "Y = Number of Service Chains"
6611 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6612 #  layout:
6613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6614 #    layout: "plot-service-density"
6615 #
6616 #- type: "plot"
6617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6618 #  algorithm: "plot_nf_heatmap"
6619 #  output-file-type: ".html"
6620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6621 #  data: "plot-vpp-nfv-2n-skx-mrr"
6622 #  filter: "'NIC_Intel-XXV710' and
6623 #           'NF_DENSITY' and
6624 #           'VHOST' and
6625 #           not 'VXLAN' and
6626 #           'CHAIN' and
6627 #           'NF_VPPIP4' and
6628 #           '64B' and
6629 #           '8T4C' and
6630 #           'MRR'"
6631 #  parameters:
6632 #  - "result"
6633 #  - "name"
6634 #  - "tags"
6635 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6636 #  x-axis: "X = VNFs per Service Chain"
6637 #  y-axis: "Y = Number of Service Chains"
6638 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6639 #  layout:
6640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6641 #    layout: "plot-service-density"
6642 #
6643 ## Plots - NF Density - VSC - MRR IMIX
6644 #- type: "plot"
6645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6646 #  algorithm: "plot_nf_heatmap"
6647 #  output-file-type: ".html"
6648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6649 #  data: "plot-vpp-nfv-2n-skx-mrr"
6650 #  filter: "'NIC_Intel-XXV710' and
6651 #           'NF_DENSITY' and
6652 #           'VHOST' and
6653 #           not 'VXLAN' and
6654 #           'CHAIN' and
6655 #           'NF_VPPIP4' and
6656 #           'IMIX' and
6657 #           '2T1C' and
6658 #           'MRR'"
6659 #  parameters:
6660 #  - "result"
6661 #  - "name"
6662 #  - "tags"
6663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6664 #  x-axis: "X = VNFs per Service Chain"
6665 #  y-axis: "Y = Number of Service Chains"
6666 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6667 #  layout:
6668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6669 #    layout: "plot-service-density"
6670 #
6671 #- type: "plot"
6672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6673 #  algorithm: "plot_nf_heatmap"
6674 #  output-file-type: ".html"
6675 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6676 #  data: "plot-vpp-nfv-2n-skx-mrr"
6677 #  filter: "'NIC_Intel-XXV710' and
6678 #           'NF_DENSITY' and
6679 #           'VHOST' and
6680 #           not 'VXLAN' and
6681 #           'CHAIN' and
6682 #           'NF_VPPIP4' and
6683 #           'IMIX' and
6684 #           '4T2C' and
6685 #           'MRR'"
6686 #  parameters:
6687 #  - "result"
6688 #  - "name"
6689 #  - "tags"
6690 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6691 #  x-axis: "X = VNFs per Service Chain"
6692 #  y-axis: "Y = Number of Service Chains"
6693 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6694 #  layout:
6695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6696 #    layout: "plot-service-density"
6697 #
6698 #- type: "plot"
6699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6700 #  algorithm: "plot_nf_heatmap"
6701 #  output-file-type: ".html"
6702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6703 #  data: "plot-vpp-nfv-2n-skx-mrr"
6704 #  filter: "'NIC_Intel-XXV710' and
6705 #           'NF_DENSITY' and
6706 #           'VHOST' and
6707 #           not 'VXLAN' and
6708 #           'CHAIN' and
6709 #           'NF_VPPIP4' and
6710 #           'IMIX' and
6711 #           '8T4C' and
6712 #           'MRR'"
6713 #  parameters:
6714 #  - "result"
6715 #  - "name"
6716 #  - "tags"
6717 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6718 #  x-axis: "X = VNFs per Service Chain"
6719 #  y-axis: "Y = Number of Service Chains"
6720 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6721 #  layout:
6722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6723 #    layout: "plot-service-density"
6724 #
6725 ## Plots - NF Density - VSC - NDR 64b
6726 #- type: "plot"
6727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6728 #  algorithm: "plot_nf_heatmap"
6729 #  output-file-type: ".html"
6730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6732 #  filter: "'NIC_Intel-XXV710' and
6733 #           'NF_DENSITY' and
6734 #           'VHOST' and
6735 #           not 'VXLAN' and
6736 #           'CHAIN' and
6737 #           'NF_VPPIP4' and
6738 #           '64B' and
6739 #           '2T1C' and
6740 #           'NDRPDR'"
6741 #  parameters:
6742 #  - "throughput"
6743 #  - "name"
6744 #  - "tags"
6745 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6746 #  x-axis: "X = VNFs per Service Chain"
6747 #  y-axis: "Y = Number of Service Chains"
6748 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6749 #  layout:
6750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6751 #    layout: "plot-service-density"
6752 #
6753 #- type: "plot"
6754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6755 #  algorithm: "plot_nf_heatmap"
6756 #  output-file-type: ".html"
6757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6759 #  filter: "'NIC_Intel-XXV710' and
6760 #           'NF_DENSITY' and
6761 #           'VHOST' and
6762 #           not 'VXLAN' and
6763 #           'CHAIN' and
6764 #           'NF_VPPIP4' and
6765 #           '64B' and
6766 #           '4T2C' and
6767 #           'NDRPDR'"
6768 #  parameters:
6769 #  - "throughput"
6770 #  - "name"
6771 #  - "tags"
6772 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6773 #  x-axis: "X = VNFs per Service Chain"
6774 #  y-axis: "Y = Number of Service Chains"
6775 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6776 #  layout:
6777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6778 #    layout: "plot-service-density"
6779 #
6780 #- type: "plot"
6781 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6782 #  algorithm: "plot_nf_heatmap"
6783 #  output-file-type: ".html"
6784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6785 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6786 #  filter: "'NIC_Intel-XXV710' and
6787 #           'NF_DENSITY' and
6788 #           'VHOST' and
6789 #           not 'VXLAN' and
6790 #           'CHAIN' and
6791 #           'NF_VPPIP4' and
6792 #           '64B' and
6793 #           '8T4C' and
6794 #           'NDRPDR'"
6795 #  parameters:
6796 #  - "throughput"
6797 #  - "name"
6798 #  - "tags"
6799 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6800 #  x-axis: "X = VNFs per Service Chain"
6801 #  y-axis: "Y = Number of Service Chains"
6802 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6803 #  layout:
6804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6805 #    layout: "plot-service-density"
6806 #
6807 ## Plots - NF Density - VSC - NDR IMIX
6808 #- type: "plot"
6809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6810 #  algorithm: "plot_nf_heatmap"
6811 #  output-file-type: ".html"
6812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6813 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6814 #  filter: "'NIC_Intel-XXV710' and
6815 #           'NF_DENSITY' and
6816 #           'VHOST' and
6817 #           not 'VXLAN' and
6818 #           'CHAIN' and
6819 #           'NF_VPPIP4' and
6820 #           'IMIX' and
6821 #           '2T1C' and
6822 #           'NDRPDR'"
6823 #  parameters:
6824 #  - "throughput"
6825 #  - "name"
6826 #  - "tags"
6827 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6828 #  x-axis: "X = VNFs per Service Chain"
6829 #  y-axis: "Y = Number of Service Chains"
6830 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6831 #  layout:
6832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6833 #    layout: "plot-service-density"
6834 #
6835 #- type: "plot"
6836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6837 #  algorithm: "plot_nf_heatmap"
6838 #  output-file-type: ".html"
6839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6840 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6841 #  filter: "'NIC_Intel-XXV710' and
6842 #           'NF_DENSITY' and
6843 #           'VHOST' and
6844 #           not 'VXLAN' and
6845 #           'CHAIN' and
6846 #           'NF_VPPIP4' and
6847 #           'IMIX' and
6848 #           '4T2C' and
6849 #           'NDRPDR'"
6850 #  parameters:
6851 #  - "throughput"
6852 #  - "name"
6853 #  - "tags"
6854 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6855 #  x-axis: "X = VNFs per Service Chain"
6856 #  y-axis: "Y = Number of Service Chains"
6857 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6858 #  layout:
6859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6860 #    layout: "plot-service-density"
6861 #
6862 #- type: "plot"
6863 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6864 #  algorithm: "plot_nf_heatmap"
6865 #  output-file-type: ".html"
6866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6867 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6868 #  filter: "'NIC_Intel-XXV710' and
6869 #           'NF_DENSITY' and
6870 #           'VHOST' and
6871 #           not 'VXLAN' and
6872 #           'CHAIN' and
6873 #           'NF_VPPIP4' and
6874 #           'IMIX' and
6875 #           '8T4C' and
6876 #           'NDRPDR'"
6877 #  parameters:
6878 #  - "throughput"
6879 #  - "name"
6880 #  - "tags"
6881 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6882 #  x-axis: "X = VNFs per Service Chain"
6883 #  y-axis: "Y = Number of Service Chains"
6884 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6885 #  layout:
6886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6887 #    layout: "plot-service-density"
6888 #
6889 ## Plots - NF Density - VSC - PDR 64b
6890 #- type: "plot"
6891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6892 #  algorithm: "plot_nf_heatmap"
6893 #  output-file-type: ".html"
6894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6895 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6896 #  filter: "'NIC_Intel-XXV710' and
6897 #           'NF_DENSITY' and
6898 #           'VHOST' and
6899 #           not 'VXLAN' and
6900 #           'CHAIN' and
6901 #           'NF_VPPIP4' and
6902 #           '64B' and
6903 #           '2T1C' and
6904 #           'NDRPDR'"
6905 #  parameters:
6906 #  - "throughput"
6907 #  - "name"
6908 #  - "tags"
6909 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6910 #  x-axis: "X = VNFs per Service Chain"
6911 #  y-axis: "Y = Number of Service Chains"
6912 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6913 #  layout:
6914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6915 #    layout: "plot-service-density"
6916 #
6917 #- type: "plot"
6918 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6919 #  algorithm: "plot_nf_heatmap"
6920 #  output-file-type: ".html"
6921 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6922 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6923 #  filter: "'NIC_Intel-XXV710' and
6924 #           'NF_DENSITY' and
6925 #           'VHOST' and
6926 #           not 'VXLAN' and
6927 #           'CHAIN' and
6928 #           'NF_VPPIP4' and
6929 #           '64B' and
6930 #           '4T2C' and
6931 #           'NDRPDR'"
6932 #  parameters:
6933 #  - "throughput"
6934 #  - "name"
6935 #  - "tags"
6936 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6937 #  x-axis: "X = VNFs per Service Chain"
6938 #  y-axis: "Y = Number of Service Chains"
6939 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6940 #  layout:
6941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6942 #    layout: "plot-service-density"
6943 #
6944 #- type: "plot"
6945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6946 #  algorithm: "plot_nf_heatmap"
6947 #  output-file-type: ".html"
6948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6949 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6950 #  filter: "'NIC_Intel-XXV710' and
6951 #           'NF_DENSITY' and
6952 #           'VHOST' and
6953 #           not 'VXLAN' and
6954 #           'CHAIN' and
6955 #           'NF_VPPIP4' and
6956 #           '64B' and
6957 #           '8T4C' and
6958 #           'NDRPDR'"
6959 #  parameters:
6960 #  - "throughput"
6961 #  - "name"
6962 #  - "tags"
6963 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6964 #  x-axis: "X = VNFs per Service Chain"
6965 #  y-axis: "Y = Number of Service Chains"
6966 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6967 #  layout:
6968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6969 #    layout: "plot-service-density"
6970 #
6971 ## Plots - NF Density - VSC - PDR IMIX
6972 #- type: "plot"
6973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6974 #  algorithm: "plot_nf_heatmap"
6975 #  output-file-type: ".html"
6976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6977 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6978 #  filter: "'NIC_Intel-XXV710' and
6979 #           'NF_DENSITY' and
6980 #           'VHOST' and
6981 #           not 'VXLAN' and
6982 #           'CHAIN' and
6983 #           'NF_VPPIP4' and
6984 #           'IMIX' and
6985 #           '2T1C' and
6986 #           'NDRPDR'"
6987 #  parameters:
6988 #  - "throughput"
6989 #  - "name"
6990 #  - "tags"
6991 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6992 #  x-axis: "X = VNFs per Service Chain"
6993 #  y-axis: "Y = Number of Service Chains"
6994 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6995 #  layout:
6996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6997 #    layout: "plot-service-density"
6998 #
6999 #- type: "plot"
7000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7001 #  algorithm: "plot_nf_heatmap"
7002 #  output-file-type: ".html"
7003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7004 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7005 #  filter: "'NIC_Intel-XXV710' and
7006 #           'NF_DENSITY' and
7007 #           'VHOST' and
7008 #           not 'VXLAN' and
7009 #           'CHAIN' and
7010 #           'NF_VPPIP4' and
7011 #           'IMIX' and
7012 #           '4T2C' and
7013 #           'NDRPDR'"
7014 #  parameters:
7015 #  - "throughput"
7016 #  - "name"
7017 #  - "tags"
7018 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7019 #  x-axis: "X = VNFs per Service Chain"
7020 #  y-axis: "Y = Number of Service Chains"
7021 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7022 #  layout:
7023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7024 #    layout: "plot-service-density"
7025 #
7026 #- type: "plot"
7027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7028 #  algorithm: "plot_nf_heatmap"
7029 #  output-file-type: ".html"
7030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7031 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7032 #  filter: "'NIC_Intel-XXV710' and
7033 #           'NF_DENSITY' and
7034 #           'VHOST' and
7035 #           not 'VXLAN' and
7036 #           'CHAIN' and
7037 #           'NF_VPPIP4' and
7038 #           'IMIX' and
7039 #           '8T4C' and
7040 #           'NDRPDR'"
7041 #  parameters:
7042 #  - "throughput"
7043 #  - "name"
7044 #  - "tags"
7045 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7046 #  x-axis: "X = VNFs per Service Chain"
7047 #  y-axis: "Y = Number of Service Chains"
7048 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7049 #  layout:
7050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7051 #    layout: "plot-service-density"
7052 #
7053 ################################################################################
7054 ## Plots - NF Density - VSC - MRR 64b
7055 #- type: "plot"
7056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7057 #  algorithm: "plot_nf_heatmap"
7058 #  output-file-type: ".html"
7059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7060 #  data: "plot-vpp-nfv-2n-skx-mrr"
7061 #  filter: "'NIC_Intel-XXV710' and
7062 #           'NF_DENSITY' and
7063 #           'VHOST' and
7064 #           'VXLAN' and
7065 #           'CHAIN' and
7066 #           '118' and
7067 #           '2T1C' and
7068 #           'MRR'"
7069 #  parameters:
7070 #  - "result"
7071 #  - "name"
7072 #  - "tags"
7073 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7074 #  x-axis: "X = VNFs per Service Chain"
7075 #  y-axis: "Y = Number of Service Chains"
7076 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7077 #  layout:
7078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7079 #    layout: "plot-service-density"
7080 #
7081 #- type: "plot"
7082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7083 #  algorithm: "plot_nf_heatmap"
7084 #  output-file-type: ".html"
7085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7086 #  data: "plot-vpp-nfv-2n-skx-mrr"
7087 #  filter: "'NIC_Intel-XXV710' and
7088 #           'NF_DENSITY' and
7089 #           'VHOST' and
7090 #           'VXLAN' and
7091 #           'CHAIN' and
7092 #           '118' and
7093 #           '4T2C' and
7094 #           'MRR'"
7095 #  parameters:
7096 #  - "result"
7097 #  - "name"
7098 #  - "tags"
7099 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7100 #  x-axis: "X = VNFs per Service Chain"
7101 #  y-axis: "Y = Number of Service Chains"
7102 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7103 #  layout:
7104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7105 #    layout: "plot-service-density"
7106 #
7107 #- type: "plot"
7108 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7109 #  algorithm: "plot_nf_heatmap"
7110 #  output-file-type: ".html"
7111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7112 #  data: "plot-vpp-nfv-2n-skx-mrr"
7113 #  filter: "'NIC_Intel-XXV710' and
7114 #           'NF_DENSITY' and
7115 #           'VHOST' and
7116 #           'VXLAN' and
7117 #           'CHAIN' and
7118 #           '118' and
7119 #           '8T4C' and
7120 #           'MRR'"
7121 #  parameters:
7122 #  - "result"
7123 #  - "name"
7124 #  - "tags"
7125 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7126 #  x-axis: "X = VNFs per Service Chain"
7127 #  y-axis: "Y = Number of Service Chains"
7128 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7129 #  layout:
7130 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7131 #    layout: "plot-service-density"
7132 #
7133 ## Plots - NF Density - VSC - MRR IMIX
7134 #- type: "plot"
7135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7136 #  algorithm: "plot_nf_heatmap"
7137 #  output-file-type: ".html"
7138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7139 #  data: "plot-vpp-nfv-2n-skx-mrr"
7140 #  filter: "'NIC_Intel-XXV710' and
7141 #           'NF_DENSITY' and
7142 #           'VHOST' and
7143 #           'VXLAN' and
7144 #           'CHAIN' and
7145 #           'IMIX' and
7146 #           '2T1C' and
7147 #           'MRR'"
7148 #  parameters:
7149 #  - "result"
7150 #  - "name"
7151 #  - "tags"
7152 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7153 #  x-axis: "X = VNFs per Service Chain"
7154 #  y-axis: "Y = Number of Service Chains"
7155 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7156 #  layout:
7157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7158 #    layout: "plot-service-density"
7159 #
7160 #- type: "plot"
7161 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7162 #  algorithm: "plot_nf_heatmap"
7163 #  output-file-type: ".html"
7164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7165 #  data: "plot-vpp-nfv-2n-skx-mrr"
7166 #  filter: "'NIC_Intel-XXV710' and
7167 #           'NF_DENSITY' and
7168 #           'VHOST' and
7169 #           'VXLAN' and
7170 #           'CHAIN' and
7171 #           'IMIX' and
7172 #           '4T2C' and
7173 #           'MRR'"
7174 #  parameters:
7175 #  - "result"
7176 #  - "name"
7177 #  - "tags"
7178 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7179 #  x-axis: "X = VNFs per Service Chain"
7180 #  y-axis: "Y = Number of Service Chains"
7181 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7182 #  layout:
7183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7184 #    layout: "plot-service-density"
7185 #
7186 #- type: "plot"
7187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7188 #  algorithm: "plot_nf_heatmap"
7189 #  output-file-type: ".html"
7190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7191 #  data: "plot-vpp-nfv-2n-skx-mrr"
7192 #  filter: "'NIC_Intel-XXV710' and
7193 #           'NF_DENSITY' and
7194 #           'VHOST' and
7195 #           'VXLAN' and
7196 #           'CHAIN' and
7197 #           'IMIX' and
7198 #           '8T4C' and
7199 #           'MRR'"
7200 #  parameters:
7201 #  - "result"
7202 #  - "name"
7203 #  - "tags"
7204 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7205 #  x-axis: "X = VNFs per Service Chain"
7206 #  y-axis: "Y = Number of Service Chains"
7207 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7208 #  layout:
7209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7210 #    layout: "plot-service-density"
7211 #
7212 ## Plots - NF Density - VSC - NDR 64b
7213 #- type: "plot"
7214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7215 #  algorithm: "plot_nf_heatmap"
7216 #  output-file-type: ".html"
7217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7219 #  filter: "'NIC_Intel-XXV710' and
7220 #           'NF_DENSITY' and
7221 #           'VHOST' and
7222 #           'VXLAN' and
7223 #           'CHAIN' and
7224 #           '118' and
7225 #           '2T1C' and
7226 #           'NDRPDR'"
7227 #  parameters:
7228 #  - "throughput"
7229 #  - "name"
7230 #  - "tags"
7231 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7232 #  x-axis: "X = VNFs per Service Chain"
7233 #  y-axis: "Y = Number of Service Chains"
7234 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7235 #  layout:
7236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7237 #    layout: "plot-service-density"
7238 #
7239 #- type: "plot"
7240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7241 #  algorithm: "plot_nf_heatmap"
7242 #  output-file-type: ".html"
7243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7244 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7245 #  filter: "'NIC_Intel-XXV710' and
7246 #           'NF_DENSITY' and
7247 #           'VHOST' and
7248 #           'VXLAN' and
7249 #           'CHAIN' and
7250 #           '118' and
7251 #           '4T2C' and
7252 #           'NDRPDR'"
7253 #  parameters:
7254 #  - "throughput"
7255 #  - "name"
7256 #  - "tags"
7257 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7258 #  x-axis: "X = VNFs per Service Chain"
7259 #  y-axis: "Y = Number of Service Chains"
7260 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7261 #  layout:
7262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7263 #    layout: "plot-service-density"
7264 #
7265 #- type: "plot"
7266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7267 #  algorithm: "plot_nf_heatmap"
7268 #  output-file-type: ".html"
7269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7270 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7271 #  filter: "'NIC_Intel-XXV710' and
7272 #           'NF_DENSITY' and
7273 #           'VHOST' and
7274 #           'VXLAN' and
7275 #           'CHAIN' and
7276 #           '118' and
7277 #           '8T4C' and
7278 #           'NDRPDR'"
7279 #  parameters:
7280 #  - "throughput"
7281 #  - "name"
7282 #  - "tags"
7283 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7284 #  x-axis: "X = VNFs per Service Chain"
7285 #  y-axis: "Y = Number of Service Chains"
7286 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7287 #  layout:
7288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7289 #    layout: "plot-service-density"
7290 #
7291 ## Plots - NF Density - VSC - NDR IMIX
7292 #- type: "plot"
7293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7294 #  algorithm: "plot_nf_heatmap"
7295 #  output-file-type: ".html"
7296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7297 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7298 #  filter: "'NIC_Intel-XXV710' and
7299 #           'NF_DENSITY' and
7300 #           'VHOST' and
7301 #           'VXLAN' and
7302 #           'CHAIN' and
7303 #           'IMIX' and
7304 #           '2T1C' and
7305 #           'NDRPDR'"
7306 #  parameters:
7307 #  - "throughput"
7308 #  - "name"
7309 #  - "tags"
7310 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7311 #  x-axis: "X = VNFs per Service Chain"
7312 #  y-axis: "Y = Number of Service Chains"
7313 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7314 #  layout:
7315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7316 #    layout: "plot-service-density"
7317 #
7318 #- type: "plot"
7319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7320 #  algorithm: "plot_nf_heatmap"
7321 #  output-file-type: ".html"
7322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7323 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7324 #  filter: "'NIC_Intel-XXV710' and
7325 #           'NF_DENSITY' and
7326 #           'VHOST' and
7327 #           'VXLAN' and
7328 #           'CHAIN' and
7329 #           'IMIX' and
7330 #           '4T2C' and
7331 #           'NDRPDR'"
7332 #  parameters:
7333 #  - "throughput"
7334 #  - "name"
7335 #  - "tags"
7336 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7337 #  x-axis: "X = VNFs per Service Chain"
7338 #  y-axis: "Y = Number of Service Chains"
7339 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7340 #  layout:
7341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7342 #    layout: "plot-service-density"
7343 #
7344 #- type: "plot"
7345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7346 #  algorithm: "plot_nf_heatmap"
7347 #  output-file-type: ".html"
7348 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7349 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7350 #  filter: "'NIC_Intel-XXV710' and
7351 #           'NF_DENSITY' and
7352 #           'VHOST' and
7353 #           'VXLAN' and
7354 #           'CHAIN' and
7355 #           'IMIX' and
7356 #           '8T4C' and
7357 #           'NDRPDR'"
7358 #  parameters:
7359 #  - "throughput"
7360 #  - "name"
7361 #  - "tags"
7362 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7363 #  x-axis: "X = VNFs per Service Chain"
7364 #  y-axis: "Y = Number of Service Chains"
7365 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7366 #  layout:
7367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7368 #    layout: "plot-service-density"
7369 #
7370 ## Plots - NF Density - VSC - PDR 64b
7371 #- type: "plot"
7372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7373 #  algorithm: "plot_nf_heatmap"
7374 #  output-file-type: ".html"
7375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7376 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7377 #  filter: "'NIC_Intel-XXV710' and
7378 #           'NF_DENSITY' and
7379 #           'VHOST' and
7380 #           'VXLAN' and
7381 #           'CHAIN' and
7382 #           '118' and
7383 #           '2T1C' and
7384 #           'NDRPDR'"
7385 #  parameters:
7386 #  - "throughput"
7387 #  - "name"
7388 #  - "tags"
7389 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7390 #  x-axis: "X = VNFs per Service Chain"
7391 #  y-axis: "Y = Number of Service Chains"
7392 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7393 #  layout:
7394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7395 #    layout: "plot-service-density"
7396 #
7397 #- type: "plot"
7398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7399 #  algorithm: "plot_nf_heatmap"
7400 #  output-file-type: ".html"
7401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7402 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7403 #  filter: "'NIC_Intel-XXV710' and
7404 #           'NF_DENSITY' and
7405 #           'VHOST' and
7406 #           'VXLAN' and
7407 #           'CHAIN' and
7408 #           '118' and
7409 #           '4T2C' and
7410 #           'NDRPDR'"
7411 #  parameters:
7412 #  - "throughput"
7413 #  - "name"
7414 #  - "tags"
7415 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7416 #  x-axis: "X = VNFs per Service Chain"
7417 #  y-axis: "Y = Number of Service Chains"
7418 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7419 #  layout:
7420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7421 #    layout: "plot-service-density"
7422 #
7423 #- type: "plot"
7424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7425 #  algorithm: "plot_nf_heatmap"
7426 #  output-file-type: ".html"
7427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7428 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7429 #  filter: "'NIC_Intel-XXV710' and
7430 #           'NF_DENSITY' and
7431 #           'VHOST' and
7432 #           'VXLAN' and
7433 #           'CHAIN' and
7434 #           '118' and
7435 #           '8T4C' and
7436 #           'NDRPDR'"
7437 #  parameters:
7438 #  - "throughput"
7439 #  - "name"
7440 #  - "tags"
7441 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7442 #  x-axis: "X = VNFs per Service Chain"
7443 #  y-axis: "Y = Number of Service Chains"
7444 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7445 #  layout:
7446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7447 #    layout: "plot-service-density"
7448 #
7449 ## Plots - NF Density - VSC - PDR IMIX
7450 #- type: "plot"
7451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7452 #  algorithm: "plot_nf_heatmap"
7453 #  output-file-type: ".html"
7454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7455 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7456 #  filter: "'NIC_Intel-XXV710' and
7457 #           'NF_DENSITY' and
7458 #           'VHOST' and
7459 #           'VXLAN' and
7460 #           'CHAIN' and
7461 #           'IMIX' and
7462 #           '2T1C' and
7463 #           'NDRPDR'"
7464 #  parameters:
7465 #  - "throughput"
7466 #  - "name"
7467 #  - "tags"
7468 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7469 #  x-axis: "X = VNFs per Service Chain"
7470 #  y-axis: "Y = Number of Service Chains"
7471 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7472 #  layout:
7473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7474 #    layout: "plot-service-density"
7475 #
7476 #- type: "plot"
7477 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7478 #  algorithm: "plot_nf_heatmap"
7479 #  output-file-type: ".html"
7480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7481 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7482 #  filter: "'NIC_Intel-XXV710' and
7483 #           'NF_DENSITY' and
7484 #           'VHOST' and
7485 #           'VXLAN' and
7486 #           'CHAIN' and
7487 #           'IMIX' and
7488 #           '4T2C' and
7489 #           'NDRPDR'"
7490 #  parameters:
7491 #  - "throughput"
7492 #  - "name"
7493 #  - "tags"
7494 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7495 #  x-axis: "X = VNFs per Service Chain"
7496 #  y-axis: "Y = Number of Service Chains"
7497 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7498 #  layout:
7499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7500 #    layout: "plot-service-density"
7501 #
7502 #- type: "plot"
7503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7504 #  algorithm: "plot_nf_heatmap"
7505 #  output-file-type: ".html"
7506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7507 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7508 #  filter: "'NIC_Intel-XXV710' and
7509 #           'NF_DENSITY' and
7510 #           'VHOST' and
7511 #           'VXLAN' and
7512 #           'CHAIN' and
7513 #           'IMIX' and
7514 #           '8T4C' and
7515 #           'NDRPDR'"
7516 #  parameters:
7517 #  - "throughput"
7518 #  - "name"
7519 #  - "tags"
7520 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7521 #  x-axis: "X = VNFs per Service Chain"
7522 #  y-axis: "Y = Number of Service Chains"
7523 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7524 #  layout:
7525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7526 #    layout: "plot-service-density"
7527 #
7528 ################################################################################
7529 ## Plots - NF Density - CSC - MRR 64b
7530 #- type: "plot"
7531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7532 #  algorithm: "plot_nf_heatmap"
7533 #  output-file-type: ".html"
7534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7535 #  data: "plot-vpp-nfv-2n-skx-mrr"
7536 #  filter: "'NIC_Intel-XXV710' and
7537 #           'NF_DENSITY' and
7538 #           'DOCKER' and
7539 #           'CHAIN' and
7540 #           'NF_VPPIP4' and
7541 #           '64B' and
7542 #           '2T1C' and
7543 #           'MRR'"
7544 #  parameters:
7545 #  - "result"
7546 #  - "name"
7547 #  - "tags"
7548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7549 #  x-axis: "X = CNFs per Service Chain"
7550 #  y-axis: "Y = Number of Service Chains"
7551 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7552 #  layout:
7553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7554 #    layout: "plot-service-density"
7555 #
7556 #- type: "plot"
7557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7558 #  algorithm: "plot_nf_heatmap"
7559 #  output-file-type: ".html"
7560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7561 #  data: "plot-vpp-nfv-2n-skx-mrr"
7562 #  filter: "'NIC_Intel-XXV710' and
7563 #           'NF_DENSITY' and
7564 #           'DOCKER' and
7565 #           'CHAIN' and
7566 #           'NF_VPPIP4' and
7567 #           '64B' and
7568 #           '4T2C' and
7569 #           'MRR'"
7570 #  parameters:
7571 #  - "result"
7572 #  - "name"
7573 #  - "tags"
7574 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7575 #  x-axis: "X = CNFs per Service Chain"
7576 #  y-axis: "Y = Number of Service Chains"
7577 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7578 #  layout:
7579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7580 #    layout: "plot-service-density"
7581 #
7582 #- type: "plot"
7583 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7584 #  algorithm: "plot_nf_heatmap"
7585 #  output-file-type: ".html"
7586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7587 #  data: "plot-vpp-nfv-2n-skx-mrr"
7588 #  filter: "'NIC_Intel-XXV710' and
7589 #           'NF_DENSITY' and
7590 #           'DOCKER' and
7591 #           'CHAIN' and
7592 #           'NF_VPPIP4' and
7593 #           '64B' and
7594 #           '8T4C' and
7595 #           'MRR'"
7596 #  parameters:
7597 #  - "result"
7598 #  - "name"
7599 #  - "tags"
7600 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7601 #  x-axis: "X = CNFs per Service Chain"
7602 #  y-axis: "Y = Number of Service Chains"
7603 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7604 #  layout:
7605 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7606 #    layout: "plot-service-density"
7607 #
7608 ## Plots - NF Density - CSC - MRR IMIX
7609 #- type: "plot"
7610 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7611 #  algorithm: "plot_nf_heatmap"
7612 #  output-file-type: ".html"
7613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7614 #  data: "plot-vpp-nfv-2n-skx-mrr"
7615 #  filter: "'NIC_Intel-XXV710' and
7616 #           'NF_DENSITY' and
7617 #           'DOCKER' and
7618 #           'CHAIN' and
7619 #           'NF_VPPIP4' and
7620 #           'IMIX' and
7621 #           '2T1C' and
7622 #           'MRR'"
7623 #  parameters:
7624 #  - "result"
7625 #  - "name"
7626 #  - "tags"
7627 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7628 #  x-axis: "X = CNFs per Service Chain"
7629 #  y-axis: "Y = Number of Service Chains"
7630 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7631 #  layout:
7632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7633 #    layout: "plot-service-density"
7634 #
7635 #- type: "plot"
7636 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7637 #  algorithm: "plot_nf_heatmap"
7638 #  output-file-type: ".html"
7639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7640 #  data: "plot-vpp-nfv-2n-skx-mrr"
7641 #  filter: "'NIC_Intel-XXV710' and
7642 #           'NF_DENSITY' and
7643 #           'DOCKER' and
7644 #           'CHAIN' and
7645 #           'NF_VPPIP4' and
7646 #           'IMIX' and
7647 #           '4T2C' and
7648 #           'MRR'"
7649 #  parameters:
7650 #  - "result"
7651 #  - "name"
7652 #  - "tags"
7653 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7654 #  x-axis: "X = CNFs per Service Chain"
7655 #  y-axis: "Y = Number of Service Chains"
7656 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7657 #  layout:
7658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7659 #    layout: "plot-service-density"
7660 #
7661 #- type: "plot"
7662 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7663 #  algorithm: "plot_nf_heatmap"
7664 #  output-file-type: ".html"
7665 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7666 #  data: "plot-vpp-nfv-2n-skx-mrr"
7667 #  filter: "'NIC_Intel-XXV710' and
7668 #           'NF_DENSITY' and
7669 #           'DOCKER' and
7670 #           'CHAIN' and
7671 #           'NF_VPPIP4' and
7672 #           'IMIX' and
7673 #           '8T4C' and
7674 #           'MRR'"
7675 #  parameters:
7676 #  - "result"
7677 #  - "name"
7678 #  - "tags"
7679 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7680 #  x-axis: "X = CNFs per Service Chain"
7681 #  y-axis: "Y = Number of Service Chains"
7682 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7683 #  layout:
7684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7685 #    layout: "plot-service-density"
7686 #
7687 ## Plots - NF Density - CSC - NDR 64b
7688 #- type: "plot"
7689 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7690 #  algorithm: "plot_nf_heatmap"
7691 #  output-file-type: ".html"
7692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7694 #  filter: "'NIC_Intel-XXV710' and
7695 #           'NF_DENSITY' and
7696 #           'DOCKER' and
7697 #           'CHAIN' and
7698 #           'NF_VPPIP4' and
7699 #           '64B' and
7700 #           '2T1C' and
7701 #           'NDRPDR'"
7702 #  parameters:
7703 #  - "throughput"
7704 #  - "name"
7705 #  - "tags"
7706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7707 #  x-axis: "X = CNFs per Service Chain"
7708 #  y-axis: "Y = Number of Service Chains"
7709 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7710 #  layout:
7711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7712 #    layout: "plot-service-density"
7713 #
7714 #- type: "plot"
7715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7716 #  algorithm: "plot_nf_heatmap"
7717 #  output-file-type: ".html"
7718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7720 #  filter: "'NIC_Intel-XXV710' and
7721 #           'NF_DENSITY' and
7722 #           'DOCKER' and
7723 #           'CHAIN' and
7724 #           'NF_VPPIP4' and
7725 #           '64B' and
7726 #           '4T2C' and
7727 #           'NDRPDR'"
7728 #  parameters:
7729 #  - "throughput"
7730 #  - "name"
7731 #  - "tags"
7732 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7733 #  x-axis: "X = CNFs per Service Chain"
7734 #  y-axis: "Y = Number of Service Chains"
7735 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7736 #  layout:
7737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7738 #    layout: "plot-service-density"
7739 #
7740 #- type: "plot"
7741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7742 #  algorithm: "plot_nf_heatmap"
7743 #  output-file-type: ".html"
7744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7746 #  filter: "'NIC_Intel-XXV710' and
7747 #           'NF_DENSITY' and
7748 #           'DOCKER' and
7749 #           'CHAIN' and
7750 #           'NF_VPPIP4' and
7751 #           '64B' and
7752 #           '8T4C' and
7753 #           'NDRPDR'"
7754 #  parameters:
7755 #  - "throughput"
7756 #  - "name"
7757 #  - "tags"
7758 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7759 #  x-axis: "X = CNFs per Service Chain"
7760 #  y-axis: "Y = Number of Service Chains"
7761 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7762 #  layout:
7763 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7764 #    layout: "plot-service-density"
7765 #
7766 ## Plots - NF Density - CSC - NDR IMIX
7767 #- type: "plot"
7768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7769 #  algorithm: "plot_nf_heatmap"
7770 #  output-file-type: ".html"
7771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7773 #  filter: "'NIC_Intel-XXV710' and
7774 #           'NF_DENSITY' and
7775 #           'DOCKER' and
7776 #           'CHAIN' and
7777 #           'NF_VPPIP4' and
7778 #           'IMIX' and
7779 #           '2T1C' and
7780 #           'NDRPDR'"
7781 #  parameters:
7782 #  - "throughput"
7783 #  - "name"
7784 #  - "tags"
7785 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7786 #  x-axis: "X = CNFs per Service Chain"
7787 #  y-axis: "Y = Number of Service Chains"
7788 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7789 #  layout:
7790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7791 #    layout: "plot-service-density"
7792 #
7793 #- type: "plot"
7794 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7795 #  algorithm: "plot_nf_heatmap"
7796 #  output-file-type: ".html"
7797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7798 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7799 #  filter: "'NIC_Intel-XXV710' and
7800 #           'NF_DENSITY' and
7801 #           'DOCKER' and
7802 #           'CHAIN' and
7803 #           'NF_VPPIP4' and
7804 #           'IMIX' and
7805 #           '4T2C' and
7806 #           'NDRPDR'"
7807 #  parameters:
7808 #  - "throughput"
7809 #  - "name"
7810 #  - "tags"
7811 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7812 #  x-axis: "X = CNFs per Service Chain"
7813 #  y-axis: "Y = Number of Service Chains"
7814 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7815 #  layout:
7816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7817 #    layout: "plot-service-density"
7818 #
7819 #- type: "plot"
7820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7821 #  algorithm: "plot_nf_heatmap"
7822 #  output-file-type: ".html"
7823 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7824 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7825 #  filter: "'NIC_Intel-XXV710' and
7826 #           'NF_DENSITY' and
7827 #           'DOCKER' and
7828 #           'CHAIN' and
7829 #           'NF_VPPIP4' and
7830 #           'IMIX' and
7831 #           '8T4C' and
7832 #           'NDRPDR'"
7833 #  parameters:
7834 #  - "throughput"
7835 #  - "name"
7836 #  - "tags"
7837 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7838 #  x-axis: "X = CNFs per Service Chain"
7839 #  y-axis: "Y = Number of Service Chains"
7840 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7841 #  layout:
7842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7843 #    layout: "plot-service-density"
7844 #
7845 ## Plots - NF Density - CSC - PDR 64b
7846 #- type: "plot"
7847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7848 #  algorithm: "plot_nf_heatmap"
7849 #  output-file-type: ".html"
7850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7851 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7852 #  filter: "'NIC_Intel-XXV710' and
7853 #           'NF_DENSITY' and
7854 #           'DOCKER' and
7855 #           'CHAIN' and
7856 #           'NF_VPPIP4' and
7857 #           '64B' and
7858 #           '2T1C' and
7859 #           'NDRPDR'"
7860 #  parameters:
7861 #  - "throughput"
7862 #  - "name"
7863 #  - "tags"
7864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7865 #  x-axis: "X = CNFs per Service Chain"
7866 #  y-axis: "Y = Number of Service Chains"
7867 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7868 #  layout:
7869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7870 #    layout: "plot-service-density"
7871 #
7872 #- type: "plot"
7873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7874 #  algorithm: "plot_nf_heatmap"
7875 #  output-file-type: ".html"
7876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7877 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7878 #  filter: "'NIC_Intel-XXV710' and
7879 #           'NF_DENSITY' and
7880 #           'DOCKER' and
7881 #           'CHAIN' and
7882 #           'NF_VPPIP4' and
7883 #           '64B' and
7884 #           '4T2C' and
7885 #           'NDRPDR'"
7886 #  parameters:
7887 #  - "throughput"
7888 #  - "name"
7889 #  - "tags"
7890 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7891 #  x-axis: "X = CNFs per Service Chain"
7892 #  y-axis: "Y = Number of Service Chains"
7893 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7894 #  layout:
7895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7896 #    layout: "plot-service-density"
7897 #
7898 #- type: "plot"
7899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7900 #  algorithm: "plot_nf_heatmap"
7901 #  output-file-type: ".html"
7902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7903 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7904 #  filter: "'NIC_Intel-XXV710' and
7905 #           'NF_DENSITY' and
7906 #           'DOCKER' and
7907 #           'CHAIN' and
7908 #           'NF_VPPIP4' and
7909 #           '64B' and
7910 #           '8T4C' and
7911 #           'NDRPDR'"
7912 #  parameters:
7913 #  - "throughput"
7914 #  - "name"
7915 #  - "tags"
7916 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7917 #  x-axis: "X = CNFs per Service Chain"
7918 #  y-axis: "Y = Number of Service Chains"
7919 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7920 #  layout:
7921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7922 #    layout: "plot-service-density"
7923 #
7924 ## Plots - NF Density - CSC - PDR IMIX
7925 #- type: "plot"
7926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7927 #  algorithm: "plot_nf_heatmap"
7928 #  output-file-type: ".html"
7929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7930 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7931 #  filter: "'NIC_Intel-XXV710' and
7932 #           'NF_DENSITY' and
7933 #           'DOCKER' and
7934 #           'CHAIN' and
7935 #           'NF_VPPIP4' and
7936 #           'IMIX' and
7937 #           '2T1C' and
7938 #           'NDRPDR'"
7939 #  parameters:
7940 #  - "throughput"
7941 #  - "name"
7942 #  - "tags"
7943 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7944 #  x-axis: "X = CNFs per Service Chain"
7945 #  y-axis: "Y = Number of Service Chains"
7946 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7947 #  layout:
7948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7949 #    layout: "plot-service-density"
7950 #
7951 #- type: "plot"
7952 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7953 #  algorithm: "plot_nf_heatmap"
7954 #  output-file-type: ".html"
7955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7956 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7957 #  filter: "'NIC_Intel-XXV710' and
7958 #           'NF_DENSITY' and
7959 #           'DOCKER' and
7960 #           'CHAIN' and
7961 #           'NF_VPPIP4' and
7962 #           'IMIX' and
7963 #           '4T2C' and
7964 #           'NDRPDR'"
7965 #  parameters:
7966 #  - "throughput"
7967 #  - "name"
7968 #  - "tags"
7969 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7970 #  x-axis: "X = CNFs per Service Chain"
7971 #  y-axis: "Y = Number of Service Chains"
7972 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7973 #  layout:
7974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7975 #    layout: "plot-service-density"
7976 #
7977 #- type: "plot"
7978 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7979 #  algorithm: "plot_nf_heatmap"
7980 #  output-file-type: ".html"
7981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7982 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7983 #  filter: "'NIC_Intel-XXV710' and
7984 #           'NF_DENSITY' and
7985 #           'DOCKER' and
7986 #           'CHAIN' and
7987 #           'NF_VPPIP4' and
7988 #           'IMIX' and
7989 #           '8T4C' and
7990 #           'NDRPDR'"
7991 #  parameters:
7992 #  - "throughput"
7993 #  - "name"
7994 #  - "tags"
7995 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7996 #  x-axis: "X = CNFs per Service Chain"
7997 #  y-axis: "Y = Number of Service Chains"
7998 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7999 #  layout:
8000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8001 #    layout: "plot-service-density"
8002 #
8003 ################################################################################
8004 #
8005 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8006 #- type: "plot"
8007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8008 #  algorithm: "plot_nf_heatmap"
8009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8010 #  data: "plot-vpp-nfv-3n-skx-mrr"
8011 #  filter: "'NIC_Intel-XXV710' and
8012 #           'NF_DENSITY' and
8013 #           'DOCKER' and
8014 #           'CHAIN' and
8015 #           'NF_VPPIP4' and
8016 #           'IPSEC' and
8017 #           'TNL_4' and
8018 #           'IMIX' and
8019 #           '2T1C' and
8020 #           'MRR'"
8021 #  parameters:
8022 #  - "result"
8023 #  - "name"
8024 #  - "tags"
8025 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8026 #  x-axis: "X = CNFs per Service Chain"
8027 #  y-axis: "Y = Number of Service Chains"
8028 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8029 #  layout:
8030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8031 #    layout: "plot-service-density"
8032 #
8033 #- type: "plot"
8034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8035 #  algorithm: "plot_nf_heatmap"
8036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8037 #  data: "plot-vpp-nfv-3n-skx-mrr"
8038 #  filter: "'NIC_Intel-XXV710' and
8039 #           'NF_DENSITY' and
8040 #           'DOCKER' and
8041 #           'CHAIN' and
8042 #           'NF_VPPIP4' and
8043 #           'IPSEC' and
8044 #           'TNL_4' and
8045 #           'IMIX' and
8046 #           '4T2C' and
8047 #           'MRR'"
8048 #  parameters:
8049 #  - "result"
8050 #  - "name"
8051 #  - "tags"
8052 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8053 #  x-axis: "X = CNFs per Service Chain"
8054 #  y-axis: "Y = Number of Service Chains"
8055 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8056 #  layout:
8057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8058 #    layout: "plot-service-density"
8059 #
8060 #- type: "plot"
8061 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8062 #  algorithm: "plot_nf_heatmap"
8063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8064 #  data: "plot-vpp-nfv-3n-skx-mrr"
8065 #  filter: "'NIC_Intel-XXV710' and
8066 #           'NF_DENSITY' and
8067 #           'DOCKER' and
8068 #           'CHAIN' and
8069 #           'NF_VPPIP4' and
8070 #           'IPSEC' and
8071 #           'TNL_4' and
8072 #           'IMIX' and
8073 #           '8T4C' and
8074 #           'MRR'"
8075 #  parameters:
8076 #  - "result"
8077 #  - "name"
8078 #  - "tags"
8079 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8080 #  x-axis: "X = CNFs per Service Chain"
8081 #  y-axis: "Y = Number of Service Chains"
8082 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8083 #  layout:
8084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8085 #    layout: "plot-service-density"
8086
8087 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8088 - type: "plot"
8089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8090   algorithm: "plot_nf_heatmap"
8091   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8092   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8093   filter: "'NIC_Intel-XXV710' and
8094            'NF_DENSITY' and
8095            'DOCKER' and
8096            'CHAIN' and
8097            'NF_VPPIP4' and
8098            'IPSEC' and
8099            'TNL_4' and
8100            'IMIX' and
8101            '2T1C' and
8102            'NDRPDR'"
8103   parameters:
8104   - "throughput"
8105   - "name"
8106   - "tags"
8107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8108   x-axis: "X = CNFs per Service Chain"
8109   y-axis: "Y = Number of Service Chains"
8110   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8111   layout:
8112     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8113     layout: "plot-service-density"
8114
8115 - type: "plot"
8116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8117   algorithm: "plot_nf_heatmap"
8118   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8119   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8120   filter: "'NIC_Intel-XXV710' and
8121            'NF_DENSITY' and
8122            'DOCKER' and
8123            'CHAIN' and
8124            'NF_VPPIP4' and
8125            'IPSEC' and
8126            'TNL_4' and
8127            'IMIX' and
8128            '4T2C' and
8129            'NDRPDR'"
8130   parameters:
8131   - "throughput"
8132   - "name"
8133   - "tags"
8134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8135   x-axis: "X = CNFs per Service Chain"
8136   y-axis: "Y = Number of Service Chains"
8137   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8138   layout:
8139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8140     layout: "plot-service-density"
8141
8142 - type: "plot"
8143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8144   algorithm: "plot_nf_heatmap"
8145   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8146   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8147   filter: "'NIC_Intel-XXV710' and
8148            'NF_DENSITY' and
8149            'DOCKER' and
8150            'CHAIN' and
8151            'NF_VPPIP4' and
8152            'IPSEC' and
8153            'TNL_4' and
8154            'IMIX' and
8155            '8T4C' and
8156            'NDRPDR'"
8157   parameters:
8158   - "throughput"
8159   - "name"
8160   - "tags"
8161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8162   x-axis: "X = CNFs per Service Chain"
8163   y-axis: "Y = Number of Service Chains"
8164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8165   layout:
8166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8167     layout: "plot-service-density"
8168
8169 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8170 - type: "plot"
8171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8172   algorithm: "plot_nf_heatmap"
8173   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8174   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8175   filter: "'NIC_Intel-XXV710' and
8176            'NF_DENSITY' and
8177            'DOCKER' and
8178            'CHAIN' and
8179            'NF_VPPIP4' and
8180            'IPSEC' and
8181            'TNL_4' and
8182            'IMIX' and
8183            '2T1C' and
8184            'NDRPDR'"
8185   parameters:
8186   - "throughput"
8187   - "name"
8188   - "tags"
8189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8190   x-axis: "X = CNFs per Service Chain"
8191   y-axis: "Y = Number of Service Chains"
8192   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8193   layout:
8194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8195     layout: "plot-service-density"
8196
8197 - type: "plot"
8198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8199   algorithm: "plot_nf_heatmap"
8200   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8201   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8202   filter: "'NIC_Intel-XXV710' and
8203            'NF_DENSITY' and
8204            'DOCKER' and
8205            'CHAIN' and
8206            'NF_VPPIP4' and
8207            'IPSEC' and
8208            'TNL_4' and
8209            'IMIX' and
8210            '4T2C' and
8211            'NDRPDR'"
8212   parameters:
8213   - "throughput"
8214   - "name"
8215   - "tags"
8216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8217   x-axis: "X = CNFs per Service Chain"
8218   y-axis: "Y = Number of Service Chains"
8219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8220   layout:
8221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8222     layout: "plot-service-density"
8223
8224 - type: "plot"
8225   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8226   algorithm: "plot_nf_heatmap"
8227   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8228   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8229   filter: "'NIC_Intel-XXV710' and
8230            'NF_DENSITY' and
8231            'DOCKER' and
8232            'CHAIN' and
8233            'NF_VPPIP4' and
8234            'IPSEC' and
8235            'TNL_4' and
8236            'IMIX' and
8237            '8T4C' and
8238            'NDRPDR'"
8239   parameters:
8240   - "throughput"
8241   - "name"
8242   - "tags"
8243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8244   x-axis: "X = CNFs per Service Chain"
8245   y-axis: "Y = Number of Service Chains"
8246   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8247   layout:
8248     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8249     layout: "plot-service-density"
8250
8251 ###############################################################################
8252
8253 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8254 - type: "plot"
8255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8256   algorithm: "plot_nf_heatmap"
8257   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8258   data: "plot-vpp-nfv-3n-hsw-mrr"
8259   filter: "'NIC_Intel-XL710' and
8260            'NF_DENSITY' and
8261            'DOCKER' and
8262            'CHAIN' and
8263            'NF_VPPIP4' and
8264            'IMIX' and
8265            'TNL_4' and
8266            '1T1C' and
8267            'MRR'"
8268   parameters:
8269   - "result"
8270   - "name"
8271   - "tags"
8272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8273   x-axis: "X = CNFs per Service Chain"
8274   y-axis: "Y = Number of Service Chains"
8275   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8276   layout:
8277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8278     layout: "plot-service-density"
8279
8280 - type: "plot"
8281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8282   algorithm: "plot_nf_heatmap"
8283   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8284   data: "plot-vpp-nfv-3n-hsw-mrr"
8285   filter: "'NIC_Intel-XL710' and
8286            'NF_DENSITY' and
8287            'DOCKER' and
8288            'CHAIN' and
8289            'NF_VPPIP4' and
8290            'IPSEC' and
8291            'TNL_4' and
8292            'IMIX' and
8293            '2T2C' and
8294            'MRR'"
8295   parameters:
8296   - "result"
8297   - "name"
8298   - "tags"
8299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8300   x-axis: "X = CNFs per Service Chain"
8301   y-axis: "Y = Number of Service Chains"
8302   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8303   layout:
8304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8305     layout: "plot-service-density"
8306
8307 - type: "plot"
8308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8309   algorithm: "plot_nf_heatmap"
8310   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8311   data: "plot-vpp-nfv-3n-hsw-mrr"
8312   filter: "'NIC_Intel-XL710' and
8313            'NF_DENSITY' and
8314            'DOCKER' and
8315            'CHAIN' and
8316            'NF_VPPIP4' and
8317            'IPSEC' and
8318            'TNL_4' and
8319            'IMIX' and
8320            '4T4C' and
8321            'MRR'"
8322   parameters:
8323   - "result"
8324   - "name"
8325   - "tags"
8326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8327   x-axis: "X = CNFs per Service Chain"
8328   y-axis: "Y = Number of Service Chains"
8329   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8330   layout:
8331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8332     layout: "plot-service-density"
8333
8334 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8335 - type: "plot"
8336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8337   algorithm: "plot_nf_heatmap"
8338   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8339   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8340   filter: "'NIC_Intel-XL710' and
8341            'NF_DENSITY' and
8342            'DOCKER' and
8343            'CHAIN' and
8344            'NF_VPPIP4' and
8345            'IPSEC' and
8346            'TNL_4' and
8347            'IMIX' and
8348            '1T1C' and
8349            'NDRPDR'"
8350   parameters:
8351   - "throughput"
8352   - "name"
8353   - "tags"
8354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8355   x-axis: "X = CNFs per Service Chain"
8356   y-axis: "Y = Number of Service Chains"
8357   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8358   layout:
8359     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8360     layout: "plot-service-density"
8361
8362 - type: "plot"
8363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8364   algorithm: "plot_nf_heatmap"
8365   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8366   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8367   filter: "'NIC_Intel-XL710' and
8368            'NF_DENSITY' and
8369            'DOCKER' and
8370            'CHAIN' and
8371            'NF_VPPIP4' and
8372            'IPSEC' and
8373            'TNL_4' and
8374            'IMIX' and
8375            '2T2C' and
8376            'NDRPDR'"
8377   parameters:
8378   - "throughput"
8379   - "name"
8380   - "tags"
8381   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8382   x-axis: "X = CNFs per Service Chain"
8383   y-axis: "Y = Number of Service Chains"
8384   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8385   layout:
8386     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8387     layout: "plot-service-density"
8388
8389 - type: "plot"
8390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8391   algorithm: "plot_nf_heatmap"
8392   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8393   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8394   filter: "'NIC_Intel-XL710' and
8395            'NF_DENSITY' and
8396            'DOCKER' and
8397            'CHAIN' and
8398            'NF_VPPIP4' and
8399            'IPSEC' and
8400            'TNL_4' and
8401            'IMIX' and
8402            '4T4C' and
8403            'NDRPDR'"
8404   parameters:
8405   - "throughput"
8406   - "name"
8407   - "tags"
8408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8409   x-axis: "X = CNFs per Service Chain"
8410   y-axis: "Y = Number of Service Chains"
8411   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8412   layout:
8413     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8414     layout: "plot-service-density"
8415
8416 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8417 - type: "plot"
8418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8419   algorithm: "plot_nf_heatmap"
8420   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8421   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8422   filter: "'NIC_Intel-XL710' and
8423            'NF_DENSITY' and
8424            'DOCKER' and
8425            'CHAIN' and
8426            'NF_VPPIP4' and
8427            'IPSEC' and
8428            'TNL_4' and
8429            'IMIX' and
8430            '1T1C' and
8431            'NDRPDR'"
8432   parameters:
8433   - "throughput"
8434   - "name"
8435   - "tags"
8436   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8437   x-axis: "X = CNFs per Service Chain"
8438   y-axis: "Y = Number of Service Chains"
8439   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8440   layout:
8441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8442     layout: "plot-service-density"
8443
8444 - type: "plot"
8445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8446   algorithm: "plot_nf_heatmap"
8447   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8448   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8449   filter: "'NIC_Intel-XL710' and
8450            'NF_DENSITY' and
8451            'DOCKER' and
8452            'CHAIN' and
8453            'NF_VPPIP4' and
8454            'IPSEC' and
8455            'TNL_4' and
8456            'IMIX' and
8457            '2T2C' and
8458            'NDRPDR'"
8459   parameters:
8460   - "throughput"
8461   - "name"
8462   - "tags"
8463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8464   x-axis: "X = CNFs per Service Chain"
8465   y-axis: "Y = Number of Service Chains"
8466   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8467   layout:
8468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8469     layout: "plot-service-density"
8470
8471 - type: "plot"
8472   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8473   algorithm: "plot_nf_heatmap"
8474   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8475   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8476   filter: "'NIC_Intel-XL710' and
8477            'NF_DENSITY' and
8478            'DOCKER' and
8479            'CHAIN' and
8480            'NF_VPPIP4' and
8481            'IPSEC' and
8482            'TNL_4' and
8483            'IMIX' and
8484            '4T4C' and
8485            'NDRPDR'"
8486   parameters:
8487   - "throughput"
8488   - "name"
8489   - "tags"
8490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8491   x-axis: "X = CNFs per Service Chain"
8492   y-axis: "Y = Number of Service Chains"
8493   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8494   layout:
8495     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8496     layout: "plot-service-density"
8497
8498 ###############################################################################
8499
8500 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8501 #- type: "plot"
8502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8503 #  algorithm: "plot_nf_heatmap"
8504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8505 #  data: "plot-vpp-nfv-3n-skx-mrr"
8506 #  filter: "'NIC_Intel-XXV710' and
8507 #           'NF_DENSITY' and
8508 #           'DOCKER' and
8509 #           'CHAIN' and
8510 #           'NF_VPPIP4' and
8511 #           'IPSEC' and
8512 #           'TNL_1000' and
8513 #           'IMIX' and
8514 #           '2T1C' and
8515 #           'MRR'"
8516 #  parameters:
8517 #  - "result"
8518 #  - "name"
8519 #  - "tags"
8520 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8521 #  x-axis: "X = CNFs per Service Chain"
8522 #  y-axis: "Y = Number of Service Chains"
8523 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8524 #  layout:
8525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8526 #    layout: "plot-service-density"
8527 #
8528 #- type: "plot"
8529 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8530 #  algorithm: "plot_nf_heatmap"
8531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8532 #  data: "plot-vpp-nfv-3n-skx-mrr"
8533 #  filter: "'NIC_Intel-XXV710' and
8534 #           'NF_DENSITY' and
8535 #           'DOCKER' and
8536 #           'CHAIN' and
8537 #           'NF_VPPIP4' and
8538 #           'IPSEC' and
8539 #           'TNL_1000' and
8540 #           'IMIX' and
8541 #           '4T2C' and
8542 #           'MRR'"
8543 #  parameters:
8544 #  - "result"
8545 #  - "name"
8546 #  - "tags"
8547 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8548 #  x-axis: "X = CNFs per Service Chain"
8549 #  y-axis: "Y = Number of Service Chains"
8550 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8551 #  layout:
8552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8553 #    layout: "plot-service-density"
8554 #
8555 #- type: "plot"
8556 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8557 #  algorithm: "plot_nf_heatmap"
8558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8559 #  data: "plot-vpp-nfv-3n-skx-mrr"
8560 #  filter: "'NIC_Intel-XXV710' and
8561 #           'NF_DENSITY' and
8562 #           'DOCKER' and
8563 #           'CHAIN' and
8564 #           'NF_VPPIP4' and
8565 #           'IPSEC' and
8566 #           'TNL_1000' and
8567 #           'IMIX' and
8568 #           '8T4C' and
8569 #           'MRR'"
8570 #  parameters:
8571 #  - "result"
8572 #  - "name"
8573 #  - "tags"
8574 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8575 #  x-axis: "X = CNFs per Service Chain"
8576 #  y-axis: "Y = Number of Service Chains"
8577 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8578 #  layout:
8579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8580 #    layout: "plot-service-density"
8581
8582 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8583 - type: "plot"
8584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8585   algorithm: "plot_nf_heatmap"
8586   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8587   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8588   filter: "'NIC_Intel-XXV710' and
8589            'NF_DENSITY' and
8590            'DOCKER' and
8591            'CHAIN' and
8592            'NF_VPPIP4' and
8593            'IPSEC' and
8594            'TNL_1000' and
8595            'IMIX' and
8596            '2T1C' and
8597            'NDRPDR'"
8598   parameters:
8599   - "throughput"
8600   - "name"
8601   - "tags"
8602   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8603   x-axis: "X = CNFs per Service Chain"
8604   y-axis: "Y = Number of Service Chains"
8605   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8606   layout:
8607     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8608     layout: "plot-service-density"
8609
8610 - type: "plot"
8611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8612   algorithm: "plot_nf_heatmap"
8613   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8614   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8615   filter: "'NIC_Intel-XXV710' and
8616            'NF_DENSITY' and
8617            'DOCKER' and
8618            'CHAIN' and
8619            'NF_VPPIP4' and
8620            'IPSEC' and
8621            'TNL_1000' and
8622            'IMIX' and
8623            '4T2C' and
8624            'NDRPDR'"
8625   parameters:
8626   - "throughput"
8627   - "name"
8628   - "tags"
8629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8630   x-axis: "X = CNFs per Service Chain"
8631   y-axis: "Y = Number of Service Chains"
8632   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8633   layout:
8634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8635     layout: "plot-service-density"
8636
8637 - type: "plot"
8638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8639   algorithm: "plot_nf_heatmap"
8640   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8641   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8642   filter: "'NIC_Intel-XXV710' and
8643            'NF_DENSITY' and
8644            'DOCKER' and
8645            'CHAIN' and
8646            'NF_VPPIP4' and
8647            'IPSEC' and
8648            'TNL_1000' and
8649            'IMIX' and
8650            '8T4C' and
8651            'NDRPDR'"
8652   parameters:
8653   - "throughput"
8654   - "name"
8655   - "tags"
8656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8657   x-axis: "X = CNFs per Service Chain"
8658   y-axis: "Y = Number of Service Chains"
8659   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8660   layout:
8661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8662     layout: "plot-service-density"
8663
8664 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8665 - type: "plot"
8666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8667   algorithm: "plot_nf_heatmap"
8668   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8669   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8670   filter: "'NIC_Intel-XXV710' and
8671            'NF_DENSITY' and
8672            'DOCKER' and
8673            'CHAIN' and
8674            'NF_VPPIP4' and
8675            'IPSEC' and
8676            'TNL_1000' and
8677            'IMIX' and
8678            '2T1C' and
8679            'NDRPDR'"
8680   parameters:
8681   - "throughput"
8682   - "name"
8683   - "tags"
8684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8685   x-axis: "X = CNFs per Service Chain"
8686   y-axis: "Y = Number of Service Chains"
8687   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8688   layout:
8689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8690     layout: "plot-service-density"
8691
8692 - type: "plot"
8693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8694   algorithm: "plot_nf_heatmap"
8695   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8696   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8697   filter: "'NIC_Intel-XXV710' and
8698            'NF_DENSITY' and
8699            'DOCKER' and
8700            'CHAIN' and
8701            'NF_VPPIP4' and
8702            'IPSEC' and
8703            'TNL_1000' and
8704            'IMIX' and
8705            '4T2C' and
8706            'NDRPDR'"
8707   parameters:
8708   - "throughput"
8709   - "name"
8710   - "tags"
8711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8712   x-axis: "X = CNFs per Service Chain"
8713   y-axis: "Y = Number of Service Chains"
8714   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8715   layout:
8716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8717     layout: "plot-service-density"
8718
8719 - type: "plot"
8720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8721   algorithm: "plot_nf_heatmap"
8722   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8723   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8724   filter: "'NIC_Intel-XXV710' and
8725            'NF_DENSITY' and
8726            'DOCKER' and
8727            'CHAIN' and
8728            'NF_VPPIP4' and
8729            'IPSEC' and
8730            'TNL_1000' and
8731            'IMIX' and
8732            '8T4C' and
8733            'NDRPDR'"
8734   parameters:
8735   - "throughput"
8736   - "name"
8737   - "tags"
8738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8739   x-axis: "X = CNFs per Service Chain"
8740   y-axis: "Y = Number of Service Chains"
8741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8742   layout:
8743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8744     layout: "plot-service-density"
8745
8746 ###############################################################################
8747
8748 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8749 - type: "plot"
8750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8751   algorithm: "plot_nf_heatmap"
8752   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8753   data: "plot-vpp-nfv-3n-hsw-mrr"
8754   filter: "'NIC_Intel-XL710' and
8755            'NF_DENSITY' and
8756            'DOCKER' and
8757            'CHAIN' and
8758            'NF_VPPIP4' and
8759            'IMIX' and
8760            'TNL_1000' and
8761            '1T1C' and
8762            'MRR'"
8763   parameters:
8764   - "result"
8765   - "name"
8766   - "tags"
8767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8768   x-axis: "X = CNFs per Service Chain"
8769   y-axis: "Y = Number of Service Chains"
8770   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8771   layout:
8772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8773     layout: "plot-service-density"
8774
8775 - type: "plot"
8776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8777   algorithm: "plot_nf_heatmap"
8778   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8779   data: "plot-vpp-nfv-3n-hsw-mrr"
8780   filter: "'NIC_Intel-XL710' and
8781            'NF_DENSITY' and
8782            'DOCKER' and
8783            'CHAIN' and
8784            'NF_VPPIP4' and
8785            'IPSEC' and
8786            'TNL_1000' and
8787            'IMIX' and
8788            '2T2C' and
8789            'MRR'"
8790   parameters:
8791   - "result"
8792   - "name"
8793   - "tags"
8794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8795   x-axis: "X = CNFs per Service Chain"
8796   y-axis: "Y = Number of Service Chains"
8797   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8798   layout:
8799     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8800     layout: "plot-service-density"
8801
8802 - type: "plot"
8803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8804   algorithm: "plot_nf_heatmap"
8805   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8806   data: "plot-vpp-nfv-3n-hsw-mrr"
8807   filter: "'NIC_Intel-XL710' and
8808            'NF_DENSITY' and
8809            'DOCKER' and
8810            'CHAIN' and
8811            'NF_VPPIP4' and
8812            'IPSEC' and
8813            'TNL_1000' and
8814            'IMIX' and
8815            '4T4C' and
8816            'MRR'"
8817   parameters:
8818   - "result"
8819   - "name"
8820   - "tags"
8821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8822   x-axis: "X = CNFs per Service Chain"
8823   y-axis: "Y = Number of Service Chains"
8824   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8825   layout:
8826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8827     layout: "plot-service-density"
8828
8829 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8830 - type: "plot"
8831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8832   algorithm: "plot_nf_heatmap"
8833   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8834   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8835   filter: "'NIC_Intel-XL710' and
8836            'NF_DENSITY' and
8837            'DOCKER' and
8838            'CHAIN' and
8839            'NF_VPPIP4' and
8840            'IPSEC' and
8841            'TNL_1000' and
8842            'IMIX' and
8843            '1T1C' and
8844            'NDRPDR'"
8845   parameters:
8846   - "throughput"
8847   - "name"
8848   - "tags"
8849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8850   x-axis: "X = CNFs per Service Chain"
8851   y-axis: "Y = Number of Service Chains"
8852   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8853   layout:
8854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8855     layout: "plot-service-density"
8856
8857 - type: "plot"
8858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8859   algorithm: "plot_nf_heatmap"
8860   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8861   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8862   filter: "'NIC_Intel-XL710' and
8863            'NF_DENSITY' and
8864            'DOCKER' and
8865            'CHAIN' and
8866            'NF_VPPIP4' and
8867            'IPSEC' and
8868            'TNL_1000' and
8869            'IMIX' and
8870            '2T2C' and
8871            'NDRPDR'"
8872   parameters:
8873   - "throughput"
8874   - "name"
8875   - "tags"
8876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8877   x-axis: "X = CNFs per Service Chain"
8878   y-axis: "Y = Number of Service Chains"
8879   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8880   layout:
8881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8882     layout: "plot-service-density"
8883
8884 - type: "plot"
8885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8886   algorithm: "plot_nf_heatmap"
8887   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8888   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8889   filter: "'NIC_Intel-XL710' and
8890            'NF_DENSITY' and
8891            'DOCKER' and
8892            'CHAIN' and
8893            'NF_VPPIP4' and
8894            'IPSEC' and
8895            'TNL_1000' and
8896            'IMIX' and
8897            '4T4C' and
8898            'NDRPDR'"
8899   parameters:
8900   - "throughput"
8901   - "name"
8902   - "tags"
8903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8904   x-axis: "X = CNFs per Service Chain"
8905   y-axis: "Y = Number of Service Chains"
8906   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8907   layout:
8908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8909     layout: "plot-service-density"
8910
8911 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8912 - type: "plot"
8913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8914   algorithm: "plot_nf_heatmap"
8915   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8916   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8917   filter: "'NIC_Intel-XL710' and
8918            'NF_DENSITY' and
8919            'DOCKER' and
8920            'CHAIN' and
8921            'NF_VPPIP4' and
8922            'IPSEC' and
8923            'TNL_1000' and
8924            'IMIX' and
8925            '1T1C' and
8926            'NDRPDR'"
8927   parameters:
8928   - "throughput"
8929   - "name"
8930   - "tags"
8931   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8932   x-axis: "X = CNFs per Service Chain"
8933   y-axis: "Y = Number of Service Chains"
8934   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8935   layout:
8936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8937     layout: "plot-service-density"
8938
8939 - type: "plot"
8940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8941   algorithm: "plot_nf_heatmap"
8942   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8943   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8944   filter: "'NIC_Intel-XL710' and
8945            'NF_DENSITY' and
8946            'DOCKER' and
8947            'CHAIN' and
8948            'NF_VPPIP4' and
8949            'IPSEC' and
8950            'TNL_1000' and
8951            'IMIX' and
8952            '2T2C' and
8953            'NDRPDR'"
8954   parameters:
8955   - "throughput"
8956   - "name"
8957   - "tags"
8958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8959   x-axis: "X = CNFs per Service Chain"
8960   y-axis: "Y = Number of Service Chains"
8961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8962   layout:
8963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8964     layout: "plot-service-density"
8965
8966 - type: "plot"
8967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8968   algorithm: "plot_nf_heatmap"
8969   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8970   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8971   filter: "'NIC_Intel-XL710' and
8972            'NF_DENSITY' and
8973            'DOCKER' and
8974            'CHAIN' and
8975            'NF_VPPIP4' and
8976            'IPSEC' and
8977            'TNL_1000' and
8978            'IMIX' and
8979            '4T4C' and
8980            'NDRPDR'"
8981   parameters:
8982   - "throughput"
8983   - "name"
8984   - "tags"
8985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8986   x-axis: "X = CNFs per Service Chain"
8987   y-axis: "Y = Number of Service Chains"
8988   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8989   layout:
8990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8991     layout: "plot-service-density"
8992
8993 ###############################################################################
8994
8995 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8996 #- type: "plot"
8997 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8998 #  algorithm: "plot_nf_heatmap"
8999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9000 #  data: "plot-vpp-nfv-3n-skx-mrr"
9001 #  filter: "'NIC_Intel-XXV710' and
9002 #           'NF_DENSITY' and
9003 #           'DOCKER' and
9004 #           'CHAIN' and
9005 #           'NF_VPPIP4' and
9006 #           'IPSEC' and
9007 #           'TNL_10000' and
9008 #           'IMIX' and
9009 #           '2T1C' and
9010 #           'MRR'"
9011 #  parameters:
9012 #  - "result"
9013 #  - "name"
9014 #  - "tags"
9015 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9016 #  x-axis: "X = CNFs per Service Chain"
9017 #  y-axis: "Y = Number of Service Chains"
9018 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9019 #  layout:
9020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9021 #    layout: "plot-service-density"
9022 #
9023 #- type: "plot"
9024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9025 #  algorithm: "plot_nf_heatmap"
9026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9027 #  data: "plot-vpp-nfv-3n-skx-mrr"
9028 #  filter: "'NIC_Intel-XXV710' and
9029 #           'NF_DENSITY' and
9030 #           'DOCKER' and
9031 #           'CHAIN' and
9032 #           'NF_VPPIP4' and
9033 #           'IPSEC' and
9034 #           'TNL_10000' and
9035 #           'IMIX' and
9036 #           '4T2C' and
9037 #           'MRR'"
9038 #  parameters:
9039 #  - "result"
9040 #  - "name"
9041 #  - "tags"
9042 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9043 #  x-axis: "X = CNFs per Service Chain"
9044 #  y-axis: "Y = Number of Service Chains"
9045 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9046 #  layout:
9047 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9048 #    layout: "plot-service-density"
9049 #
9050 #- type: "plot"
9051 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9052 #  algorithm: "plot_nf_heatmap"
9053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9054 #  data: "plot-vpp-nfv-3n-skx-mrr"
9055 #  filter: "'NIC_Intel-XXV710' and
9056 #           'NF_DENSITY' and
9057 #           'DOCKER' and
9058 #           'CHAIN' and
9059 #           'NF_VPPIP4' and
9060 #           'IPSEC' and
9061 #           'TNL_10000' and
9062 #           'IMIX' and
9063 #           '8T4C' and
9064 #           'MRR'"
9065 #  parameters:
9066 #  - "result"
9067 #  - "name"
9068 #  - "tags"
9069 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9070 #  x-axis: "X = CNFs per Service Chain"
9071 #  y-axis: "Y = Number of Service Chains"
9072 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9073 #  layout:
9074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9075 #    layout: "plot-service-density"
9076
9077 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9078 - type: "plot"
9079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9080   algorithm: "plot_nf_heatmap"
9081   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9082   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9083   filter: "'NIC_Intel-XXV710' and
9084            'NF_DENSITY' and
9085            'DOCKER' and
9086            'CHAIN' and
9087            'NF_VPPIP4' and
9088            'IPSEC' and
9089            'TNL_10000' and
9090            'IMIX' and
9091            '2T1C' and
9092            'NDRPDR'"
9093   parameters:
9094   - "throughput"
9095   - "name"
9096   - "tags"
9097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9098   x-axis: "X = CNFs per Service Chain"
9099   y-axis: "Y = Number of Service Chains"
9100   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9101   layout:
9102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9103     layout: "plot-service-density"
9104
9105 - type: "plot"
9106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9107   algorithm: "plot_nf_heatmap"
9108   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9109   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9110   filter: "'NIC_Intel-XXV710' and
9111            'NF_DENSITY' and
9112            'DOCKER' and
9113            'CHAIN' and
9114            'NF_VPPIP4' and
9115            'IPSEC' and
9116            'TNL_10000' and
9117            'IMIX' and
9118            '4T2C' and
9119            'NDRPDR'"
9120   parameters:
9121   - "throughput"
9122   - "name"
9123   - "tags"
9124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9125   x-axis: "X = CNFs per Service Chain"
9126   y-axis: "Y = Number of Service Chains"
9127   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9128   layout:
9129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9130     layout: "plot-service-density"
9131
9132 - type: "plot"
9133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9134   algorithm: "plot_nf_heatmap"
9135   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9136   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9137   filter: "'NIC_Intel-XXV710' and
9138            'NF_DENSITY' and
9139            'DOCKER' and
9140            'CHAIN' and
9141            'NF_VPPIP4' and
9142            'IPSEC' and
9143            'TNL_10000' and
9144            'IMIX' and
9145            '8T4C' and
9146            'NDRPDR'"
9147   parameters:
9148   - "throughput"
9149   - "name"
9150   - "tags"
9151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9152   x-axis: "X = CNFs per Service Chain"
9153   y-axis: "Y = Number of Service Chains"
9154   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9155   layout:
9156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9157     layout: "plot-service-density"
9158
9159 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9160 - type: "plot"
9161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9162   algorithm: "plot_nf_heatmap"
9163   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9164   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9165   filter: "'NIC_Intel-XXV710' and
9166            'NF_DENSITY' and
9167            'DOCKER' and
9168            'CHAIN' and
9169            'NF_VPPIP4' and
9170            'IPSEC' and
9171            'TNL_10000' and
9172            'IMIX' and
9173            '2T1C' and
9174            'NDRPDR'"
9175   parameters:
9176   - "throughput"
9177   - "name"
9178   - "tags"
9179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9180   x-axis: "X = CNFs per Service Chain"
9181   y-axis: "Y = Number of Service Chains"
9182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9183   layout:
9184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9185     layout: "plot-service-density"
9186
9187 - type: "plot"
9188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9189   algorithm: "plot_nf_heatmap"
9190   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9191   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9192   filter: "'NIC_Intel-XXV710' and
9193            'NF_DENSITY' and
9194            'DOCKER' and
9195            'CHAIN' and
9196            'NF_VPPIP4' and
9197            'IPSEC' and
9198            'TNL_10000' and
9199            'IMIX' and
9200            '4T2C' and
9201            'NDRPDR'"
9202   parameters:
9203   - "throughput"
9204   - "name"
9205   - "tags"
9206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9207   x-axis: "X = CNFs per Service Chain"
9208   y-axis: "Y = Number of Service Chains"
9209   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9210   layout:
9211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9212     layout: "plot-service-density"
9213
9214 - type: "plot"
9215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9216   algorithm: "plot_nf_heatmap"
9217   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9218   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9219   filter: "'NIC_Intel-XXV710' and
9220            'NF_DENSITY' and
9221            'DOCKER' and
9222            'CHAIN' and
9223            'NF_VPPIP4' and
9224            'IPSEC' and
9225            'TNL_10000' and
9226            'IMIX' and
9227            '8T4C' and
9228            'NDRPDR'"
9229   parameters:
9230   - "throughput"
9231   - "name"
9232   - "tags"
9233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9234   x-axis: "X = CNFs per Service Chain"
9235   y-axis: "Y = Number of Service Chains"
9236   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9237   layout:
9238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9239     layout: "plot-service-density"
9240
9241 ###############################################################################
9242
9243 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9244 - type: "plot"
9245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9246   algorithm: "plot_nf_heatmap"
9247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9248   data: "plot-vpp-nfv-3n-hsw-mrr"
9249   filter: "'NIC_Intel-XL710' and
9250            'NF_DENSITY' and
9251            'DOCKER' and
9252            'CHAIN' and
9253            'NF_VPPIP4' and
9254            'IMIX' and
9255            'TNL_10000' and
9256            '1T1C' and
9257            'MRR'"
9258   parameters:
9259   - "result"
9260   - "name"
9261   - "tags"
9262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9263   x-axis: "X = CNFs per Service Chain"
9264   y-axis: "Y = Number of Service Chains"
9265   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9266   layout:
9267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9268     layout: "plot-service-density"
9269
9270 - type: "plot"
9271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9272   algorithm: "plot_nf_heatmap"
9273   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9274   data: "plot-vpp-nfv-3n-hsw-mrr"
9275   filter: "'NIC_Intel-XL710' and
9276            'NF_DENSITY' and
9277            'DOCKER' and
9278            'CHAIN' and
9279            'NF_VPPIP4' and
9280            'IPSEC' and
9281            'TNL_10000' and
9282            'IMIX' and
9283            '2T2C' and
9284            'MRR'"
9285   parameters:
9286   - "result"
9287   - "name"
9288   - "tags"
9289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9290   x-axis: "X = CNFs per Service Chain"
9291   y-axis: "Y = Number of Service Chains"
9292   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9293   layout:
9294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9295     layout: "plot-service-density"
9296
9297 - type: "plot"
9298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9299   algorithm: "plot_nf_heatmap"
9300   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9301   data: "plot-vpp-nfv-3n-hsw-mrr"
9302   filter: "'NIC_Intel-XL710' and
9303            'NF_DENSITY' and
9304            'DOCKER' and
9305            'CHAIN' and
9306            'NF_VPPIP4' and
9307            'IPSEC' and
9308            'TNL_10000' and
9309            'IMIX' and
9310            '4T4C' and
9311            'MRR'"
9312   parameters:
9313   - "result"
9314   - "name"
9315   - "tags"
9316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9317   x-axis: "X = CNFs per Service Chain"
9318   y-axis: "Y = Number of Service Chains"
9319   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9320   layout:
9321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9322     layout: "plot-service-density"
9323
9324 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9325 - type: "plot"
9326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9327   algorithm: "plot_nf_heatmap"
9328   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9329   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9330   filter: "'NIC_Intel-XL710' and
9331            'NF_DENSITY' and
9332            'DOCKER' and
9333            'CHAIN' and
9334            'NF_VPPIP4' and
9335            'IPSEC' and
9336            'TNL_10000' and
9337            'IMIX' and
9338            '1T1C' and
9339            'NDRPDR'"
9340   parameters:
9341   - "throughput"
9342   - "name"
9343   - "tags"
9344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9345   x-axis: "X = CNFs per Service Chain"
9346   y-axis: "Y = Number of Service Chains"
9347   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9348   layout:
9349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9350     layout: "plot-service-density"
9351
9352 - type: "plot"
9353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9354   algorithm: "plot_nf_heatmap"
9355   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9356   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9357   filter: "'NIC_Intel-XL710' and
9358            'NF_DENSITY' and
9359            'DOCKER' and
9360            'CHAIN' and
9361            'NF_VPPIP4' and
9362            'IPSEC' and
9363            'TNL_10000' and
9364            'IMIX' and
9365            '2T2C' and
9366            'NDRPDR'"
9367   parameters:
9368   - "throughput"
9369   - "name"
9370   - "tags"
9371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9372   x-axis: "X = CNFs per Service Chain"
9373   y-axis: "Y = Number of Service Chains"
9374   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9375   layout:
9376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9377     layout: "plot-service-density"
9378
9379 - type: "plot"
9380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9381   algorithm: "plot_nf_heatmap"
9382   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9383   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9384   filter: "'NIC_Intel-XL710' and
9385            'NF_DENSITY' and
9386            'DOCKER' and
9387            'CHAIN' and
9388            'NF_VPPIP4' and
9389            'IPSEC' and
9390            'TNL_10000' and
9391            'IMIX' and
9392            '4T4C' and
9393            'NDRPDR'"
9394   parameters:
9395   - "throughput"
9396   - "name"
9397   - "tags"
9398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9399   x-axis: "X = CNFs per Service Chain"
9400   y-axis: "Y = Number of Service Chains"
9401   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9402   layout:
9403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9404     layout: "plot-service-density"
9405
9406 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9407 - type: "plot"
9408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9409   algorithm: "plot_nf_heatmap"
9410   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9411   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9412   filter: "'NIC_Intel-XL710' and
9413            'NF_DENSITY' and
9414            'DOCKER' and
9415            'CHAIN' and
9416            'NF_VPPIP4' and
9417            'IPSEC' and
9418            'TNL_10000' and
9419            'IMIX' and
9420            '1T1C' and
9421            'NDRPDR'"
9422   parameters:
9423   - "throughput"
9424   - "name"
9425   - "tags"
9426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9427   x-axis: "X = CNFs per Service Chain"
9428   y-axis: "Y = Number of Service Chains"
9429   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9430   layout:
9431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9432     layout: "plot-service-density"
9433
9434 - type: "plot"
9435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9436   algorithm: "plot_nf_heatmap"
9437   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9438   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9439   filter: "'NIC_Intel-XL710' and
9440            'NF_DENSITY' and
9441            'DOCKER' and
9442            'CHAIN' and
9443            'NF_VPPIP4' and
9444            'IPSEC' and
9445            'TNL_10000' and
9446            'IMIX' and
9447            '2T2C' and
9448            'NDRPDR'"
9449   parameters:
9450   - "throughput"
9451   - "name"
9452   - "tags"
9453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9454   x-axis: "X = CNFs per Service Chain"
9455   y-axis: "Y = Number of Service Chains"
9456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9457   layout:
9458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9459     layout: "plot-service-density"
9460
9461 - type: "plot"
9462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9463   algorithm: "plot_nf_heatmap"
9464   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9465   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9466   filter: "'NIC_Intel-XL710' and
9467            'NF_DENSITY' and
9468            'DOCKER' and
9469            'CHAIN' and
9470            'NF_VPPIP4' and
9471            'IPSEC' and
9472            'TNL_10000' and
9473            'IMIX' and
9474            '4T4C' and
9475            'NDRPDR'"
9476   parameters:
9477   - "throughput"
9478   - "name"
9479   - "tags"
9480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9481   x-axis: "X = CNFs per Service Chain"
9482   y-axis: "Y = Number of Service Chains"
9483   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9484   layout:
9485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9486     layout: "plot-service-density"
9487
9488 ###############################################################################
9489
9490 # Plots - NF Density - CSP - MRR 64b
9491
9492 #- type: "plot"
9493 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9494 #  algorithm: "plot_nf_heatmap"
9495 #  output-file-type: ".html"
9496 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9497 #  data: "plot-vpp-nfv-2n-skx-mrr"
9498 #  filter: "'NIC_Intel-XXV710' and
9499 #           'NF_DENSITY' and
9500 #           'DOCKER' and
9501 #           'PIPELINE' and
9502 #           'NF_VPPIP4' and
9503 #           '64B' and
9504 #           '2T1C' and
9505 #           'MRR'"
9506 #  parameters:
9507 #  - "result"
9508 #  - "name"
9509 #  - "tags"
9510 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9511 #  x-axis: "X = CNFs per Service Pipeline"
9512 #  y-axis: "Y = Number of Service Pipelines"
9513 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9514 #  layout:
9515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9516 #    layout: "plot-service-density"
9517 #
9518 #- type: "plot"
9519 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9520 #  algorithm: "plot_nf_heatmap"
9521 #  output-file-type: ".html"
9522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9523 #  data: "plot-vpp-nfv-2n-skx-mrr"
9524 #  filter: "'NIC_Intel-XXV710' and
9525 #           'NF_DENSITY' and
9526 #           'DOCKER' and
9527 #           'PIPELINE' and
9528 #           'NF_VPPIP4' and
9529 #           '64B' and
9530 #           '4T2C' and
9531 #           'MRR'"
9532 #  parameters:
9533 #  - "result"
9534 #  - "name"
9535 #  - "tags"
9536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9537 #  x-axis: "X = CNFs per Service Pipeline"
9538 #  y-axis: "Y = Number of Service Pipelines"
9539 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9540 #  layout:
9541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9542 #    layout: "plot-service-density"
9543 #
9544 #- type: "plot"
9545 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9546 #  algorithm: "plot_nf_heatmap"
9547 #  output-file-type: ".html"
9548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9549 #  data: "plot-vpp-nfv-2n-skx-mrr"
9550 #  filter: "'NIC_Intel-XXV710' and
9551 #           'NF_DENSITY' and
9552 #           'DOCKER' and
9553 #           'PIPELINE' and
9554 #           'NF_VPPIP4' and
9555 #           '64B' and
9556 #           '8T4C' and
9557 #           'MRR'"
9558 #  parameters:
9559 #  - "result"
9560 #  - "name"
9561 #  - "tags"
9562 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9563 #  x-axis: "X = CNFs per Service Pipeline"
9564 #  y-axis: "Y = Number of Service Pipelines"
9565 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9566 #  layout:
9567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9568 #    layout: "plot-service-density"
9569 #
9570 ## Plots - NF Density - CSP - MRR IMIX
9571 #- type: "plot"
9572 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9573 #  algorithm: "plot_nf_heatmap"
9574 #  output-file-type: ".html"
9575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9576 #  data: "plot-vpp-nfv-2n-skx-mrr"
9577 #  filter: "'NIC_Intel-XXV710' and
9578 #           'NF_DENSITY' and
9579 #           'DOCKER' and
9580 #           'PIPELINE' and
9581 #           'NF_VPPIP4' and
9582 #           'IMIX' and
9583 #           '2T1C' and
9584 #           'MRR'"
9585 #  parameters:
9586 #  - "result"
9587 #  - "name"
9588 #  - "tags"
9589 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9590 #  x-axis: "X = CNFs per Service Pipeline"
9591 #  y-axis: "Y = Number of Service Pipelines"
9592 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9593 #  layout:
9594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9595 #    layout: "plot-service-density"
9596 #
9597 #- type: "plot"
9598 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9599 #  algorithm: "plot_nf_heatmap"
9600 #  output-file-type: ".html"
9601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9602 #  data: "plot-vpp-nfv-2n-skx-mrr"
9603 #  filter: "'NIC_Intel-XXV710' and
9604 #           'NF_DENSITY' and
9605 #           'DOCKER' and
9606 #           'PIPELINE' and
9607 #           'NF_VPPIP4' and
9608 #           'IMIX' and
9609 #           '4T2C' and
9610 #           'MRR'"
9611 #  parameters:
9612 #  - "result"
9613 #  - "name"
9614 #  - "tags"
9615 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9616 #  x-axis: "X = CNFs per Service Pipeline"
9617 #  y-axis: "Y = Number of Service Pipelines"
9618 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9619 #  layout:
9620 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9621 #    layout: "plot-service-density"
9622 #
9623 #- type: "plot"
9624 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9625 #  algorithm: "plot_nf_heatmap"
9626 #  output-file-type: ".html"
9627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9628 #  data: "plot-vpp-nfv-2n-skx-mrr"
9629 #  filter: "'NIC_Intel-XXV710' and
9630 #           'NF_DENSITY' and
9631 #           'DOCKER' and
9632 #           'PIPELINE' and
9633 #           'NF_VPPIP4' and
9634 #           'IMIX' and
9635 #           '8T4C' and
9636 #           'MRR'"
9637 #  parameters:
9638 #  - "result"
9639 #  - "name"
9640 #  - "tags"
9641 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9642 #  x-axis: "X = CNFs per Service Pipeline"
9643 #  y-axis: "Y = Number of Service Pipelines"
9644 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9645 #  layout:
9646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9647 #    layout: "plot-service-density"
9648 #
9649 ## Plots - NF Density - CSP - NDR 64b
9650 #- type: "plot"
9651 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9652 #  algorithm: "plot_nf_heatmap"
9653 #  output-file-type: ".html"
9654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9655 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9656 #  filter: "'NIC_Intel-XXV710' and
9657 #           'NF_DENSITY' and
9658 #           'DOCKER' and
9659 #           'PIPELINE' and
9660 #           'NF_VPPIP4' and
9661 #           '64B' and
9662 #           '2T1C' and
9663 #           'NDRPDR'"
9664 #  parameters:
9665 #  - "throughput"
9666 #  - "name"
9667 #  - "tags"
9668 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9669 #  x-axis: "X = CNFs per Service Pipeline"
9670 #  y-axis: "Y = Number of Service Pipelines"
9671 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9672 #  layout:
9673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9674 #    layout: "plot-service-density"
9675 #
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file-type: ".html"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9682 #  filter: "'NIC_Intel-XXV710' and
9683 #           'NF_DENSITY' and
9684 #           'DOCKER' and
9685 #           'PIPELINE' and
9686 #           'NF_VPPIP4' and
9687 #           '64B' and
9688 #           '4T2C' and
9689 #           'NDRPDR'"
9690 #  parameters:
9691 #  - "throughput"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Pipeline"
9696 #  y-axis: "Y = Number of Service Pipelines"
9697 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9700 #    layout: "plot-service-density"
9701 #
9702 #- type: "plot"
9703 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9704 #  algorithm: "plot_nf_heatmap"
9705 #  output-file-type: ".html"
9706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9708 #  filter: "'NIC_Intel-XXV710' and
9709 #           'NF_DENSITY' and
9710 #           'DOCKER' and
9711 #           'PIPELINE' and
9712 #           'NF_VPPIP4' and
9713 #           '64B' and
9714 #           '8T4C' and
9715 #           'NDRPDR'"
9716 #  parameters:
9717 #  - "throughput"
9718 #  - "name"
9719 #  - "tags"
9720 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9721 #  x-axis: "X = CNFs per Service Pipeline"
9722 #  y-axis: "Y = Number of Service Pipelines"
9723 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9724 #  layout:
9725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9726 #    layout: "plot-service-density"
9727 #
9728 ## Plots - NF Density - CSP - NDR IMIX
9729 #- type: "plot"
9730 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9731 #  algorithm: "plot_nf_heatmap"
9732 #  output-file-type: ".html"
9733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9734 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9735 #  filter: "'NIC_Intel-XXV710' and
9736 #           'NF_DENSITY' and
9737 #           'DOCKER' and
9738 #           'PIPELINE' and
9739 #           'NF_VPPIP4' and
9740 #           'IMIX' and
9741 #           '2T1C' and
9742 #           'NDRPDR'"
9743 #  parameters:
9744 #  - "throughput"
9745 #  - "name"
9746 #  - "tags"
9747 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9748 #  x-axis: "X = CNFs per Service Pipeline"
9749 #  y-axis: "Y = Number of Service Pipelines"
9750 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9751 #  layout:
9752 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9753 #    layout: "plot-service-density"
9754 #
9755 #- type: "plot"
9756 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9757 #  algorithm: "plot_nf_heatmap"
9758 #  output-file-type: ".html"
9759 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9760 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9761 #  filter: "'NIC_Intel-XXV710' and
9762 #           'NF_DENSITY' and
9763 #           'DOCKER' and
9764 #           'PIPELINE' and
9765 #           'NF_VPPIP4' and
9766 #           'IMIX' and
9767 #           '4T2C' and
9768 #           'NDRPDR'"
9769 #  parameters:
9770 #  - "throughput"
9771 #  - "name"
9772 #  - "tags"
9773 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9774 #  x-axis: "X = CNFs per Service Pipeline"
9775 #  y-axis: "Y = Number of Service Pipelines"
9776 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9777 #  layout:
9778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9779 #    layout: "plot-service-density"
9780 #
9781 #- type: "plot"
9782 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9783 #  algorithm: "plot_nf_heatmap"
9784 #  output-file-type: ".html"
9785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9786 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9787 #  filter: "'NIC_Intel-XXV710' and
9788 #           'NF_DENSITY' and
9789 #           'DOCKER' and
9790 #           'PIPELINE' and
9791 #           'NF_VPPIP4' and
9792 #           'IMIX' and
9793 #           '8T4C' and
9794 #           'NDRPDR'"
9795 #  parameters:
9796 #  - "throughput"
9797 #  - "name"
9798 #  - "tags"
9799 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9800 #  x-axis: "X = CNFs per Service Pipeline"
9801 #  y-axis: "Y = Number of Service Pipelines"
9802 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9803 #  layout:
9804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9805 #    layout: "plot-service-density"
9806 #
9807 ## Plots - NF Density - CSP - PDR 64b
9808 #- type: "plot"
9809 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9810 #  algorithm: "plot_nf_heatmap"
9811 #  output-file-type: ".html"
9812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9813 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9814 #  filter: "'NIC_Intel-XXV710' and
9815 #           'NF_DENSITY' and
9816 #           'DOCKER' and
9817 #           'PIPELINE' and
9818 #           'NF_VPPIP4' and
9819 #           '64B' and
9820 #           '2T1C' and
9821 #           'NDRPDR'"
9822 #  parameters:
9823 #  - "throughput"
9824 #  - "name"
9825 #  - "tags"
9826 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9827 #  x-axis: "X = CNFs per Service Pipeline"
9828 #  y-axis: "Y = Number of Service Pipelines"
9829 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9830 #  layout:
9831 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9832 #    layout: "plot-service-density"
9833 #
9834 #- type: "plot"
9835 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9836 #  algorithm: "plot_nf_heatmap"
9837 #  output-file-type: ".html"
9838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9839 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9840 #  filter: "'NIC_Intel-XXV710' and
9841 #           'NF_DENSITY' and
9842 #           'DOCKER' and
9843 #           'PIPELINE' and
9844 #           'NF_VPPIP4' and
9845 #           '64B' and
9846 #           '4T2C' and
9847 #           'NDRPDR'"
9848 #  parameters:
9849 #  - "throughput"
9850 #  - "name"
9851 #  - "tags"
9852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9853 #  x-axis: "X = CNFs per Service Pipeline"
9854 #  y-axis: "Y = Number of Service Pipelines"
9855 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9856 #  layout:
9857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9858 #    layout: "plot-service-density"
9859 #
9860 #- type: "plot"
9861 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9862 #  algorithm: "plot_nf_heatmap"
9863 #  output-file-type: ".html"
9864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9865 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9866 #  filter: "'NIC_Intel-XXV710' and
9867 #           'NF_DENSITY' and
9868 #           'DOCKER' and
9869 #           'PIPELINE' and
9870 #           'NF_VPPIP4' and
9871 #           '64B' and
9872 #           '8T4C' and
9873 #           'NDRPDR'"
9874 #  parameters:
9875 #  - "throughput"
9876 #  - "name"
9877 #  - "tags"
9878 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9879 #  x-axis: "X = CNFs per Service Pipeline"
9880 #  y-axis: "Y = Number of Service Pipelines"
9881 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9882 #  layout:
9883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9884 #    layout: "plot-service-density"
9885 #
9886 ## Plots - NF Density - CSP - PDR IMIX
9887 #- type: "plot"
9888 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9889 #  algorithm: "plot_nf_heatmap"
9890 #  output-file-type: ".html"
9891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9892 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9893 #  filter: "'NIC_Intel-XXV710' and
9894 #           'NF_DENSITY' and
9895 #           'DOCKER' and
9896 #           'PIPELINE' and
9897 #           'NF_VPPIP4' and
9898 #           'IMIX' and
9899 #           '2T1C' and
9900 #           'NDRPDR'"
9901 #  parameters:
9902 #  - "throughput"
9903 #  - "name"
9904 #  - "tags"
9905 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9906 #  x-axis: "X = CNFs per Service Pipeline"
9907 #  y-axis: "Y = Number of Service Pipelines"
9908 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9909 #  layout:
9910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9911 #    layout: "plot-service-density"
9912 #
9913 #- type: "plot"
9914 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9915 #  algorithm: "plot_nf_heatmap"
9916 #  output-file-type: ".html"
9917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9918 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9919 #  filter: "'NIC_Intel-XXV710' and
9920 #           'NF_DENSITY' and
9921 #           'DOCKER' and
9922 #           'PIPELINE' and
9923 #           'NF_VPPIP4' and
9924 #           'IMIX' and
9925 #           '4T2C' and
9926 #           'NDRPDR'"
9927 #  parameters:
9928 #  - "throughput"
9929 #  - "name"
9930 #  - "tags"
9931 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9932 #  x-axis: "X = CNFs per Service Pipeline"
9933 #  y-axis: "Y = Number of Service Pipelines"
9934 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9935 #  layout:
9936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9937 #    layout: "plot-service-density"
9938 #
9939 #- type: "plot"
9940 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9941 #  algorithm: "plot_nf_heatmap"
9942 #  output-file-type: ".html"
9943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9944 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9945 #  filter: "'NIC_Intel-XXV710' and
9946 #           'NF_DENSITY' and
9947 #           'DOCKER' and
9948 #           'PIPELINE' and
9949 #           'NF_VPPIP4' and
9950 #           'IMIX' and
9951 #           '8T4C' and
9952 #           'NDRPDR'"
9953 #  parameters:
9954 #  - "throughput"
9955 #  - "name"
9956 #  - "tags"
9957 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9958 #  x-axis: "X = CNFs per Service Pipeline"
9959 #  y-axis: "Y = Number of Service Pipelines"
9960 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9961 #  layout:
9962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9963 #    layout: "plot-service-density"
9964
9965 ###############################################################################
9966 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9967
9968 - type: "plot"
9969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9970   algorithm: "plot_nf_heatmap"
9971   output-file-type: ".html"
9972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9973   data: "plot-vpp-nfv-2n-clx-mrr"
9974   filter: "'NIC_Intel-XXV710' and
9975            'NF_DENSITY' and
9976            'VHOST' and
9977            not 'VXLAN' and
9978            'CHAIN' and
9979            'NF_VPPIP4' and
9980            'IMIX' and
9981            '2T1C' and
9982            'MRR'"
9983   parameters:
9984   - "result"
9985   - "name"
9986   - "tags"
9987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9988   x-axis: "X = VNFs per Service Chain"
9989   y-axis: "Y = Number of Service Chains"
9990   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9991   layout:
9992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9993     layout: "plot-service-density"
9994
9995 - type: "plot"
9996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9997   algorithm: "plot_nf_heatmap"
9998   output-file-type: ".html"
9999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10000   data: "plot-vpp-nfv-2n-clx-mrr"
10001   filter: "'NIC_Intel-XXV710' and
10002            'NF_DENSITY' and
10003            'VHOST' and
10004            not 'VXLAN' and
10005            'CHAIN' and
10006            'NF_VPPIP4' and
10007            'IMIX' and
10008            '4T2C' and
10009            'MRR'"
10010   parameters:
10011   - "result"
10012   - "name"
10013   - "tags"
10014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10015   x-axis: "X = VNFs per Service Chain"
10016   y-axis: "Y = Number of Service Chains"
10017   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10018   layout:
10019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10020     layout: "plot-service-density"
10021
10022 - type: "plot"
10023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10024   algorithm: "plot_nf_heatmap"
10025   output-file-type: ".html"
10026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10027   data: "plot-vpp-nfv-2n-clx-mrr"
10028   filter: "'NIC_Intel-XXV710' and
10029            'NF_DENSITY' and
10030            'VHOST' and
10031            not 'VXLAN' and
10032            'CHAIN' and
10033            'NF_VPPIP4' and
10034            'IMIX' and
10035            '8T4C' and
10036            'MRR'"
10037   parameters:
10038   - "result"
10039   - "name"
10040   - "tags"
10041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10042   x-axis: "X = VNFs per Service Chain"
10043   y-axis: "Y = Number of Service Chains"
10044   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10045   layout:
10046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10047     layout: "plot-service-density"
10048
10049 # Plots - NF Density - VSC - NDR IMIX
10050 - type: "plot"
10051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10052   algorithm: "plot_nf_heatmap"
10053   output-file-type: ".html"
10054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10055   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10056   filter: "'NIC_Intel-XXV710' and
10057            'NF_DENSITY' and
10058            'VHOST' and
10059            not 'VXLAN' and
10060            'CHAIN' and
10061            'NF_VPPIP4' and
10062            'IMIX' and
10063            '2T1C' and
10064            'NDRPDR'"
10065   parameters:
10066   - "throughput"
10067   - "name"
10068   - "tags"
10069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10070   x-axis: "X = VNFs per Service Chain"
10071   y-axis: "Y = Number of Service Chains"
10072   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10073   layout:
10074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10075     layout: "plot-service-density"
10076
10077 - type: "plot"
10078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10079   algorithm: "plot_nf_heatmap"
10080   output-file-type: ".html"
10081   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10082   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10083   filter: "'NIC_Intel-XXV710' and
10084            'NF_DENSITY' and
10085            'VHOST' and
10086            not 'VXLAN' and
10087            'CHAIN' and
10088            'NF_VPPIP4' and
10089            'IMIX' and
10090            '4T2C' and
10091            'NDRPDR'"
10092   parameters:
10093   - "throughput"
10094   - "name"
10095   - "tags"
10096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10097   x-axis: "X = VNFs per Service Chain"
10098   y-axis: "Y = Number of Service Chains"
10099   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10100   layout:
10101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10102     layout: "plot-service-density"
10103
10104 - type: "plot"
10105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10106   algorithm: "plot_nf_heatmap"
10107   output-file-type: ".html"
10108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10109   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10110   filter: "'NIC_Intel-XXV710' and
10111            'NF_DENSITY' and
10112            'VHOST' and
10113            not 'VXLAN' and
10114            'CHAIN' and
10115            'NF_VPPIP4' and
10116            'IMIX' and
10117            '8T4C' and
10118            'NDRPDR'"
10119   parameters:
10120   - "throughput"
10121   - "name"
10122   - "tags"
10123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10124   x-axis: "X = VNFs per Service Chain"
10125   y-axis: "Y = Number of Service Chains"
10126   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10127   layout:
10128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10129     layout: "plot-service-density"
10130
10131 # Plots - NF Density - VSC - PDR IMIX
10132 - type: "plot"
10133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10134   algorithm: "plot_nf_heatmap"
10135   output-file-type: ".html"
10136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10137   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10138   filter: "'NIC_Intel-XXV710' and
10139            'NF_DENSITY' and
10140            'VHOST' and
10141            not 'VXLAN' and
10142            'CHAIN' and
10143            'NF_VPPIP4' and
10144            'IMIX' and
10145            '2T1C' and
10146            'NDRPDR'"
10147   parameters:
10148   - "throughput"
10149   - "name"
10150   - "tags"
10151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10152   x-axis: "X = VNFs per Service Chain"
10153   y-axis: "Y = Number of Service Chains"
10154   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10155   layout:
10156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10157     layout: "plot-service-density"
10158
10159 - type: "plot"
10160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10161   algorithm: "plot_nf_heatmap"
10162   output-file-type: ".html"
10163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10164   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10165   filter: "'NIC_Intel-XXV710' and
10166            'NF_DENSITY' and
10167            'VHOST' and
10168            not 'VXLAN' and
10169            'CHAIN' and
10170            'NF_VPPIP4' and
10171            'IMIX' and
10172            '4T2C' and
10173            'NDRPDR'"
10174   parameters:
10175   - "throughput"
10176   - "name"
10177   - "tags"
10178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10179   x-axis: "X = VNFs per Service Chain"
10180   y-axis: "Y = Number of Service Chains"
10181   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10182   layout:
10183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10184     layout: "plot-service-density"
10185
10186 - type: "plot"
10187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10188   algorithm: "plot_nf_heatmap"
10189   output-file-type: ".html"
10190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10191   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10192   filter: "'NIC_Intel-XXV710' and
10193            'NF_DENSITY' and
10194            'VHOST' and
10195            not 'VXLAN' and
10196            'CHAIN' and
10197            'NF_VPPIP4' and
10198            'IMIX' and
10199            '8T4C' and
10200            'NDRPDR'"
10201   parameters:
10202   - "throughput"
10203   - "name"
10204   - "tags"
10205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10206   x-axis: "X = VNFs per Service Chain"
10207   y-axis: "Y = Number of Service Chains"
10208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10209   layout:
10210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10211     layout: "plot-service-density"
10212
10213 # Plots - NF Density - VSC - MRR IMIX
10214 - type: "plot"
10215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10216   algorithm: "plot_nf_heatmap"
10217   output-file-type: ".html"
10218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10219   data: "plot-vpp-nfv-2n-clx-mrr"
10220   filter: "'NIC_Intel-XXV710' and
10221            'NF_DENSITY' and
10222            'VHOST' and
10223            'VXLAN' and
10224            'CHAIN' and
10225            'IMIX' and
10226            '2T1C' and
10227            'MRR'"
10228   parameters:
10229   - "result"
10230   - "name"
10231   - "tags"
10232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10233   x-axis: "X = VNFs per Service Chain"
10234   y-axis: "Y = Number of Service Chains"
10235   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10236   layout:
10237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10238     layout: "plot-service-density"
10239
10240 - type: "plot"
10241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10242   algorithm: "plot_nf_heatmap"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10245   data: "plot-vpp-nfv-2n-clx-mrr"
10246   filter: "'NIC_Intel-XXV710' and
10247            'NF_DENSITY' and
10248            'VHOST' and
10249            'VXLAN' and
10250            'CHAIN' and
10251            'IMIX' and
10252            '4T2C' and
10253            'MRR'"
10254   parameters:
10255   - "result"
10256   - "name"
10257   - "tags"
10258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10259   x-axis: "X = VNFs per Service Chain"
10260   y-axis: "Y = Number of Service Chains"
10261   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10262   layout:
10263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10264     layout: "plot-service-density"
10265
10266 - type: "plot"
10267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10268   algorithm: "plot_nf_heatmap"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10271   data: "plot-vpp-nfv-2n-clx-mrr"
10272   filter: "'NIC_Intel-XXV710' and
10273            'NF_DENSITY' and
10274            'VHOST' and
10275            'VXLAN' and
10276            'CHAIN' and
10277            'IMIX' and
10278            '8T4C' and
10279            'MRR'"
10280   parameters:
10281   - "result"
10282   - "name"
10283   - "tags"
10284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10285   x-axis: "X = VNFs per Service Chain"
10286   y-axis: "Y = Number of Service Chains"
10287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10288   layout:
10289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10290     layout: "plot-service-density"
10291
10292 # Plots - NF Density - VSC - NDR IMIX
10293 - type: "plot"
10294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10295   algorithm: "plot_nf_heatmap"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10299   filter: "'NIC_Intel-XXV710' and
10300            'NF_DENSITY' and
10301            'VHOST' and
10302            'VXLAN' and
10303            'CHAIN' a
10304            'IMIX' and
10305            '2T1C' and
10306            'NDRPDR'"
10307   parameters:
10308   - "throughput"
10309   - "name"
10310   - "tags"
10311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10312   x-axis: "X = VNFs per Service Chain"
10313   y-axis: "Y = Number of Service Chains"
10314   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10315   layout:
10316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10317     layout: "plot-service-density"
10318
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'VHOST' and
10328            'VXLAN' and
10329            'CHAIN' and
10330            'IMIX' and
10331            '4T2C' and
10332            'NDRPDR'"
10333   parameters:
10334   - "throughput"
10335   - "name"
10336   - "tags"
10337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10338   x-axis: "X = VNFs per Service Chain"
10339   y-axis: "Y = Number of Service Chains"
10340   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10341   layout:
10342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10343     layout: "plot-service-density"
10344
10345 - type: "plot"
10346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10347   algorithm: "plot_nf_heatmap"
10348   output-file-type: ".html"
10349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10350   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10351   filter: "'NIC_Intel-XXV710' and
10352            'NF_DENSITY' and
10353            'VHOST' and
10354            'VXLAN' and
10355            'CHAIN' and
10356            'IMIX' and
10357            '8T4C' and
10358            'NDRPDR'"
10359   parameters:
10360   - "throughput"
10361   - "name"
10362   - "tags"
10363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10364   x-axis: "X = VNFs per Service Chain"
10365   y-axis: "Y = Number of Service Chains"
10366   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10367   layout:
10368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10369     layout: "plot-service-density"
10370
10371 # Plots - NF Density - VSC - PDR IMIX
10372 - type: "plot"
10373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10374   algorithm: "plot_nf_heatmap"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10377   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10378   filter: "'NIC_Intel-XXV710' and
10379            'NF_DENSITY' and
10380            'VHOST' and
10381            'VXLAN' and
10382            'CHAIN' and
10383            'IMIX' and
10384            '2T1C' and
10385            'NDRPDR'"
10386   parameters:
10387   - "throughput"
10388   - "name"
10389   - "tags"
10390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10391   x-axis: "X = VNFs per Service Chain"
10392   y-axis: "Y = Number of Service Chains"
10393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10394   layout:
10395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10396     layout: "plot-service-density"
10397
10398 - type: "plot"
10399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10400   algorithm: "plot_nf_heatmap"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10404   filter: "'NIC_Intel-XXV710' and
10405            'NF_DENSITY' and
10406            'VHOST' and
10407            'VXLAN' and
10408            'CHAIN' and
10409            'IMIX' and
10410            '4T2C' and
10411            'NDRPDR'"
10412   parameters:
10413   - "throughput"
10414   - "name"
10415   - "tags"
10416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10417   x-axis: "X = VNFs per Service Chain"
10418   y-axis: "Y = Number of Service Chains"
10419   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10420   layout:
10421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10422     layout: "plot-service-density"
10423
10424 - type: "plot"
10425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10426   algorithm: "plot_nf_heatmap"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10429   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10430   filter: "'NIC_Intel-XXV710' and
10431            'NF_DENSITY' and
10432            'VHOST' and
10433            'VXLAN' and
10434            'CHAIN' and
10435            'IMIX' and
10436            '8T4C' and
10437            'NDRPDR'"
10438   parameters:
10439   - "throughput"
10440   - "name"
10441   - "tags"
10442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10443   x-axis: "X = VNFs per Service Chain"
10444   y-axis: "Y = Number of Service Chains"
10445   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10446   layout:
10447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10448     layout: "plot-service-density"
10449
10450 # Plots - NF Density - CSC - MRR IMIX
10451 - type: "plot"
10452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10453   algorithm: "plot_nf_heatmap"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10456   data: "plot-vpp-nfv-2n-clx-mrr"
10457   filter: "'NIC_Intel-XXV710' and
10458            'NF_DENSITY' and
10459            'DOCKER' and
10460            'CHAIN' and
10461            'NF_VPPIP4' and
10462            'IMIX' and
10463            '2T1C' and
10464            'MRR'"
10465   parameters:
10466   - "result"
10467   - "name"
10468   - "tags"
10469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10470   x-axis: "X = CNFs per Service Chain"
10471   y-axis: "Y = Number of Service Chains"
10472   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10473   layout:
10474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10475     layout: "plot-service-density"
10476
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10482   data: "plot-vpp-nfv-2n-clx-mrr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'DOCKER' and
10486            'CHAIN' and
10487            'NF_VPPIP4' and
10488            'IMIX' and
10489            '4T2C' and
10490            'MRR'"
10491   parameters:
10492   - "result"
10493   - "name"
10494   - "tags"
10495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10496   x-axis: "X = CNFs per Service Chain"
10497   y-axis: "Y = Number of Service Chains"
10498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10499   layout:
10500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10501     layout: "plot-service-density"
10502
10503 - type: "plot"
10504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10505   algorithm: "plot_nf_heatmap"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10508   data: "plot-vpp-nfv-2n-clx-mrr"
10509   filter: "'NIC_Intel-XXV710' and
10510            'NF_DENSITY' and
10511            'DOCKER' and
10512            'CHAIN' and
10513            'NF_VPPIP4' and
10514            'IMIX' and
10515            '8T4C' and
10516            'MRR'"
10517   parameters:
10518   - "result"
10519   - "name"
10520   - "tags"
10521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10522   x-axis: "X = CNFs per Service Chain"
10523   y-axis: "Y = Number of Service Chains"
10524   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10525   layout:
10526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10527     layout: "plot-service-density"
10528
10529 # Plots - NF Density - CSC - NDR IMIX
10530 - type: "plot"
10531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10532   algorithm: "plot_nf_heatmap"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10535   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10536   filter: "'NIC_Intel-XXV710' and
10537            'NF_DENSITY' and
10538            'DOCKER' and
10539            'CHAIN' and
10540            'NF_VPPIP4' and
10541            'IMIX' and
10542            '2T1C' and
10543            'NDRPDR'"
10544   parameters:
10545   - "throughput"
10546   - "name"
10547   - "tags"
10548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10549   x-axis: "X = CNFs per Service Chain"
10550   y-axis: "Y = Number of Service Chains"
10551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10552   layout:
10553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10554     layout: "plot-service-density"
10555
10556 - type: "plot"
10557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10558   algorithm: "plot_nf_heatmap"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10562   filter: "'NIC_Intel-XXV710' and
10563            'NF_DENSITY' and
10564            'DOCKER' and
10565            'CHAIN' and
10566            'NF_VPPIP4' and
10567            'IMIX' and
10568            '4T2C' and
10569            'NDRPDR'"
10570   parameters:
10571   - "throughput"
10572   - "name"
10573   - "tags"
10574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10575   x-axis: "X = CNFs per Service Chain"
10576   y-axis: "Y = Number of Service Chains"
10577   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10578   layout:
10579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10580     layout: "plot-service-density"
10581
10582 - type: "plot"
10583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10584   algorithm: "plot_nf_heatmap"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10587   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10588   filter: "'NIC_Intel-XXV710' and
10589            'NF_DENSITY' and
10590            'DOCKER' and
10591            'CHAIN' and
10592            'NF_VPPIP4' and
10593            'IMIX' and
10594            '8T4C' and
10595            'NDRPDR'"
10596   parameters:
10597   - "throughput"
10598   - "name"
10599   - "tags"
10600   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10601   x-axis: "X = CNFs per Service Chain"
10602   y-axis: "Y = Number of Service Chains"
10603   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10604   layout:
10605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10606     layout: "plot-service-density"
10607
10608 # Plots - NF Density - CSC - PDR IMIX
10609 - type: "plot"
10610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10611   algorithm: "plot_nf_heatmap"
10612   output-file-type: ".html"
10613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10614   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10615   filter: "'NIC_Intel-XXV710' and
10616            'NF_DENSITY' and
10617            'DOCKER' and
10618            'CHAIN' and
10619            'NF_VPPIP4' and
10620            'IMIX' and
10621            '2T1C' and
10622            'NDRPDR'"
10623   parameters:
10624   - "throughput"
10625   - "name"
10626   - "tags"
10627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10628   x-axis: "X = CNFs per Service Chain"
10629   y-axis: "Y = Number of Service Chains"
10630   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10631   layout:
10632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10633     layout: "plot-service-density"
10634
10635 - type: "plot"
10636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10637   algorithm: "plot_nf_heatmap"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10640   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10641   filter: "'NIC_Intel-XXV710' and
10642            'NF_DENSITY' and
10643            'DOCKER' and
10644            'CHAIN' and
10645            'NF_VPPIP4' and
10646            'IMIX' and
10647            '4T2C' and
10648            'NDRPDR'"
10649   parameters:
10650   - "throughput"
10651   - "name"
10652   - "tags"
10653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10654   x-axis: "X = CNFs per Service Chain"
10655   y-axis: "Y = Number of Service Chains"
10656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10657   layout:
10658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10659     layout: "plot-service-density"
10660
10661 - type: "plot"
10662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10663   algorithm: "plot_nf_heatmap"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10666   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10667   filter: "'NIC_Intel-XXV710' and
10668            'NF_DENSITY' and
10669            'DOCKER' and
10670            'CHAIN' and
10671            'NF_VPPIP4' and
10672            'IMIX' and
10673            '8T4C' and
10674            'NDRPDR'"
10675   parameters:
10676   - "throughput"
10677   - "name"
10678   - "tags"
10679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10680   x-axis: "X = CNFs per Service Chain"
10681   y-axis: "Y = Number of Service Chains"
10682   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10683   layout:
10684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10685     layout: "plot-service-density"
10686
10687 # Plots - NF Density - CSP - MRR IMIX
10688 - type: "plot"
10689   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10690   algorithm: "plot_nf_heatmap"
10691   output-file-type: ".html"
10692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10693   data: "plot-vpp-nfv-2n-clx-mrr"
10694   filter: "'NIC_Intel-XXV710' and
10695            'NF_DENSITY' and
10696            'DOCKER' and
10697            'PIPELINE' and
10698            'NF_VPPIP4' and
10699            'IMIX' and
10700            '2T1C' and
10701            'MRR'"
10702   parameters:
10703   - "result"
10704   - "name"
10705   - "tags"
10706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10707   x-axis: "X = CNFs per Service Pipeline"
10708   y-axis: "Y = Number of Service Pipelines"
10709   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10710   layout:
10711     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10712     layout: "plot-service-density"
10713
10714 - type: "plot"
10715   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10716   algorithm: "plot_nf_heatmap"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10719   data: "plot-vpp-nfv-2n-clx-mrr"
10720   filter: "'NIC_Intel-XXV710' and
10721            'NF_DENSITY' and
10722            'DOCKER' and
10723            'PIPELINE' and
10724            'NF_VPPIP4' and
10725            'IMIX' and
10726            '4T2C' and
10727            'MRR'"
10728   parameters:
10729   - "result"
10730   - "name"
10731   - "tags"
10732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10733   x-axis: "X = CNFs per Service Pipeline"
10734   y-axis: "Y = Number of Service Pipelines"
10735   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10736   layout:
10737     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10738     layout: "plot-service-density"
10739
10740 - type: "plot"
10741   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10742   algorithm: "plot_nf_heatmap"
10743   output-file-type: ".html"
10744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10745   data: "plot-vpp-nfv-2n-clx-mrr"
10746   filter: "'NIC_Intel-XXV710' and
10747            'NF_DENSITY' and
10748            'DOCKER' and
10749            'PIPELINE' and
10750            'NF_VPPIP4' and
10751            'IMIX' and
10752            '8T4C' and
10753            'MRR'"
10754   parameters:
10755   - "result"
10756   - "name"
10757   - "tags"
10758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10759   x-axis: "X = CNFs per Service Pipeline"
10760   y-axis: "Y = Number of Service Pipelines"
10761   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10762   layout:
10763     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10764     layout: "plot-service-density"
10765
10766 # Plots - NF Density - CSP - NDR IMIX
10767 - type: "plot"
10768   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10769   algorithm: "plot_nf_heatmap"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10772   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10773   filter: "'NIC_Intel-XXV710' and
10774            'NF_DENSITY' and
10775            'DOCKER' and
10776            'PIPELINE' and
10777            'NF_VPPIP4' and
10778            'IMIX' and
10779            '2T1C' and
10780            'NDRPDR'"
10781   parameters:
10782   - "throughput"
10783   - "name"
10784   - "tags"
10785   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10786   x-axis: "X = CNFs per Service Pipeline"
10787   y-axis: "Y = Number of Service Pipelines"
10788   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10789   layout:
10790     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10791     layout: "plot-service-density"
10792
10793 - type: "plot"
10794   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10795   algorithm: "plot_nf_heatmap"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10798   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10799   filter: "'NIC_Intel-XXV710' and
10800            'NF_DENSITY' and
10801            'DOCKER' and
10802            'PIPELINE' and
10803            'NF_VPPIP4' and
10804            'IMIX' and
10805            '4T2C' and
10806            'NDRPDR'"
10807   parameters:
10808   - "throughput"
10809   - "name"
10810   - "tags"
10811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10812   x-axis: "X = CNFs per Service Pipeline"
10813   y-axis: "Y = Number of Service Pipelines"
10814   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10815   layout:
10816     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10817     layout: "plot-service-density"
10818
10819 - type: "plot"
10820   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10821   algorithm: "plot_nf_heatmap"
10822   output-file-type: ".html"
10823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10824   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10825   filter: "'NIC_Intel-XXV710' and
10826            'NF_DENSITY' and
10827            'DOCKER' and
10828            'PIPELINE' and
10829            'NF_VPPIP4' and
10830            'IMIX' and
10831            '8T4C' and
10832            'NDRPDR'"
10833   parameters:
10834   - "throughput"
10835   - "name"
10836   - "tags"
10837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10838   x-axis: "X = CNFs per Service Pipeline"
10839   y-axis: "Y = Number of Service Pipelines"
10840   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10841   layout:
10842     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10843     layout: "plot-service-density"
10844
10845 # Plots - NF Density - CSP - PDR IMIX
10846 - type: "plot"
10847   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10848   algorithm: "plot_nf_heatmap"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10851   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10852   filter: "'NIC_Intel-XXV710' and
10853            'NF_DENSITY' and
10854            'DOCKER' and
10855            'PIPELINE' and
10856            'NF_VPPIP4' and
10857            'IMIX' and
10858            '2T1C' and
10859            'NDRPDR'"
10860   parameters:
10861   - "throughput"
10862   - "name"
10863   - "tags"
10864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10865   x-axis: "X = CNFs per Service Pipeline"
10866   y-axis: "Y = Number of Service Pipelines"
10867   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10868   layout:
10869     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10870     layout: "plot-service-density"
10871
10872 - type: "plot"
10873   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10874   algorithm: "plot_nf_heatmap"
10875   output-file-type: ".html"
10876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10877   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10878   filter: "'NIC_Intel-XXV710' and
10879            'NF_DENSITY' and
10880            'DOCKER' and
10881            'PIPELINE' and
10882            'NF_VPPIP4' and
10883            'IMIX' and
10884            '4T2C' and
10885            'NDRPDR'"
10886   parameters:
10887   - "throughput"
10888   - "name"
10889   - "tags"
10890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10891   x-axis: "X = CNFs per Service Pipeline"
10892   y-axis: "Y = Number of Service Pipelines"
10893   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10894   layout:
10895     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10896     layout: "plot-service-density"
10897
10898 - type: "plot"
10899   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10900   algorithm: "plot_nf_heatmap"
10901   output-file-type: ".html"
10902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10903   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10904   filter: "'NIC_Intel-XXV710' and
10905            'NF_DENSITY' and
10906            'DOCKER' and
10907            'PIPELINE' and
10908            'NF_VPPIP4' and
10909            'IMIX' and
10910            '8T4C' and
10911            'NDRPDR'"
10912   parameters:
10913   - "throughput"
10914   - "name"
10915   - "tags"
10916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10917   x-axis: "X = CNFs per Service Pipeline"
10918   y-axis: "Y = Number of Service Pipelines"
10919   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10920   layout:
10921     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10922     layout: "plot-service-density"
10923
10924 ################################################################################
10925
10926 # Packet Throughput
10927
10928 - type: "plot"
10929   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10930   algorithm: "plot_perf_box_name"
10931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10933   include:
10934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10938   layout:
10939     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10940     layout: "plot-throughput"
10941
10942 - type: "plot"
10943   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10944   algorithm: "plot_perf_box_name"
10945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10947   include:
10948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10952   layout:
10953     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10961   include:
10962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10966   layout:
10967     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10968     layout: "plot-throughput"
10969
10970 - type: "plot"
10971   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10972   algorithm: "plot_perf_box_name"
10973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10975   include:
10976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10980   layout:
10981     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10989   include:
10990     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10995   layout:
10996     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11004   include:
11005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11010   layout:
11011     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11019   include:
11020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11022     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11025   layout:
11026     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11034   include:
11035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11037     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11040   layout:
11041     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11042     layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11046   algorithm: "plot_perf_box_name"
11047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11049   include:
11050     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11051     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11052     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11053     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11054     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11055   layout:
11056     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11057     layout: "plot-throughput"
11058
11059 - type: "plot"
11060   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11061   algorithm: "plot_perf_box_name"
11062   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11063   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11064   include:
11065     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11066     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11067     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11068     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11069     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11070   layout:
11071     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11072     layout: "plot-throughput"
11073
11074 - type: "plot"
11075   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11076   algorithm: "plot_perf_box_name"
11077   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11079   include:
11080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11086   layout:
11087     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11088     layout: "plot-throughput"
11089
11090 - type: "plot"
11091   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11092   algorithm: "plot_perf_box_name"
11093   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11095   include:
11096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11102   layout:
11103     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11104     layout: "plot-throughput"
11105
11106 - type: "plot"
11107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11108   algorithm: "plot_perf_box_name"
11109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11111   include:
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11117   layout:
11118     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11119     layout: "plot-throughput"
11120
11121 - type: "plot"
11122   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11123   algorithm: "plot_perf_box_name"
11124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11126   include:
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11132   layout:
11133     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11134     layout: "plot-throughput"
11135
11136 - type: "plot"
11137   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11138   algorithm: "plot_perf_box_name"
11139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11141   include:
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11145   layout:
11146     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11147     layout: "plot-throughput"
11148
11149 - type: "plot"
11150   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11151   algorithm: "plot_perf_box_name"
11152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11154   include:
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11158   layout:
11159     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11160     layout: "plot-throughput"
11161
11162 - type: "plot"
11163   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11164   algorithm: "plot_perf_box_name"
11165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11167   include:
11168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11173   layout:
11174     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11175     layout: "plot-throughput"
11176
11177 - type: "plot"
11178   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11179   algorithm: "plot_perf_box_name"
11180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11182   include:
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11188   layout:
11189     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11190     layout: "plot-throughput"
11191
11192 - type: "plot"
11193   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11194   algorithm: "plot_perf_box_name"
11195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11197   include:
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11201   layout:
11202     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11203     layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11210   include:
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11214   layout:
11215     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11216     layout: "plot-throughput"
11217
11218 - type: "plot"
11219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11220   algorithm: "plot_perf_box_name"
11221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11223   include:
11224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11230   layout:
11231     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11232     layout: "plot-throughput"
11233
11234 - type: "plot"
11235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11236   algorithm: "plot_perf_box_name"
11237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11239   include:
11240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11246   layout:
11247     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11248     layout: "plot-throughput"
11249
11250 - type: "plot"
11251   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11252   algorithm: "plot_perf_box_name"
11253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11255   include:
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11262   layout:
11263     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11264     layout: "plot-throughput"
11265
11266 - type: "plot"
11267   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11268   algorithm: "plot_perf_box_name"
11269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11271   include:
11272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11278   layout:
11279     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11280     layout: "plot-throughput"
11281
11282 - type: "plot"
11283   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11284   algorithm: "plot_perf_box_name"
11285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11287   include:
11288     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11291   layout:
11292     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11293     layout: "plot-throughput"
11294
11295 - type: "plot"
11296   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11297   algorithm: "plot_perf_box_name"
11298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11300   include:
11301     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11304   layout:
11305     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11306     layout: "plot-throughput"
11307
11308 - type: "plot"
11309   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11313   include:
11314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11317 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11318 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11319   layout:
11320     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11321     layout: "plot-throughput"
11322
11323 - type: "plot"
11324   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11325   algorithm: "plot_perf_box_name"
11326   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11328   include:
11329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11332 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11333 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11334   layout:
11335     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11336     layout: "plot-throughput"
11337
11338 - type: "plot"
11339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11340   algorithm: "plot_perf_box_name"
11341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11343   include:
11344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11349   layout:
11350     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11355   algorithm: "plot_perf_box_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11358   include:
11359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11364   layout:
11365     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11366     layout: "plot-throughput"
11367
11368 - type: "plot"
11369   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11370   algorithm: "plot_perf_box_name"
11371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11373   include:
11374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11379   layout:
11380     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11381     layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11385   algorithm: "plot_perf_box_name"
11386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11388   include:
11389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11394   layout:
11395     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11400   algorithm: "plot_perf_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11403   include:
11404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11410   layout:
11411     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11426   layout:
11427     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11435   include:
11436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11442   layout:
11443     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11444     layout: "plot-throughput"
11445
11446 - type: "plot"
11447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11448   algorithm: "plot_perf_box_name"
11449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11451   include:
11452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11458   layout:
11459     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11467   include:
11468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11473   layout:
11474     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11488   layout:
11489     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11504   layout:
11505     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11510   algorithm: "plot_perf_box_name"
11511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11513   include:
11514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11520   layout:
11521     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11535   layout:
11536     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11537     layout: "plot-throughput"
11538
11539 - type: "plot"
11540   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11541   algorithm: "plot_perf_box_name"
11542   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11543   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11544   include:
11545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11550   layout:
11551     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11552     layout: "plot-throughput"
11553
11554 - type: "plot"
11555   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11556   algorithm: "plot_perf_box_name"
11557   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11558   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11559   include:
11560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11566   layout:
11567     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11568     layout: "plot-throughput"
11569
11570 - type: "plot"
11571   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11572   algorithm: "plot_perf_box_name"
11573   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11574   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11575   include:
11576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11582   layout:
11583     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11584     layout: "plot-throughput"
11585
11586 - type: "plot"
11587   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11588   algorithm: "plot_perf_box_name"
11589   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11590   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11591   include:
11592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11597   layout:
11598     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11606   include:
11607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11612   layout:
11613     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11614     layout: "plot-throughput"
11615
11616 - type: "plot"
11617   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11618   algorithm: "plot_perf_box_name"
11619   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11620   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11621   include:
11622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11628   layout:
11629     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11637   include:
11638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11644   layout:
11645     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11653   include:
11654     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11656   layout:
11657     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11658     layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11665   include:
11666     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11668   layout:
11669     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11677   include:
11678     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11682   layout:
11683     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11696   layout:
11697     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11705   include:
11706     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11710   layout:
11711     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11719   include:
11720     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11724   layout:
11725     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11738   layout:
11739     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11744   algorithm: "plot_perf_box_name"
11745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11747   include:
11748     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11752   layout:
11753     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11760   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11761   include:
11762     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11766   layout:
11767     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11774   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11775   include:
11776     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11780   layout:
11781     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11789   include:
11790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11796   layout:
11797     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11805   include:
11806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11812   layout:
11813     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11821   include:
11822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11827   layout:
11828     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11836   include:
11837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11842   layout:
11843     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11848   algorithm: "plot_perf_box_name"
11849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11851   include:
11852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11857   layout:
11858     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11866   include:
11867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11872   layout:
11873     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11881   include:
11882     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11885   layout:
11886     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11887     layout: "plot-throughput"
11888
11889 - type: "plot"
11890   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11891   algorithm: "plot_perf_box_name"
11892   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11894   include:
11895     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11898   layout:
11899     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11907   include:
11908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11911   layout:
11912     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11920   include:
11921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11924   layout:
11925     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11939   layout:
11940     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11941     layout: "plot-throughput"
11942
11943 - type: "plot"
11944   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11945   algorithm: "plot_perf_box_name"
11946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11948   include:
11949     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11954   layout:
11955     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11963   include:
11964     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11969   layout:
11970     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11978   include:
11979     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11984   layout:
11985     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11993   include:
11994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11999   layout:
12000     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12008   include:
12009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12014   layout:
12015     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12023   include:
12024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12029   layout:
12030     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12038   include:
12039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12044   layout:
12045     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12046     layout: "plot-throughput"
12047
12048 - type: "plot"
12049   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12050   algorithm: "plot_perf_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12052   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12053   include:
12054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12059   layout:
12060     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12067   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12068   include:
12069     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12074   layout:
12075     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12083   include:
12084     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12086     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12087     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12088     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12089     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12090   layout:
12091     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12099   include:
12100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12103     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12104     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12105     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12106   layout:
12107     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12115   include:
12116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12120   layout:
12121     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12129   include:
12130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12134   layout:
12135     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12147     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12150   layout:
12151     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12163     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12166   layout:
12167     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12182   layout:
12183     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12191   include:
12192     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12198   layout:
12199     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12210     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12211     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12212     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12214   layout:
12215     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230   layout:
12231     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12239   include:
12240     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12242     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12244     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12246   layout:
12247     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12255   include:
12256     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262   layout:
12263     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12271   include:
12272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12278   layout:
12279     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12287   include:
12288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12293     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12294   layout:
12295     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12310   layout:
12311     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12319   include:
12320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12326   layout:
12327     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12335   include:
12336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12342   layout:
12343     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12351   include:
12352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12358   layout:
12359     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12367   include:
12368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12374   layout:
12375     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12383   include:
12384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12390   layout:
12391     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12399   include:
12400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12404   layout:
12405     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12413   include:
12414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12418   layout:
12419     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12427   include:
12428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12432   layout:
12433     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12441   include:
12442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12446   layout:
12447     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12455   include:
12456     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12462   layout:
12463     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12471   include:
12472     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12478   layout:
12479     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12487   include:
12488     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12490     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12493   layout:
12494     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12502   include:
12503     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12508   layout:
12509     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12523   layout:
12524     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12532   include:
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12538   layout:
12539     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12552   layout:
12553     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12554     layout: "plot-throughput"
12555
12556 - type: "plot"
12557   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12558   algorithm: "plot_perf_box_name"
12559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12561   include:
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12582   layout:
12583     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12584     layout: "plot-throughput"
12585
12586 - type: "plot"
12587   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12588   algorithm: "plot_perf_box_name"
12589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12591   include:
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12598   layout:
12599     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12607   include:
12608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12614   layout:
12615     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12616     layout: "plot-throughput"
12617
12618 - type: "plot"
12619   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12620   algorithm: "plot_perf_box_name"
12621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12623   include:
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12630   layout:
12631     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12639   include:
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12646   layout:
12647     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12648     layout: "plot-throughput"
12649
12650 - type: "plot"
12651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12652   algorithm: "plot_perf_box_name"
12653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12655   include:
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12662   layout:
12663     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12678   layout:
12679     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12687   include:
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12694   layout:
12695     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12703   include:
12704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12708   layout:
12709     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12717   include:
12718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12722   layout:
12723     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12724     layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12731   include:
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12738   layout:
12739     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12747   include:
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12754   layout:
12755     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12763   include:
12764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12770   layout:
12771     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12779   include:
12780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12786   layout:
12787     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12788     layout: "plot-throughput"
12789
12790 #- type: "plot"
12791 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12792 #  algorithm: "plot_perf_box_name"
12793 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12794 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12795 #  include:
12796 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12797 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12798 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12799 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12800 #  layout:
12801 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12802 #    layout: "plot-throughput"
12803 #
12804 #- type: "plot"
12805 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12806 #  algorithm: "plot_perf_box_name"
12807 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12808 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12809 #  include:
12810 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12811 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12812 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12813 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12814 #  layout:
12815 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12816 #    layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12822   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12823   include:
12824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12830   layout:
12831     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12836   algorithm: "plot_perf_box_name"
12837   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12838   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12839   include:
12840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12846   layout:
12847     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12848     layout: "plot-throughput"
12849
12850 #- type: "plot"
12851 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12852 #  algorithm: "plot_perf_box_name"
12853 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12854 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12855 #  include:
12856 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12857 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12858 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12859 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12860 #  layout:
12861 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12862 #    layout: "plot-throughput"
12863 #
12864 #- type: "plot"
12865 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12866 #  algorithm: "plot_perf_box_name"
12867 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12868 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12869 #  include:
12870 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12871 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12872 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12873 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12874 #  layout:
12875 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12876 #    layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12882   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12883   include:
12884     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12890   layout:
12891     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12899   include:
12900     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12906   layout:
12907     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12908     layout: "plot-throughput"
12909
12910 #- type: "plot"
12911 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12912 #  algorithm: "plot_perf_box_name"
12913 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12914 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12915 #  include:
12916 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12917 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12918 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12919 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12920 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12921 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12922 #  layout:
12923 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12924 #    layout: "plot-throughput"
12925 #
12926 #- type: "plot"
12927 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12928 #  algorithm: "plot_perf_box_name"
12929 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12930 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12931 #  include:
12932 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12933 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12934 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12935 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12936 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12937 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12938 #  layout:
12939 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12940 #    layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12947   include:
12948     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12949     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12950     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12951     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12952     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12953     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12954   layout:
12955     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12963   include:
12964     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12965     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12966     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12967     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12968     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12969     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12970   layout:
12971     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12979   include:
12980     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12981     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12982     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12983     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12984     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12985     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12986   layout:
12987     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12995   include:
12996     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12997     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12998     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12999     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13000     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13002   layout:
13003     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13011   include:
13012     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13014     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13015     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13016     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13034   layout:
13035     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13043   include:
13044     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13045     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13046     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13047     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13048     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13049     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13050   layout:
13051     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13059   include:
13060     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13066   layout:
13067     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13068     layout: "plot-throughput"
13069
13070 #- type: "plot"
13071 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13072 #  algorithm: "plot_perf_box_name"
13073 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13074 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13075 #  include:
13076 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13077 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13078 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13079 #  layout:
13080 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13081 #    layout: "plot-throughput"
13082 #
13083 #- type: "plot"
13084 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13085 #  algorithm: "plot_perf_box_name"
13086 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13087 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13088 #  include:
13089 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13091 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13092 #  layout:
13093 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13094 #    layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13101   include:
13102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13107   layout:
13108     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13109     layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13116   include:
13117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13122   layout:
13123     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13124     layout: "plot-throughput"
13125
13126 - type: "plot"
13127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13128   algorithm: "plot_perf_box_name"
13129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13131   include:
13132     - "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"
13133     - "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"
13134     - "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"
13135     - "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"
13136     - "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"
13137   layout:
13138     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13146   include:
13147     - "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"
13148     - "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"
13149     - "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"
13150     - "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"
13151     - "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"
13152   layout:
13153     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13154     layout: "plot-throughput"
13155
13156 - type: "plot"
13157   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13158   algorithm: "plot_perf_box_name"
13159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13161   include:
13162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13167   layout:
13168     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13169     layout: "plot-throughput"
13170
13171 - type: "plot"
13172   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13173   algorithm: "plot_perf_box_name"
13174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13176   include:
13177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13182   layout:
13183     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13197   layout:
13198     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13212   layout:
13213     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13221   include:
13222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13227   layout:
13228     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13236   include:
13237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13239     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13240     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13242   layout:
13243     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13244     layout: "plot-throughput"
13245
13246 - type: "plot"
13247   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13248   algorithm: "plot_perf_box_name"
13249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13251   include:
13252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13254     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13257   layout:
13258     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13266   include:
13267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13269     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13272   layout:
13273     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13281   include:
13282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13286   layout:
13287     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13300   layout:
13301     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "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"
13311     - "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"
13312     - "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"
13313     - "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"
13314   layout:
13315     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13316     layout: "plot-throughput"
13317
13318 - type: "plot"
13319   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13320   algorithm: "plot_perf_box_name"
13321   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13323   include:
13324     - "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"
13325     - "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"
13326     - "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"
13327     - "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"
13328   layout:
13329     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13337   include:
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13344   layout:
13345     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13408   layout:
13409     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13417   include:
13418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13424   layout:
13425     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13433   include:
13434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13439   layout:
13440     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13448   include:
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13454   layout:
13455     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466   layout:
13467     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13478   layout:
13479     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13487   include:
13488     - "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"
13489     - "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"
13490   layout:
13491     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13499   include:
13500     - "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"
13501     - "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"
13502   layout:
13503     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514   layout:
13515     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13526   layout:
13527     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535   include:
13536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13538   layout:
13539     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13547   include:
13548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13550   layout:
13551     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13552     layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13559   include:
13560     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13566   layout:
13567     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13568     layout: "plot-throughput"
13569
13570 - type: "plot"
13571   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13572   algorithm: "plot_perf_box_name"
13573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13575   include:
13576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582   layout:
13583     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13584     layout: "plot-throughput"
13585
13586 - type: "plot"
13587   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13588   algorithm: "plot_perf_box_name"
13589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13591   include:
13592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13598   layout:
13599     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13614   layout:
13615     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13616     layout: "plot-throughput"
13617
13618 #- type: "plot"
13619 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13620 #  algorithm: "plot_perf_box_name"
13621 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13622 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13623 #  include:
13624 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13625 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13626 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13627 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13628 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13629 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13630 #  layout:
13631 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13632 #    layout: "plot-throughput"
13633 #
13634 #- type: "plot"
13635 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13636 #  algorithm: "plot_perf_box_name"
13637 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13638 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13639 #  include:
13640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13646 #  layout:
13647 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13648 #    layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13652   algorithm: "plot_perf_box_name"
13653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13655   include:
13656     - "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"
13657     - "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"
13658     - "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"
13659     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13660     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13661     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13662   layout:
13663     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13664     layout: "plot-throughput"
13665
13666 - type: "plot"
13667   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13668   algorithm: "plot_perf_box_name"
13669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13671   include:
13672     - "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"
13673     - "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"
13674     - "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"
13675     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13676     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13677     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13678   layout:
13679     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13680     layout: "plot-throughput"
13681
13682 ################################################################################
13683
13684 # Packet Speedup
13685
13686 - type: "plot"
13687   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13688   algorithm: "plot_tsa_name"
13689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13691   include:
13692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13693     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13696   layout:
13697     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13698     layout: "plot-throughput-speedup-analysis"
13699
13700 - type: "plot"
13701   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13702   algorithm: "plot_tsa_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13710   layout:
13711     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13712     layout: "plot-throughput-speedup-analysis"
13713
13714 - type: "plot"
13715   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13716   algorithm: "plot_tsa_name"
13717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13719   include:
13720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13724   layout:
13725     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13726     layout: "plot-throughput-speedup-analysis"
13727
13728 - type: "plot"
13729   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13730   algorithm: "plot_tsa_name"
13731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13733   include:
13734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13738   layout:
13739     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13740     layout: "plot-throughput-speedup-analysis"
13741
13742 - type: "plot"
13743   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13744   algorithm: "plot_tsa_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13749     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13750     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13751     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13752     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13753   layout:
13754     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13762   include:
13763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13765     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13766     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13767     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13768   layout:
13769     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13770     layout: "plot-throughput-speedup-analysis"
13771
13772 - type: "plot"
13773   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13774   algorithm: "plot_tsa_name"
13775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13777   include:
13778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13780     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13783   layout:
13784     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13785     layout: "plot-throughput-speedup-analysis"
13786
13787 - type: "plot"
13788   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13789   algorithm: "plot_tsa_name"
13790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13792   include:
13793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13800     layout: "plot-throughput-speedup-analysis"
13801
13802 - type: "plot"
13803   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13804   algorithm: "plot_tsa_name"
13805   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13814   layout:
13815     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13816     layout: "plot-throughput-speedup-analysis"
13817
13818 - type: "plot"
13819   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13820   algorithm: "plot_tsa_name"
13821   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13823   include:
13824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13830   layout:
13831     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13832     layout: "plot-throughput-speedup-analysis"
13833
13834 - type: "plot"
13835   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13836   algorithm: "plot_tsa_name"
13837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13839   include:
13840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13845   layout:
13846     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13847     layout: "plot-throughput-speedup-analysis"
13848
13849 - type: "plot"
13850   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13851   algorithm: "plot_tsa_name"
13852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13854   include:
13855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13860   layout:
13861     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13869   include:
13870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13873   layout:
13874     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13875     layout: "plot-throughput-speedup-analysis"
13876
13877 - type: "plot"
13878   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13879   algorithm: "plot_tsa_name"
13880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13882   include:
13883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13886   layout:
13887     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13888     layout: "plot-throughput-speedup-analysis"
13889
13890 - type: "plot"
13891   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13892   algorithm: "plot_tsa_name"
13893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13895   include:
13896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13901   layout:
13902     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13903     layout: "plot-throughput-speedup-analysis"
13904
13905 - type: "plot"
13906   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13907   algorithm: "plot_tsa_name"
13908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13910   include:
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13916   layout:
13917     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13918     layout: "plot-throughput-speedup-analysis"
13919
13920 - type: "plot"
13921   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13922   algorithm: "plot_tsa_name"
13923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13925   include:
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13929   layout:
13930     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13931     layout: "plot-throughput-speedup-analysis"
13932
13933 - type: "plot"
13934   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13935   algorithm: "plot_tsa_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13942   layout:
13943     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13944     layout: "plot-throughput-speedup-analysis"
13945
13946 - type: "plot"
13947   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13948   algorithm: "plot_tsa_name"
13949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13951   include:
13952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13958   layout:
13959     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13960     layout: "plot-throughput-speedup-analysis"
13961
13962 - type: "plot"
13963   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13964   algorithm: "plot_tsa_name"
13965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13967   include:
13968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13974   layout:
13975     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13976     layout: "plot-throughput-speedup-analysis"
13977
13978 - type: "plot"
13979   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13980   algorithm: "plot_tsa_name"
13981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13983   include:
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13990   layout:
13991     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13999   include:
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14006   layout:
14007     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14008     layout: "plot-throughput-speedup-analysis"
14009
14010 - type: "plot"
14011   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14012   algorithm: "plot_tsa_name"
14013   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14015   include:
14016     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14019   layout:
14020     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14021     layout: "plot-throughput-speedup-analysis"
14022
14023 - type: "plot"
14024   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14025   algorithm: "plot_tsa_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14028   include:
14029     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14032   layout:
14033     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14034     layout: "plot-throughput-speedup-analysis"
14035
14036 - type: "plot"
14037   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14038   algorithm: "plot_tsa_name"
14039   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14041   include:
14042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14045 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14046 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14047   layout:
14048     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14056   include:
14057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14060 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14061 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14062   layout:
14063     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14071   include:
14072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14077   layout:
14078     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14079     layout: "plot-throughput-speedup-analysis"
14080
14081 - type: "plot"
14082   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14083   algorithm: "plot_tsa_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14092   layout:
14093     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14094     layout: "plot-throughput-speedup-analysis"
14095
14096 - type: "plot"
14097   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14098   algorithm: "plot_tsa_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14107   layout:
14108     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14138   layout:
14139     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14147   include:
14148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14154   layout:
14155     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14170   layout:
14171     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14172     layout: "plot-throughput-speedup-analysis"
14173
14174 - type: "plot"
14175   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14176   algorithm: "plot_tsa_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14186   layout:
14187     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14198   layout:
14199     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14207   include:
14208     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14210   layout:
14211     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14224   layout:
14225     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14226     layout: "plot-throughput-speedup-analysis"
14227
14228 - type: "plot"
14229   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14230   algorithm: "plot_tsa_name"
14231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14238   layout:
14239     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 - type: "plot"
14243   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14244   algorithm: "plot_tsa_name"
14245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14247   include:
14248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14252   layout:
14253     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14254     layout: "plot-throughput-speedup-analysis"
14255
14256 - type: "plot"
14257   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14258   algorithm: "plot_tsa_name"
14259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14261   include:
14262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14266   layout:
14267     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14268     layout: "plot-throughput-speedup-analysis"
14269
14270 - type: "plot"
14271   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14272   algorithm: "plot_tsa_name"
14273   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14275   include:
14276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14282   layout:
14283     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14284     layout: "plot-throughput-speedup-analysis"
14285
14286 - type: "plot"
14287   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14288   algorithm: "plot_tsa_name"
14289   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14291   include:
14292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14298   layout:
14299     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14313   layout:
14314     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14315     layout: "plot-throughput-speedup-analysis"
14316
14317 - type: "plot"
14318   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14319   algorithm: "plot_tsa_name"
14320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14328   layout:
14329     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14330     layout: "plot-throughput-speedup-analysis"
14331
14332 - type: "plot"
14333   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14334   algorithm: "plot_tsa_name"
14335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14337   include:
14338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14343   layout:
14344     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 - type: "plot"
14348   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14349   algorithm: "plot_tsa_name"
14350   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14352   include:
14353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14358   layout:
14359     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14360     layout: "plot-throughput-speedup-analysis"
14361
14362 - type: "plot"
14363   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14364   algorithm: "plot_tsa_name"
14365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14367   include:
14368     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14371   layout:
14372     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14380   include:
14381     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14384   layout:
14385     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14397   layout:
14398     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14406   include:
14407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14410   layout:
14411     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14425   layout:
14426     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14440   layout:
14441     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14449   include:
14450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14455   layout:
14456     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14457     layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14464   include:
14465     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14470   layout:
14471     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14472     layout: "plot-throughput-speedup-analysis"
14473
14474 - type: "plot"
14475   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14476   algorithm: "plot_tsa_name"
14477   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14479   include:
14480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14485     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14486   layout:
14487     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14488     layout: "plot-throughput-speedup-analysis"
14489
14490 - type: "plot"
14491   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14492   algorithm: "plot_tsa_name"
14493   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14495   include:
14496     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14502   layout:
14503     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14511   include:
14512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14516   layout:
14517     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14525   include:
14526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14527     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14528     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14529     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14530   layout:
14531     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14546   layout:
14547     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14562   layout:
14563     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14578   layout:
14579     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14594   layout:
14595     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14610   layout:
14611     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14626   layout:
14627     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14642   layout:
14643     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14644     layout: "plot-throughput-speedup-analysis"
14645
14646 - type: "plot"
14647   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14648   algorithm: "plot_tsa_name"
14649   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14651   include:
14652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14658   layout:
14659     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14674   layout:
14675     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14690   layout:
14691     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14699   include:
14700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14704   layout:
14705     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14713   include:
14714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14718   layout:
14719     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14732   layout:
14733     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14741   include:
14742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14746   layout:
14747     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14748     layout: "plot-throughput-speedup-analysis"
14749
14750 - type: "plot"
14751   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14752   algorithm: "plot_tsa_name"
14753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14755   include:
14756     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14762   layout:
14763     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14764     layout: "plot-throughput-speedup-analysis"
14765
14766 - type: "plot"
14767   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14768   algorithm: "plot_tsa_name"
14769   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14770   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14771   include:
14772     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14774     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14775     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14778   layout:
14779     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14780     layout: "plot-throughput-speedup-analysis"
14781
14782 - type: "plot"
14783   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14784   algorithm: "plot_tsa_name"
14785   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14787   include:
14788     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14790     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14793   layout:
14794     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14795     layout: "plot-throughput-speedup-analysis"
14796
14797 - type: "plot"
14798   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14799   algorithm: "plot_tsa_name"
14800   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14802   include:
14803     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14808   layout:
14809     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14810     layout: "plot-throughput-speedup-analysis"
14811
14812 - type: "plot"
14813   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14817   include:
14818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14823   layout:
14824     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14825     layout: "plot-throughput-speedup-analysis"
14826
14827 - type: "plot"
14828   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14829   algorithm: "plot_tsa_name"
14830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14832   include:
14833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14838   layout:
14839     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14840     layout: "plot-throughput-speedup-analysis"
14841
14842 - type: "plot"
14843   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14844   algorithm: "plot_tsa_name"
14845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14847   include:
14848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14852   layout:
14853     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14861   include:
14862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14866   layout:
14867     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14868     layout: "plot-throughput-speedup-analysis"
14869
14870 - type: "plot"
14871   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14872   algorithm: "plot_tsa_name"
14873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14875   include:
14876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14882   layout:
14883     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14884     layout: "plot-throughput-speedup-analysis"
14885
14886 - type: "plot"
14887   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14888   algorithm: "plot_tsa_name"
14889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14891   include:
14892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14898   layout:
14899     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14900     layout: "plot-throughput-speedup-analysis"
14901
14902 - type: "plot"
14903   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14904   algorithm: "plot_tsa_name"
14905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14907   include:
14908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14914   layout:
14915     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14971   include:
14972     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14973     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14974     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14975     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14976     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14977     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14978   layout:
14979     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14987   include:
14988     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14989     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14990     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14991     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14992     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14993     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14994   layout:
14995     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14996     layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15003   include:
15004     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15005     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15006     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15007     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15008     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15009     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15010   layout:
15011     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15019   include:
15020     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15026   layout:
15027     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15035   include:
15036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15041   layout:
15042     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15050   include:
15051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15056   layout:
15057     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15065   include:
15066     - "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"
15067     - "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"
15068     - "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"
15069     - "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"
15070     - "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"
15071   layout:
15072     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 - type: "plot"
15076   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15077   algorithm: "plot_tsa_name"
15078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15080   include:
15081     - "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"
15082     - "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"
15083     - "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"
15084     - "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"
15085     - "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"
15086   layout:
15087     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15095   include:
15096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15101   layout:
15102     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15110   include:
15111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15116   layout:
15117     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15131   layout:
15132     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15140   include:
15141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15146   layout:
15147     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15155   include:
15156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15159     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15160     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15161   layout:
15162     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15170   include:
15171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15176   layout:
15177     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15185   include:
15186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15191   layout:
15192     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 - type: "plot"
15196   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15197   algorithm: "plot_tsa_name"
15198   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15200   include:
15201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15206   layout:
15207     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15215   include:
15216     - "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"
15217     - "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"
15218     - "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"
15219     - "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"
15220   layout:
15221     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "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"
15231     - "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"
15232     - "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"
15233     - "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"
15234   layout:
15235     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "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"
15245     - "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"
15246     - "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"
15247     - "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"
15248   layout:
15249     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15257   include:
15258     - "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"
15259     - "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"
15260     - "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"
15261     - "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"
15262   layout:
15263     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15294   layout:
15295     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15303   include:
15304     - "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"
15305     - "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"
15306     - "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"
15307     - "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"
15308     - "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"
15309     - "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"
15310   layout:
15311     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15319   include:
15320     - "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"
15321     - "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"
15322     - "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"
15323     - "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"
15324     - "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"
15325     - "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"
15326   layout:
15327     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15341     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15342   layout:
15343     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15351   include:
15352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15358   layout:
15359     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15367   include:
15368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15373   layout:
15374     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15388   layout:
15389     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15397   include:
15398     - "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"
15399     - "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"
15400   layout:
15401     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15409   include:
15410     - "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"
15411     - "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"
15412   layout:
15413     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15421   include:
15422     - "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"
15423     - "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"
15424   layout:
15425     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15433   include:
15434     - "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"
15435     - "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"
15436   layout:
15437     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15445   include:
15446     - "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"
15447     - "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"
15448     - "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"
15449     - "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"
15450     - "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"
15451     - "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"
15452   layout:
15453     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15454     layout: "plot-throughput-speedup-analysis"
15455
15456 - type: "plot"
15457   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15458   algorithm: "plot_tsa_name"
15459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15461   include:
15462     - "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"
15463     - "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"
15464     - "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"
15465     - "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"
15466     - "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"
15467     - "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"
15468   layout:
15469     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15470     layout: "plot-throughput-speedup-analysis"
15471
15472 - type: "plot"
15473   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15474   algorithm: "plot_tsa_name"
15475   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15476   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15477   include:
15478     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15479     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15480     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15481     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15482     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15483   layout:
15484     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15492   include:
15493     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15494     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15495     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15496     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15497     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15498   layout:
15499     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 - type: "plot"
15503   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15504   algorithm: "plot_tsa_name"
15505   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15506   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15507   include:
15508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15513   layout:
15514     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15522   include:
15523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15528   layout:
15529     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15537   include:
15538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15544   layout:
15545     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15553   include:
15554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15560   layout:
15561     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15569   include:
15570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15574   layout:
15575     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15583   include:
15584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15588   layout:
15589     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15590     layout: "plot-throughput-speedup-analysis"
15591
15592 - type: "plot"
15593   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15594   algorithm: "plot_tsa_name"
15595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15597   include:
15598     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15600     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15601     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15603   layout:
15604     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15612   include:
15613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15618   layout:
15619     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15620     layout: "plot-throughput-speedup-analysis"
15621
15622 - type: "plot"
15623   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15624   algorithm: "plot_tsa_name"
15625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15627   include:
15628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15634   layout:
15635     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15643   include:
15644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15650   layout:
15651     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 - type: "plot"
15655   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15656   algorithm: "plot_tsa_name"
15657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15659   include:
15660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15664   layout:
15665     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15666     layout: "plot-throughput-speedup-analysis"
15667
15668 - type: "plot"
15669   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15670   algorithm: "plot_tsa_name"
15671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15672   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15673   include:
15674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15678   layout:
15679     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15687   include:
15688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15694   layout:
15695     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15703   include:
15704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15710   layout:
15711     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15719   include:
15720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15726   layout:
15727     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15735   include:
15736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15742   layout:
15743     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15751   include:
15752     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15753     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15754     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15757     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15758   layout:
15759     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15767   include:
15768     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15770     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15773     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15774   layout:
15775     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15783   include:
15784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15785     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15786     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15787     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15788     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15790   layout:
15791     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15799   include:
15800     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15806   layout:
15807     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15815   include:
15816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15822   layout:
15823     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15831   include:
15832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15838   layout:
15839     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15840     layout: "plot-throughput-speedup-analysis"
15841
15842 #- type: "plot"
15843 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15844 #  algorithm: "plot_tsa_name"
15845 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15846 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15847 #  include:
15848 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15849 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15850 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15851 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15852 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15853 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15854 #  layout:
15855 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15856 #    layout: "plot-throughput-speedup-analysis"
15857 #
15858 #- type: "plot"
15859 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15860 #  algorithm: "plot_tsa_name"
15861 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15862 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15863 #  include:
15864 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15866 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15867 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15870 #  layout:
15871 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15872 #    layout: "plot-throughput-speedup-analysis"
15873
15874 - type: "plot"
15875   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15876   algorithm: "plot_tsa_name"
15877   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15878   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15879   include:
15880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15885   layout:
15886     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15894   include:
15895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15900   layout:
15901     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15902     layout: "plot-throughput-speedup-analysis"
15903
15904 - type: "plot"
15905   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15906   algorithm: "plot_tsa_name"
15907   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15908   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15909   include:
15910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15916   layout:
15917     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15925   include:
15926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15932   layout:
15933     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15934     layout: "plot-throughput-speedup-analysis"
15935
15936 - type: "plot"
15937   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15938   algorithm: "plot_tsa_name"
15939   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15940   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15941   include:
15942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15947   layout:
15948     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15949     layout: "plot-throughput-speedup-analysis"
15950
15951 - type: "plot"
15952   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15953   algorithm: "plot_tsa_name"
15954   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15955   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15956   include:
15957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15962   layout:
15963     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 #- type: "plot"
15967 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15968 #  algorithm: "plot_tsa_name"
15969 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15970 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15971 #  include:
15972 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15973 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15974 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15975 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15976 #  layout:
15977 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15978 #    layout: "plot-throughput-speedup-analysis"
15979 #
15980 #- type: "plot"
15981 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15982 #  algorithm: "plot_tsa_name"
15983 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15984 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15985 #  include:
15986 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15987 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15988 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15989 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15990 #  layout:
15991 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15992 #    layout: "plot-throughput-speedup-analysis"
15993
15994 - type: "plot"
15995   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15996   algorithm: "plot_tsa_name"
15997   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15998   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15999   include:
16000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16006   layout:
16007     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16015   include:
16016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16022   layout:
16023     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16024     layout: "plot-throughput-speedup-analysis"
16025
16026 - type: "plot"
16027   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16028   algorithm: "plot_tsa_name"
16029   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16030   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16031   include:
16032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16037   layout:
16038     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16039     layout: "plot-throughput-speedup-analysis"
16040
16041 - type: "plot"
16042   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16043   algorithm: "plot_tsa_name"
16044   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16045   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16046   include:
16047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16052   layout:
16053     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16061   include:
16062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16068   layout:
16069     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16077   include:
16078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16084   layout:
16085     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16093   include:
16094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16098   layout:
16099     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16107   include:
16108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16112   layout:
16113     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16121   include:
16122     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16127   layout:
16128     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16129     layout: "plot-throughput-speedup-analysis"
16130
16131 - type: "plot"
16132   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16133   algorithm: "plot_tsa_name"
16134   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16135   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16136   include:
16137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16142   layout:
16143     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16144     layout: "plot-throughput-speedup-analysis"
16145
16146 - type: "plot"
16147   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16148   algorithm: "plot_tsa_name"
16149   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16150   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16151   include:
16152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16153     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16154     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16155     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16156     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16158   layout:
16159     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16167   include:
16168     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16169     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16170     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16174   layout:
16175     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16176     layout: "plot-throughput-speedup-analysis"
16177
16178 #- type: "plot"
16179 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16180 #  algorithm: "plot_tsa_name"
16181 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16182 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16183 #  include:
16184 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16185 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16186 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16187 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16188 #  layout:
16189 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16190 #    layout: "plot-throughput-speedup-analysis"
16191 #
16192 #- type: "plot"
16193 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16194 #  algorithm: "plot_tsa_name"
16195 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16196 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16197 #  include:
16198 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16199 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16200 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16201 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16202 #  layout:
16203 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16204 #    layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16211   include:
16212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16218   layout:
16219     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16227   include:
16228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16234   layout:
16235     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 #- type: "plot"
16239 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16240 #  algorithm: "plot_tsa_name"
16241 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16242 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16243 #  include:
16244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16245 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16250 #  layout:
16251 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16252 #    layout: "plot-throughput-speedup-analysis"
16253 #
16254 #- type: "plot"
16255 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16256 #  algorithm: "plot_tsa_name"
16257 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16258 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16259 #  include:
16260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16266 #  layout:
16267 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16268 #    layout: "plot-throughput-speedup-analysis"
16269
16270 #- type: "plot"
16271 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16272 #  algorithm: "plot_tsa_name"
16273 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16274 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16275 #  include:
16276 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16277 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16278 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16279 #  layout:
16280 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16281 #    layout: "plot-throughput-speedup-analysis"
16282 #
16283 #- type: "plot"
16284 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16285 #  algorithm: "plot_tsa_name"
16286 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16287 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16288 #  include:
16289 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16290 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16291 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16292 #  layout:
16293 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16294 #    layout: "plot-throughput-speedup-analysis"
16295
16296 ################################################################################
16297
16298 # Packet Throughput - DPDK
16299
16300 # 2n-skx-xxv710
16301
16302 - type: "plot"
16303   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16304   algorithm: "plot_perf_box_name"
16305   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16306   data: "plot-dpdk-throughput-latency-2n-skx"
16307   include:
16308     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16309     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16310   layout:
16311     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16312     layout: "plot-throughput"
16313
16314 - type: "plot"
16315   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16316   algorithm: "plot_perf_box_name"
16317   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16318   data: "plot-dpdk-throughput-latency-2n-skx"
16319   include:
16320     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16321     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16322   layout:
16323     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16324     layout: "plot-throughput"
16325
16326 - type: "plot"
16327   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16328   algorithm: "plot_perf_box_name"
16329   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16330   data: "plot-dpdk-throughput-latency-2n-skx"
16331   include:
16332     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16333     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16334   layout:
16335     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16336     layout: "plot-throughput"
16337
16338 - type: "plot"
16339   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16340   algorithm: "plot_perf_box_name"
16341   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16342   data: "plot-dpdk-throughput-latency-2n-skx"
16343   include:
16344     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16345     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16346   layout:
16347     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16348     layout: "plot-throughput"
16349
16350 # 2n-skx-x710
16351
16352 - type: "plot"
16353   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16354   algorithm: "plot_perf_box_name"
16355   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16356   data: "plot-dpdk-throughput-latency-2n-skx"
16357   include:
16358     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16359     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16360   layout:
16361     title: "2n-skx-x710-64b-2t1c-base-ndr"
16362     layout: "plot-throughput"
16363
16364 - type: "plot"
16365   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16366   algorithm: "plot_perf_box_name"
16367   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16368   data: "plot-dpdk-throughput-latency-2n-skx"
16369   include:
16370     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16371     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16372   layout:
16373     title: "2n-skx-x710-64b-4t2c-base-ndr"
16374     layout: "plot-throughput"
16375
16376 - type: "plot"
16377   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16378   algorithm: "plot_perf_box_name"
16379   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16380   data: "plot-dpdk-throughput-latency-2n-skx"
16381   include:
16382     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16383     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16384   layout:
16385     title: "2n-skx-x710-64b-2t1c-base-pdr"
16386     layout: "plot-throughput"
16387
16388 - type: "plot"
16389   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16390   algorithm: "plot_perf_box_name"
16391   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16392   data: "plot-dpdk-throughput-latency-2n-skx"
16393   include:
16394     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16395     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16396   layout:
16397     title: "2n-skx-x710-64b-4t2c-base-pdr"
16398     layout: "plot-throughput"
16399
16400 # 3n-skx-xxv710
16401
16402 - type: "plot"
16403   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16404   algorithm: "plot_perf_box_name"
16405   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16406   data: "plot-dpdk-throughput-latency-3n-skx"
16407   include:
16408     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16409     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16410   layout:
16411     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16412     layout: "plot-throughput"
16413
16414 - type: "plot"
16415   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16416   algorithm: "plot_perf_box_name"
16417   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16418   data: "plot-dpdk-throughput-latency-3n-skx"
16419   include:
16420     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16421     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16422   layout:
16423     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16424     layout: "plot-throughput"
16425
16426 - type: "plot"
16427   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16428   algorithm: "plot_perf_box_name"
16429   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16430   data: "plot-dpdk-throughput-latency-3n-skx"
16431   include:
16432     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16433     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16434   layout:
16435     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16436     layout: "plot-throughput"
16437
16438 - type: "plot"
16439   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16440   algorithm: "plot_perf_box_name"
16441   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16442   data: "plot-dpdk-throughput-latency-3n-skx"
16443   include:
16444     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16445     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16446   layout:
16447     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16448     layout: "plot-throughput"
16449
16450 # 3n-skx-x710
16451
16452 - type: "plot"
16453   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16454   algorithm: "plot_perf_box_name"
16455   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16456   data: "plot-dpdk-throughput-latency-3n-skx"
16457   include:
16458     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16459     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16460   layout:
16461     title: "3n-skx-x710-64b-2t1c-base-ndr"
16462     layout: "plot-throughput"
16463
16464 - type: "plot"
16465   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16466   algorithm: "plot_perf_box_name"
16467   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16468   data: "plot-dpdk-throughput-latency-3n-skx"
16469   include:
16470     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16471     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16472   layout:
16473     title: "3n-skx-x710-64b-4t2c-base-ndr"
16474     layout: "plot-throughput"
16475
16476 - type: "plot"
16477   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16478   algorithm: "plot_perf_box_name"
16479   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16480   data: "plot-dpdk-throughput-latency-3n-skx"
16481   include:
16482     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16483     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16484   layout:
16485     title: "3n-skx-x710-64b-2t1c-base-pdr"
16486     layout: "plot-throughput"
16487
16488 - type: "plot"
16489   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16490   algorithm: "plot_perf_box_name"
16491   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16492   data: "plot-dpdk-throughput-latency-3n-skx"
16493   include:
16494     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16495     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16496   layout:
16497     title: "3n-skx-x710-64b-4t2c-base-pdr"
16498     layout: "plot-throughput"
16499
16500 # 3n-hsw-xl710
16501
16502 - type: "plot"
16503   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16504   algorithm: "plot_perf_box_name"
16505   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16506   data: "plot-dpdk-throughput-latency-3n-hsw"
16507   include:
16508     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16509     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16510   layout:
16511     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16512     layout: "plot-throughput"
16513
16514 - type: "plot"
16515   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16516   algorithm: "plot_perf_box_name"
16517   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16518   data: "plot-dpdk-throughput-latency-3n-hsw"
16519   include:
16520     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16521     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16522   layout:
16523     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16524     layout: "plot-throughput"
16525
16526 - type: "plot"
16527   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16528   algorithm: "plot_perf_box_name"
16529   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16530   data: "plot-dpdk-throughput-latency-3n-hsw"
16531   include:
16532     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16533     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16534   layout:
16535     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16536     layout: "plot-throughput"
16537
16538 - type: "plot"
16539   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16540   algorithm: "plot_perf_box_name"
16541   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16542   data: "plot-dpdk-throughput-latency-3n-hsw"
16543   include:
16544     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16545     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16546   layout:
16547     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16548     layout: "plot-throughput"
16549
16550 # 3n-hsw-x710
16551
16552 - type: "plot"
16553   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16554   algorithm: "plot_perf_box_name"
16555   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16556   data: "plot-dpdk-throughput-latency-3n-hsw"
16557   include:
16558     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16559     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16560   layout:
16561     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16562     layout: "plot-throughput"
16563
16564 - type: "plot"
16565   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16566   algorithm: "plot_perf_box_name"
16567   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16568   data: "plot-dpdk-throughput-latency-3n-hsw"
16569   include:
16570     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16571     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16572   layout:
16573     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16574     layout: "plot-throughput"
16575
16576 - type: "plot"
16577   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16578   algorithm: "plot_perf_box_name"
16579   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16580   data: "plot-dpdk-throughput-latency-3n-hsw"
16581   include:
16582     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16583     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16584   layout:
16585     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16586     layout: "plot-throughput"
16587
16588 - type: "plot"
16589   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16590   algorithm: "plot_perf_box_name"
16591   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16592   data: "plot-dpdk-throughput-latency-3n-hsw"
16593   include:
16594     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16595     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16596   layout:
16597     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16598     layout: "plot-throughput"
16599
16600 # 2n-dnv-x553
16601
16602 - type: "plot"
16603   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16604   algorithm: "plot_perf_box_name"
16605   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16606   data: "plot-dpdk-throughput-latency-2n-dnv"
16607   include:
16608     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16609     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16610   layout:
16611     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16612     layout: "plot-throughput"
16613
16614 - type: "plot"
16615   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16616   algorithm: "plot_perf_box_name"
16617   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16618   data: "plot-dpdk-throughput-latency-2n-dnv"
16619   include:
16620     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16621     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16622   layout:
16623     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16624     layout: "plot-throughput"
16625
16626 - type: "plot"
16627   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16630   data: "plot-dpdk-throughput-latency-2n-dnv"
16631   include:
16632     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16633     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16634   layout:
16635     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16636     layout: "plot-throughput"
16637
16638 - type: "plot"
16639   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16640   algorithm: "plot_perf_box_name"
16641   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16642   data: "plot-dpdk-throughput-latency-2n-dnv"
16643   include:
16644     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16645     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16646   layout:
16647     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16648     layout: "plot-throughput"
16649
16650 # 3n-dnv-x553
16651
16652 - type: "plot"
16653   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16654   algorithm: "plot_perf_box_name"
16655   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16656   data: "plot-dpdk-throughput-latency-3n-dnv"
16657   include:
16658     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16659     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16660   layout:
16661     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16662     layout: "plot-throughput"
16663
16664 - type: "plot"
16665   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16666   algorithm: "plot_perf_box_name"
16667   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16668   data: "plot-dpdk-throughput-latency-3n-dnv"
16669   include:
16670     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16671     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16672   layout:
16673     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16674     layout: "plot-throughput"
16675
16676 - type: "plot"
16677   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16678   algorithm: "plot_perf_box_name"
16679   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16680   data: "plot-dpdk-throughput-latency-3n-dnv"
16681   include:
16682     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16683     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16684   layout:
16685     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16692   data: "plot-dpdk-throughput-latency-3n-dnv"
16693   include:
16694     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16695     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16696   layout:
16697     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16698     layout: "plot-throughput"
16699
16700 # 3n-tsh-x520
16701
16702 - type: "plot"
16703   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16704   algorithm: "plot_perf_box_name"
16705   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16706   data: "plot-dpdk-throughput-latency-3n-tsh"
16707   include:
16708     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16709     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16710   layout:
16711     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16712     layout: "plot-throughput"
16713
16714 - type: "plot"
16715   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16716   algorithm: "plot_perf_box_name"
16717   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16718   data: "plot-dpdk-throughput-latency-3n-tsh"
16719   include:
16720     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16721     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16722   layout:
16723     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16724     layout: "plot-throughput"
16725
16726 - type: "plot"
16727   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16728   algorithm: "plot_perf_box_name"
16729   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16730   data: "plot-dpdk-throughput-latency-3n-tsh"
16731   include:
16732     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16733     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16734   layout:
16735     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16742   data: "plot-dpdk-throughput-latency-3n-tsh"
16743   include:
16744     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16745     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16746   layout:
16747     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16748     layout: "plot-throughput"
16749
16750 ################################################################################
16751 ###   2n-clx                                                                 ###
16752 ################################################################################
16753
16754 # Packet Throughput
16755
16756 - type: "plot"
16757   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16761   include:
16762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16766   layout:
16767     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16775   include:
16776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16780   layout:
16781     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16782     layout: "plot-throughput"
16783
16784 - type: "plot"
16785   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16786   algorithm: "plot_perf_box_name"
16787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16789   include:
16790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16794   layout:
16795     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16800   algorithm: "plot_perf_box_name"
16801   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16803   include:
16804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16808   layout:
16809     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16817   include:
16818     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16819     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16820     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16821     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16822   layout:
16823     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16824     layout: "plot-throughput"
16825
16826 - type: "plot"
16827   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16828   algorithm: "plot_perf_box_name"
16829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16831   include:
16832     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16836   layout:
16837     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16838     layout: "plot-throughput"
16839
16840 - type: "plot"
16841   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16842   algorithm: "plot_perf_box_name"
16843   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16845   include:
16846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16852   layout:
16853     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16854     layout: "plot-throughput"
16855
16856 - type: "plot"
16857   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16858   algorithm: "plot_perf_box_name"
16859   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16861   include:
16862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16867   layout:
16868     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16876   include:
16877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16881   layout:
16882     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16883     layout: "plot-throughput"
16884
16885 - type: "plot"
16886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16887   algorithm: "plot_perf_box_name"
16888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16890   include:
16891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16895   layout:
16896     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16897     layout: "plot-throughput"
16898
16899 - type: "plot"
16900   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16901   algorithm: "plot_perf_box_name"
16902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16904   include:
16905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16908   layout:
16909     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16917   include:
16918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16921   layout:
16922     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16923     layout: "plot-throughput"
16924
16925 - type: "plot"
16926   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16930   include:
16931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16936   layout:
16937     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16938     layout: "plot-throughput"
16939
16940 - type: "plot"
16941   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16942   algorithm: "plot_perf_box_name"
16943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16945   include:
16946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16951   layout:
16952     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16953     layout: "plot-throughput"
16954
16955 - type: "plot"
16956   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16957   algorithm: "plot_perf_box_name"
16958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16960   include:
16961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16964   layout:
16965     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16970   algorithm: "plot_perf_box_name"
16971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16973   include:
16974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16977   layout:
16978     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16979     layout: "plot-throughput"
16980
16981 - type: "plot"
16982   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16983   algorithm: "plot_perf_box_name"
16984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16986   include:
16987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16993   layout:
16994     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16995     layout: "plot-throughput"
16996
16997 - type: "plot"
16998   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16999   algorithm: "plot_perf_box_name"
17000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17002   include:
17003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17009   layout:
17010     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17011     layout: "plot-throughput"
17012
17013 - type: "plot"
17014   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17015   algorithm: "plot_perf_box_name"
17016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17018   include:
17019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17025   layout:
17026     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17027     layout: "plot-throughput"
17028
17029 - type: "plot"
17030   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17031   algorithm: "plot_perf_box_name"
17032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17034   include:
17035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17041   layout:
17042     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17043     layout: "plot-throughput"
17044
17045 - type: "plot"
17046   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17047   algorithm: "plot_perf_box_name"
17048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17050   include:
17051     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17053   layout:
17054     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17065   layout:
17066     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17074   include:
17075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17081   layout:
17082     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17083     layout: "plot-throughput"
17084
17085 - type: "plot"
17086   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17087   algorithm: "plot_perf_box_name"
17088   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17090   include:
17091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17097   layout:
17098     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17099     layout: "plot-throughput"
17100
17101 - type: "plot"
17102   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17103   algorithm: "plot_perf_box_name"
17104   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17106   include:
17107     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17113   layout:
17114     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17122   include:
17123     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17129   layout:
17130     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17131     layout: "plot-throughput"
17132
17133 - type: "plot"
17134   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17135   algorithm: "plot_perf_box_name"
17136   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17138   include:
17139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17145   layout:
17146     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17154   include:
17155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17161   layout:
17162     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17163     layout: "plot-throughput"
17164
17165 - type: "plot"
17166   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17167   algorithm: "plot_perf_box_name"
17168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17170   include:
17171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17176   layout:
17177     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17191   layout:
17192     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17193     layout: "plot-throughput"
17194
17195 - type: "plot"
17196   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17197   algorithm: "plot_perf_box_name"
17198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17200   include:
17201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17206   layout:
17207     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17215   include:
17216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17221   layout:
17222     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17230   include:
17231     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17236   layout:
17237     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17251   layout:
17252     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17266   layout:
17267     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17275   include:
17276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17281   layout:
17282     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17283     layout: "plot-throughput"
17284
17285 - type: "plot"
17286   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17287   algorithm: "plot_perf_box_name"
17288   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17290   include:
17291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17293     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17294     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17296   layout:
17297     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17305   include:
17306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17308     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17311   layout:
17312     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17313     layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17320   include:
17321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17324     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17327   layout:
17328     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17329     layout: "plot-throughput"
17330
17331 - type: "plot"
17332   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17333   algorithm: "plot_perf_box_name"
17334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17336   include:
17337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17343   layout:
17344     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17349   algorithm: "plot_perf_box_name"
17350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17352   include:
17353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17355     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17357   layout:
17358     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17371   layout:
17372     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17387   layout:
17388     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17396   include:
17397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17403   layout:
17404     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17417   layout:
17418     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17419     layout: "plot-throughput"
17420
17421 - type: "plot"
17422   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17426   include:
17427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17431   layout:
17432     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17433     layout: "plot-throughput"
17434
17435 - type: "plot"
17436   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17437   algorithm: "plot_perf_box_name"
17438   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17440   include:
17441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17442     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17443     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17447   layout:
17448     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17456   include:
17457     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17458     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17459     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17463   layout:
17464     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17477   layout:
17478     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17489     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17490     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17491   layout:
17492     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17506   layout:
17507     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17515   include:
17516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17521   layout:
17522     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17523     layout: "plot-throughput"
17524
17525 - type: "plot"
17526   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17527   algorithm: "plot_perf_box_name"
17528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17530   include:
17531     - "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"
17532     - "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"
17533     - "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"
17534     - "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"
17535     - "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"
17536   layout:
17537     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "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"
17547     - "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"
17548     - "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"
17549     - "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"
17550     - "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"
17551   layout:
17552     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17581   layout:
17582     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17594     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17596   layout:
17597     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17598     layout: "plot-throughput"
17599
17600 - type: "plot"
17601   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17602   algorithm: "plot_perf_box_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17608     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17609     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17610     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17611   layout:
17612     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17623     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17624     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17625   layout:
17626     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17627     layout: "plot-throughput"
17628
17629 - type: "plot"
17630   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17634   include:
17635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17637     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17638     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17639   layout:
17640     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17641     layout: "plot-throughput"
17642
17643 - type: "plot"
17644   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17645   algorithm: "plot_perf_box_name"
17646   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17648   include:
17649     - "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"
17650     - "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"
17651     - "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"
17652     - "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"
17653   layout:
17654     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17655     layout: "plot-throughput"
17656
17657 - type: "plot"
17658   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17659   algorithm: "plot_perf_box_name"
17660   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17662   include:
17663     - "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"
17664     - "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"
17665     - "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"
17666     - "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"
17667   layout:
17668     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "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"
17678     - "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"
17679     - "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"
17680     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17681     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17682     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17683   layout:
17684     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17685     layout: "plot-throughput"
17686
17687 - type: "plot"
17688   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17689   algorithm: "plot_perf_box_name"
17690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17692   include:
17693     - "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"
17694     - "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"
17695     - "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"
17696     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17697     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17698     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17701     layout: "plot-throughput"
17702
17703 ################################################################################
17704
17705 # Packet Speedup
17706
17707 - type: "plot"
17708   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17709   algorithm: "plot_tsa_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17719     layout: "plot-throughput-speedup-analysis"
17720
17721 - type: "plot"
17722   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17723   algorithm: "plot_tsa_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17731   layout:
17732     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17733     layout: "plot-throughput-speedup-analysis"
17734
17735 - type: "plot"
17736   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17737   algorithm: "plot_tsa_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17745   layout:
17746     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17747     layout: "plot-throughput-speedup-analysis"
17748
17749 - type: "plot"
17750   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17751   algorithm: "plot_tsa_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17759   layout:
17760     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17761     layout: "plot-throughput-speedup-analysis"
17762
17763 - type: "plot"
17764   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17765   algorithm: "plot_tsa_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17770     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17771     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17772     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17773   layout:
17774     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17775     layout: "plot-throughput-speedup-analysis"
17776
17777 - type: "plot"
17778   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17779   algorithm: "plot_tsa_name"
17780   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17782   include:
17783     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17785     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17786     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17787   layout:
17788     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17789     layout: "plot-throughput-speedup-analysis"
17790
17791 - type: "plot"
17792   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17793   algorithm: "plot_tsa_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17803   layout:
17804     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17805     layout: "plot-throughput-speedup-analysis"
17806
17807 - type: "plot"
17808   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17809   algorithm: "plot_tsa_name"
17810   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17812   include:
17813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17819   layout:
17820     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17821     layout: "plot-throughput-speedup-analysis"
17822
17823 - type: "plot"
17824   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17825   algorithm: "plot_tsa_name"
17826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17828   include:
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17833   layout:
17834     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17835     layout: "plot-throughput-speedup-analysis"
17836
17837 - type: "plot"
17838   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17839   algorithm: "plot_tsa_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17849     layout: "plot-throughput-speedup-analysis"
17850
17851 - type: "plot"
17852   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17853   algorithm: "plot_tsa_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17860   layout:
17861     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17862     layout: "plot-throughput-speedup-analysis"
17863
17864 - type: "plot"
17865   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17866   algorithm: "plot_tsa_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17873   layout:
17874     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17875     layout: "plot-throughput-speedup-analysis"
17876
17877 - type: "plot"
17878   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17879   algorithm: "plot_tsa_name"
17880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17882   include:
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17888   layout:
17889     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17890     layout: "plot-throughput-speedup-analysis"
17891
17892 - type: "plot"
17893   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17894   algorithm: "plot_tsa_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17903   layout:
17904     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17905     layout: "plot-throughput-speedup-analysis"
17906
17907 - type: "plot"
17908   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17909   algorithm: "plot_tsa_name"
17910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17912   include:
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17916   layout:
17917     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17918     layout: "plot-throughput-speedup-analysis"
17919
17920 - type: "plot"
17921   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17922   algorithm: "plot_tsa_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17929   layout:
17930     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17931     layout: "plot-throughput-speedup-analysis"
17932
17933 - type: "plot"
17934   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17935   algorithm: "plot_tsa_name"
17936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17938   include:
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17945   layout:
17946     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17947     layout: "plot-throughput-speedup-analysis"
17948
17949 - type: "plot"
17950   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17951   algorithm: "plot_tsa_name"
17952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17954   include:
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17961   layout:
17962     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17963     layout: "plot-throughput-speedup-analysis"
17964
17965 - type: "plot"
17966   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17967   algorithm: "plot_tsa_name"
17968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17970   include:
17971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17977   layout:
17978     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17979     layout: "plot-throughput-speedup-analysis"
17980
17981 - type: "plot"
17982   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17983   algorithm: "plot_tsa_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17993   layout:
17994     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17995     layout: "plot-throughput-speedup-analysis"
17996
17997 - type: "plot"
17998   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17999   algorithm: "plot_tsa_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18005   layout:
18006     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18017   layout:
18018     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18019     layout: "plot-throughput-speedup-analysis"
18020
18021 - type: "plot"
18022   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18023   algorithm: "plot_tsa_name"
18024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18026   include:
18027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18033   layout:
18034     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18035     layout: "plot-throughput-speedup-analysis"
18036
18037 - type: "plot"
18038   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18039   algorithm: "plot_tsa_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18049   layout:
18050     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18051     layout: "plot-throughput-speedup-analysis"
18052
18053 - type: "plot"
18054   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18055   algorithm: "plot_tsa_name"
18056   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18058   include:
18059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18065   layout:
18066     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18067     layout: "plot-throughput-speedup-analysis"
18068
18069 - type: "plot"
18070   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18071   algorithm: "plot_tsa_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18081   layout:
18082     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18083     layout: "plot-throughput-speedup-analysis"
18084
18085 - type: "plot"
18086   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18087   algorithm: "plot_tsa_name"
18088   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18090   include:
18091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18097   layout:
18098     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18099     layout: "plot-throughput-speedup-analysis"
18100
18101 - type: "plot"
18102   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18103   algorithm: "plot_tsa_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18109     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18110     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18113   layout:
18114     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18115     layout: "plot-throughput-speedup-analysis"
18116
18117 - type: "plot"
18118   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18119   algorithm: "plot_tsa_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18128   layout:
18129     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18130     layout: "plot-throughput-speedup-analysis"
18131
18132 - type: "plot"
18133   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18134   algorithm: "plot_tsa_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18143   layout:
18144     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18145     layout: "plot-throughput-speedup-analysis"
18146
18147 - type: "plot"
18148   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18149   algorithm: "plot_tsa_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18158   layout:
18159     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18173   layout:
18174     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18175     layout: "plot-throughput-speedup-analysis"
18176
18177 - type: "plot"
18178   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18179   algorithm: "plot_tsa_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18188   layout:
18189     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18190     layout: "plot-throughput-speedup-analysis"
18191
18192 - type: "plot"
18193   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18194   algorithm: "plot_tsa_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18203   layout:
18204     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18218   layout:
18219     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18220     layout: "plot-throughput-speedup-analysis"
18221
18222 - type: "plot"
18223   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18224   algorithm: "plot_tsa_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18233   layout:
18234     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18235     layout: "plot-throughput-speedup-analysis"
18236
18237 - type: "plot"
18238   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18239   algorithm: "plot_tsa_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18248   layout:
18249     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18250     layout: "plot-throughput-speedup-analysis"
18251
18252 - type: "plot"
18253   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18254   algorithm: "plot_tsa_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18263   layout:
18264     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18265     layout: "plot-throughput-speedup-analysis"
18266
18267 - type: "plot"
18268   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18269   algorithm: "plot_tsa_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18281     layout: "plot-throughput-speedup-analysis"
18282
18283 - type: "plot"
18284   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18285   algorithm: "plot_tsa_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18295   layout:
18296     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18297     layout: "plot-throughput-speedup-analysis"
18298
18299 - type: "plot"
18300   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18301   algorithm: "plot_tsa_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18323   layout:
18324     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18339   layout:
18340     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18355   layout:
18356     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 - type: "plot"
18360   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18361   algorithm: "plot_tsa_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18369   layout:
18370     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18371     layout: "plot-throughput-speedup-analysis"
18372
18373 - type: "plot"
18374   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18375   algorithm: "plot_tsa_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18383   layout:
18384     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18385     layout: "plot-throughput-speedup-analysis"
18386
18387 - type: "plot"
18388   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18389   algorithm: "plot_tsa_name"
18390   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392   include:
18393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18396     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18399   layout:
18400     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18401     layout: "plot-throughput-speedup-analysis"
18402
18403 - type: "plot"
18404   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18405   algorithm: "plot_tsa_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18412     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18415   layout:
18416     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18417     layout: "plot-throughput-speedup-analysis"
18418
18419 - type: "plot"
18420   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18421   algorithm: "plot_tsa_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18427     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18429   layout:
18430     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18441     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18443   layout:
18444     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18460     layout: "plot-throughput-speedup-analysis"
18461
18462 - type: "plot"
18463   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18464   algorithm: "plot_tsa_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18473   layout:
18474     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18475     layout: "plot-throughput-speedup-analysis"
18476
18477 - type: "plot"
18478   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18479   algorithm: "plot_tsa_name"
18480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482   include:
18483     - "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"
18484     - "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"
18485     - "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"
18486     - "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"
18487     - "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"
18488   layout:
18489     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18490     layout: "plot-throughput-speedup-analysis"
18491
18492 - type: "plot"
18493   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18494   algorithm: "plot_tsa_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "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"
18499     - "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"
18500     - "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"
18501     - "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"
18502     - "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"
18503   layout:
18504     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18518   layout:
18519     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18520     layout: "plot-throughput-speedup-analysis"
18521
18522 - type: "plot"
18523   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18524   algorithm: "plot_tsa_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18533   layout:
18534     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18535     layout: "plot-throughput-speedup-analysis"
18536
18537 - type: "plot"
18538   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18539   algorithm: "plot_tsa_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18548   layout:
18549     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18550     layout: "plot-throughput-speedup-analysis"
18551
18552 - type: "plot"
18553   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18554   algorithm: "plot_tsa_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18563   layout:
18564     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18577   layout:
18578     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18579     layout: "plot-throughput-speedup-analysis"
18580
18581 - type: "plot"
18582   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18583   algorithm: "plot_tsa_name"
18584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18586   include:
18587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18591   layout:
18592     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18593     layout: "plot-throughput-speedup-analysis"
18594
18595 - type: "plot"
18596   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18597   algorithm: "plot_tsa_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "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"
18602     - "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"
18603     - "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"
18604     - "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"
18605   layout:
18606     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18607     layout: "plot-throughput-speedup-analysis"
18608
18609 - type: "plot"
18610   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18611   algorithm: "plot_tsa_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "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"
18616     - "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"
18617     - "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"
18618     - "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"
18619   layout:
18620     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18621     layout: "plot-throughput-speedup-analysis"
18622
18623 - type: "plot"
18624   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18625   algorithm: "plot_tsa_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "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"
18630     - "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"
18631     - "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"
18632     - "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"
18633     - "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"
18634     - "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"
18635   layout:
18636     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18637     layout: "plot-throughput-speedup-analysis"
18638
18639 - type: "plot"
18640   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18641   algorithm: "plot_tsa_name"
18642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18644   include:
18645     - "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"
18646     - "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"
18647     - "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"
18648     - "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"
18649     - "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"
18650     - "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"
18651   layout:
18652     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18653     layout: "plot-throughput-speedup-analysis"
18654
18655 ################################################################################
18656
18657 # Packet Throughput - DPDK
18658
18659 # 2n-clx-xxv710
18660
18661 - type: "plot"
18662   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18663   algorithm: "plot_perf_box_name"
18664   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18665   data: "plot-dpdk-throughput-latency-2n-clx"
18666   include:
18667     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18668     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18671     layout: "plot-throughput"
18672
18673 - type: "plot"
18674   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18675   algorithm: "plot_perf_box_name"
18676   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18677   data: "plot-dpdk-throughput-latency-2n-clx"
18678   include:
18679     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18680     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18681   layout:
18682     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18683     layout: "plot-throughput"
18684
18685 - type: "plot"
18686   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18687   algorithm: "plot_perf_box_name"
18688   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18689   data: "plot-dpdk-throughput-latency-2n-clx"
18690   include:
18691     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18693   layout:
18694     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18695     layout: "plot-throughput"
18696
18697 - type: "plot"
18698   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18699   algorithm: "plot_perf_box_name"
18700   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18701   data: "plot-dpdk-throughput-latency-2n-clx"
18702   include:
18703     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18704     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18705   layout:
18706     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18707     layout: "plot-throughput"
18708
18709 # 2n-clx-x710
18710
18711 - type: "plot"
18712   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18713   algorithm: "plot_perf_box_name"
18714   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18715   data: "plot-dpdk-throughput-latency-2n-clx"
18716   include:
18717     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18718     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18719   layout:
18720     title: "2n-clx-x710-64b-2t1c-base-ndr"
18721     layout: "plot-throughput"
18722
18723 - type: "plot"
18724   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18725   algorithm: "plot_perf_box_name"
18726   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18727   data: "plot-dpdk-throughput-latency-2n-clx"
18728   include:
18729     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18730     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18731   layout:
18732     title: "2n-clx-x710-64b-4t2c-base-ndr"
18733     layout: "plot-throughput"
18734
18735 - type: "plot"
18736   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18737   algorithm: "plot_perf_box_name"
18738   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18739   data: "plot-dpdk-throughput-latency-2n-clx"
18740   include:
18741     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18742     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18743   layout:
18744     title: "2n-clx-x710-64b-2t1c-base-pdr"
18745     layout: "plot-throughput"
18746
18747 - type: "plot"
18748   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18749   algorithm: "plot_perf_box_name"
18750   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18751   data: "plot-dpdk-throughput-latency-2n-clx"
18752   include:
18753     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18754     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18755   layout:
18756     title: "2n-clx-x710-64b-4t2c-base-pdr"
18757     layout: "plot-throughput"
18758
18759 ################################################################################
18760
18761 - type: "plot"
18762   title: "Latency by percentile: 2n-skx"
18763   algorithm: "plot_hdrh_lat_by_percentile"
18764   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18765   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18766   target-links: "../../_static/vpp"
18767   data: "plot-vpp-hdrh-lat-2n-skx"
18768   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18769   layout:
18770     layout: "plot-hdrh-latency-by-percentile"
18771
18772 - type: "plot"
18773   title: "Latency by percentile: 3n-skx"
18774   algorithm: "plot_hdrh_lat_by_percentile"
18775   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18776   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18777   target-links: "../../_static/vpp"
18778   data: "plot-vpp-hdrh-lat-3n-skx"
18779   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18780   layout:
18781     layout: "plot-hdrh-latency-by-percentile"
18782
18783 - type: "plot"
18784   title: "Latency by percentile: 2n-clx"
18785   algorithm: "plot_hdrh_lat_by_percentile"
18786   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18787   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18788   target-links: "../../_static/vpp"
18789   data: "plot-vpp-hdrh-lat-2n-clx"
18790   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18791   layout:
18792     layout: "plot-hdrh-latency-by-percentile"
18793
18794 - type: "plot"
18795   title: "Latency by percentile: 3n-hsw"
18796   algorithm: "plot_hdrh_lat_by_percentile"
18797   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18798   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18799   target-links: "../../_static/vpp"
18800   data: "plot-vpp-hdrh-lat-3n-hsw"
18801   filter: "'1T1C' and 'NIC_Intel-XL710'"
18802   layout:
18803     layout: "plot-hdrh-latency-by-percentile"
18804
18805 - type: "plot"
18806   title: "Latency by percentile: 3n-tsh"
18807   algorithm: "plot_hdrh_lat_by_percentile"
18808   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18809   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18810   target-links: "../../_static/vpp"
18811   data: "plot-vpp-hdrh-lat-3n-tsh"
18812   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18813   layout:
18814     layout: "plot-hdrh-latency-by-percentile"
18815
18816 - type: "plot"
18817   title: "Latency by percentile: DPDK 2n-skx"
18818   algorithm: "plot_hdrh_lat_by_percentile"
18819   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18820   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18821   target-links: "../../_static/dpdk"
18822   data: "plot-dpdk-hdrh-lat-2n-skx"
18823   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18824   layout:
18825     layout: "plot-hdrh-latency-by-percentile"
18826
18827 - type: "plot"
18828   title: "Latency by percentile: DPDK 3n-skx"
18829   algorithm: "plot_hdrh_lat_by_percentile"
18830   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18831   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18832   target-links: "../../_static/dpdk"
18833   data: "plot-dpdk-hdrh-lat-3n-skx"
18834   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18835   layout:
18836     layout: "plot-hdrh-latency-by-percentile"
18837
18838 - type: "plot"
18839   title: "Latency by percentile: DPDK 2n-clx"
18840   algorithm: "plot_hdrh_lat_by_percentile"
18841   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18842   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18843   target-links: "../../_static/dpdk"
18844   data: "plot-dpdk-hdrh-lat-2n-clx"
18845   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18846   layout:
18847     layout: "plot-hdrh-latency-by-percentile"
18848
18849 - type: "plot"
18850   title: "Latency by percentile: DPDK 3n-hsw"
18851   algorithm: "plot_hdrh_lat_by_percentile"
18852   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18853   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18854   target-links: "../../_static/dpdk"
18855   data: "plot-dpdk-hdrh-lat-3n-hsw"
18856   filter: "'1T1C' and 'NIC_Intel-XL710'"
18857   layout:
18858     layout: "plot-hdrh-latency-by-percentile"
18859
18860 - type: "plot"
18861   title: "Latency by percentile: DPDK 3n-tsh"
18862   algorithm: "plot_hdrh_lat_by_percentile"
18863   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18864   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18865   target-links: "../../_static/dpdk"
18866   data: "plot-dpdk-hdrh-lat-3n-tsh"
18867   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18868   layout:
18869     layout: "plot-hdrh-latency-by-percentile"