45bef9efab4b2687fd6310f81a98fe0b7f3800c1
[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 #  rca:
3466 #    title: "RCA"
3467 #    data-file: "rca/rca-2n-skx-2t1c.yaml"
3468   history:
3469     - title: "rls1904 x710"
3470       data: "vpp-performance-changes-2n-skx-h1"
3471       nic: "NIC_Intel-X710"
3472   reference:
3473     title: "rls1908 xxv710"
3474     data: "vpp-performance-changes-2n-skx-ref"
3475     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3476     nic: "NIC_Intel-XXV710"
3477   compare:
3478     title: "rls2001 xxv710"
3479     data: "vpp-performance-changes-2n-skx-cmp"
3480     nic: "NIC_Intel-XXV710"
3481   data: "vpp-performance-changes-2n-skx"
3482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3484   parameters:
3485     - "name"
3486     - "parent"
3487     - "throughput"
3488     - "tags"
3489
3490 # VPP Performance Changes 2n-skx 4t2c pdr
3491 - type: "table"
3492   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3493   algorithm: "table_perf_comparison_nic"
3494   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3495 #  rca:
3496 #    title: "RCA"
3497 #    data-file: "rca/rca-2n-skx-4t2c.yaml"
3498   history:
3499     - title: "rls1904 x710"
3500       data: "vpp-performance-changes-2n-skx-h1"
3501       nic: "NIC_Intel-X710"
3502   reference:
3503     title: "rls1908 xxv710"
3504     data: "vpp-performance-changes-2n-skx-ref"
3505     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3506     nic: "NIC_Intel-XXV710"
3507   compare:
3508     title: "rls2001 xxv710"
3509     data: "vpp-performance-changes-2n-skx-cmp"
3510     nic: "NIC_Intel-XXV710"
3511   data: "vpp-performance-changes-2n-skx"
3512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3513   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3514   parameters:
3515     - "name"
3516     - "parent"
3517     - "throughput"
3518     - "tags"
3519
3520 # VPP Performance Changes 2n-skx 2t1c ndr
3521 - type: "table"
3522   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3523   algorithm: "table_perf_comparison_nic"
3524   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3525 #  rca:
3526 #    title: "RCA"
3527 #    data-file: "rca/rca-2n-skx-2t1c.yaml"
3528   history:
3529     - title: "rls1904 x710"
3530       data: "vpp-performance-changes-2n-skx-h1"
3531       nic: "NIC_Intel-X710"
3532   reference:
3533     title: "rls1908 xxv710"
3534     data: "vpp-performance-changes-2n-skx-ref"
3535     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3536     nic: "NIC_Intel-XXV710"
3537   compare:
3538     title: "rls2001 xxv710"
3539     data: "vpp-performance-changes-2n-skx-cmp"
3540     nic: "NIC_Intel-XXV710"
3541   data: "vpp-performance-changes-2n-skx"
3542   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3543   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3544   parameters:
3545     - "name"
3546     - "parent"
3547     - "throughput"
3548     - "tags"
3549
3550 # VPP Performance Changes 2n-skx 4t2c ndr
3551 - type: "table"
3552   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3553   algorithm: "table_perf_comparison_nic"
3554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3555 #  rca:
3556 #    title: "RCA"
3557 #    data-file: "rca/rca-2n-skx-4t2c.yaml"
3558   history:
3559     - title: "rls1904 x710"
3560       data: "vpp-performance-changes-2n-skx-h1"
3561       nic: "NIC_Intel-X710"
3562   reference:
3563     title: "rls1908 xxv710"
3564     data: "vpp-performance-changes-2n-skx-ref"
3565     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3566     nic: "NIC_Intel-XXV710"
3567   compare:
3568     title: "rls2001 xxv710"
3569     data: "vpp-performance-changes-2n-skx-cmp"
3570     nic: "NIC_Intel-XXV710"
3571   data: "vpp-performance-changes-2n-skx"
3572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3574   parameters:
3575     - "name"
3576     - "parent"
3577     - "throughput"
3578     - "tags"
3579
3580 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3581 #- type: "table"
3582 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3583 #  algorithm: "table_perf_comparison"
3584 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3585 #  reference:
3586 #    title: "rls1908"
3587 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3588 #  compare:
3589 #    title: "rls2001"
3590 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3591 #  data: "vpp-performance-changes-nfv-2n-skx"
3592 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3593 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3594 #  parameters:
3595 #  - "name"
3596 #  - "parent"
3597 #  - "throughput"
3598 #  - "tags"
3599 #
3600 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3601 #- type: "table"
3602 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3603 #  algorithm: "table_perf_comparison"
3604 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3605 #  reference:
3606 #    title: "rls1908"
3607 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3608 #  compare:
3609 #    title: "rls2001"
3610 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3611 #  data: "vpp-performance-changes-nfv-2n-skx"
3612 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3613 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3614 #  parameters:
3615 #  - "name"
3616 #  - "parent"
3617 #  - "throughput"
3618 #  - "tags"
3619 #
3620 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3621 #- type: "table"
3622 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3623 #  algorithm: "table_perf_comparison"
3624 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3625 #  reference:
3626 #    title: "rls1908"
3627 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3628 #  compare:
3629 #    title: "rls2001"
3630 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3631 #  data: "vpp-performance-changes-nfv-2n-skx"
3632 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3633 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3634 #  parameters:
3635 #  - "name"
3636 #  - "parent"
3637 #  - "throughput"
3638 #  - "tags"
3639 #
3640 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3641 #- type: "table"
3642 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3643 #  algorithm: "table_perf_comparison"
3644 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3645 #  reference:
3646 #    title: "rls1908"
3647 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3648 #  compare:
3649 #    title: "rls2001"
3650 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3651 #  data: "vpp-performance-changes-nfv-2n-skx"
3652 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3653 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3654 #  parameters:
3655 #  - "name"
3656 #  - "parent"
3657 #  - "throughput"
3658 #  - "tags"
3659
3660 # VPP Performance Changes 2n-dnv 1t1c pdr
3661 - type: "table"
3662   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3663   algorithm: "table_perf_comparison"
3664   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3665   reference:
3666     title: "rls1908"
3667     data: "vpp-performance-changes-2n-dnv-ref"
3668   compare:
3669     title: "rls2001"
3670     data: "vpp-performance-changes-2n-dnv-cmp"
3671   data: "vpp-performance-changes-2n-dnv"
3672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3673   filter: "'1T1C'"
3674   parameters:
3675   - "name"
3676   - "parent"
3677   - "throughput"
3678   - "tags"
3679
3680 # VPP Performance Changes 2n-dnv 2t2c pdr
3681 - type: "table"
3682   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3683   algorithm: "table_perf_comparison"
3684   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3685   reference:
3686     title: "rls1908"
3687     data: "vpp-performance-changes-2n-dnv-ref"
3688   compare:
3689     title: "rls2001"
3690     data: "vpp-performance-changes-2n-dnv-cmp"
3691   data: "vpp-performance-changes-2n-dnv"
3692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3693   filter: "'2T2C'"
3694   parameters:
3695   - "name"
3696   - "parent"
3697   - "throughput"
3698   - "tags"
3699
3700 # VPP Performance Changes 2n-dnv 1t1c ndr
3701 - type: "table"
3702   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3703   algorithm: "table_perf_comparison"
3704   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3705   reference:
3706     title: "rls1908"
3707     data: "vpp-performance-changes-2n-dnv-ref"
3708   compare:
3709     title: "rls2001"
3710     data: "vpp-performance-changes-2n-dnv-cmp"
3711   data: "vpp-performance-changes-2n-dnv"
3712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3713   filter: "'1T1C'"
3714   parameters:
3715   - "name"
3716   - "parent"
3717   - "throughput"
3718   - "tags"
3719
3720 # VPP Performance Changes 2n-dnv 2t2c ndr
3721 - type: "table"
3722   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3723   algorithm: "table_perf_comparison"
3724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3725   reference:
3726     title: "rls1908 "
3727     data: "vpp-performance-changes-2n-dnv-ref"
3728   compare:
3729     title: "rls2001"
3730     data: "vpp-performance-changes-2n-dnv-cmp"
3731   data: "vpp-performance-changes-2n-dnv"
3732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'2T2C'"
3734   parameters:
3735   - "name"
3736   - "parent"
3737   - "throughput"
3738   - "tags"
3739
3740 # VPP Performance Changes 3n-dnv 1t1c pdr
3741 - type: "table"
3742   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3743   algorithm: "table_perf_comparison"
3744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3745   reference:
3746     title: "rls1908"
3747     data: "vpp-performance-changes-3n-dnv-ref"
3748   compare:
3749     title: "rls2001"
3750     data: "vpp-performance-changes-3n-dnv-cmp"
3751   data: "vpp-performance-changes-3n-dnv"
3752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'1T1C'"
3754   parameters:
3755   - "name"
3756   - "parent"
3757   - "throughput"
3758   - "tags"
3759
3760 # VPP Performance Changes 3n-dnv 2t2c pdr
3761 - type: "table"
3762   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3763   algorithm: "table_perf_comparison"
3764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3765   reference:
3766     title: "rls1908"
3767     data: "vpp-performance-changes-3n-dnv-ref"
3768   compare:
3769     title: "rls2001"
3770     data: "vpp-performance-changes-3n-dnv-cmp"
3771   data: "vpp-performance-changes-3n-dnv"
3772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3773   filter: "'2T2C'"
3774   parameters:
3775   - "name"
3776   - "parent"
3777   - "throughput"
3778   - "tags"
3779
3780 # VPP Performance Changes 3n-dnv 1t1c ndr
3781 - type: "table"
3782   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3783   algorithm: "table_perf_comparison"
3784   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3785   reference:
3786     title: "rls1908"
3787     data: "vpp-performance-changes-3n-dnv-ref"
3788   compare:
3789     title: "rls2001"
3790     data: "vpp-performance-changes-3n-dnv-cmp"
3791   data: "vpp-performance-changes-3n-dnv"
3792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'1T1C'"
3794   parameters:
3795   - "name"
3796   - "parent"
3797   - "throughput"
3798   - "tags"
3799
3800 # VPP Performance Changes 3n-dnv 2t2c ndr
3801 - type: "table"
3802   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3803   algorithm: "table_perf_comparison"
3804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3805   reference:
3806     title: "rls1908"
3807     data: "vpp-performance-changes-3n-dnv-ref"
3808   compare:
3809     title: "rls2001"
3810     data: "vpp-performance-changes-3n-dnv-cmp"
3811   data: "vpp-performance-changes-3n-dnv"
3812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3813   filter: "'2T2C'"
3814   parameters:
3815   - "name"
3816   - "parent"
3817   - "throughput"
3818   - "tags"
3819
3820 # VPP Performance Changes 3n-tsh 1t1c pdr
3821 - type: "table"
3822   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3823   algorithm: "table_perf_comparison"
3824   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3825   reference:
3826     title: "rls1908"
3827     data: "vpp-performance-changes-3n-tsh-ref"
3828   compare:
3829     title: "rls2001"
3830     data: "vpp-performance-changes-3n-tsh-cmp"
3831   data: "vpp-performance-changes-3n-tsh"
3832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3833   filter: "'1T1C'"
3834   parameters:
3835   - "name"
3836   - "parent"
3837   - "throughput"
3838   - "tags"
3839
3840 # VPP Performance Changes 3n-tsh 2t2c pdr
3841 - type: "table"
3842   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3843   algorithm: "table_perf_comparison"
3844   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3845   reference:
3846     title: "rls1908"
3847     data: "vpp-performance-changes-3n-tsh-ref"
3848   compare:
3849     title: "rls2001"
3850     data: "vpp-performance-changes-3n-tsh-cmp"
3851   data: "vpp-performance-changes-3n-tsh"
3852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'2T2C'"
3854   parameters:
3855   - "name"
3856   - "parent"
3857   - "throughput"
3858   - "tags"
3859
3860 # VPP Performance Changes 3n-tsh 1t1c ndr
3861 - type: "table"
3862   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3863   algorithm: "table_perf_comparison"
3864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3865   reference:
3866     title: "rls1908"
3867     data: "vpp-performance-changes-3n-tsh-ref"
3868   compare:
3869     title: "rls2001"
3870     data: "vpp-performance-changes-3n-tsh-cmp"
3871   data: "vpp-performance-changes-3n-tsh"
3872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3873   filter: "'1T1C'"
3874   parameters:
3875   - "name"
3876   - "parent"
3877   - "throughput"
3878   - "tags"
3879
3880 # VPP Performance Changes 3n-tsh 2t2c ndr
3881 - type: "table"
3882   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3883   algorithm: "table_perf_comparison"
3884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3885   reference:
3886     title: "rls1908"
3887     data: "vpp-performance-changes-3n-tsh-ref"
3888   compare:
3889     title: "rls2001"
3890     data: "vpp-performance-changes-3n-tsh-cmp"
3891   data: "vpp-performance-changes-3n-tsh"
3892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3893   filter: "'2T2C'"
3894   parameters:
3895   - "name"
3896   - "parent"
3897   - "throughput"
3898   - "tags"
3899
3900 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3901 - type: "table"
3902   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3903   algorithm: "table_perf_comparison_nic"
3904   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3905   reference:
3906     title: "3n-hsw xl710"
3907     data: "vpp-compare-testbeds-ref"
3908     nic: "NIC_Intel-XL710"
3909   compare:
3910     title: "3n-skx xxv710"
3911     data: "vpp-compare-testbeds-cmp"
3912     nic: "NIC_Intel-XXV710"
3913   data: "vpp-compare-testbeds"
3914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3915   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "throughput"
3920   - "tags"
3921
3922 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3923 - type: "table"
3924   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3925   algorithm: "table_perf_comparison_nic"
3926   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3927   reference:
3928     title: "3n-hsw xl710"
3929     data: "vpp-compare-testbeds-ref"
3930     nic: "NIC_Intel-XL710"
3931   compare:
3932     title: "3n-skx xxv710"
3933     data: "vpp-compare-testbeds-cmp"
3934     nic: "NIC_Intel-XXV710"
3935   data: "vpp-compare-testbeds"
3936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3937   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3938   parameters:
3939   - "name"
3940   - "parent"
3941   - "throughput"
3942   - "tags"
3943
3944 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3945 - type: "table"
3946   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3947   algorithm: "table_perf_comparison_nic"
3948   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3949   reference:
3950     title: "3n-hsw xl710"
3951     data: "vpp-compare-testbeds-ref"
3952     nic: "NIC_Intel-XL710"
3953   compare:
3954     title: "3n-skx xxv710"
3955     data: "vpp-compare-testbeds-cmp"
3956     nic: "NIC_Intel-XXV710"
3957   data: "vpp-compare-testbeds"
3958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3959   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3960   parameters:
3961   - "name"
3962   - "parent"
3963   - "throughput"
3964   - "tags"
3965
3966 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3967 - type: "table"
3968   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3969   algorithm: "table_perf_comparison_nic"
3970   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3971   reference:
3972     title: "3n-hsw xl710"
3973     data: "vpp-compare-testbeds-ref"
3974     nic: "NIC_Intel-XL710"
3975   compare:
3976     title: "3n-skx xxv710"
3977     data: "vpp-compare-testbeds-cmp"
3978     nic: "NIC_Intel-XXV710"
3979   data: "vpp-compare-testbeds"
3980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3981   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3982   parameters:
3983   - "name"
3984   - "parent"
3985   - "throughput"
3986   - "tags"
3987
3988 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3989 - type: "table"
3990   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3991   algorithm: "table_perf_comparison"
3992   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3993   reference:
3994     title: "2n-skx"
3995     data: "vpp-compare-testbeds-skx-clx-ref"
3996   compare:
3997     title: "2n-clx"
3998     data: "vpp-compare-testbeds-skx-clx-cmp"
3999   data: "vpp-compare-testbeds-skx-clx"
4000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4001   filter: "'2T1C'"
4002   parameters:
4003   - "name"
4004   - "parent"
4005   - "throughput"
4006   - "tags"
4007
4008 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4009 - type: "table"
4010   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4011   algorithm: "table_perf_comparison"
4012   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4013   reference:
4014     title: "2n-skx"
4015     data: "vpp-compare-testbeds-skx-clx-ref"
4016   compare:
4017     title: "2n-clx"
4018     data: "vpp-compare-testbeds-skx-clx-cmp"
4019   data: "vpp-compare-testbeds-skx-clx"
4020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4021   filter: "'4T2C'"
4022   parameters:
4023   - "name"
4024   - "parent"
4025   - "throughput"
4026   - "tags"
4027
4028 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4029 - type: "table"
4030   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4031   algorithm: "table_perf_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4033   reference:
4034     title: "2n-skx"
4035     data: "vpp-compare-testbeds-skx-clx-ref"
4036   compare:
4037     title: "2n-clx"
4038     data: "vpp-compare-testbeds-skx-clx-cmp"
4039   data: "vpp-compare-testbeds-skx-clx"
4040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4041   filter: "'2T1C'"
4042   parameters:
4043   - "name"
4044   - "parent"
4045   - "throughput"
4046   - "tags"
4047
4048 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4049 - type: "table"
4050   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4051   algorithm: "table_perf_comparison"
4052   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4053   reference:
4054     title: "2n-skx"
4055     data: "vpp-compare-testbeds-skx-clx-ref"
4056   compare:
4057     title: "2n-clx"
4058     data: "vpp-compare-testbeds-skx-clx-cmp"
4059   data: "vpp-compare-testbeds-skx-clx"
4060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4061   filter: "'4T2C'"
4062   parameters:
4063   - "name"
4064   - "parent"
4065   - "throughput"
4066   - "tags"
4067
4068 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4069 - type: "table"
4070   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4071   algorithm: "table_perf_comparison_nic"
4072   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4073   reference:
4074     title: "3n-hsw xl710"
4075     data: "vpp-compare-testbeds-hsw-clx-ref"
4076     nic: "NIC_Intel-XL710"
4077   compare:
4078     title: "2n-clx xxv710"
4079     data: "vpp-compare-testbeds-hsw-clx-cmp"
4080     nic: "NIC_Intel-XXV710"
4081   data: "vpp-compare-testbeds-hsw-clx"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4084   parameters:
4085   - "name"
4086   - "parent"
4087   - "throughput"
4088   - "tags"
4089
4090 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4091 - type: "table"
4092   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4093   algorithm: "table_perf_comparison_nic"
4094   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4095   reference:
4096     title: "3n-hsw xl710"
4097     data: "vpp-compare-testbeds-hsw-clx-ref"
4098     nic: "NIC_Intel-XL710"
4099   compare:
4100     title: "2n-clx xxv710"
4101     data: "vpp-compare-testbeds-hsw-clx-cmp"
4102     nic: "NIC_Intel-XXV710"
4103   data: "vpp-compare-testbeds-hsw-clx"
4104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4105   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4106   parameters:
4107   - "name"
4108   - "parent"
4109   - "throughput"
4110   - "tags"
4111
4112 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4113 - type: "table"
4114   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4115   algorithm: "table_perf_comparison_nic"
4116   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4117   reference:
4118     title: "3n-hsw xl710"
4119     data: "vpp-compare-testbeds-hsw-clx-ref"
4120     nic: "NIC_Intel-XL710"
4121   compare:
4122     title: "2n-clx xxv710"
4123     data: "vpp-compare-testbeds-hsw-clx-cmp"
4124     nic: "NIC_Intel-XXV710"
4125   data: "vpp-compare-testbeds-hsw-clx"
4126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4127   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4128   parameters:
4129   - "name"
4130   - "parent"
4131   - "throughput"
4132   - "tags"
4133
4134 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4135 - type: "table"
4136   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4137   algorithm: "table_perf_comparison_nic"
4138   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4139   reference:
4140     title: "3n-hsw xl710"
4141     data: "vpp-compare-testbeds-hsw-clx-ref"
4142     nic: "NIC_Intel-XL710"
4143   compare:
4144     title: "2n-clx xxv710"
4145     data: "vpp-compare-testbeds-hsw-clx-cmp"
4146     nic: "NIC_Intel-XXV710"
4147   data: "vpp-compare-testbeds-hsw-clx"
4148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4149   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4150   parameters:
4151   - "name"
4152   - "parent"
4153   - "throughput"
4154   - "tags"
4155
4156 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4157 - type: "table"
4158   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4159   algorithm: "table_perf_comparison"
4160   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4161   reference:
4162     title: "3-Node Skx"
4163     data: "vpp-compare-topologies-ref"
4164   compare:
4165     title: "2-Node Skx"
4166     data: "vpp-compare-topologies-cmp"
4167   data: "vpp-compare-topologies"
4168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4169   filter: "'NDRPDR' and '1C'"
4170   parameters:
4171   - "name"
4172   - "parent"
4173   - "throughput"
4174
4175 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4176 - type: "table"
4177   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4178   algorithm: "table_perf_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4180   reference:
4181     title: "3-Node Skx"
4182     data: "vpp-compare-topologies-ref"
4183   compare:
4184     title: "2-Node Skx"
4185     data: "vpp-compare-topologies-cmp"
4186   data: "vpp-compare-topologies"
4187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4188   filter: "'NDRPDR' and '2C'"
4189   parameters:
4190   - "name"
4191   - "parent"
4192   - "throughput"
4193
4194 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4195 - type: "table"
4196   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4197   algorithm: "table_perf_comparison"
4198   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4199   reference:
4200     title: "3-Node Skx"
4201     data: "vpp-compare-topologies-ref"
4202   compare:
4203     title: "2-Node Skx"
4204     data: "vpp-compare-topologies-cmp"
4205   data: "vpp-compare-topologies"
4206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4207   filter: "'NDRPDR' and '1C'"
4208   parameters:
4209   - "name"
4210   - "parent"
4211   - "throughput"
4212
4213 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4214 - type: "table"
4215   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4216   algorithm: "table_perf_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4218   reference:
4219     title: "3-Node Skx"
4220     data: "vpp-compare-topologies-ref"
4221   compare:
4222     title: "2-Node Skx"
4223     data: "vpp-compare-topologies-cmp"
4224   data: "vpp-compare-topologies"
4225   include-tests: "PDR"
4226   filter: "'NDRPDR' and '2C'"
4227   parameters:
4228   - "name"
4229   - "parent"
4230   - "throughput"
4231
4232 # VPP Performance Changes 3n-hsw 1t1c MRR
4233 - type: "table"
4234   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4235   algorithm: "table_perf_comparison"
4236   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4237   history:
4238     - title: "rls1904"
4239       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4240   reference:
4241     title: "rls1908"
4242     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4243   compare:
4244     title: "rls2001"
4245     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4246   data: "vpp-performance-changes-3n-hsw-mrr"
4247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4248   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4249   parameters:
4250   - "name"
4251   - "parent"
4252   - "result"
4253
4254 # VPP Performance Changes 3n-hsw 2t2c MRR
4255 - type: "table"
4256   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4257   algorithm: "table_perf_comparison"
4258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4259   history:
4260     - title: "rls1904"
4261       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4262   reference:
4263     title: "rls1908"
4264     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4265   compare:
4266     title: "rls2001"
4267     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4268   data: "vpp-performance-changes-3n-hsw-mrr"
4269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4270   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4271   parameters:
4272   - "name"
4273   - "parent"
4274   - "result"
4275
4276 # VPP Performance Changes 3n-hsw 4t4c MRR
4277 - type: "table"
4278   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4279   algorithm: "table_perf_comparison"
4280   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4281   history:
4282     - title: "rls1904"
4283       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4284   reference:
4285     title: "rls1908"
4286     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4287   compare:
4288     title: "rls2001"
4289     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4290   data: "vpp-performance-changes-3n-hsw-mrr"
4291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4292   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4293   parameters:
4294   - "name"
4295   - "parent"
4296   - "result"
4297
4298 # VPP Performance Changes 3n-skx 2t1c MRR
4299 - type: "table"
4300   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4301   algorithm: "table_perf_comparison"
4302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4303   history:
4304     - title: "rls1904"
4305       data: "vpp-performance-changes-3n-skx-mrr-h1"
4306   reference:
4307     title: "rls1908"
4308     data: "vpp-performance-changes-3n-skx-mrr-ref"
4309   compare:
4310     title: "rls2001"
4311     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4312   data: "vpp-performance-changes-3n-skx-mrr"
4313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4314   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4315   parameters:
4316   - "name"
4317   - "parent"
4318   - "result"
4319
4320 # VPP Performance Changes 3n-skx 4t2c MRR
4321 - type: "table"
4322   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4323   algorithm: "table_perf_comparison"
4324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4325   history:
4326     - title: "rls1904"
4327       data: "vpp-performance-changes-3n-skx-mrr-h1"
4328   reference:
4329     title: "rls1908"
4330     data: "vpp-performance-changes-3n-skx-mrr-ref"
4331   compare:
4332     title: "rls2001"
4333     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4334   data: "vpp-performance-changes-3n-skx-mrr"
4335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4336   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4337   parameters:
4338   - "name"
4339   - "parent"
4340   - "result"
4341
4342 # VPP Performance Changes 3n-skx 8t4c MRR
4343 - type: "table"
4344   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4345   algorithm: "table_perf_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4347   history:
4348     - title: "rls1904"
4349       data: "vpp-performance-changes-3n-skx-mrr-h1"
4350   reference:
4351     title: "rls1908"
4352     data: "vpp-performance-changes-3n-skx-mrr-ref"
4353   compare:
4354     title: "rls2001"
4355     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4356   data: "vpp-performance-changes-3n-skx-mrr"
4357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4358   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4359   parameters:
4360   - "name"
4361   - "parent"
4362   - "result"
4363
4364 # VPP Performance Changes 2n-skx 2t1c MRR
4365 - type: "table"
4366   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4367   algorithm: "table_perf_comparison"
4368   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4369   history:
4370     - title: "rls1904"
4371       data: "vpp-performance-changes-2n-skx-mrr-h1"
4372   reference:
4373     title: "rls1908"
4374     data: "vpp-performance-changes-2n-skx-mrr-ref"
4375   compare:
4376     title: "rls2001"
4377     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4378   data: "vpp-performance-changes-2n-skx-mrr"
4379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4380   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4381   parameters:
4382   - "name"
4383   - "parent"
4384   - "result"
4385
4386 # VPP Performance Changes 2n-skx 4t2c MRR
4387 - type: "table"
4388   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4389   algorithm: "table_perf_comparison"
4390   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4391   history:
4392     - title: "rls1904"
4393       data: "vpp-performance-changes-2n-skx-mrr-h1"
4394   reference:
4395     title: "rls1908"
4396     data: "vpp-performance-changes-2n-skx-mrr-ref"
4397   compare:
4398     title: "rls2001"
4399     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4400   data: "vpp-performance-changes-2n-skx-mrr"
4401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4402   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4403   parameters:
4404   - "name"
4405   - "parent"
4406   - "result"
4407
4408 # VPP Performance Changes 2n-skx 8t4c MRR
4409 - type: "table"
4410   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4411   algorithm: "table_perf_comparison"
4412   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4413   history:
4414     - title: "rls1904"
4415       data: "vpp-performance-changes-2n-skx-mrr-h1"
4416   reference:
4417     title: "rls1908"
4418     data: "vpp-performance-changes-2n-skx-mrr-ref"
4419   compare:
4420     title: "rls2001"
4421     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4422   data: "vpp-performance-changes-2n-skx-mrr"
4423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4424   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4425   parameters:
4426   - "name"
4427   - "parent"
4428   - "result"
4429
4430 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4431 #- type: "table"
4432 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4433 #  algorithm: "table_perf_comparison"
4434 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4435 #  reference:
4436 #    title: "rls1908"
4437 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4438 #  compare:
4439 #    title: "rls2001"
4440 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4441 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4443 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4444 #  parameters:
4445 #  - "name"
4446 #  - "parent"
4447 #  - "result"
4448 #
4449 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4450 #- type: "table"
4451 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4452 #  algorithm: "table_perf_comparison"
4453 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4454 #  reference:
4455 #    title: "rls1908"
4456 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4457 #  compare:
4458 #    title: "rls2001"
4459 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4460 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4461 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4462 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4463 #  parameters:
4464 #  - "name"
4465 #  - "parent"
4466 #  - "result"
4467 #
4468 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4469 #- type: "table"
4470 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4471 #  algorithm: "table_perf_comparison"
4472 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4473 #  reference:
4474 #    title: "rls1908"
4475 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4476 #  compare:
4477 #    title: "rls2001"
4478 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4479 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4480 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4481 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4482 #  parameters:
4483 #  - "name"
4484 #  - "parent"
4485 #  - "result"
4486
4487 # VPP Performance Changes 2n-dnv 1t1c MRR
4488 - type: "table"
4489   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4490   algorithm: "table_perf_comparison"
4491   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4492   reference:
4493     title: "rls1908"
4494     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4495   compare:
4496     title: "rls2001"
4497     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4498   data: "vpp-performance-changes-2n-dnv-mrr"
4499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4500   filter: "'1T1C' and 'MRR'"
4501   parameters:
4502   - "name"
4503   - "parent"
4504   - "result"
4505
4506 # VPP Performance Changes 2n-dnv 2t2c MRR
4507 - type: "table"
4508   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4509   algorithm: "table_perf_comparison"
4510   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4511   reference:
4512     title: "rls1908"
4513     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4514   compare:
4515     title: "rls2001"
4516     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4517   data: "vpp-performance-changes-2n-dnv-mrr"
4518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4519   filter: "'2T2C' and 'MRR'"
4520   parameters:
4521   - "name"
4522   - "parent"
4523   - "result"
4524
4525 # VPP Performance Changes 2n-dnv 4t4c MRR
4526 - type: "table"
4527   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4528   algorithm: "table_perf_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4530   reference:
4531     title: "rls1908"
4532     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4533   compare:
4534     title: "rls2001"
4535     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4536   data: "vpp-performance-changes-2n-dnv-mrr"
4537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4538   filter: "'4T4C' and 'MRR'"
4539   parameters:
4540   - "name"
4541   - "parent"
4542   - "result"
4543
4544 # VPP Performance Changes 3n-dnv 1t1c MRR
4545 - type: "table"
4546   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4547   algorithm: "table_perf_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4549   reference:
4550     title: "rls1908"
4551     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4552   compare:
4553     title: "rls2001"
4554     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4555   data: "vpp-performance-changes-3n-dnv-mrr"
4556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4557   filter: "'1T1C' and 'MRR'"
4558   parameters:
4559   - "name"
4560   - "parent"
4561   - "result"
4562
4563 # VPP Performance Changes 3n-dnv 2t2c MRR
4564 - type: "table"
4565   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4566   algorithm: "table_perf_comparison"
4567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4568   reference:
4569     title: "rls1908"
4570     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4571   compare:
4572     title: "rls2001"
4573     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4574   data: "vpp-performance-changes-3n-dnv-mrr"
4575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4576   filter: "'2T2C' and 'MRR'"
4577   parameters:
4578   - "name"
4579   - "parent"
4580   - "result"
4581
4582 # VPP Performance Changes 3n-dnv 4t4c MRR
4583 - type: "table"
4584   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4585   algorithm: "table_perf_comparison"
4586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4587   reference:
4588     title: "rls1908"
4589     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4590   compare:
4591     title: "rls2001"
4592     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4593   data: "vpp-performance-changes-3n-dnv-mrr"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "'4T4C' and 'MRR'"
4596   parameters:
4597   - "name"
4598   - "parent"
4599   - "result"
4600
4601 # VPP Performance Changes 3n-tsh 1t1c MRR
4602 - type: "table"
4603   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4604   algorithm: "table_perf_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4606   reference:
4607     title: "rls1908"
4608     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4609   compare:
4610     title: "rls2001"
4611     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4612   data: "vpp-performance-changes-3n-tsh-mrr"
4613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4614   filter: "'1T1C' and 'MRR'"
4615   parameters:
4616   - "name"
4617   - "parent"
4618   - "result"
4619
4620 # VPP Performance Changes 3n-tsh 2t2c MRR
4621 - type: "table"
4622   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4623   algorithm: "table_perf_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4625   reference:
4626     title: "rls1908"
4627     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4628   compare:
4629     title: "rls2001"
4630     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4631   data: "vpp-performance-changes-3n-tsh-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'2T2C' and 'MRR'"
4634   parameters:
4635   - "name"
4636   - "parent"
4637   - "result"
4638
4639 # VPP Performance Changes 3n-tsh 4t4c MRR
4640 - type: "table"
4641   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4642   algorithm: "table_perf_comparison"
4643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4644   reference:
4645     title: "rls1908"
4646     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4647   compare:
4648     title: "rls2001"
4649     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4650   data: "vpp-performance-changes-3n-tsh-mrr"
4651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4652   filter: "'4T4C' and 'MRR'"
4653   parameters:
4654   - "name"
4655   - "parent"
4656   - "result"
4657
4658 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4659 - type: "table"
4660   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4661   algorithm: "table_perf_comparison_nic"
4662   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4663   reference:
4664     title: "3n-hsw xl710"
4665     data: "vpp-compare-testbeds-mrr-ref"
4666     nic: "NIC_Intel-XL710"
4667   compare:
4668     title: "3n-skx xxv710"
4669     data: "vpp-compare-testbeds-mrr-cmp"
4670     nic: "NIC_Intel-XXV710"
4671   data: "vpp-compare-testbeds-mrr"
4672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4673   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4674   parameters:
4675   - "name"
4676   - "parent"
4677   - "result"
4678   - "tags"
4679
4680 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4681 - type: "table"
4682   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4683   algorithm: "table_perf_comparison_nic"
4684   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4685   reference:
4686     title: "3n-hsw xl710"
4687     data: "vpp-compare-testbeds-mrr-ref"
4688     nic: "NIC_Intel-XL710"
4689   compare:
4690     title: "3n-skx xxv710"
4691     data: "vpp-compare-testbeds-mrr-cmp"
4692     nic: "NIC_Intel-XXV710"
4693   data: "vpp-compare-testbeds-mrr"
4694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4695   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4696   parameters:
4697   - "name"
4698   - "parent"
4699   - "result"
4700   - "tags"
4701
4702 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4703 - type: "table"
4704   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4705   algorithm: "table_perf_comparison_nic"
4706   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4707   reference:
4708     title: "3n-hsw xl710"
4709     data: "vpp-compare-testbeds-mrr-ref"
4710     nic: "NIC_Intel-XL710"
4711   compare:
4712     title: "3n-skx xxv710"
4713     data: "vpp-compare-testbeds-mrr-cmp"
4714     nic: "NIC_Intel-XXV710"
4715   data: "vpp-compare-testbeds-mrr"
4716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4717   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4718   parameters:
4719   - "name"
4720   - "parent"
4721   - "result"
4722   - "tags"
4723
4724 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4725 - type: "table"
4726   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4727   algorithm: "table_perf_comparison"
4728   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4729   reference:
4730     title: "2n-skx"
4731     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4732   compare:
4733     title: "2n-clx"
4734     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4735   data: "vpp-compare-testbeds-mrr-skx-clx"
4736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4737   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4738   parameters:
4739   - "name"
4740   - "parent"
4741   - "result"
4742   - "tags"
4743
4744 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4745 - type: "table"
4746   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4747   algorithm: "table_perf_comparison"
4748   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4749   reference:
4750     title: "2n-skx"
4751     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4752   compare:
4753     title: "2n-clx"
4754     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4755   data: "vpp-compare-testbeds-mrr-skx-clx"
4756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4757   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4758   parameters:
4759   - "name"
4760   - "parent"
4761   - "result"
4762   - "tags"
4763
4764 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4765 - type: "table"
4766   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4767   algorithm: "table_perf_comparison"
4768   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4769   reference:
4770     title: "2n-skx"
4771     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4772   compare:
4773     title: "2n-clx"
4774     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4775   data: "vpp-compare-testbeds-mrr-skx-clx"
4776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4778   parameters:
4779   - "name"
4780   - "parent"
4781   - "result"
4782   - "tags"
4783
4784 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4785 - type: "table"
4786   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4787   algorithm: "table_perf_comparison"
4788   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4789   reference:
4790     title: "3-Node Skx"
4791     data: "vpp-compare-topologies-mrr-ref"
4792   compare:
4793     title: "2-Node Skx"
4794     data: "vpp-compare-topologies-mrr-cmp"
4795   data: "vpp-compare-topologies-mrr"
4796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4797   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4798   parameters:
4799   - "name"
4800   - "parent"
4801   - "result"
4802
4803 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4804 - type: "table"
4805   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4806   algorithm: "table_perf_comparison"
4807   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4808   reference:
4809     title: "3-Node Skx"
4810     data: "vpp-compare-topologies-mrr-ref"
4811   compare:
4812     title: "2-Node Skx"
4813     data: "vpp-compare-topologies-mrr-cmp"
4814   data: "vpp-compare-topologies-mrr"
4815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4816   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4817   parameters:
4818   - "name"
4819   - "parent"
4820   - "result"
4821
4822 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4823 - type: "table"
4824   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4825   algorithm: "table_perf_comparison"
4826   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4827   reference:
4828     title: "3-Node Skx"
4829     data: "vpp-compare-topologies-mrr-ref"
4830   compare:
4831     title: "2-Node Skx"
4832     data: "vpp-compare-topologies-mrr-cmp"
4833   data: "vpp-compare-topologies-mrr"
4834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4835   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4836   parameters:
4837   - "name"
4838   - "parent"
4839   - "result"
4840
4841 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4842 - type: "table"
4843   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4844   algorithm: "table_perf_comparison_nic"
4845   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4846   reference:
4847     title: "3n-hsw xl710"
4848     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4849     nic: "NIC_Intel-XL710"
4850   compare:
4851     title: "2n-clx xxv710"
4852     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4853     nic: "NIC_Intel-XXV710"
4854   data: "vpp-compare-testbeds-mrr-hsw-clx"
4855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4856   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4857   parameters:
4858   - "name"
4859   - "parent"
4860   - "result"
4861   - "tags"
4862
4863 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4864 - type: "table"
4865   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4866   algorithm: "table_perf_comparison_nic"
4867   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4868   reference:
4869     title: "3n-hsw xl710"
4870     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4871     nic: "NIC_Intel-XL710"
4872   compare:
4873     title: "2n-clx xxv710"
4874     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4875     nic: "NIC_Intel-XXV710"
4876   data: "vpp-compare-testbeds-mrr-hsw-clx"
4877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4878   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4879   parameters:
4880   - "name"
4881   - "parent"
4882   - "result"
4883   - "tags"
4884
4885 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4886 - type: "table"
4887   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4888   algorithm: "table_perf_comparison_nic"
4889   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4890   reference:
4891     title: "3n-hsw xl710"
4892     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4893     nic: "NIC_Intel-XL710"
4894   compare:
4895     title: "2n-clx xxv710"
4896     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4897     nic: "NIC_Intel-XXV710"
4898   data: "vpp-compare-testbeds-mrr-hsw-clx"
4899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4900   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4901   parameters:
4902   - "name"
4903   - "parent"
4904   - "result"
4905   - "tags"
4906
4907 # Detailed Test Results - VPP Performance Results 3n-hsw
4908 - type: "table"
4909   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4910   algorithm: "table_merged_details"
4911   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4912   columns:
4913   - title: " |prein| Test Name |preout| "
4914     data: "data name"
4915   - 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| "
4916     data: "data msg"
4917   data: "vpp-perf-results-3n-hsw"
4918   filter: "all"
4919   parameters:
4920   - "name"
4921   - "parent"
4922   - "msg"
4923
4924 # Detailed Test Results - VPP Performance Results 3n-skx
4925 - type: "table"
4926   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4927   algorithm: "table_merged_details"
4928   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4929   columns:
4930   - title: " |prein| Test Name |preout| "
4931     data: "data name"
4932   - 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| "
4933     data: "data msg"
4934   data: "vpp-perf-results-3n-skx"
4935   filter: "all"
4936   remove-ndr: True  # Temporary solution: remove NDR results from test message
4937   parameters:
4938   - "name"
4939   - "parent"
4940   - "msg"
4941
4942 # Detailed Test Results - VPP Performance Results 2n-skx
4943 - type: "table"
4944   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4945   algorithm: "table_merged_details"
4946   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4947   columns:
4948   - title: " |prein| Test Name |preout| "
4949     data: "data name"
4950   - 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| "
4951     data: "data msg"
4952   data: "vpp-perf-results-2n-skx"
4953   filter: "all"
4954   remove-ndr: True  # Temporary solution: remove NDR results from test message
4955   parameters:
4956   - "name"
4957   - "parent"
4958   - "msg"
4959
4960 # Detailed Test Results - VPP Performance Results 2n-clx
4961 - type: "table"
4962   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4963   algorithm: "table_merged_details"
4964   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4965   columns:
4966   - title: " |prein| Test Name |preout| "
4967     data: "data name"
4968   - 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| "
4969     data: "data msg"
4970   data: "vpp-perf-results-2n-clx"
4971   filter: "all"
4972   parameters:
4973   - "name"
4974   - "parent"
4975   - "msg"
4976
4977 # Detailed Test Results - VPP Performance Results 3n-tsh
4978 - type: "table"
4979   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4980   algorithm: "table_merged_details"
4981   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4982   columns:
4983   - title: " |prein| Test Name |preout| "
4984     data: "data name"
4985   - 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| "
4986     data: "data msg"
4987   data: "vpp-perf-results-3n-tsh"
4988   filter: "all"
4989   parameters:
4990   - "name"
4991   - "parent"
4992   - "msg"
4993
4994 # Detailed Test Results - VPP Performance Results 3n-dnv
4995 - type: "table"
4996   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4997   algorithm: "table_merged_details"
4998   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4999   columns:
5000   - title: " |prein| Test Name |preout| "
5001     data: "data name"
5002   - 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| "
5003     data: "data msg"
5004   data: "vpp-perf-results-3n-dnv"
5005   filter: "all"
5006   parameters:
5007   - "name"
5008   - "parent"
5009   - "msg"
5010
5011 # Detailed Test Results - VPP Performance Results 2n-dnv
5012 - type: "table"
5013   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5014   algorithm: "table_merged_details"
5015   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5016   columns:
5017   - title: " |prein| Test Name |preout| "
5018     data: "data name"
5019   - 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| "
5020     data: "data msg"
5021   data: "vpp-perf-results-2n-dnv"
5022   filter: "all"
5023   parameters:
5024   - "name"
5025   - "parent"
5026   - "msg"
5027
5028 # Test configuration - VPP Performance Test Configs 3n-hsw
5029 - type: "table"
5030   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5031   algorithm: "table_merged_details"
5032   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5033   columns:
5034   - title: " |prein| Test Name |preout| "
5035     data: "data name"
5036   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5037     data: "data conf-history"
5038   data: "vpp-perf-results-3n-hsw"
5039   filter: "all"
5040   parameters:
5041   - "parent"
5042   - "name"
5043   - "conf-history"
5044
5045 # Test configuration - VPP Performance Test Configs 3n-skx
5046 - type: "table"
5047   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5048   algorithm: "table_merged_details"
5049   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5050   columns:
5051   - title: " |prein| Test Name |preout| "
5052     data: "data name"
5053   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5054     data: "data conf-history"
5055   data: "vpp-perf-results-3n-skx"
5056   filter: "all"
5057   parameters:
5058   - "parent"
5059   - "name"
5060   - "conf-history"
5061
5062 # Test configuration - VPP Performance Test Configs 2n-skx
5063 - type: "table"
5064   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5065   algorithm: "table_merged_details"
5066   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5067   columns:
5068   - title: " |prein| Test Name |preout| "
5069     data: "data name"
5070   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5071     data: "data conf-history"
5072   data: "vpp-perf-results-2n-skx"
5073   filter: "all"
5074   parameters:
5075   - "parent"
5076   - "name"
5077   - "conf-history"
5078
5079 # Test configuration - VPP Performance Test Configs 2n-clx
5080 - type: "table"
5081   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5082   algorithm: "table_merged_details"
5083   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5084   columns:
5085   - title: " |prein| Test Name |preout| "
5086     data: "data name"
5087   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5088     data: "data conf-history"
5089   data: "vpp-perf-results-2n-clx"
5090   filter: "all"
5091   parameters:
5092   - "parent"
5093   - "name"
5094   - "conf-history"
5095
5096 # Test configuration - VPP Performance Test Configs 3n-tsh
5097 - type: "table"
5098   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5099   algorithm: "table_merged_details"
5100   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5101   columns:
5102   - title: " |prein| Test Name |preout| "
5103     data: "data name"
5104   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5105     data: "data conf-history"
5106   data: "vpp-perf-results-3n-tsh"
5107   filter: "all"
5108   parameters:
5109   - "parent"
5110   - "name"
5111   - "conf-history"
5112
5113 # Test configuration - VPP Performance Test Configs 3n-dnv
5114 - type: "table"
5115   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5116   algorithm: "table_merged_details"
5117   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5118   columns:
5119   - title: " |prein| Test Name |preout| "
5120     data: "data name"
5121   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5122     data: "data conf-history"
5123   data: "vpp-perf-results-3n-dnv"
5124   filter: "all"
5125   parameters:
5126   - "parent"
5127   - "name"
5128   - "conf-history"
5129
5130 # Test configuration - VPP Performance Test Configs 2n-dnv
5131 - type: "table"
5132   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5133   algorithm: "table_merged_details"
5134   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5135   columns:
5136   - title: " |prein| Test Name |preout| "
5137     data: "data name"
5138   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5139     data: "data conf-history"
5140   data: "vpp-perf-results-2n-dnv"
5141   filter: "all"
5142   parameters:
5143   - "parent"
5144   - "name"
5145   - "conf-history"
5146
5147 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5148 - type: "table"
5149   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5150   algorithm: "table_oper_data_html"
5151   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5152   data: "vpp-perf-results-3n-hsw"
5153   filter: "all"
5154
5155 # Test Operational Data - VPP Performance Operational Data 3n-skx
5156 - type: "table"
5157   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5158   algorithm: "table_oper_data_html"
5159   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5160   data: "vpp-perf-results-3n-skx"
5161   filter: "all"
5162
5163 # Test Operational Data - VPP Performance Operational Data 2n-skx
5164 - type: "table"
5165   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5166   algorithm: "table_oper_data_html"
5167   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5168   data: "vpp-perf-results-2n-skx"
5169   filter: "all"
5170
5171 # Test Operational Data - VPP Performance Operational Data 2n-clx
5172 - type: "table"
5173   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5174   algorithm: "table_oper_data_html"
5175   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5176   data: "vpp-perf-results-2n-clx"
5177   filter: "all"
5178
5179 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5180 - type: "table"
5181   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5182   algorithm: "table_oper_data_html"
5183   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5184   data: "vpp-perf-results-3n-tsh"
5185   filter: "all"
5186
5187 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5188 - type: "table"
5189   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5190   algorithm: "table_oper_data_html"
5191   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5192   data: "vpp-perf-results-3n-dnv"
5193   filter: "all"
5194
5195 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5196 - type: "table"
5197   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5198   algorithm: "table_oper_data_html"
5199   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5200   data: "vpp-perf-results-2n-dnv"
5201   filter: "all"
5202
5203 # Detailed Test Results - VPP MRR Results 3n-hsw
5204 - type: "table"
5205   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5206   algorithm: "table_merged_details"
5207   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5208   columns:
5209   - title: " |prein| Test Name |preout| "
5210     data: "data name"
5211   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5212     data: "data msg"
5213   data: "vpp-mrr-results-3n-hsw"
5214   filter: "all"
5215   parameters:
5216   - "name"
5217   - "parent"
5218   - "msg"
5219
5220 # Detailed Test Results - VPP MRR Results 3n-skx
5221 - type: "table"
5222   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5223   algorithm: "table_merged_details"
5224   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5225   columns:
5226   - title: " |prein| Test Name |preout| "
5227     data: "data name"
5228   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5229     data: "data msg"
5230   data: "vpp-mrr-results-3n-skx"
5231   filter: "all"
5232   parameters:
5233   - "name"
5234   - "parent"
5235   - "msg"
5236
5237 # Detailed Test Results - VPP MRR Results 2n-skx
5238 - type: "table"
5239   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5240   algorithm: "table_merged_details"
5241   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5242   columns:
5243   - title: " |prein| Test Name |preout| "
5244     data: "data name"
5245   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5246     data: "data msg"
5247   data: "vpp-mrr-results-2n-skx"
5248   filter: "all"
5249   parameters:
5250   - "name"
5251   - "parent"
5252   - "msg"
5253
5254 # Detailed Test Results - VPP MRR Results 2n-clx
5255 - type: "table"
5256   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5257   algorithm: "table_merged_details"
5258   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5259   columns:
5260   - title: " |prein| Test Name |preout| "
5261     data: "data name"
5262   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5263     data: "data msg"
5264   data: "vpp-mrr-results-2n-clx"
5265   filter: "all"
5266   parameters:
5267   - "name"
5268   - "parent"
5269   - "msg"
5270
5271 # Detailed Test Results - VPP MRR Results 3n-tsh
5272 - type: "table"
5273   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5274   algorithm: "table_merged_details"
5275   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5276   columns:
5277   - title: " |prein| Test Name |preout| "
5278     data: "data name"
5279   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5280     data: "data msg"
5281   data: "vpp-mrr-results-3n-tsh"
5282   filter: "all"
5283   parameters:
5284   - "name"
5285   - "parent"
5286   - "msg"
5287
5288 # Detailed Test Results - VPP MRR Results 3n-dnv
5289 - type: "table"
5290   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5291   algorithm: "table_merged_details"
5292   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5293   columns:
5294   - title: " |prein| Test Name |preout| "
5295     data: "data name"
5296   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5297     data: "data msg"
5298   data: "vpp-mrr-results-3n-dnv"
5299   filter: "all"
5300   parameters:
5301   - "name"
5302   - "parent"
5303   - "msg"
5304
5305 # Detailed Test Results - VPP MRR Results 2n-dnv
5306 - type: "table"
5307   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5308   algorithm: "table_merged_details"
5309   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5310   columns:
5311   - title: " |prein| Test Name |preout| "
5312     data: "data name"
5313   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5314     data: "data msg"
5315   data: "vpp-mrr-results-2n-dnv"
5316   filter: "all"
5317   parameters:
5318   - "name"
5319   - "parent"
5320   - "msg"
5321
5322 # Test configuration - VPP MRR Test Configs 3n-hsw
5323 - type: "table"
5324   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5325   algorithm: "table_merged_details"
5326   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5327   columns:
5328   - title: " |prein| Test Name |preout| "
5329     data: "data name"
5330   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5331     data: "data conf-history"
5332   data: "vpp-mrr-results-3n-hsw"
5333   filter: "all"
5334   parameters:
5335   - "parent"
5336   - "name"
5337   - "conf-history"
5338
5339 # Test configuration - VPP MRR Test Configs 3n-skx
5340 - type: "table"
5341   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5342   algorithm: "table_merged_details"
5343   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5344   columns:
5345   - title: " |prein| Test Name |preout| "
5346     data: "data name"
5347   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5348     data: "data conf-history"
5349   data: "vpp-mrr-results-3n-skx"
5350   filter: "all"
5351   parameters:
5352   - "parent"
5353   - "name"
5354   - "conf-history"
5355
5356 # Test configuration - VPP MRR Test Configs 2n-skx
5357 - type: "table"
5358   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5359   algorithm: "table_merged_details"
5360   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5361   columns:
5362   - title: " |prein| Test Name |preout| "
5363     data: "data name"
5364   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5365     data: "data conf-history"
5366   data: "vpp-mrr-results-2n-skx"
5367   filter: "all"
5368   parameters:
5369   - "parent"
5370   - "name"
5371   - "conf-history"
5372
5373 # Test configuration - VPP MRR Test Configs 2n-clx
5374 - type: "table"
5375   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5376   algorithm: "table_merged_details"
5377   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5378   columns:
5379   - title: " |prein| Test Name |preout| "
5380     data: "data name"
5381   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5382     data: "data conf-history"
5383   data: "vpp-mrr-results-2n-clx"
5384   filter: "all"
5385   parameters:
5386   - "parent"
5387   - "name"
5388   - "conf-history"
5389
5390 # Test configuration - VPP MRR Test Configs 3n-tsh
5391 - type: "table"
5392   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5393   algorithm: "table_merged_details"
5394   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5395   columns:
5396   - title: " |prein| Test Name |preout| "
5397     data: "data name"
5398   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5399     data: "data conf-history"
5400   data: "vpp-mrr-results-3n-tsh"
5401   filter: "all"
5402   parameters:
5403   - "parent"
5404   - "name"
5405   - "conf-history"
5406
5407 # Test configuration - VPP MRR Test Configs 3n-dnv
5408 - type: "table"
5409   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5410   algorithm: "table_merged_details"
5411   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5412   columns:
5413   - title: " |prein| Test Name |preout| "
5414     data: "data name"
5415   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5416     data: "data conf-history"
5417   data: "vpp-mrr-results-3n-dnv"
5418   filter: "all"
5419   parameters:
5420   - "parent"
5421   - "name"
5422   - "conf-history"
5423
5424 # Test configuration - VPP MRR Test Configs 2n-dnv
5425 - type: "table"
5426   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5427   algorithm: "table_merged_details"
5428   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5429   columns:
5430   - title: " |prein| Test Name |preout| "
5431     data: "data name"
5432   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5433     data: "data conf-history"
5434   data: "vpp-mrr-results-2n-dnv"
5435   filter: "all"
5436   parameters:
5437   - "parent"
5438   - "name"
5439   - "conf-history"
5440
5441 # Detailed Test Results - VPP Device Results - Ubuntu
5442 - type: "table"
5443   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5444   algorithm: "table_merged_details"
5445   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5446   columns:
5447   - title: " |prein| Test Name |preout| "
5448     data: "data name"
5449   - title: " |prein| Status |preout| "
5450     data: "data status"
5451   data: "vpp-device-results-ubuntu"
5452   filter: "all"
5453   parameters:
5454   - "name"
5455   - "parent"
5456   - "doc"
5457   - "status"
5458
5459 # Test configuration - VPP Device Test Configs - Ubuntu
5460 - type: "table"
5461   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5462   algorithm: "table_merged_details"
5463   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5464   columns:
5465   - title: " |prein| Test Name |preout| "
5466     data: "data name"
5467   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5468     data: "data conf-history"
5469   data: "vpp-device-results-ubuntu"
5470   filter: "all"
5471   parameters:
5472   - "parent"
5473   - "name"
5474   - "conf-history"
5475
5476 ################################################################################
5477
5478 # DPDK Performance Changes 3n-hsw 1t1c pdr
5479 - type: "table"
5480   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5481   algorithm: "table_perf_comparison"
5482   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5483   history:
5484     - title: "rls1904"
5485       data: "dpdk-performance-changes-3n-hsw-h1"
5486   reference:
5487     title: "rls1908"
5488     data: "dpdk-performance-changes-3n-hsw-ref"
5489   compare:
5490     title: "rls2001"
5491     data: "dpdk-performance-changes-3n-hsw-cmp"
5492   data: "dpdk-performance-changes-3n-hsw"
5493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5494   filter: "'1T1C' and 'NDRPDR'"
5495   parameters:
5496   - "name"
5497   - "parent"
5498   - "throughput"
5499
5500 # DPDK Performance Changes 3n-hsw 2t2c pdr
5501 - type: "table"
5502   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5503   algorithm: "table_perf_comparison"
5504   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5505   history:
5506     - title: "rls1904"
5507       data: "dpdk-performance-changes-3n-hsw-h1"
5508   reference:
5509     title: "rls1908"
5510     data: "dpdk-performance-changes-3n-hsw-ref"
5511   compare:
5512     title: "rls2001"
5513     data: "dpdk-performance-changes-3n-hsw-cmp"
5514   data: "dpdk-performance-changes-3n-hsw"
5515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5516   filter: "'2T2C' and 'NDRPDR'"
5517   parameters:
5518   - "name"
5519   - "parent"
5520   - "throughput"
5521
5522 # DPDK Performance Changes 3n-hsw 1t1c ndr
5523 - type: "table"
5524   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5525   algorithm: "table_perf_comparison"
5526   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5527   history:
5528     - title: "rls1904"
5529       data: "dpdk-performance-changes-3n-hsw-h1"
5530   reference:
5531     title: "rls1908"
5532     data: "dpdk-performance-changes-3n-hsw-ref"
5533   compare:
5534     title: "rls2001"
5535     data: "dpdk-performance-changes-3n-hsw-cmp"
5536   data: "dpdk-performance-changes-3n-hsw"
5537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5538   filter: "'1T1C' and 'NDRPDR'"
5539   parameters:
5540   - "name"
5541   - "parent"
5542   - "throughput"
5543
5544 # DPDK Performance Changes 3n-hsw 2t2c ndr
5545 - type: "table"
5546   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5547   algorithm: "table_perf_comparison"
5548   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5549   history:
5550     - title: "rls1904"
5551       data: "dpdk-performance-changes-3n-hsw-h1"
5552   reference:
5553     title: "rls1908"
5554     data: "dpdk-performance-changes-3n-hsw-ref"
5555   compare:
5556     title: "rls2001"
5557     data: "dpdk-performance-changes-3n-hsw-cmp"
5558   data: "dpdk-performance-changes-3n-hsw"
5559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5560   filter: "'2T2C' and 'NDRPDR'"
5561   parameters:
5562   - "name"
5563   - "parent"
5564   - "throughput"
5565
5566 # DPDK Performance Changes 3n-skx 2t1c pdr
5567 - type: "table"
5568   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5569   algorithm: "table_perf_comparison"
5570   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5571   history:
5572     - title: "rls1904"
5573       data: "dpdk-performance-changes-3n-skx-h1"
5574   reference:
5575     title: "rls1908"
5576     data: "dpdk-performance-changes-3n-skx-ref"
5577   compare:
5578     title: "rls2001"
5579     data: "dpdk-performance-changes-3n-skx-cmp"
5580   data: "dpdk-performance-changes-3n-skx"
5581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5582   filter: "'2T1C' and 'NDRPDR'"
5583   parameters:
5584   - "name"
5585   - "parent"
5586   - "throughput"
5587
5588 # DPDK Performance Changes 3n-skx 4t2c pdr
5589 - type: "table"
5590   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5591   algorithm: "table_perf_comparison"
5592   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5593   history:
5594     - title: "rls1904"
5595       data: "dpdk-performance-changes-3n-skx-h1"
5596   reference:
5597     title: "rls1908"
5598     data: "dpdk-performance-changes-3n-skx-ref"
5599   compare:
5600     title: "rls2001"
5601     data: "dpdk-performance-changes-3n-skx-cmp"
5602   data: "dpdk-performance-changes-3n-skx"
5603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5604   filter: "'4T2C' and 'NDRPDR'"
5605   parameters:
5606   - "name"
5607   - "parent"
5608   - "throughput"
5609
5610 # DPDK Performance Changes 3n-skx 2t1c ndr
5611 - type: "table"
5612   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5613   algorithm: "table_perf_comparison"
5614   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5615   history:
5616     - title: "rls1904"
5617       data: "dpdk-performance-changes-3n-skx-h1"
5618   reference:
5619     title: "rls1908"
5620     data: "dpdk-performance-changes-3n-skx-ref"
5621   compare:
5622     title: "rls2001"
5623     data: "dpdk-performance-changes-3n-skx-cmp"
5624   data: "dpdk-performance-changes-3n-skx"
5625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5626   filter: "'2T1C' and 'NDRPDR'"
5627   parameters:
5628   - "name"
5629   - "parent"
5630   - "throughput"
5631
5632 # DPDK Performance Changes 3n-skx 4t2c ndr
5633 - type: "table"
5634   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5635   algorithm: "table_perf_comparison"
5636   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5637   history:
5638     - title: "rls1904"
5639       data: "dpdk-performance-changes-3n-skx-h1"
5640   reference:
5641     title: "rls1908"
5642     data: "dpdk-performance-changes-3n-skx-ref"
5643   compare:
5644     title: "rls2001"
5645     data: "dpdk-performance-changes-3n-skx-cmp"
5646   data: "dpdk-performance-changes-3n-skx"
5647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5648   filter: "'4T2C' and 'NDRPDR'"
5649   parameters:
5650   - "name"
5651   - "parent"
5652   - "throughput"
5653
5654 # DPDK Performance Changes 2n-skx 2t1c pdr
5655 - type: "table"
5656   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5657   algorithm: "table_perf_comparison"
5658   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5659   history:
5660     - title: "rls1904"
5661       data: "dpdk-performance-changes-2n-skx-h1"
5662   reference:
5663     title: "rls1908"
5664     data: "dpdk-performance-changes-2n-skx-ref"
5665   compare:
5666     title: "rls2001"
5667     data: "dpdk-performance-changes-2n-skx-cmp"
5668   data: "dpdk-performance-changes-2n-skx"
5669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5670   filter: "'2T1C' and 'NDRPDR'"
5671   parameters:
5672   - "name"
5673   - "parent"
5674   - "throughput"
5675
5676 # DPDK Performance Changes 2n-skx 4t2c pdr
5677 - type: "table"
5678   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5679   algorithm: "table_perf_comparison"
5680   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5681   history:
5682     - title: "rls1904"
5683       data: "dpdk-performance-changes-2n-skx-h1"
5684   reference:
5685     title: "rls1908"
5686     data: "dpdk-performance-changes-2n-skx-ref"
5687   compare:
5688     title: "rls2001"
5689     data: "dpdk-performance-changes-2n-skx-cmp"
5690   data: "dpdk-performance-changes-2n-skx"
5691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5692   filter: "'4T2C' and 'NDRPDR'"
5693   parameters:
5694   - "name"
5695   - "parent"
5696   - "throughput"
5697
5698 # DPDK Performance Changes 2n-skx 2t1c ndr
5699 - type: "table"
5700   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5701   algorithm: "table_perf_comparison"
5702   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5703   history:
5704     - title: "rls1904"
5705       data: "dpdk-performance-changes-2n-skx-h1"
5706   reference:
5707     title: "rls1908"
5708     data: "dpdk-performance-changes-2n-skx-ref"
5709   compare:
5710     title: "rls2001"
5711     data: "dpdk-performance-changes-2n-skx-cmp"
5712   data: "dpdk-performance-changes-2n-skx"
5713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5714   filter: "'2T1C' and 'NDRPDR'"
5715   parameters:
5716   - "name"
5717   - "parent"
5718   - "throughput"
5719
5720 # DPDK Performance Changes 2n-skx 4t2c ndr
5721 - type: "table"
5722   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5723   algorithm: "table_perf_comparison"
5724   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5725   history:
5726     - title: "rls1904"
5727       data: "dpdk-performance-changes-2n-skx-h1"
5728   reference:
5729     title: "rls1908"
5730     data: "dpdk-performance-changes-2n-skx-ref"
5731   compare:
5732     title: "rls2001"
5733     data: "dpdk-performance-changes-2n-skx-cmp"
5734   data: "dpdk-performance-changes-2n-skx"
5735   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5736   filter: "'4T2C' and 'NDRPDR'"
5737   parameters:
5738   - "name"
5739   - "parent"
5740   - "throughput"
5741
5742 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5743 - type: "table"
5744   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5745   algorithm: "table_perf_comparison"
5746   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5747   reference:
5748     title: "3-Node Hsw"
5749     data: "dpdk-compare-testbeds-ref"
5750   compare:
5751     title: "3-Node Skx"
5752     data: "dpdk-compare-testbeds-cmp"
5753   data: "dpdk-compare-testbeds"
5754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5755   filter: "'NIC_Intel-X710'"
5756   parameters:
5757   - "name"
5758   - "parent"
5759   - "throughput"
5760
5761 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5762 - type: "table"
5763   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5764   algorithm: "table_perf_comparison"
5765   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5766   reference:
5767     title: "3-Node Hsw"
5768     data: "dpdk-compare-testbeds-ref"
5769   compare:
5770     title: "3-Node Skx"
5771     data: "dpdk-compare-testbeds-cmp"
5772   data: "dpdk-compare-testbeds"
5773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5774   filter: "'NIC_Intel-X710'"
5775   parameters:
5776   - "name"
5777   - "parent"
5778   - "throughput"
5779
5780 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5781 - type: "table"
5782   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5783   algorithm: "table_perf_comparison"
5784   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5785   reference:
5786     title: "2-Node Skx"
5787     data: "dpdk-compare-testbeds-skx-clx-ref"
5788   compare:
5789     title: "2-Node Clx"
5790     data: "dpdk-compare-testbeds-skx-clx-cmp"
5791   data: "dpdk-compare-testbeds-skx-clx"
5792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5793   filter: "all"
5794   parameters:
5795   - "name"
5796   - "parent"
5797   - "throughput"
5798
5799 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5800 - type: "table"
5801   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5802   algorithm: "table_perf_comparison"
5803   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5804   reference:
5805     title: "2-Node Skx"
5806     data: "dpdk-compare-testbeds-skx-clx-ref"
5807   compare:
5808     title: "2-Node Clx"
5809     data: "dpdk-compare-testbeds-skx-clx-cmp"
5810   data: "dpdk-compare-testbeds-skx-clx"
5811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5812   filter: "all"
5813   parameters:
5814   - "name"
5815   - "parent"
5816   - "throughput"
5817
5818 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5819 - type: "table"
5820   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5821   algorithm: "table_perf_comparison"
5822   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5823   reference:
5824     title: "3-Node Skx"
5825     data: "dpdk-compare-topologies-ref"
5826   compare:
5827     title: "2-Node Skx"
5828     data: "dpdk-compare-topologies-cmp"
5829   data: "dpdk-compare-topologies"
5830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5831   filter: "all"
5832   parameters:
5833   - "name"
5834   - "parent"
5835   - "throughput"
5836
5837 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5838 - type: "table"
5839   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5840   algorithm: "table_perf_comparison"
5841   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5842   reference:
5843     title: "3-Node Skx"
5844     data: "dpdk-compare-topologies-ref"
5845   compare:
5846     title: "2-Node Skx"
5847     data: "dpdk-compare-topologies-cmp"
5848   data: "dpdk-compare-topologies"
5849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5850   filter: "all"
5851   parameters:
5852   - "name"
5853   - "parent"
5854   - "throughput"
5855
5856 # Detailed Test Results - DPDK Performance Results 3n-hsw
5857 - type: "table"
5858   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5859   algorithm: "table_merged_details"
5860   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5861   columns:
5862   - title: " |prein| Test Name |preout| "
5863     data: "data name"
5864   - 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| "
5865     data: "data msg"
5866   data: "dpdk-perf-results-3n-hsw"
5867   filter: "all"
5868   parameters:
5869   - "name"
5870   - "parent"
5871   - "msg"
5872
5873 # Detailed Test Results - DPDK Performance Results 3n-skx
5874 - type: "table"
5875   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5878   columns:
5879   - title: " |prein| Test Name |preout| "
5880     data: "data name"
5881   - 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| "
5882     data: "data msg"
5883   data: "dpdk-perf-results-3n-skx"
5884   filter: "all"
5885   remove-ndr: True  # Temporary solution: remove NDR results from test message
5886   parameters:
5887   - "name"
5888   - "parent"
5889   - "msg"
5890
5891 # Detailed Test Results - DPDK Performance Results 2n-skx
5892 - type: "table"
5893   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5894   algorithm: "table_merged_details"
5895   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5896   columns:
5897   - title: " |prein| Test Name |preout| "
5898     data: "data name"
5899   - 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| "
5900     data: "data msg"
5901   data: "dpdk-perf-results-2n-skx"
5902   filter: "all"
5903   remove-ndr: True  # Temporary solution: remove NDR results from test message
5904   parameters:
5905   - "name"
5906   - "parent"
5907   - "msg"
5908
5909 # Detailed Test Results - DPDK Performance Results 2n-clx
5910 - type: "table"
5911   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5912   algorithm: "table_merged_details"
5913   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5914   columns:
5915   - title: " |prein| Test Name |preout| "
5916     data: "data name"
5917   - 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| "
5918     data: "data msg"
5919   data: "dpdk-perf-results-2n-clx"
5920   filter: "all"
5921   parameters:
5922   - "name"
5923   - "parent"
5924   - "msg"
5925
5926 # Detailed Test Results - DPDK Performance Results 2n-dnv
5927 - type: "table"
5928   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5929   algorithm: "table_merged_details"
5930   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5931   columns:
5932   - title: " |prein| Test Name |preout| "
5933     data: "data name"
5934   - 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| "
5935     data: "data msg"
5936   data: "dpdk-perf-results-2n-dnv"
5937   filter: "all"
5938   parameters:
5939   - "name"
5940   - "parent"
5941   - "msg"
5942
5943 # Detailed Test Results - DPDK Performance Results 3n-dnv
5944 - type: "table"
5945   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5946   algorithm: "table_merged_details"
5947   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5948   columns:
5949   - title: " |prein| Test Name |preout| "
5950     data: "data name"
5951   - 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| "
5952     data: "data msg"
5953   data: "dpdk-perf-results-3n-dnv"
5954   filter: "all"
5955   parameters:
5956   - "name"
5957   - "parent"
5958   - "msg"
5959
5960 # Detailed Test Results - DPDK Performance Results 3n-tsh
5961 - type: "table"
5962   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5963   algorithm: "table_merged_details"
5964   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5965   columns:
5966   - title: " |prein| Test Name |preout| "
5967     data: "data name"
5968   - 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| "
5969     data: "data msg"
5970   data: "dpdk-perf-results-3n-tsh"
5971   filter: "all"
5972   parameters:
5973   - "name"
5974   - "parent"
5975   - "msg"
5976
5977 ################################################################################
5978 ###                                F I L E S                                 ###
5979 ################################################################################
5980
5981 # VPP Performance Results
5982 - type: "file"
5983   title: "VPP Performance Results"
5984   algorithm: "file_details_split"
5985   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5986   dir-tables:
5987     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5988     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5989     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5990     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5991     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5992     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5993     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5994   data:
5995     - "vpp-perf-results-2n-skx"
5996     - "vpp-perf-results-3n-skx"
5997     - "vpp-perf-results-2n-clx"
5998     - "vpp-perf-results-3n-hsw"
5999     - "vpp-perf-results-3n-tsh"
6000     - "vpp-perf-results-2n-dnv"
6001     - "vpp-perf-results-3n-dnv"
6002   filter: "all"
6003   data-start-level: 4
6004   order-chapters:
6005     level-1:
6006       - "l2"
6007       - "ip4"
6008       - "ip6"
6009       - "srv6"
6010       - "ip4_tunnels"
6011       - "ip6_tunnels"
6012       - "vm_vhost"
6013       - "container_memif"
6014       - "crypto"
6015       - "vts"
6016       - "lb"
6017       - "nfv_density"
6018       - "hoststack"
6019     level-2:
6020       - "2n-skx"
6021       - "3n-skx"
6022       - "2n-clx"
6023       - "3n-hsw"
6024       - "3n-tsh"
6025       - "2n-dnv"
6026       - "3n-dnv"
6027     level-3:
6028       - "xl710"
6029       - "x520"
6030       - "xxv710"
6031       - "x710"
6032       - "x553"
6033       - "cx556a"
6034       - "vic1227"
6035       - "vic1385"
6036
6037 # VPP Performance Configuration
6038 - type: "file"
6039   title: "VPP Performance Configuration"
6040   algorithm: "file_details_split"
6041   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6042   dir-tables:
6043     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6044     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6045     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6046     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6047     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6048     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6049     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6050   data:
6051     - "vpp-perf-results-2n-skx"
6052     - "vpp-perf-results-3n-skx"
6053     - "vpp-perf-results-2n-clx"
6054     - "vpp-perf-results-3n-hsw"
6055     - "vpp-perf-results-3n-tsh"
6056     - "vpp-perf-results-2n-dnv"
6057     - "vpp-perf-results-3n-dnv"
6058   filter: "all"
6059   data-start-level: 4
6060   order-chapters:
6061     level-1:
6062       - "l2"
6063       - "ip4"
6064       - "ip6"
6065       - "srv6"
6066       - "ip4_tunnels"
6067       - "ip6_tunnels"
6068       - "vm_vhost"
6069       - "container_memif"
6070       - "crypto"
6071       - "vts"
6072       - "lb"
6073       - "nfv_density"
6074       - "hoststack"
6075     level-2:
6076       - "2n-skx"
6077       - "3n-skx"
6078       - "2n-clx"
6079       - "3n-hsw"
6080       - "3n-tsh"
6081       - "2n-dnv"
6082       - "3n-dnv"
6083     level-3:
6084       - "xl710"
6085       - "x520"
6086       - "xxv710"
6087       - "x710"
6088       - "x553"
6089       - "cx556a"
6090       - "vic1227"
6091       - "vic1385"
6092
6093 # VPP Performance Operational
6094 - type: "file"
6095   title: "VPP Performance Operational"
6096   algorithm: "file_details_split_html"
6097   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6098   dir-tables:
6099     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6100     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6101     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6102     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6103     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6104     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6105     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6106   data:
6107     - "vpp-perf-results-2n-skx"
6108     - "vpp-perf-results-3n-skx"
6109     - "vpp-perf-results-2n-clx"
6110     - "vpp-perf-results-3n-hsw"
6111     - "vpp-perf-results-3n-tsh"
6112     - "vpp-perf-results-2n-dnv"
6113     - "vpp-perf-results-3n-dnv"
6114   filter: "all"
6115   data-start-level: 4
6116   order-chapters:
6117     level-1:
6118       - "l2"
6119       - "ip4"
6120       - "ip6"
6121       - "srv6"
6122       - "ip4_tunnels"
6123       - "ip6_tunnels"
6124       - "vm_vhost"
6125       - "container_memif"
6126       - "crypto"
6127       - "vts"
6128       - "lb"
6129       - "nfv_density"
6130       - "hoststack"
6131     level-2:
6132       - "2n-skx"
6133       - "3n-skx"
6134       - "2n-clx"
6135       - "3n-hsw"
6136       - "3n-tsh"
6137       - "2n-dnv"
6138       - "3n-dnv"
6139     level-3:
6140       - "xl710"
6141       - "x520"
6142       - "xxv710"
6143       - "x710"
6144       - "x553"
6145       - "cx556a"
6146       - "vic1227"
6147       - "vic1385"
6148
6149 # VPP MRR Results
6150 - type: "file"
6151   title: "VPP MRR Results"
6152   algorithm: "file_details_split"
6153   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6154   dir-tables:
6155     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6156     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6157     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6158     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6159     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6160     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6161     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6162   data:
6163     - "vpp-mrr-results-2n-skx"
6164     - "vpp-mrr-results-3n-skx"
6165     - "vpp-mrr-results-2n-clx"
6166     - "vpp-mrr-results-3n-hsw"
6167     - "vpp-mrr-results-3n-tsh"
6168     - "vpp-mrr-results-2n-dnv"
6169     - "vpp-mrr-results-3n-dnv"
6170   filter: "all"
6171   data-start-level: 4
6172   order-chapters:
6173     level-1:
6174       - "l2"
6175       - "ip4"
6176       - "ip6"
6177       - "srv6"
6178       - "ip4_tunnels"
6179       - "ip6_tunnels"
6180       - "vm_vhost"
6181       - "container_memif"
6182       - "crypto"
6183       - "vts"
6184       - "lb"
6185       - "nfv_density"
6186       - "hoststack"
6187     level-2:
6188       - "2n-skx"
6189       - "3n-skx"
6190       - "2n-clx"
6191       - "3n-hsw"
6192       - "3n-tsh"
6193       - "2n-dnv"
6194       - "3n-dnv"
6195     level-3:
6196       - "xl710"
6197       - "x520"
6198       - "xxv710"
6199       - "x710"
6200       - "x553"
6201       - "cx556a"
6202       - "vic1227"
6203       - "vic1385"
6204
6205 # VPP MRR Configuration
6206 - type: "file"
6207   title: "VPP MRR Configuration"
6208   algorithm: "file_details_split"
6209   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6210   dir-tables:
6211     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6212     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6213     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6214     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6215     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6216     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6217     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6218   data:
6219     - "vpp-mrr-results-2n-skx"
6220     - "vpp-mrr-results-3n-skx"
6221     - "vpp-mrr-results-2n-clx"
6222     - "vpp-mrr-results-3n-hsw"
6223     - "vpp-mrr-results-3n-tsh"
6224     - "vpp-mrr-results-2n-dnv"
6225     - "vpp-mrr-results-3n-dnv"
6226   filter: "all"
6227   data-start-level: 4
6228   order-chapters:
6229     level-1:
6230       - "l2"
6231       - "ip4"
6232       - "ip6"
6233       - "srv6"
6234       - "ip4_tunnels"
6235       - "ip6_tunnels"
6236       - "vm_vhost"
6237       - "container_memif"
6238       - "crypto"
6239       - "vts"
6240       - "lb"
6241       - "nfv_density"
6242       - "hoststack"
6243     level-2:
6244       - "2n-skx"
6245       - "3n-skx"
6246       - "2n-clx"
6247       - "3n-hsw"
6248       - "3n-tsh"
6249       - "2n-dnv"
6250       - "3n-dnv"
6251     level-3:
6252       - "xl710"
6253       - "x520"
6254       - "xxv710"
6255       - "x710"
6256       - "x553"
6257       - "cx556a"
6258       - "vic1227"
6259       - "vic1385"
6260
6261 # VPP Device Results - Ubuntu
6262 - type: "file"
6263   title: "VPP Device Results - Ubuntu"
6264   algorithm: "file_test_results"
6265   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6266   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6267   data: "vpp-device-results-ubuntu"
6268   filter: "all"
6269   data-start-level: 4
6270
6271 # VPP Device Configuration - Ubuntu
6272 - type: "file"
6273   title: "VPP Device Configuration - Ubuntu"
6274   algorithm: "file_test_results"
6275   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6276   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6277   data: "vpp-device-results-ubuntu"
6278   filter: "all"
6279   data-start-level: 4
6280
6281 # DPDK Performance Results 3n-hsw
6282 - type: "file"
6283   title: "DPDK Performance Results 3n-hsw"
6284   algorithm: "file_test_results"
6285   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6286   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6287   data: "dpdk-perf-results-3n-hsw"
6288   filter: "all"
6289   data-start-level: 4
6290
6291 # DPDK Performance Results 3n-skx
6292 - type: "file"
6293   title: "DPDK Performance Results 3n-skx"
6294   algorithm: "file_test_results"
6295   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6296   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6297   data: "dpdk-perf-results-3n-skx"
6298   filter: "all"
6299   data-start-level: 4
6300
6301 # DPDK Performance Results 2n-skx
6302 - type: "file"
6303   title: "DPDK Performance Results 2n-skx"
6304   algorithm: "file_test_results"
6305   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6306   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6307   data: "dpdk-perf-results-2n-skx"
6308   filter: "all"
6309   data-start-level: 4
6310
6311 # DPDK Performance Results 2n-clx
6312 - type: "file"
6313   title: "DPDK Performance Results 2n-clx"
6314   algorithm: "file_test_results"
6315   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6316   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6317   data: "dpdk-perf-results-2n-clx"
6318   filter: "all"
6319   data-start-level: 4
6320
6321 # DPDK Performance Results 2n-dnv
6322 - type: "file"
6323   title: "DPDK Performance Results 2n-dnv"
6324   algorithm: "file_test_results"
6325   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6326   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6327   data: "dpdk-perf-results-2n-dnv"
6328   filter: "all"
6329   data-start-level: 4
6330
6331 # DPDK Performance Results 3n-dnv
6332 - type: "file"
6333   title: "DPDK Performance Results 3n-dnv"
6334   algorithm: "file_test_results"
6335   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6336   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6337   data: "dpdk-perf-results-3n-dnv"
6338   filter: "all"
6339   data-start-level: 4
6340
6341 # DPDK Performance Results 3n-tsh
6342 - type: "file"
6343   title: "DPDK Performance Results 3n-tsh"
6344   algorithm: "file_test_results"
6345   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6346   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6347   data: "dpdk-perf-results-3n-tsh"
6348   filter: "all"
6349   data-start-level: 4
6350
6351 ################################################################################
6352 ###                                P L O T S                                 ###
6353 ################################################################################
6354
6355 # Hoststack tests 3n-hsw
6356
6357 - type: "plot"
6358   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6359   algorithm: "plot_perf_box_name"
6360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6361   data: "plot-vpp-hoststack-3n-hsw"
6362   include:
6363     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6364     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6365   layout:
6366     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6367     layout: "plot-hoststack"
6368
6369 - type: "plot"
6370   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6371   algorithm: "plot_perf_box_name"
6372   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6373   data: "plot-vpp-hoststack-3n-hsw"
6374   include:
6375     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6376     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6377   layout:
6378     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6379     layout: "plot-hoststack"
6380
6381 - type: "plot"
6382   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6383   algorithm: "plot_perf_box_name"
6384   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6385   data: "plot-vpp-hoststack-3n-hsw"
6386   include:
6387     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6388     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6389     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6390     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6391   layout:
6392     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6393     layout: "plot-hoststack"
6394
6395 # Plots VPP HTTP Server Performance
6396 - type: "plot"
6397   title: "VPP HTTP Server Performance"
6398   algorithm: "plot_http_server_perf_box"
6399   output-file-type: ".html"
6400   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6401   data:
6402     "plot-vpp-http-server-performance"
6403   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6404   parameters:
6405   - "result"
6406   - "name"
6407   traces:
6408     hoverinfo: "y+name"
6409     boxpoints: "outliers"
6410     whiskerwidth: 0
6411   layout:
6412     title: "VPP HTTP Server Performance"
6413     layout:
6414       "plot-cps"
6415
6416 - type: "plot"
6417   title: "VPP HTTP Server Performance"
6418   algorithm: "plot_http_server_perf_box"
6419   output-file-type: ".html"
6420   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6421   data:
6422     "plot-vpp-http-server-performance"
6423   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6424   parameters:
6425   - "result"
6426   - "name"
6427   traces:
6428     hoverinfo: "y+name"
6429     boxpoints: "outliers"
6430     whiskerwidth: 0
6431   layout:
6432     title: "VPP HTTP Server Performance"
6433     layout:
6434       "plot-rps"
6435
6436 ################################################################################
6437
6438 # Soak Test (PLRsearch), boxes - 2n-clx
6439 - type: "plot"
6440   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6441   algorithm: "plot_perf_box_name"
6442   output-file-type: ".html"
6443   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6444   data: "plot-vpp-soak-2n-clx"
6445   include:
6446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6452   layout:
6453     title: "30 Minutes Soak Test (PLRsearch)"
6454     layout: "plot-soak-throughput"
6455
6456 # Soak Test (PLRsearch), boxes - 2n-clx
6457 - type: "plot"
6458   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6459   algorithm: "plot_perf_box_name"
6460   output-file-type: ".html"
6461   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6462   data: "plot-vpp-soak-2n-clx"
6463   include:
6464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6469     - "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"
6470   layout:
6471     title: "30 Minutes Soak Test (PLRsearch)"
6472     layout: "plot-soak-throughput"
6473
6474 ###############################################################################
6475
6476 # Reconf tests 2n-skx
6477
6478 #- type: "plot"
6479 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6480 #  algorithm: "plot_nf_reconf_box_name"
6481 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6482 #  data: "plot-vpp-nfv-reconf-2n-skx"
6483 #  include:
6484 #    - "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"
6485 #    - "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"
6486 #    - "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"
6487 #    - "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"
6488 #    - "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"
6489 #    - "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"
6490 #  layout:
6491 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6492 #    layout: "plot-throughput"
6493 #
6494 #- type: "plot"
6495 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6496 #  algorithm: "plot_nf_reconf_box_name"
6497 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6498 #  data: "plot-vpp-nfv-reconf-2n-skx"
6499 #  include:
6500 #    - "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"
6501 #    - "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"
6502 #    - "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"
6503 #    - "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"
6504 #    - "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"
6505 #    - "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"
6506 #  layout:
6507 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6508 #    layout: "plot-throughput"
6509 #
6510 #- type: "plot"
6511 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6512 #  algorithm: "plot_nf_reconf_box_name"
6513 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6514 #  data: "plot-vpp-nfv-reconf-2n-skx"
6515 #  include:
6516 #    - "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"
6517 #    - "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"
6518 #    - "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"
6519 #    - "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"
6520 #    - "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"
6521 #    - "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"
6522 #  layout:
6523 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6524 #    layout: "plot-throughput"
6525
6526 ###############################################################################
6527
6528 # Reconf tests 2n-clx
6529
6530 - type: "plot"
6531   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6532   algorithm: "plot_nf_reconf_box_name"
6533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6534   data: "plot-vpp-nfv-reconf-2n-clx"
6535   include:
6536     - "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"
6537     - "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"
6538     - "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"
6539     - "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"
6540   layout:
6541     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6542     layout: "plot-throughput"
6543
6544 - type: "plot"
6545   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6546   algorithm: "plot_nf_reconf_box_name"
6547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6548   data: "plot-vpp-nfv-reconf-2n-clx"
6549   include:
6550     - "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"
6551     - "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"
6552     - "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"
6553     - "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"
6554   layout:
6555     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6556     layout: "plot-throughput"
6557
6558 - type: "plot"
6559   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6560   algorithm: "plot_nf_reconf_box_name"
6561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6562   data: "plot-vpp-nfv-reconf-2n-clx"
6563   include:
6564     - "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"
6565     - "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"
6566     - "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"
6567     - "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"
6568   layout:
6569     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6570     layout: "plot-throughput"
6571
6572 ################################################################################
6573 ## Plots - NF Density - VSC - MRR 64b
6574 #- type: "plot"
6575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6576 #  algorithm: "plot_nf_heatmap"
6577 #  output-file-type: ".html"
6578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6579 #  data: "plot-vpp-nfv-2n-skx-mrr"
6580 #  filter: "'NIC_Intel-XXV710' and
6581 #           'NF_DENSITY' and
6582 #           'VHOST' and
6583 #           not 'VXLAN' and
6584 #           'CHAIN' and
6585 #           'NF_VPPIP4' and
6586 #           '64B' and
6587 #           '2T1C' and
6588 #           'MRR'"
6589 #  parameters:
6590 #  - "result"
6591 #  - "name"
6592 #  - "tags"
6593 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6594 #  x-axis: "X = VNFs per Service Chain"
6595 #  y-axis: "Y = Number of Service Chains"
6596 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6597 #  layout:
6598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6599 #    layout: "plot-service-density"
6600 #
6601 #- type: "plot"
6602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6603 #  algorithm: "plot_nf_heatmap"
6604 #  output-file-type: ".html"
6605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6606 #  data: "plot-vpp-nfv-2n-skx-mrr"
6607 #  filter: "'NIC_Intel-XXV710' and
6608 #           'NF_DENSITY' and
6609 #           'VHOST' and
6610 #           not 'VXLAN' and
6611 #           'CHAIN' and
6612 #           'NF_VPPIP4' and
6613 #           '64B' and
6614 #           '4T2C' and
6615 #           'MRR'"
6616 #  parameters:
6617 #  - "result"
6618 #  - "name"
6619 #  - "tags"
6620 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6621 #  x-axis: "X = VNFs per Service Chain"
6622 #  y-axis: "Y = Number of Service Chains"
6623 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6624 #  layout:
6625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6626 #    layout: "plot-service-density"
6627 #
6628 #- type: "plot"
6629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6630 #  algorithm: "plot_nf_heatmap"
6631 #  output-file-type: ".html"
6632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6633 #  data: "plot-vpp-nfv-2n-skx-mrr"
6634 #  filter: "'NIC_Intel-XXV710' and
6635 #           'NF_DENSITY' and
6636 #           'VHOST' and
6637 #           not 'VXLAN' and
6638 #           'CHAIN' and
6639 #           'NF_VPPIP4' and
6640 #           '64B' and
6641 #           '8T4C' and
6642 #           'MRR'"
6643 #  parameters:
6644 #  - "result"
6645 #  - "name"
6646 #  - "tags"
6647 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6648 #  x-axis: "X = VNFs per Service Chain"
6649 #  y-axis: "Y = Number of Service Chains"
6650 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6651 #  layout:
6652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6653 #    layout: "plot-service-density"
6654 #
6655 ## Plots - NF Density - VSC - MRR IMIX
6656 #- type: "plot"
6657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6658 #  algorithm: "plot_nf_heatmap"
6659 #  output-file-type: ".html"
6660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6661 #  data: "plot-vpp-nfv-2n-skx-mrr"
6662 #  filter: "'NIC_Intel-XXV710' and
6663 #           'NF_DENSITY' and
6664 #           'VHOST' and
6665 #           not 'VXLAN' and
6666 #           'CHAIN' and
6667 #           'NF_VPPIP4' and
6668 #           'IMIX' and
6669 #           '2T1C' and
6670 #           'MRR'"
6671 #  parameters:
6672 #  - "result"
6673 #  - "name"
6674 #  - "tags"
6675 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6676 #  x-axis: "X = VNFs per Service Chain"
6677 #  y-axis: "Y = Number of Service Chains"
6678 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6679 #  layout:
6680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6681 #    layout: "plot-service-density"
6682 #
6683 #- type: "plot"
6684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6685 #  algorithm: "plot_nf_heatmap"
6686 #  output-file-type: ".html"
6687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6688 #  data: "plot-vpp-nfv-2n-skx-mrr"
6689 #  filter: "'NIC_Intel-XXV710' and
6690 #           'NF_DENSITY' and
6691 #           'VHOST' and
6692 #           not 'VXLAN' and
6693 #           'CHAIN' and
6694 #           'NF_VPPIP4' and
6695 #           'IMIX' and
6696 #           '4T2C' and
6697 #           'MRR'"
6698 #  parameters:
6699 #  - "result"
6700 #  - "name"
6701 #  - "tags"
6702 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6703 #  x-axis: "X = VNFs per Service Chain"
6704 #  y-axis: "Y = Number of Service Chains"
6705 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6706 #  layout:
6707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6708 #    layout: "plot-service-density"
6709 #
6710 #- type: "plot"
6711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6712 #  algorithm: "plot_nf_heatmap"
6713 #  output-file-type: ".html"
6714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6715 #  data: "plot-vpp-nfv-2n-skx-mrr"
6716 #  filter: "'NIC_Intel-XXV710' and
6717 #           'NF_DENSITY' and
6718 #           'VHOST' and
6719 #           not 'VXLAN' and
6720 #           'CHAIN' and
6721 #           'NF_VPPIP4' and
6722 #           'IMIX' and
6723 #           '8T4C' and
6724 #           'MRR'"
6725 #  parameters:
6726 #  - "result"
6727 #  - "name"
6728 #  - "tags"
6729 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6730 #  x-axis: "X = VNFs per Service Chain"
6731 #  y-axis: "Y = Number of Service Chains"
6732 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6733 #  layout:
6734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6735 #    layout: "plot-service-density"
6736 #
6737 ## Plots - NF Density - VSC - NDR 64b
6738 #- type: "plot"
6739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6740 #  algorithm: "plot_nf_heatmap"
6741 #  output-file-type: ".html"
6742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6743 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6744 #  filter: "'NIC_Intel-XXV710' and
6745 #           'NF_DENSITY' and
6746 #           'VHOST' and
6747 #           not 'VXLAN' and
6748 #           'CHAIN' and
6749 #           'NF_VPPIP4' and
6750 #           '64B' and
6751 #           '2T1C' and
6752 #           'NDRPDR'"
6753 #  parameters:
6754 #  - "throughput"
6755 #  - "name"
6756 #  - "tags"
6757 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6758 #  x-axis: "X = VNFs per Service Chain"
6759 #  y-axis: "Y = Number of Service Chains"
6760 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6761 #  layout:
6762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6763 #    layout: "plot-service-density"
6764 #
6765 #- type: "plot"
6766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6767 #  algorithm: "plot_nf_heatmap"
6768 #  output-file-type: ".html"
6769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6770 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6771 #  filter: "'NIC_Intel-XXV710' and
6772 #           'NF_DENSITY' and
6773 #           'VHOST' and
6774 #           not 'VXLAN' and
6775 #           'CHAIN' and
6776 #           'NF_VPPIP4' and
6777 #           '64B' and
6778 #           '4T2C' and
6779 #           'NDRPDR'"
6780 #  parameters:
6781 #  - "throughput"
6782 #  - "name"
6783 #  - "tags"
6784 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6785 #  x-axis: "X = VNFs per Service Chain"
6786 #  y-axis: "Y = Number of Service Chains"
6787 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6788 #  layout:
6789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6790 #    layout: "plot-service-density"
6791 #
6792 #- type: "plot"
6793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6794 #  algorithm: "plot_nf_heatmap"
6795 #  output-file-type: ".html"
6796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6797 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6798 #  filter: "'NIC_Intel-XXV710' and
6799 #           'NF_DENSITY' and
6800 #           'VHOST' and
6801 #           not 'VXLAN' and
6802 #           'CHAIN' and
6803 #           'NF_VPPIP4' and
6804 #           '64B' and
6805 #           '8T4C' and
6806 #           'NDRPDR'"
6807 #  parameters:
6808 #  - "throughput"
6809 #  - "name"
6810 #  - "tags"
6811 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6812 #  x-axis: "X = VNFs per Service Chain"
6813 #  y-axis: "Y = Number of Service Chains"
6814 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6815 #  layout:
6816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6817 #    layout: "plot-service-density"
6818 #
6819 ## Plots - NF Density - VSC - NDR IMIX
6820 #- type: "plot"
6821 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6822 #  algorithm: "plot_nf_heatmap"
6823 #  output-file-type: ".html"
6824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6825 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6826 #  filter: "'NIC_Intel-XXV710' and
6827 #           'NF_DENSITY' and
6828 #           'VHOST' and
6829 #           not 'VXLAN' and
6830 #           'CHAIN' and
6831 #           'NF_VPPIP4' and
6832 #           'IMIX' and
6833 #           '2T1C' and
6834 #           'NDRPDR'"
6835 #  parameters:
6836 #  - "throughput"
6837 #  - "name"
6838 #  - "tags"
6839 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6840 #  x-axis: "X = VNFs per Service Chain"
6841 #  y-axis: "Y = Number of Service Chains"
6842 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6843 #  layout:
6844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6845 #    layout: "plot-service-density"
6846 #
6847 #- type: "plot"
6848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6849 #  algorithm: "plot_nf_heatmap"
6850 #  output-file-type: ".html"
6851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6852 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6853 #  filter: "'NIC_Intel-XXV710' and
6854 #           'NF_DENSITY' and
6855 #           'VHOST' and
6856 #           not 'VXLAN' and
6857 #           'CHAIN' and
6858 #           'NF_VPPIP4' and
6859 #           'IMIX' and
6860 #           '4T2C' and
6861 #           'NDRPDR'"
6862 #  parameters:
6863 #  - "throughput"
6864 #  - "name"
6865 #  - "tags"
6866 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6867 #  x-axis: "X = VNFs per Service Chain"
6868 #  y-axis: "Y = Number of Service Chains"
6869 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6870 #  layout:
6871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6872 #    layout: "plot-service-density"
6873 #
6874 #- type: "plot"
6875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6876 #  algorithm: "plot_nf_heatmap"
6877 #  output-file-type: ".html"
6878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6879 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6880 #  filter: "'NIC_Intel-XXV710' and
6881 #           'NF_DENSITY' and
6882 #           'VHOST' and
6883 #           not 'VXLAN' and
6884 #           'CHAIN' and
6885 #           'NF_VPPIP4' and
6886 #           'IMIX' and
6887 #           '8T4C' and
6888 #           'NDRPDR'"
6889 #  parameters:
6890 #  - "throughput"
6891 #  - "name"
6892 #  - "tags"
6893 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6894 #  x-axis: "X = VNFs per Service Chain"
6895 #  y-axis: "Y = Number of Service Chains"
6896 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6897 #  layout:
6898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6899 #    layout: "plot-service-density"
6900 #
6901 ## Plots - NF Density - VSC - PDR 64b
6902 #- type: "plot"
6903 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6904 #  algorithm: "plot_nf_heatmap"
6905 #  output-file-type: ".html"
6906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6907 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6908 #  filter: "'NIC_Intel-XXV710' and
6909 #           'NF_DENSITY' and
6910 #           'VHOST' and
6911 #           not 'VXLAN' and
6912 #           'CHAIN' and
6913 #           'NF_VPPIP4' and
6914 #           '64B' and
6915 #           '2T1C' and
6916 #           'NDRPDR'"
6917 #  parameters:
6918 #  - "throughput"
6919 #  - "name"
6920 #  - "tags"
6921 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6922 #  x-axis: "X = VNFs per Service Chain"
6923 #  y-axis: "Y = Number of Service Chains"
6924 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6925 #  layout:
6926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6927 #    layout: "plot-service-density"
6928 #
6929 #- type: "plot"
6930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6931 #  algorithm: "plot_nf_heatmap"
6932 #  output-file-type: ".html"
6933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6934 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6935 #  filter: "'NIC_Intel-XXV710' and
6936 #           'NF_DENSITY' and
6937 #           'VHOST' and
6938 #           not 'VXLAN' and
6939 #           'CHAIN' and
6940 #           'NF_VPPIP4' and
6941 #           '64B' and
6942 #           '4T2C' and
6943 #           'NDRPDR'"
6944 #  parameters:
6945 #  - "throughput"
6946 #  - "name"
6947 #  - "tags"
6948 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6949 #  x-axis: "X = VNFs per Service Chain"
6950 #  y-axis: "Y = Number of Service Chains"
6951 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6952 #  layout:
6953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6954 #    layout: "plot-service-density"
6955 #
6956 #- type: "plot"
6957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6958 #  algorithm: "plot_nf_heatmap"
6959 #  output-file-type: ".html"
6960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6961 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6962 #  filter: "'NIC_Intel-XXV710' and
6963 #           'NF_DENSITY' and
6964 #           'VHOST' and
6965 #           not 'VXLAN' and
6966 #           'CHAIN' and
6967 #           'NF_VPPIP4' and
6968 #           '64B' and
6969 #           '8T4C' and
6970 #           'NDRPDR'"
6971 #  parameters:
6972 #  - "throughput"
6973 #  - "name"
6974 #  - "tags"
6975 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6976 #  x-axis: "X = VNFs per Service Chain"
6977 #  y-axis: "Y = Number of Service Chains"
6978 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6979 #  layout:
6980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6981 #    layout: "plot-service-density"
6982 #
6983 ## Plots - NF Density - VSC - PDR IMIX
6984 #- type: "plot"
6985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6986 #  algorithm: "plot_nf_heatmap"
6987 #  output-file-type: ".html"
6988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6989 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6990 #  filter: "'NIC_Intel-XXV710' and
6991 #           'NF_DENSITY' and
6992 #           'VHOST' and
6993 #           not 'VXLAN' and
6994 #           'CHAIN' and
6995 #           'NF_VPPIP4' and
6996 #           'IMIX' and
6997 #           '2T1C' and
6998 #           'NDRPDR'"
6999 #  parameters:
7000 #  - "throughput"
7001 #  - "name"
7002 #  - "tags"
7003 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7004 #  x-axis: "X = VNFs per Service Chain"
7005 #  y-axis: "Y = Number of Service Chains"
7006 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7007 #  layout:
7008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7009 #    layout: "plot-service-density"
7010 #
7011 #- type: "plot"
7012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7013 #  algorithm: "plot_nf_heatmap"
7014 #  output-file-type: ".html"
7015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7016 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7017 #  filter: "'NIC_Intel-XXV710' and
7018 #           'NF_DENSITY' and
7019 #           'VHOST' and
7020 #           not 'VXLAN' and
7021 #           'CHAIN' and
7022 #           'NF_VPPIP4' and
7023 #           'IMIX' and
7024 #           '4T2C' and
7025 #           'NDRPDR'"
7026 #  parameters:
7027 #  - "throughput"
7028 #  - "name"
7029 #  - "tags"
7030 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7031 #  x-axis: "X = VNFs per Service Chain"
7032 #  y-axis: "Y = Number of Service Chains"
7033 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7034 #  layout:
7035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7036 #    layout: "plot-service-density"
7037 #
7038 #- type: "plot"
7039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7040 #  algorithm: "plot_nf_heatmap"
7041 #  output-file-type: ".html"
7042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7043 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7044 #  filter: "'NIC_Intel-XXV710' and
7045 #           'NF_DENSITY' and
7046 #           'VHOST' and
7047 #           not 'VXLAN' and
7048 #           'CHAIN' and
7049 #           'NF_VPPIP4' and
7050 #           'IMIX' and
7051 #           '8T4C' and
7052 #           'NDRPDR'"
7053 #  parameters:
7054 #  - "throughput"
7055 #  - "name"
7056 #  - "tags"
7057 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7058 #  x-axis: "X = VNFs per Service Chain"
7059 #  y-axis: "Y = Number of Service Chains"
7060 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7061 #  layout:
7062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7063 #    layout: "plot-service-density"
7064 #
7065 ################################################################################
7066 ## Plots - NF Density - VSC - MRR 64b
7067 #- type: "plot"
7068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7069 #  algorithm: "plot_nf_heatmap"
7070 #  output-file-type: ".html"
7071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7072 #  data: "plot-vpp-nfv-2n-skx-mrr"
7073 #  filter: "'NIC_Intel-XXV710' and
7074 #           'NF_DENSITY' and
7075 #           'VHOST' and
7076 #           'VXLAN' and
7077 #           'CHAIN' and
7078 #           '118' and
7079 #           '2T1C' and
7080 #           'MRR'"
7081 #  parameters:
7082 #  - "result"
7083 #  - "name"
7084 #  - "tags"
7085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7086 #  x-axis: "X = VNFs per Service Chain"
7087 #  y-axis: "Y = Number of Service Chains"
7088 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7089 #  layout:
7090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7091 #    layout: "plot-service-density"
7092 #
7093 #- type: "plot"
7094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7095 #  algorithm: "plot_nf_heatmap"
7096 #  output-file-type: ".html"
7097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7098 #  data: "plot-vpp-nfv-2n-skx-mrr"
7099 #  filter: "'NIC_Intel-XXV710' and
7100 #           'NF_DENSITY' and
7101 #           'VHOST' and
7102 #           'VXLAN' and
7103 #           'CHAIN' and
7104 #           '118' and
7105 #           '4T2C' and
7106 #           'MRR'"
7107 #  parameters:
7108 #  - "result"
7109 #  - "name"
7110 #  - "tags"
7111 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7112 #  x-axis: "X = VNFs per Service Chain"
7113 #  y-axis: "Y = Number of Service Chains"
7114 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7115 #  layout:
7116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7117 #    layout: "plot-service-density"
7118 #
7119 #- type: "plot"
7120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7121 #  algorithm: "plot_nf_heatmap"
7122 #  output-file-type: ".html"
7123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7124 #  data: "plot-vpp-nfv-2n-skx-mrr"
7125 #  filter: "'NIC_Intel-XXV710' and
7126 #           'NF_DENSITY' and
7127 #           'VHOST' and
7128 #           'VXLAN' and
7129 #           'CHAIN' and
7130 #           '118' and
7131 #           '8T4C' and
7132 #           'MRR'"
7133 #  parameters:
7134 #  - "result"
7135 #  - "name"
7136 #  - "tags"
7137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7138 #  x-axis: "X = VNFs per Service Chain"
7139 #  y-axis: "Y = Number of Service Chains"
7140 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7141 #  layout:
7142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7143 #    layout: "plot-service-density"
7144 #
7145 ## Plots - NF Density - VSC - MRR IMIX
7146 #- type: "plot"
7147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7148 #  algorithm: "plot_nf_heatmap"
7149 #  output-file-type: ".html"
7150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7151 #  data: "plot-vpp-nfv-2n-skx-mrr"
7152 #  filter: "'NIC_Intel-XXV710' and
7153 #           'NF_DENSITY' and
7154 #           'VHOST' and
7155 #           'VXLAN' and
7156 #           'CHAIN' and
7157 #           'IMIX' and
7158 #           '2T1C' and
7159 #           'MRR'"
7160 #  parameters:
7161 #  - "result"
7162 #  - "name"
7163 #  - "tags"
7164 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7165 #  x-axis: "X = VNFs per Service Chain"
7166 #  y-axis: "Y = Number of Service Chains"
7167 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7168 #  layout:
7169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7170 #    layout: "plot-service-density"
7171 #
7172 #- type: "plot"
7173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7174 #  algorithm: "plot_nf_heatmap"
7175 #  output-file-type: ".html"
7176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7177 #  data: "plot-vpp-nfv-2n-skx-mrr"
7178 #  filter: "'NIC_Intel-XXV710' and
7179 #           'NF_DENSITY' and
7180 #           'VHOST' and
7181 #           'VXLAN' and
7182 #           'CHAIN' and
7183 #           'IMIX' and
7184 #           '4T2C' and
7185 #           'MRR'"
7186 #  parameters:
7187 #  - "result"
7188 #  - "name"
7189 #  - "tags"
7190 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7191 #  x-axis: "X = VNFs per Service Chain"
7192 #  y-axis: "Y = Number of Service Chains"
7193 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7194 #  layout:
7195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7196 #    layout: "plot-service-density"
7197 #
7198 #- type: "plot"
7199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7200 #  algorithm: "plot_nf_heatmap"
7201 #  output-file-type: ".html"
7202 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7203 #  data: "plot-vpp-nfv-2n-skx-mrr"
7204 #  filter: "'NIC_Intel-XXV710' and
7205 #           'NF_DENSITY' and
7206 #           'VHOST' and
7207 #           'VXLAN' and
7208 #           'CHAIN' and
7209 #           'IMIX' and
7210 #           '8T4C' and
7211 #           'MRR'"
7212 #  parameters:
7213 #  - "result"
7214 #  - "name"
7215 #  - "tags"
7216 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7217 #  x-axis: "X = VNFs per Service Chain"
7218 #  y-axis: "Y = Number of Service Chains"
7219 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7220 #  layout:
7221 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7222 #    layout: "plot-service-density"
7223 #
7224 ## Plots - NF Density - VSC - NDR 64b
7225 #- type: "plot"
7226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7227 #  algorithm: "plot_nf_heatmap"
7228 #  output-file-type: ".html"
7229 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7230 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7231 #  filter: "'NIC_Intel-XXV710' and
7232 #           'NF_DENSITY' and
7233 #           'VHOST' and
7234 #           'VXLAN' and
7235 #           'CHAIN' and
7236 #           '118' and
7237 #           '2T1C' and
7238 #           'NDRPDR'"
7239 #  parameters:
7240 #  - "throughput"
7241 #  - "name"
7242 #  - "tags"
7243 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7244 #  x-axis: "X = VNFs per Service Chain"
7245 #  y-axis: "Y = Number of Service Chains"
7246 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7247 #  layout:
7248 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7249 #    layout: "plot-service-density"
7250 #
7251 #- type: "plot"
7252 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7253 #  algorithm: "plot_nf_heatmap"
7254 #  output-file-type: ".html"
7255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7256 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7257 #  filter: "'NIC_Intel-XXV710' and
7258 #           'NF_DENSITY' and
7259 #           'VHOST' and
7260 #           'VXLAN' and
7261 #           'CHAIN' and
7262 #           '118' and
7263 #           '4T2C' and
7264 #           'NDRPDR'"
7265 #  parameters:
7266 #  - "throughput"
7267 #  - "name"
7268 #  - "tags"
7269 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7270 #  x-axis: "X = VNFs per Service Chain"
7271 #  y-axis: "Y = Number of Service Chains"
7272 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7273 #  layout:
7274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7275 #    layout: "plot-service-density"
7276 #
7277 #- type: "plot"
7278 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7279 #  algorithm: "plot_nf_heatmap"
7280 #  output-file-type: ".html"
7281 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7282 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7283 #  filter: "'NIC_Intel-XXV710' and
7284 #           'NF_DENSITY' and
7285 #           'VHOST' and
7286 #           'VXLAN' and
7287 #           'CHAIN' and
7288 #           '118' and
7289 #           '8T4C' and
7290 #           'NDRPDR'"
7291 #  parameters:
7292 #  - "throughput"
7293 #  - "name"
7294 #  - "tags"
7295 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7296 #  x-axis: "X = VNFs per Service Chain"
7297 #  y-axis: "Y = Number of Service Chains"
7298 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7299 #  layout:
7300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7301 #    layout: "plot-service-density"
7302 #
7303 ## Plots - NF Density - VSC - NDR IMIX
7304 #- type: "plot"
7305 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7306 #  algorithm: "plot_nf_heatmap"
7307 #  output-file-type: ".html"
7308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7309 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7310 #  filter: "'NIC_Intel-XXV710' and
7311 #           'NF_DENSITY' and
7312 #           'VHOST' and
7313 #           'VXLAN' and
7314 #           'CHAIN' and
7315 #           'IMIX' and
7316 #           '2T1C' and
7317 #           'NDRPDR'"
7318 #  parameters:
7319 #  - "throughput"
7320 #  - "name"
7321 #  - "tags"
7322 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7323 #  x-axis: "X = VNFs per Service Chain"
7324 #  y-axis: "Y = Number of Service Chains"
7325 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7326 #  layout:
7327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7328 #    layout: "plot-service-density"
7329 #
7330 #- type: "plot"
7331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7332 #  algorithm: "plot_nf_heatmap"
7333 #  output-file-type: ".html"
7334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7335 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7336 #  filter: "'NIC_Intel-XXV710' and
7337 #           'NF_DENSITY' and
7338 #           'VHOST' and
7339 #           'VXLAN' and
7340 #           'CHAIN' and
7341 #           'IMIX' and
7342 #           '4T2C' and
7343 #           'NDRPDR'"
7344 #  parameters:
7345 #  - "throughput"
7346 #  - "name"
7347 #  - "tags"
7348 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7349 #  x-axis: "X = VNFs per Service Chain"
7350 #  y-axis: "Y = Number of Service Chains"
7351 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7352 #  layout:
7353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7354 #    layout: "plot-service-density"
7355 #
7356 #- type: "plot"
7357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7358 #  algorithm: "plot_nf_heatmap"
7359 #  output-file-type: ".html"
7360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7361 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7362 #  filter: "'NIC_Intel-XXV710' and
7363 #           'NF_DENSITY' and
7364 #           'VHOST' and
7365 #           'VXLAN' and
7366 #           'CHAIN' and
7367 #           'IMIX' and
7368 #           '8T4C' and
7369 #           'NDRPDR'"
7370 #  parameters:
7371 #  - "throughput"
7372 #  - "name"
7373 #  - "tags"
7374 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7375 #  x-axis: "X = VNFs per Service Chain"
7376 #  y-axis: "Y = Number of Service Chains"
7377 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7378 #  layout:
7379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7380 #    layout: "plot-service-density"
7381 #
7382 ## Plots - NF Density - VSC - PDR 64b
7383 #- type: "plot"
7384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7385 #  algorithm: "plot_nf_heatmap"
7386 #  output-file-type: ".html"
7387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7388 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7389 #  filter: "'NIC_Intel-XXV710' and
7390 #           'NF_DENSITY' and
7391 #           'VHOST' and
7392 #           'VXLAN' and
7393 #           'CHAIN' and
7394 #           '118' and
7395 #           '2T1C' and
7396 #           'NDRPDR'"
7397 #  parameters:
7398 #  - "throughput"
7399 #  - "name"
7400 #  - "tags"
7401 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7402 #  x-axis: "X = VNFs per Service Chain"
7403 #  y-axis: "Y = Number of Service Chains"
7404 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7405 #  layout:
7406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7407 #    layout: "plot-service-density"
7408 #
7409 #- type: "plot"
7410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7411 #  algorithm: "plot_nf_heatmap"
7412 #  output-file-type: ".html"
7413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7414 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7415 #  filter: "'NIC_Intel-XXV710' and
7416 #           'NF_DENSITY' and
7417 #           'VHOST' and
7418 #           'VXLAN' and
7419 #           'CHAIN' and
7420 #           '118' and
7421 #           '4T2C' and
7422 #           'NDRPDR'"
7423 #  parameters:
7424 #  - "throughput"
7425 #  - "name"
7426 #  - "tags"
7427 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7428 #  x-axis: "X = VNFs per Service Chain"
7429 #  y-axis: "Y = Number of Service Chains"
7430 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7431 #  layout:
7432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7433 #    layout: "plot-service-density"
7434 #
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file-type: ".html"
7439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7440 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7441 #  filter: "'NIC_Intel-XXV710' and
7442 #           'NF_DENSITY' and
7443 #           'VHOST' and
7444 #           'VXLAN' and
7445 #           'CHAIN' and
7446 #           '118' and
7447 #           '8T4C' and
7448 #           'NDRPDR'"
7449 #  parameters:
7450 #  - "throughput"
7451 #  - "name"
7452 #  - "tags"
7453 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7454 #  x-axis: "X = VNFs per Service Chain"
7455 #  y-axis: "Y = Number of Service Chains"
7456 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7457 #  layout:
7458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7459 #    layout: "plot-service-density"
7460 #
7461 ## Plots - NF Density - VSC - PDR IMIX
7462 #- type: "plot"
7463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7464 #  algorithm: "plot_nf_heatmap"
7465 #  output-file-type: ".html"
7466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7467 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7468 #  filter: "'NIC_Intel-XXV710' and
7469 #           'NF_DENSITY' and
7470 #           'VHOST' and
7471 #           'VXLAN' and
7472 #           'CHAIN' and
7473 #           'IMIX' and
7474 #           '2T1C' and
7475 #           'NDRPDR'"
7476 #  parameters:
7477 #  - "throughput"
7478 #  - "name"
7479 #  - "tags"
7480 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7481 #  x-axis: "X = VNFs per Service Chain"
7482 #  y-axis: "Y = Number of Service Chains"
7483 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7484 #  layout:
7485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7486 #    layout: "plot-service-density"
7487 #
7488 #- type: "plot"
7489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7490 #  algorithm: "plot_nf_heatmap"
7491 #  output-file-type: ".html"
7492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7493 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7494 #  filter: "'NIC_Intel-XXV710' and
7495 #           'NF_DENSITY' and
7496 #           'VHOST' and
7497 #           'VXLAN' and
7498 #           'CHAIN' and
7499 #           'IMIX' and
7500 #           '4T2C' and
7501 #           'NDRPDR'"
7502 #  parameters:
7503 #  - "throughput"
7504 #  - "name"
7505 #  - "tags"
7506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7507 #  x-axis: "X = VNFs per Service Chain"
7508 #  y-axis: "Y = Number of Service Chains"
7509 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7510 #  layout:
7511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7512 #    layout: "plot-service-density"
7513 #
7514 #- type: "plot"
7515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7516 #  algorithm: "plot_nf_heatmap"
7517 #  output-file-type: ".html"
7518 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7519 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7520 #  filter: "'NIC_Intel-XXV710' and
7521 #           'NF_DENSITY' and
7522 #           'VHOST' and
7523 #           'VXLAN' and
7524 #           'CHAIN' and
7525 #           'IMIX' and
7526 #           '8T4C' and
7527 #           'NDRPDR'"
7528 #  parameters:
7529 #  - "throughput"
7530 #  - "name"
7531 #  - "tags"
7532 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7533 #  x-axis: "X = VNFs per Service Chain"
7534 #  y-axis: "Y = Number of Service Chains"
7535 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7536 #  layout:
7537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7538 #    layout: "plot-service-density"
7539 #
7540 ################################################################################
7541 ## Plots - NF Density - CSC - MRR 64b
7542 #- type: "plot"
7543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7544 #  algorithm: "plot_nf_heatmap"
7545 #  output-file-type: ".html"
7546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7547 #  data: "plot-vpp-nfv-2n-skx-mrr"
7548 #  filter: "'NIC_Intel-XXV710' and
7549 #           'NF_DENSITY' and
7550 #           'DOCKER' and
7551 #           'CHAIN' and
7552 #           'NF_VPPIP4' and
7553 #           '64B' and
7554 #           '2T1C' and
7555 #           'MRR'"
7556 #  parameters:
7557 #  - "result"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = CNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7566 #    layout: "plot-service-density"
7567 #
7568 #- type: "plot"
7569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7570 #  algorithm: "plot_nf_heatmap"
7571 #  output-file-type: ".html"
7572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7573 #  data: "plot-vpp-nfv-2n-skx-mrr"
7574 #  filter: "'NIC_Intel-XXV710' and
7575 #           'NF_DENSITY' and
7576 #           'DOCKER' and
7577 #           'CHAIN' and
7578 #           'NF_VPPIP4' and
7579 #           '64B' and
7580 #           '4T2C' and
7581 #           'MRR'"
7582 #  parameters:
7583 #  - "result"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = CNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7592 #    layout: "plot-service-density"
7593 #
7594 #- type: "plot"
7595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7596 #  algorithm: "plot_nf_heatmap"
7597 #  output-file-type: ".html"
7598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7599 #  data: "plot-vpp-nfv-2n-skx-mrr"
7600 #  filter: "'NIC_Intel-XXV710' and
7601 #           'NF_DENSITY' and
7602 #           'DOCKER' and
7603 #           'CHAIN' and
7604 #           'NF_VPPIP4' and
7605 #           '64B' and
7606 #           '8T4C' and
7607 #           'MRR'"
7608 #  parameters:
7609 #  - "result"
7610 #  - "name"
7611 #  - "tags"
7612 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7613 #  x-axis: "X = CNFs per Service Chain"
7614 #  y-axis: "Y = Number of Service Chains"
7615 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7616 #  layout:
7617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7618 #    layout: "plot-service-density"
7619 #
7620 ## Plots - NF Density - CSC - MRR IMIX
7621 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7626 #  data: "plot-vpp-nfv-2n-skx-mrr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'DOCKER' and
7630 #           'CHAIN' and
7631 #           'NF_VPPIP4' and
7632 #           'IMIX' and
7633 #           '2T1C' and
7634 #           'MRR'"
7635 #  parameters:
7636 #  - "result"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = CNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7645 #    layout: "plot-service-density"
7646 #
7647 #- type: "plot"
7648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7649 #  algorithm: "plot_nf_heatmap"
7650 #  output-file-type: ".html"
7651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7652 #  data: "plot-vpp-nfv-2n-skx-mrr"
7653 #  filter: "'NIC_Intel-XXV710' and
7654 #           'NF_DENSITY' and
7655 #           'DOCKER' and
7656 #           'CHAIN' and
7657 #           'NF_VPPIP4' and
7658 #           'IMIX' and
7659 #           '4T2C' and
7660 #           'MRR'"
7661 #  parameters:
7662 #  - "result"
7663 #  - "name"
7664 #  - "tags"
7665 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7666 #  x-axis: "X = CNFs per Service Chain"
7667 #  y-axis: "Y = Number of Service Chains"
7668 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7669 #  layout:
7670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7671 #    layout: "plot-service-density"
7672 #
7673 #- type: "plot"
7674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7675 #  algorithm: "plot_nf_heatmap"
7676 #  output-file-type: ".html"
7677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7678 #  data: "plot-vpp-nfv-2n-skx-mrr"
7679 #  filter: "'NIC_Intel-XXV710' and
7680 #           'NF_DENSITY' and
7681 #           'DOCKER' and
7682 #           'CHAIN' and
7683 #           'NF_VPPIP4' and
7684 #           'IMIX' and
7685 #           '8T4C' and
7686 #           'MRR'"
7687 #  parameters:
7688 #  - "result"
7689 #  - "name"
7690 #  - "tags"
7691 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7692 #  x-axis: "X = CNFs per Service Chain"
7693 #  y-axis: "Y = Number of Service Chains"
7694 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7695 #  layout:
7696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7697 #    layout: "plot-service-density"
7698 #
7699 ## Plots - NF Density - CSC - NDR 64b
7700 #- type: "plot"
7701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7702 #  algorithm: "plot_nf_heatmap"
7703 #  output-file-type: ".html"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'DOCKER' and
7709 #           'CHAIN' and
7710 #           'NF_VPPIP4' and
7711 #           '64B' and
7712 #           '2T1C' and
7713 #           'NDRPDR'"
7714 #  parameters:
7715 #  - "throughput"
7716 #  - "name"
7717 #  - "tags"
7718 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7719 #  x-axis: "X = CNFs per Service Chain"
7720 #  y-axis: "Y = Number of Service Chains"
7721 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7722 #  layout:
7723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7724 #    layout: "plot-service-density"
7725 #
7726 #- type: "plot"
7727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7728 #  algorithm: "plot_nf_heatmap"
7729 #  output-file-type: ".html"
7730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7732 #  filter: "'NIC_Intel-XXV710' and
7733 #           'NF_DENSITY' and
7734 #           'DOCKER' and
7735 #           'CHAIN' and
7736 #           'NF_VPPIP4' and
7737 #           '64B' and
7738 #           '4T2C' and
7739 #           'NDRPDR'"
7740 #  parameters:
7741 #  - "throughput"
7742 #  - "name"
7743 #  - "tags"
7744 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7745 #  x-axis: "X = CNFs per Service Chain"
7746 #  y-axis: "Y = Number of Service Chains"
7747 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7748 #  layout:
7749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7750 #    layout: "plot-service-density"
7751 #
7752 #- type: "plot"
7753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7754 #  algorithm: "plot_nf_heatmap"
7755 #  output-file-type: ".html"
7756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7757 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7758 #  filter: "'NIC_Intel-XXV710' and
7759 #           'NF_DENSITY' and
7760 #           'DOCKER' and
7761 #           'CHAIN' and
7762 #           'NF_VPPIP4' and
7763 #           '64B' and
7764 #           '8T4C' and
7765 #           'NDRPDR'"
7766 #  parameters:
7767 #  - "throughput"
7768 #  - "name"
7769 #  - "tags"
7770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7771 #  x-axis: "X = CNFs per Service Chain"
7772 #  y-axis: "Y = Number of Service Chains"
7773 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7774 #  layout:
7775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7776 #    layout: "plot-service-density"
7777 #
7778 ## Plots - NF Density - CSC - NDR IMIX
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file-type: ".html"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'DOCKER' and
7788 #           'CHAIN' and
7789 #           'NF_VPPIP4' and
7790 #           'IMIX' and
7791 #           '2T1C' and
7792 #           'NDRPDR'"
7793 #  parameters:
7794 #  - "throughput"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = CNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7803 #    layout: "plot-service-density"
7804 #
7805 #- type: "plot"
7806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7807 #  algorithm: "plot_nf_heatmap"
7808 #  output-file-type: ".html"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'DOCKER' and
7814 #           'CHAIN' and
7815 #           'NF_VPPIP4' and
7816 #           'IMIX' and
7817 #           '4T2C' and
7818 #           'NDRPDR'"
7819 #  parameters:
7820 #  - "throughput"
7821 #  - "name"
7822 #  - "tags"
7823 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7824 #  x-axis: "X = CNFs per Service Chain"
7825 #  y-axis: "Y = Number of Service Chains"
7826 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7827 #  layout:
7828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7829 #    layout: "plot-service-density"
7830 #
7831 #- type: "plot"
7832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7833 #  algorithm: "plot_nf_heatmap"
7834 #  output-file-type: ".html"
7835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7836 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7837 #  filter: "'NIC_Intel-XXV710' and
7838 #           'NF_DENSITY' and
7839 #           'DOCKER' and
7840 #           'CHAIN' and
7841 #           'NF_VPPIP4' and
7842 #           'IMIX' and
7843 #           '8T4C' and
7844 #           'NDRPDR'"
7845 #  parameters:
7846 #  - "throughput"
7847 #  - "name"
7848 #  - "tags"
7849 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7850 #  x-axis: "X = CNFs per Service Chain"
7851 #  y-axis: "Y = Number of Service Chains"
7852 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7853 #  layout:
7854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7855 #    layout: "plot-service-density"
7856 #
7857 ## Plots - NF Density - CSC - PDR 64b
7858 #- type: "plot"
7859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7860 #  algorithm: "plot_nf_heatmap"
7861 #  output-file-type: ".html"
7862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7863 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7864 #  filter: "'NIC_Intel-XXV710' and
7865 #           'NF_DENSITY' and
7866 #           'DOCKER' and
7867 #           'CHAIN' and
7868 #           'NF_VPPIP4' and
7869 #           '64B' and
7870 #           '2T1C' and
7871 #           'NDRPDR'"
7872 #  parameters:
7873 #  - "throughput"
7874 #  - "name"
7875 #  - "tags"
7876 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7877 #  x-axis: "X = CNFs per Service Chain"
7878 #  y-axis: "Y = Number of Service Chains"
7879 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7880 #  layout:
7881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7882 #    layout: "plot-service-density"
7883 #
7884 #- type: "plot"
7885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7886 #  algorithm: "plot_nf_heatmap"
7887 #  output-file-type: ".html"
7888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7889 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7890 #  filter: "'NIC_Intel-XXV710' and
7891 #           'NF_DENSITY' and
7892 #           'DOCKER' and
7893 #           'CHAIN' and
7894 #           'NF_VPPIP4' and
7895 #           '64B' and
7896 #           '4T2C' and
7897 #           'NDRPDR'"
7898 #  parameters:
7899 #  - "throughput"
7900 #  - "name"
7901 #  - "tags"
7902 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7903 #  x-axis: "X = CNFs per Service Chain"
7904 #  y-axis: "Y = Number of Service Chains"
7905 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7906 #  layout:
7907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7908 #    layout: "plot-service-density"
7909 #
7910 #- type: "plot"
7911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7912 #  algorithm: "plot_nf_heatmap"
7913 #  output-file-type: ".html"
7914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7915 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7916 #  filter: "'NIC_Intel-XXV710' and
7917 #           'NF_DENSITY' and
7918 #           'DOCKER' and
7919 #           'CHAIN' and
7920 #           'NF_VPPIP4' and
7921 #           '64B' and
7922 #           '8T4C' and
7923 #           'NDRPDR'"
7924 #  parameters:
7925 #  - "throughput"
7926 #  - "name"
7927 #  - "tags"
7928 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7929 #  x-axis: "X = CNFs per Service Chain"
7930 #  y-axis: "Y = Number of Service Chains"
7931 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7932 #  layout:
7933 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7934 #    layout: "plot-service-density"
7935 #
7936 ## Plots - NF Density - CSC - PDR IMIX
7937 #- type: "plot"
7938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7939 #  algorithm: "plot_nf_heatmap"
7940 #  output-file-type: ".html"
7941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7942 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7943 #  filter: "'NIC_Intel-XXV710' and
7944 #           'NF_DENSITY' and
7945 #           'DOCKER' and
7946 #           'CHAIN' and
7947 #           'NF_VPPIP4' and
7948 #           'IMIX' and
7949 #           '2T1C' and
7950 #           'NDRPDR'"
7951 #  parameters:
7952 #  - "throughput"
7953 #  - "name"
7954 #  - "tags"
7955 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7956 #  x-axis: "X = CNFs per Service Chain"
7957 #  y-axis: "Y = Number of Service Chains"
7958 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7959 #  layout:
7960 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7961 #    layout: "plot-service-density"
7962 #
7963 #- type: "plot"
7964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7965 #  algorithm: "plot_nf_heatmap"
7966 #  output-file-type: ".html"
7967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7968 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7969 #  filter: "'NIC_Intel-XXV710' and
7970 #           'NF_DENSITY' and
7971 #           'DOCKER' and
7972 #           'CHAIN' and
7973 #           'NF_VPPIP4' and
7974 #           'IMIX' and
7975 #           '4T2C' and
7976 #           'NDRPDR'"
7977 #  parameters:
7978 #  - "throughput"
7979 #  - "name"
7980 #  - "tags"
7981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7982 #  x-axis: "X = CNFs per Service Chain"
7983 #  y-axis: "Y = Number of Service Chains"
7984 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7985 #  layout:
7986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7987 #    layout: "plot-service-density"
7988 #
7989 #- type: "plot"
7990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7991 #  algorithm: "plot_nf_heatmap"
7992 #  output-file-type: ".html"
7993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7994 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7995 #  filter: "'NIC_Intel-XXV710' and
7996 #           'NF_DENSITY' and
7997 #           'DOCKER' and
7998 #           'CHAIN' and
7999 #           'NF_VPPIP4' and
8000 #           'IMIX' and
8001 #           '8T4C' and
8002 #           'NDRPDR'"
8003 #  parameters:
8004 #  - "throughput"
8005 #  - "name"
8006 #  - "tags"
8007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8008 #  x-axis: "X = CNFs per Service Chain"
8009 #  y-axis: "Y = Number of Service Chains"
8010 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8011 #  layout:
8012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8013 #    layout: "plot-service-density"
8014 #
8015 ################################################################################
8016 #
8017 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8018 #- type: "plot"
8019 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8020 #  algorithm: "plot_nf_heatmap"
8021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8022 #  data: "plot-vpp-nfv-3n-skx-mrr"
8023 #  filter: "'NIC_Intel-XXV710' and
8024 #           'NF_DENSITY' and
8025 #           'DOCKER' and
8026 #           'CHAIN' and
8027 #           'NF_VPPIP4' and
8028 #           'IPSEC' and
8029 #           'TNL_4' and
8030 #           'IMIX' and
8031 #           '2T1C' and
8032 #           'MRR'"
8033 #  parameters:
8034 #  - "result"
8035 #  - "name"
8036 #  - "tags"
8037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8038 #  x-axis: "X = CNFs per Service Chain"
8039 #  y-axis: "Y = Number of Service Chains"
8040 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8041 #  layout:
8042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8043 #    layout: "plot-service-density"
8044 #
8045 #- type: "plot"
8046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8047 #  algorithm: "plot_nf_heatmap"
8048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8049 #  data: "plot-vpp-nfv-3n-skx-mrr"
8050 #  filter: "'NIC_Intel-XXV710' and
8051 #           'NF_DENSITY' and
8052 #           'DOCKER' and
8053 #           'CHAIN' and
8054 #           'NF_VPPIP4' and
8055 #           'IPSEC' and
8056 #           'TNL_4' and
8057 #           'IMIX' and
8058 #           '4T2C' and
8059 #           'MRR'"
8060 #  parameters:
8061 #  - "result"
8062 #  - "name"
8063 #  - "tags"
8064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8065 #  x-axis: "X = CNFs per Service Chain"
8066 #  y-axis: "Y = Number of Service Chains"
8067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8068 #  layout:
8069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8070 #    layout: "plot-service-density"
8071 #
8072 #- type: "plot"
8073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8074 #  algorithm: "plot_nf_heatmap"
8075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8076 #  data: "plot-vpp-nfv-3n-skx-mrr"
8077 #  filter: "'NIC_Intel-XXV710' and
8078 #           'NF_DENSITY' and
8079 #           'DOCKER' and
8080 #           'CHAIN' and
8081 #           'NF_VPPIP4' and
8082 #           'IPSEC' and
8083 #           'TNL_4' and
8084 #           'IMIX' and
8085 #           '8T4C' and
8086 #           'MRR'"
8087 #  parameters:
8088 #  - "result"
8089 #  - "name"
8090 #  - "tags"
8091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8092 #  x-axis: "X = CNFs per Service Chain"
8093 #  y-axis: "Y = Number of Service Chains"
8094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8095 #  layout:
8096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8097 #    layout: "plot-service-density"
8098
8099 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8100 - type: "plot"
8101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8102   algorithm: "plot_nf_heatmap"
8103   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8104   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8105   filter: "'NIC_Intel-XXV710' and
8106            'NF_DENSITY' and
8107            'DOCKER' and
8108            'CHAIN' and
8109            'NF_VPPIP4' and
8110            'IPSEC' and
8111            'TNL_4' and
8112            'IMIX' and
8113            '2T1C' and
8114            'NDRPDR'"
8115   parameters:
8116   - "throughput"
8117   - "name"
8118   - "tags"
8119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8120   x-axis: "X = CNFs per Service Chain"
8121   y-axis: "Y = Number of Service Chains"
8122   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8123   layout:
8124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8125     layout: "plot-service-density"
8126
8127 - type: "plot"
8128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8129   algorithm: "plot_nf_heatmap"
8130   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8131   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8132   filter: "'NIC_Intel-XXV710' and
8133            'NF_DENSITY' and
8134            'DOCKER' and
8135            'CHAIN' and
8136            'NF_VPPIP4' and
8137            'IPSEC' and
8138            'TNL_4' and
8139            'IMIX' and
8140            '4T2C' and
8141            'NDRPDR'"
8142   parameters:
8143   - "throughput"
8144   - "name"
8145   - "tags"
8146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8147   x-axis: "X = CNFs per Service Chain"
8148   y-axis: "Y = Number of Service Chains"
8149   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8150   layout:
8151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8152     layout: "plot-service-density"
8153
8154 - type: "plot"
8155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8156   algorithm: "plot_nf_heatmap"
8157   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8158   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8159   filter: "'NIC_Intel-XXV710' and
8160            'NF_DENSITY' and
8161            'DOCKER' and
8162            'CHAIN' and
8163            'NF_VPPIP4' and
8164            'IPSEC' and
8165            'TNL_4' and
8166            'IMIX' and
8167            '8T4C' and
8168            'NDRPDR'"
8169   parameters:
8170   - "throughput"
8171   - "name"
8172   - "tags"
8173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8174   x-axis: "X = CNFs per Service Chain"
8175   y-axis: "Y = Number of Service Chains"
8176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8177   layout:
8178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8179     layout: "plot-service-density"
8180
8181 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8182 - type: "plot"
8183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8184   algorithm: "plot_nf_heatmap"
8185   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8186   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8187   filter: "'NIC_Intel-XXV710' and
8188            'NF_DENSITY' and
8189            'DOCKER' and
8190            'CHAIN' and
8191            'NF_VPPIP4' and
8192            'IPSEC' and
8193            'TNL_4' and
8194            'IMIX' and
8195            '2T1C' and
8196            'NDRPDR'"
8197   parameters:
8198   - "throughput"
8199   - "name"
8200   - "tags"
8201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8202   x-axis: "X = CNFs per Service Chain"
8203   y-axis: "Y = Number of Service Chains"
8204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8205   layout:
8206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8207     layout: "plot-service-density"
8208
8209 - type: "plot"
8210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8211   algorithm: "plot_nf_heatmap"
8212   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8213   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8214   filter: "'NIC_Intel-XXV710' and
8215            'NF_DENSITY' and
8216            'DOCKER' and
8217            'CHAIN' and
8218            'NF_VPPIP4' and
8219            'IPSEC' and
8220            'TNL_4' and
8221            'IMIX' and
8222            '4T2C' and
8223            'NDRPDR'"
8224   parameters:
8225   - "throughput"
8226   - "name"
8227   - "tags"
8228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8229   x-axis: "X = CNFs per Service Chain"
8230   y-axis: "Y = Number of Service Chains"
8231   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8232   layout:
8233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8234     layout: "plot-service-density"
8235
8236 - type: "plot"
8237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8238   algorithm: "plot_nf_heatmap"
8239   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8240   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8241   filter: "'NIC_Intel-XXV710' and
8242            'NF_DENSITY' and
8243            'DOCKER' and
8244            'CHAIN' and
8245            'NF_VPPIP4' and
8246            'IPSEC' and
8247            'TNL_4' and
8248            'IMIX' and
8249            '8T4C' and
8250            'NDRPDR'"
8251   parameters:
8252   - "throughput"
8253   - "name"
8254   - "tags"
8255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8256   x-axis: "X = CNFs per Service Chain"
8257   y-axis: "Y = Number of Service Chains"
8258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8259   layout:
8260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8261     layout: "plot-service-density"
8262
8263 ###############################################################################
8264
8265 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8266 - type: "plot"
8267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8268   algorithm: "plot_nf_heatmap"
8269   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8270   data: "plot-vpp-nfv-3n-hsw-mrr"
8271   filter: "'NIC_Intel-XL710' and
8272            'NF_DENSITY' and
8273            'DOCKER' and
8274            'CHAIN' and
8275            'NF_VPPIP4' and
8276            'IMIX' and
8277            'TNL_4' and
8278            '1T1C' and
8279            'MRR'"
8280   parameters:
8281   - "result"
8282   - "name"
8283   - "tags"
8284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8285   x-axis: "X = CNFs per Service Chain"
8286   y-axis: "Y = Number of Service Chains"
8287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8288   layout:
8289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8290     layout: "plot-service-density"
8291
8292 - type: "plot"
8293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8294   algorithm: "plot_nf_heatmap"
8295   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8296   data: "plot-vpp-nfv-3n-hsw-mrr"
8297   filter: "'NIC_Intel-XL710' and
8298            'NF_DENSITY' and
8299            'DOCKER' and
8300            'CHAIN' and
8301            'NF_VPPIP4' and
8302            'IPSEC' and
8303            'TNL_4' and
8304            'IMIX' and
8305            '2T2C' and
8306            'MRR'"
8307   parameters:
8308   - "result"
8309   - "name"
8310   - "tags"
8311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8312   x-axis: "X = CNFs per Service Chain"
8313   y-axis: "Y = Number of Service Chains"
8314   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8315   layout:
8316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8317     layout: "plot-service-density"
8318
8319 - type: "plot"
8320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8321   algorithm: "plot_nf_heatmap"
8322   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8323   data: "plot-vpp-nfv-3n-hsw-mrr"
8324   filter: "'NIC_Intel-XL710' and
8325            'NF_DENSITY' and
8326            'DOCKER' and
8327            'CHAIN' and
8328            'NF_VPPIP4' and
8329            'IPSEC' and
8330            'TNL_4' and
8331            'IMIX' and
8332            '4T4C' and
8333            'MRR'"
8334   parameters:
8335   - "result"
8336   - "name"
8337   - "tags"
8338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8339   x-axis: "X = CNFs per Service Chain"
8340   y-axis: "Y = Number of Service Chains"
8341   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8342   layout:
8343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8344     layout: "plot-service-density"
8345
8346 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8347 - type: "plot"
8348   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8349   algorithm: "plot_nf_heatmap"
8350   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8351   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8352   filter: "'NIC_Intel-XL710' and
8353            'NF_DENSITY' and
8354            'DOCKER' and
8355            'CHAIN' and
8356            'NF_VPPIP4' and
8357            'IPSEC' and
8358            'TNL_4' and
8359            'IMIX' and
8360            '1T1C' and
8361            'NDRPDR'"
8362   parameters:
8363   - "throughput"
8364   - "name"
8365   - "tags"
8366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8367   x-axis: "X = CNFs per Service Chain"
8368   y-axis: "Y = Number of Service Chains"
8369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8370   layout:
8371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8372     layout: "plot-service-density"
8373
8374 - type: "plot"
8375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8376   algorithm: "plot_nf_heatmap"
8377   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8378   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8379   filter: "'NIC_Intel-XL710' and
8380            'NF_DENSITY' and
8381            'DOCKER' and
8382            'CHAIN' and
8383            'NF_VPPIP4' and
8384            'IPSEC' and
8385            'TNL_4' and
8386            'IMIX' and
8387            '2T2C' and
8388            'NDRPDR'"
8389   parameters:
8390   - "throughput"
8391   - "name"
8392   - "tags"
8393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8394   x-axis: "X = CNFs per Service Chain"
8395   y-axis: "Y = Number of Service Chains"
8396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8397   layout:
8398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8399     layout: "plot-service-density"
8400
8401 - type: "plot"
8402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8403   algorithm: "plot_nf_heatmap"
8404   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8405   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8406   filter: "'NIC_Intel-XL710' and
8407            'NF_DENSITY' and
8408            'DOCKER' and
8409            'CHAIN' and
8410            'NF_VPPIP4' and
8411            'IPSEC' and
8412            'TNL_4' and
8413            'IMIX' and
8414            '4T4C' and
8415            'NDRPDR'"
8416   parameters:
8417   - "throughput"
8418   - "name"
8419   - "tags"
8420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8421   x-axis: "X = CNFs per Service Chain"
8422   y-axis: "Y = Number of Service Chains"
8423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8424   layout:
8425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8426     layout: "plot-service-density"
8427
8428 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8429 - type: "plot"
8430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8431   algorithm: "plot_nf_heatmap"
8432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8433   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8434   filter: "'NIC_Intel-XL710' and
8435            'NF_DENSITY' and
8436            'DOCKER' and
8437            'CHAIN' and
8438            'NF_VPPIP4' and
8439            'IPSEC' and
8440            'TNL_4' and
8441            'IMIX' and
8442            '1T1C' and
8443            'NDRPDR'"
8444   parameters:
8445   - "throughput"
8446   - "name"
8447   - "tags"
8448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8449   x-axis: "X = CNFs per Service Chain"
8450   y-axis: "Y = Number of Service Chains"
8451   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8452   layout:
8453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8454     layout: "plot-service-density"
8455
8456 - type: "plot"
8457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8458   algorithm: "plot_nf_heatmap"
8459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8460   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8461   filter: "'NIC_Intel-XL710' and
8462            'NF_DENSITY' and
8463            'DOCKER' and
8464            'CHAIN' and
8465            'NF_VPPIP4' and
8466            'IPSEC' and
8467            'TNL_4' and
8468            'IMIX' and
8469            '2T2C' and
8470            'NDRPDR'"
8471   parameters:
8472   - "throughput"
8473   - "name"
8474   - "tags"
8475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = CNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8481     layout: "plot-service-density"
8482
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8487   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8488   filter: "'NIC_Intel-XL710' and
8489            'NF_DENSITY' and
8490            'DOCKER' and
8491            'CHAIN' and
8492            'NF_VPPIP4' and
8493            'IPSEC' and
8494            'TNL_4' and
8495            'IMIX' and
8496            '4T4C' and
8497            'NDRPDR'"
8498   parameters:
8499   - "throughput"
8500   - "name"
8501   - "tags"
8502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8503   x-axis: "X = CNFs per Service Chain"
8504   y-axis: "Y = Number of Service Chains"
8505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8506   layout:
8507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8508     layout: "plot-service-density"
8509
8510 ###############################################################################
8511
8512 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8513 #- type: "plot"
8514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8515 #  algorithm: "plot_nf_heatmap"
8516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8517 #  data: "plot-vpp-nfv-3n-skx-mrr"
8518 #  filter: "'NIC_Intel-XXV710' and
8519 #           'NF_DENSITY' and
8520 #           'DOCKER' and
8521 #           'CHAIN' and
8522 #           'NF_VPPIP4' and
8523 #           'IPSEC' and
8524 #           'TNL_1000' and
8525 #           'IMIX' and
8526 #           '2T1C' and
8527 #           'MRR'"
8528 #  parameters:
8529 #  - "result"
8530 #  - "name"
8531 #  - "tags"
8532 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8533 #  x-axis: "X = CNFs per Service Chain"
8534 #  y-axis: "Y = Number of Service Chains"
8535 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8536 #  layout:
8537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8538 #    layout: "plot-service-density"
8539 #
8540 #- type: "plot"
8541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8542 #  algorithm: "plot_nf_heatmap"
8543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8544 #  data: "plot-vpp-nfv-3n-skx-mrr"
8545 #  filter: "'NIC_Intel-XXV710' and
8546 #           'NF_DENSITY' and
8547 #           'DOCKER' and
8548 #           'CHAIN' and
8549 #           'NF_VPPIP4' and
8550 #           'IPSEC' and
8551 #           'TNL_1000' and
8552 #           'IMIX' and
8553 #           '4T2C' and
8554 #           'MRR'"
8555 #  parameters:
8556 #  - "result"
8557 #  - "name"
8558 #  - "tags"
8559 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8560 #  x-axis: "X = CNFs per Service Chain"
8561 #  y-axis: "Y = Number of Service Chains"
8562 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8563 #  layout:
8564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8565 #    layout: "plot-service-density"
8566 #
8567 #- type: "plot"
8568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8569 #  algorithm: "plot_nf_heatmap"
8570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8571 #  data: "plot-vpp-nfv-3n-skx-mrr"
8572 #  filter: "'NIC_Intel-XXV710' and
8573 #           'NF_DENSITY' and
8574 #           'DOCKER' and
8575 #           'CHAIN' and
8576 #           'NF_VPPIP4' and
8577 #           'IPSEC' and
8578 #           'TNL_1000' and
8579 #           'IMIX' and
8580 #           '8T4C' and
8581 #           'MRR'"
8582 #  parameters:
8583 #  - "result"
8584 #  - "name"
8585 #  - "tags"
8586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8587 #  x-axis: "X = CNFs per Service Chain"
8588 #  y-axis: "Y = Number of Service Chains"
8589 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8590 #  layout:
8591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8592 #    layout: "plot-service-density"
8593
8594 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8595 - type: "plot"
8596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8597   algorithm: "plot_nf_heatmap"
8598   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8599   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8600   filter: "'NIC_Intel-XXV710' and
8601            'NF_DENSITY' and
8602            'DOCKER' and
8603            'CHAIN' and
8604            'NF_VPPIP4' and
8605            'IPSEC' and
8606            'TNL_1000' and
8607            'IMIX' and
8608            '2T1C' and
8609            'NDRPDR'"
8610   parameters:
8611   - "throughput"
8612   - "name"
8613   - "tags"
8614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8615   x-axis: "X = CNFs per Service Chain"
8616   y-axis: "Y = Number of Service Chains"
8617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8618   layout:
8619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8620     layout: "plot-service-density"
8621
8622 - type: "plot"
8623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8624   algorithm: "plot_nf_heatmap"
8625   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8626   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8627   filter: "'NIC_Intel-XXV710' and
8628            'NF_DENSITY' and
8629            'DOCKER' and
8630            'CHAIN' and
8631            'NF_VPPIP4' and
8632            'IPSEC' and
8633            'TNL_1000' and
8634            'IMIX' and
8635            '4T2C' and
8636            'NDRPDR'"
8637   parameters:
8638   - "throughput"
8639   - "name"
8640   - "tags"
8641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8642   x-axis: "X = CNFs per Service Chain"
8643   y-axis: "Y = Number of Service Chains"
8644   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8645   layout:
8646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8647     layout: "plot-service-density"
8648
8649 - type: "plot"
8650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8651   algorithm: "plot_nf_heatmap"
8652   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8653   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8654   filter: "'NIC_Intel-XXV710' and
8655            'NF_DENSITY' and
8656            'DOCKER' and
8657            'CHAIN' and
8658            'NF_VPPIP4' and
8659            'IPSEC' and
8660            'TNL_1000' and
8661            'IMIX' and
8662            '8T4C' and
8663            'NDRPDR'"
8664   parameters:
8665   - "throughput"
8666   - "name"
8667   - "tags"
8668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8669   x-axis: "X = CNFs per Service Chain"
8670   y-axis: "Y = Number of Service Chains"
8671   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8672   layout:
8673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8674     layout: "plot-service-density"
8675
8676 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8677 - type: "plot"
8678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8679   algorithm: "plot_nf_heatmap"
8680   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8681   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8682   filter: "'NIC_Intel-XXV710' and
8683            'NF_DENSITY' and
8684            'DOCKER' and
8685            'CHAIN' and
8686            'NF_VPPIP4' and
8687            'IPSEC' and
8688            'TNL_1000' and
8689            'IMIX' and
8690            '2T1C' and
8691            'NDRPDR'"
8692   parameters:
8693   - "throughput"
8694   - "name"
8695   - "tags"
8696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8697   x-axis: "X = CNFs per Service Chain"
8698   y-axis: "Y = Number of Service Chains"
8699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8700   layout:
8701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8702     layout: "plot-service-density"
8703
8704 - type: "plot"
8705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8706   algorithm: "plot_nf_heatmap"
8707   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8708   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8709   filter: "'NIC_Intel-XXV710' and
8710            'NF_DENSITY' and
8711            'DOCKER' and
8712            'CHAIN' and
8713            'NF_VPPIP4' and
8714            'IPSEC' and
8715            'TNL_1000' and
8716            'IMIX' and
8717            '4T2C' and
8718            'NDRPDR'"
8719   parameters:
8720   - "throughput"
8721   - "name"
8722   - "tags"
8723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8724   x-axis: "X = CNFs per Service Chain"
8725   y-axis: "Y = Number of Service Chains"
8726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8727   layout:
8728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8729     layout: "plot-service-density"
8730
8731 - type: "plot"
8732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8733   algorithm: "plot_nf_heatmap"
8734   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8735   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8736   filter: "'NIC_Intel-XXV710' and
8737            'NF_DENSITY' and
8738            'DOCKER' and
8739            'CHAIN' and
8740            'NF_VPPIP4' and
8741            'IPSEC' and
8742            'TNL_1000' and
8743            'IMIX' and
8744            '8T4C' and
8745            'NDRPDR'"
8746   parameters:
8747   - "throughput"
8748   - "name"
8749   - "tags"
8750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8751   x-axis: "X = CNFs per Service Chain"
8752   y-axis: "Y = Number of Service Chains"
8753   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8754   layout:
8755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8756     layout: "plot-service-density"
8757
8758 ###############################################################################
8759
8760 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8761 - type: "plot"
8762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8763   algorithm: "plot_nf_heatmap"
8764   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8765   data: "plot-vpp-nfv-3n-hsw-mrr"
8766   filter: "'NIC_Intel-XL710' and
8767            'NF_DENSITY' and
8768            'DOCKER' and
8769            'CHAIN' and
8770            'NF_VPPIP4' and
8771            'IMIX' and
8772            'TNL_1000' and
8773            '1T1C' and
8774            'MRR'"
8775   parameters:
8776   - "result"
8777   - "name"
8778   - "tags"
8779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = CNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8785     layout: "plot-service-density"
8786
8787 - type: "plot"
8788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8789   algorithm: "plot_nf_heatmap"
8790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8791   data: "plot-vpp-nfv-3n-hsw-mrr"
8792   filter: "'NIC_Intel-XL710' and
8793            'NF_DENSITY' and
8794            'DOCKER' and
8795            'CHAIN' and
8796            'NF_VPPIP4' and
8797            'IPSEC' and
8798            'TNL_1000' and
8799            'IMIX' and
8800            '2T2C' and
8801            'MRR'"
8802   parameters:
8803   - "result"
8804   - "name"
8805   - "tags"
8806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8807   x-axis: "X = CNFs per Service Chain"
8808   y-axis: "Y = Number of Service Chains"
8809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8810   layout:
8811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8812     layout: "plot-service-density"
8813
8814 - type: "plot"
8815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8816   algorithm: "plot_nf_heatmap"
8817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8818   data: "plot-vpp-nfv-3n-hsw-mrr"
8819   filter: "'NIC_Intel-XL710' and
8820            'NF_DENSITY' and
8821            'DOCKER' and
8822            'CHAIN' and
8823            'NF_VPPIP4' and
8824            'IPSEC' and
8825            'TNL_1000' and
8826            'IMIX' and
8827            '4T4C' and
8828            'MRR'"
8829   parameters:
8830   - "result"
8831   - "name"
8832   - "tags"
8833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8834   x-axis: "X = CNFs per Service Chain"
8835   y-axis: "Y = Number of Service Chains"
8836   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8837   layout:
8838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8839     layout: "plot-service-density"
8840
8841 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8842 - type: "plot"
8843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8844   algorithm: "plot_nf_heatmap"
8845   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8846   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8847   filter: "'NIC_Intel-XL710' and
8848            'NF_DENSITY' and
8849            'DOCKER' and
8850            'CHAIN' and
8851            'NF_VPPIP4' and
8852            'IPSEC' and
8853            'TNL_1000' and
8854            'IMIX' and
8855            '1T1C' and
8856            'NDRPDR'"
8857   parameters:
8858   - "throughput"
8859   - "name"
8860   - "tags"
8861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8862   x-axis: "X = CNFs per Service Chain"
8863   y-axis: "Y = Number of Service Chains"
8864   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8865   layout:
8866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8867     layout: "plot-service-density"
8868
8869 - type: "plot"
8870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8871   algorithm: "plot_nf_heatmap"
8872   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8873   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8874   filter: "'NIC_Intel-XL710' and
8875            'NF_DENSITY' and
8876            'DOCKER' and
8877            'CHAIN' and
8878            'NF_VPPIP4' and
8879            'IPSEC' and
8880            'TNL_1000' and
8881            'IMIX' and
8882            '2T2C' and
8883            'NDRPDR'"
8884   parameters:
8885   - "throughput"
8886   - "name"
8887   - "tags"
8888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8889   x-axis: "X = CNFs per Service Chain"
8890   y-axis: "Y = Number of Service Chains"
8891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8892   layout:
8893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8894     layout: "plot-service-density"
8895
8896 - type: "plot"
8897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8898   algorithm: "plot_nf_heatmap"
8899   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8900   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8901   filter: "'NIC_Intel-XL710' and
8902            'NF_DENSITY' and
8903            'DOCKER' and
8904            'CHAIN' and
8905            'NF_VPPIP4' and
8906            'IPSEC' and
8907            'TNL_1000' and
8908            'IMIX' and
8909            '4T4C' and
8910            'NDRPDR'"
8911   parameters:
8912   - "throughput"
8913   - "name"
8914   - "tags"
8915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8916   x-axis: "X = CNFs per Service Chain"
8917   y-axis: "Y = Number of Service Chains"
8918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8919   layout:
8920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8921     layout: "plot-service-density"
8922
8923 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8924 - type: "plot"
8925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8926   algorithm: "plot_nf_heatmap"
8927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8928   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8929   filter: "'NIC_Intel-XL710' and
8930            'NF_DENSITY' and
8931            'DOCKER' and
8932            'CHAIN' and
8933            'NF_VPPIP4' and
8934            'IPSEC' and
8935            'TNL_1000' and
8936            'IMIX' and
8937            '1T1C' and
8938            'NDRPDR'"
8939   parameters:
8940   - "throughput"
8941   - "name"
8942   - "tags"
8943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8944   x-axis: "X = CNFs per Service Chain"
8945   y-axis: "Y = Number of Service Chains"
8946   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8947   layout:
8948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8949     layout: "plot-service-density"
8950
8951 - type: "plot"
8952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8953   algorithm: "plot_nf_heatmap"
8954   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8955   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8956   filter: "'NIC_Intel-XL710' and
8957            'NF_DENSITY' and
8958            'DOCKER' and
8959            'CHAIN' and
8960            'NF_VPPIP4' and
8961            'IPSEC' and
8962            'TNL_1000' and
8963            'IMIX' and
8964            '2T2C' and
8965            'NDRPDR'"
8966   parameters:
8967   - "throughput"
8968   - "name"
8969   - "tags"
8970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8971   x-axis: "X = CNFs per Service Chain"
8972   y-axis: "Y = Number of Service Chains"
8973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8974   layout:
8975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8976     layout: "plot-service-density"
8977
8978 - type: "plot"
8979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8980   algorithm: "plot_nf_heatmap"
8981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8982   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8983   filter: "'NIC_Intel-XL710' and
8984            'NF_DENSITY' and
8985            'DOCKER' and
8986            'CHAIN' and
8987            'NF_VPPIP4' and
8988            'IPSEC' and
8989            'TNL_1000' and
8990            'IMIX' and
8991            '4T4C' and
8992            'NDRPDR'"
8993   parameters:
8994   - "throughput"
8995   - "name"
8996   - "tags"
8997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = CNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9003     layout: "plot-service-density"
9004
9005 ###############################################################################
9006
9007 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9008 #- type: "plot"
9009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9010 #  algorithm: "plot_nf_heatmap"
9011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9012 #  data: "plot-vpp-nfv-3n-skx-mrr"
9013 #  filter: "'NIC_Intel-XXV710' and
9014 #           'NF_DENSITY' and
9015 #           'DOCKER' and
9016 #           'CHAIN' and
9017 #           'NF_VPPIP4' and
9018 #           'IPSEC' and
9019 #           'TNL_10000' and
9020 #           'IMIX' and
9021 #           '2T1C' and
9022 #           'MRR'"
9023 #  parameters:
9024 #  - "result"
9025 #  - "name"
9026 #  - "tags"
9027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9028 #  x-axis: "X = CNFs per Service Chain"
9029 #  y-axis: "Y = Number of Service Chains"
9030 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9031 #  layout:
9032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9033 #    layout: "plot-service-density"
9034 #
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9039 #  data: "plot-vpp-nfv-3n-skx-mrr"
9040 #  filter: "'NIC_Intel-XXV710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'CHAIN' and
9044 #           'NF_VPPIP4' and
9045 #           'IPSEC' and
9046 #           'TNL_10000' and
9047 #           'IMIX' and
9048 #           '4T2C' and
9049 #           'MRR'"
9050 #  parameters:
9051 #  - "result"
9052 #  - "name"
9053 #  - "tags"
9054 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9055 #  x-axis: "X = CNFs per Service Chain"
9056 #  y-axis: "Y = Number of Service Chains"
9057 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9058 #  layout:
9059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9060 #    layout: "plot-service-density"
9061 #
9062 #- type: "plot"
9063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9064 #  algorithm: "plot_nf_heatmap"
9065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9066 #  data: "plot-vpp-nfv-3n-skx-mrr"
9067 #  filter: "'NIC_Intel-XXV710' and
9068 #           'NF_DENSITY' and
9069 #           'DOCKER' and
9070 #           'CHAIN' and
9071 #           'NF_VPPIP4' and
9072 #           'IPSEC' and
9073 #           'TNL_10000' and
9074 #           'IMIX' and
9075 #           '8T4C' and
9076 #           'MRR'"
9077 #  parameters:
9078 #  - "result"
9079 #  - "name"
9080 #  - "tags"
9081 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9082 #  x-axis: "X = CNFs per Service Chain"
9083 #  y-axis: "Y = Number of Service Chains"
9084 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9085 #  layout:
9086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9087 #    layout: "plot-service-density"
9088
9089 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9090 - type: "plot"
9091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9092   algorithm: "plot_nf_heatmap"
9093   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9094   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9095   filter: "'NIC_Intel-XXV710' and
9096            'NF_DENSITY' and
9097            'DOCKER' and
9098            'CHAIN' and
9099            'NF_VPPIP4' and
9100            'IPSEC' and
9101            'TNL_10000' and
9102            'IMIX' and
9103            '2T1C' and
9104            'NDRPDR'"
9105   parameters:
9106   - "throughput"
9107   - "name"
9108   - "tags"
9109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9110   x-axis: "X = CNFs per Service Chain"
9111   y-axis: "Y = Number of Service Chains"
9112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9113   layout:
9114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9115     layout: "plot-service-density"
9116
9117 - type: "plot"
9118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9119   algorithm: "plot_nf_heatmap"
9120   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9121   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9122   filter: "'NIC_Intel-XXV710' and
9123            'NF_DENSITY' and
9124            'DOCKER' and
9125            'CHAIN' and
9126            'NF_VPPIP4' and
9127            'IPSEC' and
9128            'TNL_10000' and
9129            'IMIX' and
9130            '4T2C' and
9131            'NDRPDR'"
9132   parameters:
9133   - "throughput"
9134   - "name"
9135   - "tags"
9136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9137   x-axis: "X = CNFs per Service Chain"
9138   y-axis: "Y = Number of Service Chains"
9139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9140   layout:
9141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9142     layout: "plot-service-density"
9143
9144 - type: "plot"
9145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9146   algorithm: "plot_nf_heatmap"
9147   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9148   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9149   filter: "'NIC_Intel-XXV710' and
9150            'NF_DENSITY' and
9151            'DOCKER' and
9152            'CHAIN' and
9153            'NF_VPPIP4' and
9154            'IPSEC' and
9155            'TNL_10000' and
9156            'IMIX' and
9157            '8T4C' and
9158            'NDRPDR'"
9159   parameters:
9160   - "throughput"
9161   - "name"
9162   - "tags"
9163   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9164   x-axis: "X = CNFs per Service Chain"
9165   y-axis: "Y = Number of Service Chains"
9166   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9167   layout:
9168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9169     layout: "plot-service-density"
9170
9171 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9172 - type: "plot"
9173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9174   algorithm: "plot_nf_heatmap"
9175   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9176   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9177   filter: "'NIC_Intel-XXV710' and
9178            'NF_DENSITY' and
9179            'DOCKER' and
9180            'CHAIN' and
9181            'NF_VPPIP4' and
9182            'IPSEC' and
9183            'TNL_10000' and
9184            'IMIX' and
9185            '2T1C' and
9186            'NDRPDR'"
9187   parameters:
9188   - "throughput"
9189   - "name"
9190   - "tags"
9191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9192   x-axis: "X = CNFs per Service Chain"
9193   y-axis: "Y = Number of Service Chains"
9194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9195   layout:
9196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9197     layout: "plot-service-density"
9198
9199 - type: "plot"
9200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9201   algorithm: "plot_nf_heatmap"
9202   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9203   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9204   filter: "'NIC_Intel-XXV710' and
9205            'NF_DENSITY' and
9206            'DOCKER' and
9207            'CHAIN' and
9208            'NF_VPPIP4' and
9209            'IPSEC' and
9210            'TNL_10000' and
9211            'IMIX' and
9212            '4T2C' and
9213            'NDRPDR'"
9214   parameters:
9215   - "throughput"
9216   - "name"
9217   - "tags"
9218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9219   x-axis: "X = CNFs per Service Chain"
9220   y-axis: "Y = Number of Service Chains"
9221   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9222   layout:
9223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9224     layout: "plot-service-density"
9225
9226 - type: "plot"
9227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9228   algorithm: "plot_nf_heatmap"
9229   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9230   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9231   filter: "'NIC_Intel-XXV710' and
9232            'NF_DENSITY' and
9233            'DOCKER' and
9234            'CHAIN' and
9235            'NF_VPPIP4' and
9236            'IPSEC' and
9237            'TNL_10000' and
9238            'IMIX' and
9239            '8T4C' and
9240            'NDRPDR'"
9241   parameters:
9242   - "throughput"
9243   - "name"
9244   - "tags"
9245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9246   x-axis: "X = CNFs per Service Chain"
9247   y-axis: "Y = Number of Service Chains"
9248   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9249   layout:
9250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9251     layout: "plot-service-density"
9252
9253 ###############################################################################
9254
9255 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9256 - type: "plot"
9257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9258   algorithm: "plot_nf_heatmap"
9259   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9260   data: "plot-vpp-nfv-3n-hsw-mrr"
9261   filter: "'NIC_Intel-XL710' and
9262            'NF_DENSITY' and
9263            'DOCKER' and
9264            'CHAIN' and
9265            'NF_VPPIP4' and
9266            'IMIX' and
9267            'TNL_10000' and
9268            '1T1C' and
9269            'MRR'"
9270   parameters:
9271   - "result"
9272   - "name"
9273   - "tags"
9274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9275   x-axis: "X = CNFs per Service Chain"
9276   y-axis: "Y = Number of Service Chains"
9277   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9278   layout:
9279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9280     layout: "plot-service-density"
9281
9282 - type: "plot"
9283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9284   algorithm: "plot_nf_heatmap"
9285   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9286   data: "plot-vpp-nfv-3n-hsw-mrr"
9287   filter: "'NIC_Intel-XL710' and
9288            'NF_DENSITY' and
9289            'DOCKER' and
9290            'CHAIN' and
9291            'NF_VPPIP4' and
9292            'IPSEC' and
9293            'TNL_10000' and
9294            'IMIX' and
9295            '2T2C' and
9296            'MRR'"
9297   parameters:
9298   - "result"
9299   - "name"
9300   - "tags"
9301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9302   x-axis: "X = CNFs per Service Chain"
9303   y-axis: "Y = Number of Service Chains"
9304   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9305   layout:
9306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9307     layout: "plot-service-density"
9308
9309 - type: "plot"
9310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9311   algorithm: "plot_nf_heatmap"
9312   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9313   data: "plot-vpp-nfv-3n-hsw-mrr"
9314   filter: "'NIC_Intel-XL710' and
9315            'NF_DENSITY' and
9316            'DOCKER' and
9317            'CHAIN' and
9318            'NF_VPPIP4' and
9319            'IPSEC' and
9320            'TNL_10000' and
9321            'IMIX' and
9322            '4T4C' and
9323            'MRR'"
9324   parameters:
9325   - "result"
9326   - "name"
9327   - "tags"
9328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9329   x-axis: "X = CNFs per Service Chain"
9330   y-axis: "Y = Number of Service Chains"
9331   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9332   layout:
9333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9334     layout: "plot-service-density"
9335
9336 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9337 - type: "plot"
9338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9339   algorithm: "plot_nf_heatmap"
9340   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9341   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9342   filter: "'NIC_Intel-XL710' and
9343            'NF_DENSITY' and
9344            'DOCKER' and
9345            'CHAIN' and
9346            'NF_VPPIP4' and
9347            'IPSEC' and
9348            'TNL_10000' and
9349            'IMIX' and
9350            '1T1C' and
9351            'NDRPDR'"
9352   parameters:
9353   - "throughput"
9354   - "name"
9355   - "tags"
9356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9357   x-axis: "X = CNFs per Service Chain"
9358   y-axis: "Y = Number of Service Chains"
9359   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9360   layout:
9361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9362     layout: "plot-service-density"
9363
9364 - type: "plot"
9365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9366   algorithm: "plot_nf_heatmap"
9367   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9368   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9369   filter: "'NIC_Intel-XL710' and
9370            'NF_DENSITY' and
9371            'DOCKER' and
9372            'CHAIN' and
9373            'NF_VPPIP4' and
9374            'IPSEC' and
9375            'TNL_10000' and
9376            'IMIX' and
9377            '2T2C' and
9378            'NDRPDR'"
9379   parameters:
9380   - "throughput"
9381   - "name"
9382   - "tags"
9383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9384   x-axis: "X = CNFs per Service Chain"
9385   y-axis: "Y = Number of Service Chains"
9386   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9387   layout:
9388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9389     layout: "plot-service-density"
9390
9391 - type: "plot"
9392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9393   algorithm: "plot_nf_heatmap"
9394   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9395   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9396   filter: "'NIC_Intel-XL710' and
9397            'NF_DENSITY' and
9398            'DOCKER' and
9399            'CHAIN' and
9400            'NF_VPPIP4' and
9401            'IPSEC' and
9402            'TNL_10000' and
9403            'IMIX' and
9404            '4T4C' and
9405            'NDRPDR'"
9406   parameters:
9407   - "throughput"
9408   - "name"
9409   - "tags"
9410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9411   x-axis: "X = CNFs per Service Chain"
9412   y-axis: "Y = Number of Service Chains"
9413   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9414   layout:
9415     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9416     layout: "plot-service-density"
9417
9418 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9419 - type: "plot"
9420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9421   algorithm: "plot_nf_heatmap"
9422   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9423   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9424   filter: "'NIC_Intel-XL710' and
9425            'NF_DENSITY' and
9426            'DOCKER' and
9427            'CHAIN' and
9428            'NF_VPPIP4' and
9429            'IPSEC' and
9430            'TNL_10000' and
9431            'IMIX' and
9432            '1T1C' and
9433            'NDRPDR'"
9434   parameters:
9435   - "throughput"
9436   - "name"
9437   - "tags"
9438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9439   x-axis: "X = CNFs per Service Chain"
9440   y-axis: "Y = Number of Service Chains"
9441   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9442   layout:
9443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9444     layout: "plot-service-density"
9445
9446 - type: "plot"
9447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9448   algorithm: "plot_nf_heatmap"
9449   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9450   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9451   filter: "'NIC_Intel-XL710' and
9452            'NF_DENSITY' and
9453            'DOCKER' and
9454            'CHAIN' and
9455            'NF_VPPIP4' and
9456            'IPSEC' and
9457            'TNL_10000' and
9458            'IMIX' and
9459            '2T2C' and
9460            'NDRPDR'"
9461   parameters:
9462   - "throughput"
9463   - "name"
9464   - "tags"
9465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9466   x-axis: "X = CNFs per Service Chain"
9467   y-axis: "Y = Number of Service Chains"
9468   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9469   layout:
9470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9471     layout: "plot-service-density"
9472
9473 - type: "plot"
9474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9475   algorithm: "plot_nf_heatmap"
9476   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9477   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9478   filter: "'NIC_Intel-XL710' and
9479            'NF_DENSITY' and
9480            'DOCKER' and
9481            'CHAIN' and
9482            'NF_VPPIP4' and
9483            'IPSEC' and
9484            'TNL_10000' and
9485            'IMIX' and
9486            '4T4C' and
9487            'NDRPDR'"
9488   parameters:
9489   - "throughput"
9490   - "name"
9491   - "tags"
9492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9493   x-axis: "X = CNFs per Service Chain"
9494   y-axis: "Y = Number of Service Chains"
9495   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9496   layout:
9497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9498     layout: "plot-service-density"
9499
9500 ###############################################################################
9501
9502 # Plots - NF Density - CSP - MRR 64b
9503
9504 #- type: "plot"
9505 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9506 #  algorithm: "plot_nf_heatmap"
9507 #  output-file-type: ".html"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9509 #  data: "plot-vpp-nfv-2n-skx-mrr"
9510 #  filter: "'NIC_Intel-XXV710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'PIPELINE' and
9514 #           'NF_VPPIP4' and
9515 #           '64B' and
9516 #           '2T1C' and
9517 #           'MRR'"
9518 #  parameters:
9519 #  - "result"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Pipeline"
9524 #  y-axis: "Y = Number of Service Pipelines"
9525 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file-type: ".html"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9535 #  data: "plot-vpp-nfv-2n-skx-mrr"
9536 #  filter: "'NIC_Intel-XXV710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'PIPELINE' and
9540 #           'NF_VPPIP4' and
9541 #           '64B' and
9542 #           '4T2C' and
9543 #           'MRR'"
9544 #  parameters:
9545 #  - "result"
9546 #  - "name"
9547 #  - "tags"
9548 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9549 #  x-axis: "X = CNFs per Service Pipeline"
9550 #  y-axis: "Y = Number of Service Pipelines"
9551 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9552 #  layout:
9553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9554 #    layout: "plot-service-density"
9555 #
9556 #- type: "plot"
9557 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9558 #  algorithm: "plot_nf_heatmap"
9559 #  output-file-type: ".html"
9560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9561 #  data: "plot-vpp-nfv-2n-skx-mrr"
9562 #  filter: "'NIC_Intel-XXV710' and
9563 #           'NF_DENSITY' and
9564 #           'DOCKER' and
9565 #           'PIPELINE' and
9566 #           'NF_VPPIP4' and
9567 #           '64B' and
9568 #           '8T4C' and
9569 #           'MRR'"
9570 #  parameters:
9571 #  - "result"
9572 #  - "name"
9573 #  - "tags"
9574 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9575 #  x-axis: "X = CNFs per Service Pipeline"
9576 #  y-axis: "Y = Number of Service Pipelines"
9577 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9578 #  layout:
9579 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9580 #    layout: "plot-service-density"
9581 #
9582 ## Plots - NF Density - CSP - MRR IMIX
9583 #- type: "plot"
9584 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9585 #  algorithm: "plot_nf_heatmap"
9586 #  output-file-type: ".html"
9587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9588 #  data: "plot-vpp-nfv-2n-skx-mrr"
9589 #  filter: "'NIC_Intel-XXV710' and
9590 #           'NF_DENSITY' and
9591 #           'DOCKER' and
9592 #           'PIPELINE' and
9593 #           'NF_VPPIP4' and
9594 #           'IMIX' and
9595 #           '2T1C' and
9596 #           'MRR'"
9597 #  parameters:
9598 #  - "result"
9599 #  - "name"
9600 #  - "tags"
9601 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9602 #  x-axis: "X = CNFs per Service Pipeline"
9603 #  y-axis: "Y = Number of Service Pipelines"
9604 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9605 #  layout:
9606 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9607 #    layout: "plot-service-density"
9608 #
9609 #- type: "plot"
9610 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9611 #  algorithm: "plot_nf_heatmap"
9612 #  output-file-type: ".html"
9613 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9614 #  data: "plot-vpp-nfv-2n-skx-mrr"
9615 #  filter: "'NIC_Intel-XXV710' and
9616 #           'NF_DENSITY' and
9617 #           'DOCKER' and
9618 #           'PIPELINE' and
9619 #           'NF_VPPIP4' and
9620 #           'IMIX' and
9621 #           '4T2C' and
9622 #           'MRR'"
9623 #  parameters:
9624 #  - "result"
9625 #  - "name"
9626 #  - "tags"
9627 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9628 #  x-axis: "X = CNFs per Service Pipeline"
9629 #  y-axis: "Y = Number of Service Pipelines"
9630 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9631 #  layout:
9632 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9633 #    layout: "plot-service-density"
9634 #
9635 #- type: "plot"
9636 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9637 #  algorithm: "plot_nf_heatmap"
9638 #  output-file-type: ".html"
9639 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9640 #  data: "plot-vpp-nfv-2n-skx-mrr"
9641 #  filter: "'NIC_Intel-XXV710' and
9642 #           'NF_DENSITY' and
9643 #           'DOCKER' and
9644 #           'PIPELINE' and
9645 #           'NF_VPPIP4' and
9646 #           'IMIX' and
9647 #           '8T4C' and
9648 #           'MRR'"
9649 #  parameters:
9650 #  - "result"
9651 #  - "name"
9652 #  - "tags"
9653 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9654 #  x-axis: "X = CNFs per Service Pipeline"
9655 #  y-axis: "Y = Number of Service Pipelines"
9656 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9657 #  layout:
9658 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9659 #    layout: "plot-service-density"
9660 #
9661 ## Plots - NF Density - CSP - NDR 64b
9662 #- type: "plot"
9663 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9664 #  algorithm: "plot_nf_heatmap"
9665 #  output-file-type: ".html"
9666 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9667 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9668 #  filter: "'NIC_Intel-XXV710' and
9669 #           'NF_DENSITY' and
9670 #           'DOCKER' and
9671 #           'PIPELINE' and
9672 #           'NF_VPPIP4' and
9673 #           '64B' and
9674 #           '2T1C' and
9675 #           'NDRPDR'"
9676 #  parameters:
9677 #  - "throughput"
9678 #  - "name"
9679 #  - "tags"
9680 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9681 #  x-axis: "X = CNFs per Service Pipeline"
9682 #  y-axis: "Y = Number of Service Pipelines"
9683 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9684 #  layout:
9685 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9686 #    layout: "plot-service-density"
9687 #
9688 #- type: "plot"
9689 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9690 #  algorithm: "plot_nf_heatmap"
9691 #  output-file-type: ".html"
9692 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9693 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9694 #  filter: "'NIC_Intel-XXV710' and
9695 #           'NF_DENSITY' and
9696 #           'DOCKER' and
9697 #           'PIPELINE' and
9698 #           'NF_VPPIP4' and
9699 #           '64B' and
9700 #           '4T2C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Pipeline"
9708 #  y-axis: "Y = Number of Service Pipelines"
9709 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9712 #    layout: "plot-service-density"
9713 #
9714 #- type: "plot"
9715 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9716 #  algorithm: "plot_nf_heatmap"
9717 #  output-file-type: ".html"
9718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9720 #  filter: "'NIC_Intel-XXV710' and
9721 #           'NF_DENSITY' and
9722 #           'DOCKER' and
9723 #           'PIPELINE' and
9724 #           'NF_VPPIP4' and
9725 #           '64B' and
9726 #           '8T4C' and
9727 #           'NDRPDR'"
9728 #  parameters:
9729 #  - "throughput"
9730 #  - "name"
9731 #  - "tags"
9732 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9733 #  x-axis: "X = CNFs per Service Pipeline"
9734 #  y-axis: "Y = Number of Service Pipelines"
9735 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9736 #  layout:
9737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9738 #    layout: "plot-service-density"
9739 #
9740 ## Plots - NF Density - CSP - NDR IMIX
9741 #- type: "plot"
9742 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9743 #  algorithm: "plot_nf_heatmap"
9744 #  output-file-type: ".html"
9745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9746 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9747 #  filter: "'NIC_Intel-XXV710' and
9748 #           'NF_DENSITY' and
9749 #           'DOCKER' and
9750 #           'PIPELINE' and
9751 #           'NF_VPPIP4' and
9752 #           'IMIX' and
9753 #           '2T1C' and
9754 #           'NDRPDR'"
9755 #  parameters:
9756 #  - "throughput"
9757 #  - "name"
9758 #  - "tags"
9759 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9760 #  x-axis: "X = CNFs per Service Pipeline"
9761 #  y-axis: "Y = Number of Service Pipelines"
9762 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9763 #  layout:
9764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9765 #    layout: "plot-service-density"
9766 #
9767 #- type: "plot"
9768 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9769 #  algorithm: "plot_nf_heatmap"
9770 #  output-file-type: ".html"
9771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9773 #  filter: "'NIC_Intel-XXV710' and
9774 #           'NF_DENSITY' and
9775 #           'DOCKER' and
9776 #           'PIPELINE' and
9777 #           'NF_VPPIP4' and
9778 #           'IMIX' and
9779 #           '4T2C' and
9780 #           'NDRPDR'"
9781 #  parameters:
9782 #  - "throughput"
9783 #  - "name"
9784 #  - "tags"
9785 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9786 #  x-axis: "X = CNFs per Service Pipeline"
9787 #  y-axis: "Y = Number of Service Pipelines"
9788 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9789 #  layout:
9790 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9791 #    layout: "plot-service-density"
9792 #
9793 #- type: "plot"
9794 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9795 #  algorithm: "plot_nf_heatmap"
9796 #  output-file-type: ".html"
9797 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9798 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9799 #  filter: "'NIC_Intel-XXV710' and
9800 #           'NF_DENSITY' and
9801 #           'DOCKER' and
9802 #           'PIPELINE' and
9803 #           'NF_VPPIP4' and
9804 #           'IMIX' and
9805 #           '8T4C' and
9806 #           'NDRPDR'"
9807 #  parameters:
9808 #  - "throughput"
9809 #  - "name"
9810 #  - "tags"
9811 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9812 #  x-axis: "X = CNFs per Service Pipeline"
9813 #  y-axis: "Y = Number of Service Pipelines"
9814 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9815 #  layout:
9816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9817 #    layout: "plot-service-density"
9818 #
9819 ## Plots - NF Density - CSP - PDR 64b
9820 #- type: "plot"
9821 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9822 #  algorithm: "plot_nf_heatmap"
9823 #  output-file-type: ".html"
9824 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9825 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9826 #  filter: "'NIC_Intel-XXV710' and
9827 #           'NF_DENSITY' and
9828 #           'DOCKER' and
9829 #           'PIPELINE' and
9830 #           'NF_VPPIP4' and
9831 #           '64B' and
9832 #           '2T1C' and
9833 #           'NDRPDR'"
9834 #  parameters:
9835 #  - "throughput"
9836 #  - "name"
9837 #  - "tags"
9838 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9839 #  x-axis: "X = CNFs per Service Pipeline"
9840 #  y-axis: "Y = Number of Service Pipelines"
9841 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9842 #  layout:
9843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9844 #    layout: "plot-service-density"
9845 #
9846 #- type: "plot"
9847 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9848 #  algorithm: "plot_nf_heatmap"
9849 #  output-file-type: ".html"
9850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9851 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9852 #  filter: "'NIC_Intel-XXV710' and
9853 #           'NF_DENSITY' and
9854 #           'DOCKER' and
9855 #           'PIPELINE' and
9856 #           'NF_VPPIP4' and
9857 #           '64B' and
9858 #           '4T2C' and
9859 #           'NDRPDR'"
9860 #  parameters:
9861 #  - "throughput"
9862 #  - "name"
9863 #  - "tags"
9864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9865 #  x-axis: "X = CNFs per Service Pipeline"
9866 #  y-axis: "Y = Number of Service Pipelines"
9867 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9868 #  layout:
9869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9870 #    layout: "plot-service-density"
9871 #
9872 #- type: "plot"
9873 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9874 #  algorithm: "plot_nf_heatmap"
9875 #  output-file-type: ".html"
9876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9877 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9878 #  filter: "'NIC_Intel-XXV710' and
9879 #           'NF_DENSITY' and
9880 #           'DOCKER' and
9881 #           'PIPELINE' and
9882 #           'NF_VPPIP4' and
9883 #           '64B' and
9884 #           '8T4C' and
9885 #           'NDRPDR'"
9886 #  parameters:
9887 #  - "throughput"
9888 #  - "name"
9889 #  - "tags"
9890 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9891 #  x-axis: "X = CNFs per Service Pipeline"
9892 #  y-axis: "Y = Number of Service Pipelines"
9893 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9894 #  layout:
9895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9896 #    layout: "plot-service-density"
9897 #
9898 ## Plots - NF Density - CSP - PDR IMIX
9899 #- type: "plot"
9900 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9901 #  algorithm: "plot_nf_heatmap"
9902 #  output-file-type: ".html"
9903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9904 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9905 #  filter: "'NIC_Intel-XXV710' and
9906 #           'NF_DENSITY' and
9907 #           'DOCKER' and
9908 #           'PIPELINE' and
9909 #           'NF_VPPIP4' and
9910 #           'IMIX' and
9911 #           '2T1C' and
9912 #           'NDRPDR'"
9913 #  parameters:
9914 #  - "throughput"
9915 #  - "name"
9916 #  - "tags"
9917 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9918 #  x-axis: "X = CNFs per Service Pipeline"
9919 #  y-axis: "Y = Number of Service Pipelines"
9920 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9921 #  layout:
9922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9923 #    layout: "plot-service-density"
9924 #
9925 #- type: "plot"
9926 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9927 #  algorithm: "plot_nf_heatmap"
9928 #  output-file-type: ".html"
9929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9930 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9931 #  filter: "'NIC_Intel-XXV710' and
9932 #           'NF_DENSITY' and
9933 #           'DOCKER' and
9934 #           'PIPELINE' and
9935 #           'NF_VPPIP4' and
9936 #           'IMIX' and
9937 #           '4T2C' and
9938 #           'NDRPDR'"
9939 #  parameters:
9940 #  - "throughput"
9941 #  - "name"
9942 #  - "tags"
9943 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9944 #  x-axis: "X = CNFs per Service Pipeline"
9945 #  y-axis: "Y = Number of Service Pipelines"
9946 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9947 #  layout:
9948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9949 #    layout: "plot-service-density"
9950 #
9951 #- type: "plot"
9952 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9953 #  algorithm: "plot_nf_heatmap"
9954 #  output-file-type: ".html"
9955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9956 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9957 #  filter: "'NIC_Intel-XXV710' and
9958 #           'NF_DENSITY' and
9959 #           'DOCKER' and
9960 #           'PIPELINE' and
9961 #           'NF_VPPIP4' and
9962 #           'IMIX' and
9963 #           '8T4C' and
9964 #           'NDRPDR'"
9965 #  parameters:
9966 #  - "throughput"
9967 #  - "name"
9968 #  - "tags"
9969 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9970 #  x-axis: "X = CNFs per Service Pipeline"
9971 #  y-axis: "Y = Number of Service Pipelines"
9972 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9973 #  layout:
9974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9975 #    layout: "plot-service-density"
9976
9977 ###############################################################################
9978 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9979
9980 - type: "plot"
9981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9982   algorithm: "plot_nf_heatmap"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9985   data: "plot-vpp-nfv-2n-clx-mrr"
9986   filter: "'NIC_Intel-XXV710' and
9987            'NF_DENSITY' and
9988            'VHOST' and
9989            not 'VXLAN' and
9990            'CHAIN' and
9991            'NF_VPPIP4' and
9992            'IMIX' and
9993            '2T1C' and
9994            'MRR'"
9995   parameters:
9996   - "result"
9997   - "name"
9998   - "tags"
9999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10000   x-axis: "X = VNFs per Service Chain"
10001   y-axis: "Y = Number of Service Chains"
10002   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10003   layout:
10004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10005     layout: "plot-service-density"
10006
10007 - type: "plot"
10008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10009   algorithm: "plot_nf_heatmap"
10010   output-file-type: ".html"
10011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10012   data: "plot-vpp-nfv-2n-clx-mrr"
10013   filter: "'NIC_Intel-XXV710' and
10014            'NF_DENSITY' and
10015            'VHOST' and
10016            not 'VXLAN' and
10017            'CHAIN' and
10018            'NF_VPPIP4' and
10019            'IMIX' and
10020            '4T2C' and
10021            'MRR'"
10022   parameters:
10023   - "result"
10024   - "name"
10025   - "tags"
10026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10027   x-axis: "X = VNFs per Service Chain"
10028   y-axis: "Y = Number of Service Chains"
10029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10030   layout:
10031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10032     layout: "plot-service-density"
10033
10034 - type: "plot"
10035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10036   algorithm: "plot_nf_heatmap"
10037   output-file-type: ".html"
10038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10039   data: "plot-vpp-nfv-2n-clx-mrr"
10040   filter: "'NIC_Intel-XXV710' and
10041            'NF_DENSITY' and
10042            'VHOST' and
10043            not 'VXLAN' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IMIX' and
10047            '8T4C' and
10048            'MRR'"
10049   parameters:
10050   - "result"
10051   - "name"
10052   - "tags"
10053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10054   x-axis: "X = VNFs per Service Chain"
10055   y-axis: "Y = Number of Service Chains"
10056   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10057   layout:
10058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10059     layout: "plot-service-density"
10060
10061 # Plots - NF Density - VSC - NDR IMIX
10062 - type: "plot"
10063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10064   algorithm: "plot_nf_heatmap"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10067   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10068   filter: "'NIC_Intel-XXV710' and
10069            'NF_DENSITY' and
10070            'VHOST' and
10071            not 'VXLAN' and
10072            'CHAIN' and
10073            'NF_VPPIP4' and
10074            'IMIX' and
10075            '2T1C' and
10076            'NDRPDR'"
10077   parameters:
10078   - "throughput"
10079   - "name"
10080   - "tags"
10081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10082   x-axis: "X = VNFs per Service Chain"
10083   y-axis: "Y = Number of Service Chains"
10084   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10085   layout:
10086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10087     layout: "plot-service-density"
10088
10089 - type: "plot"
10090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10091   algorithm: "plot_nf_heatmap"
10092   output-file-type: ".html"
10093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10094   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10095   filter: "'NIC_Intel-XXV710' and
10096            'NF_DENSITY' and
10097            'VHOST' and
10098            not 'VXLAN' and
10099            'CHAIN' and
10100            'NF_VPPIP4' and
10101            'IMIX' and
10102            '4T2C' and
10103            'NDRPDR'"
10104   parameters:
10105   - "throughput"
10106   - "name"
10107   - "tags"
10108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10109   x-axis: "X = VNFs per Service Chain"
10110   y-axis: "Y = Number of Service Chains"
10111   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10112   layout:
10113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10114     layout: "plot-service-density"
10115
10116 - type: "plot"
10117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10118   algorithm: "plot_nf_heatmap"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10121   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10122   filter: "'NIC_Intel-XXV710' and
10123            'NF_DENSITY' and
10124            'VHOST' and
10125            not 'VXLAN' and
10126            'CHAIN' and
10127            'NF_VPPIP4' and
10128            'IMIX' and
10129            '8T4C' and
10130            'NDRPDR'"
10131   parameters:
10132   - "throughput"
10133   - "name"
10134   - "tags"
10135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10136   x-axis: "X = VNFs per Service Chain"
10137   y-axis: "Y = Number of Service Chains"
10138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10139   layout:
10140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10141     layout: "plot-service-density"
10142
10143 # Plots - NF Density - VSC - PDR IMIX
10144 - type: "plot"
10145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10146   algorithm: "plot_nf_heatmap"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10149   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10150   filter: "'NIC_Intel-XXV710' and
10151            'NF_DENSITY' and
10152            'VHOST' and
10153            not 'VXLAN' and
10154            'CHAIN' and
10155            'NF_VPPIP4' and
10156            'IMIX' and
10157            '2T1C' and
10158            'NDRPDR'"
10159   parameters:
10160   - "throughput"
10161   - "name"
10162   - "tags"
10163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10164   x-axis: "X = VNFs per Service Chain"
10165   y-axis: "Y = Number of Service Chains"
10166   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10167   layout:
10168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10169     layout: "plot-service-density"
10170
10171 - type: "plot"
10172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10173   algorithm: "plot_nf_heatmap"
10174   output-file-type: ".html"
10175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10176   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10177   filter: "'NIC_Intel-XXV710' and
10178            'NF_DENSITY' and
10179            'VHOST' and
10180            not 'VXLAN' and
10181            'CHAIN' and
10182            'NF_VPPIP4' and
10183            'IMIX' and
10184            '4T2C' and
10185            'NDRPDR'"
10186   parameters:
10187   - "throughput"
10188   - "name"
10189   - "tags"
10190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10191   x-axis: "X = VNFs per Service Chain"
10192   y-axis: "Y = Number of Service Chains"
10193   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10194   layout:
10195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10196     layout: "plot-service-density"
10197
10198 - type: "plot"
10199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10200   algorithm: "plot_nf_heatmap"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10203   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10204   filter: "'NIC_Intel-XXV710' and
10205            'NF_DENSITY' and
10206            'VHOST' and
10207            not 'VXLAN' and
10208            'CHAIN' and
10209            'NF_VPPIP4' and
10210            'IMIX' and
10211            '8T4C' and
10212            'NDRPDR'"
10213   parameters:
10214   - "throughput"
10215   - "name"
10216   - "tags"
10217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10218   x-axis: "X = VNFs per Service Chain"
10219   y-axis: "Y = Number of Service Chains"
10220   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10221   layout:
10222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10223     layout: "plot-service-density"
10224
10225 # Plots - NF Density - VSC - MRR IMIX
10226 - type: "plot"
10227   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10228   algorithm: "plot_nf_heatmap"
10229   output-file-type: ".html"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10231   data: "plot-vpp-nfv-2n-clx-mrr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'VHOST' and
10235            'VXLAN' and
10236            'CHAIN' and
10237            'IMIX' and
10238            '2T1C' and
10239            'MRR'"
10240   parameters:
10241   - "result"
10242   - "name"
10243   - "tags"
10244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10245   x-axis: "X = VNFs per Service Chain"
10246   y-axis: "Y = Number of Service Chains"
10247   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10248   layout:
10249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10250     layout: "plot-service-density"
10251
10252 - type: "plot"
10253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10254   algorithm: "plot_nf_heatmap"
10255   output-file-type: ".html"
10256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10257   data: "plot-vpp-nfv-2n-clx-mrr"
10258   filter: "'NIC_Intel-XXV710' and
10259            'NF_DENSITY' and
10260            'VHOST' and
10261            'VXLAN' and
10262            'CHAIN' and
10263            'IMIX' and
10264            '4T2C' and
10265            'MRR'"
10266   parameters:
10267   - "result"
10268   - "name"
10269   - "tags"
10270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = VNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10283   data: "plot-vpp-nfv-2n-clx-mrr"
10284   filter: "'NIC_Intel-XXV710' and
10285            'NF_DENSITY' and
10286            'VHOST' and
10287            'VXLAN' and
10288            'CHAIN' and
10289            'IMIX' and
10290            '8T4C' and
10291            'MRR'"
10292   parameters:
10293   - "result"
10294   - "name"
10295   - "tags"
10296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10297   x-axis: "X = VNFs per Service Chain"
10298   y-axis: "Y = Number of Service Chains"
10299   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10300   layout:
10301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10302     layout: "plot-service-density"
10303
10304 # Plots - NF Density - VSC - NDR IMIX
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file-type: ".html"
10309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10311   filter: "'NIC_Intel-XXV710' and
10312            'NF_DENSITY' and
10313            'VHOST' and
10314            'VXLAN' and
10315            'CHAIN' a
10316            'IMIX' and
10317            '2T1C' and
10318            'NDRPDR'"
10319   parameters:
10320   - "throughput"
10321   - "name"
10322   - "tags"
10323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10324   x-axis: "X = VNFs per Service Chain"
10325   y-axis: "Y = Number of Service Chains"
10326   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10327   layout:
10328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10329     layout: "plot-service-density"
10330
10331 - type: "plot"
10332   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10333   algorithm: "plot_nf_heatmap"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10336   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10337   filter: "'NIC_Intel-XXV710' and
10338            'NF_DENSITY' and
10339            'VHOST' and
10340            'VXLAN' and
10341            'CHAIN' and
10342            'IMIX' and
10343            '4T2C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = VNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10355     layout: "plot-service-density"
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10362   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'VHOST' and
10366            'VXLAN' and
10367            'CHAIN' and
10368            'IMIX' and
10369            '8T4C' and
10370            'NDRPDR'"
10371   parameters:
10372   - "throughput"
10373   - "name"
10374   - "tags"
10375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = VNFs per Service Chain"
10377   y-axis: "Y = Number of Service Chains"
10378   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10381     layout: "plot-service-density"
10382
10383 # Plots - NF Density - VSC - PDR IMIX
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10389   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'VHOST' and
10393            'VXLAN' and
10394            'CHAIN' and
10395            'IMIX' and
10396            '2T1C' and
10397            'NDRPDR'"
10398   parameters:
10399   - "throughput"
10400   - "name"
10401   - "tags"
10402   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = VNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'VHOST' and
10419            'VXLAN' and
10420            'CHAIN' and
10421            'IMIX' and
10422            '4T2C' and
10423            'NDRPDR'"
10424   parameters:
10425   - "throughput"
10426   - "name"
10427   - "tags"
10428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = VNFs per Service Chain"
10430   y-axis: "Y = Number of Service Chains"
10431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10434     layout: "plot-service-density"
10435
10436 - type: "plot"
10437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10438   algorithm: "plot_nf_heatmap"
10439   output-file-type: ".html"
10440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10442   filter: "'NIC_Intel-XXV710' and
10443            'NF_DENSITY' and
10444            'VHOST' and
10445            'VXLAN' and
10446            'CHAIN' and
10447            'IMIX' and
10448            '8T4C' and
10449            'NDRPDR'"
10450   parameters:
10451   - "throughput"
10452   - "name"
10453   - "tags"
10454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = VNFs per Service Chain"
10456   y-axis: "Y = Number of Service Chains"
10457   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10460     layout: "plot-service-density"
10461
10462 # Plots - NF Density - CSC - MRR IMIX
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10468   data: "plot-vpp-nfv-2n-clx-mrr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'CHAIN' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '2T1C' and
10476            'MRR'"
10477   parameters:
10478   - "result"
10479   - "name"
10480   - "tags"
10481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Chain"
10483   y-axis: "Y = Number of Service Chains"
10484   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10494   data: "plot-vpp-nfv-2n-clx-mrr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'CHAIN' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '4T2C' and
10502            'MRR'"
10503   parameters:
10504   - "result"
10505   - "name"
10506   - "tags"
10507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Chain"
10509   y-axis: "Y = Number of Service Chains"
10510   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10513     layout: "plot-service-density"
10514
10515 - type: "plot"
10516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10517   algorithm: "plot_nf_heatmap"
10518   output-file-type: ".html"
10519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10520   data: "plot-vpp-nfv-2n-clx-mrr"
10521   filter: "'NIC_Intel-XXV710' and
10522            'NF_DENSITY' and
10523            'DOCKER' and
10524            'CHAIN' and
10525            'NF_VPPIP4' and
10526            'IMIX' and
10527            '8T4C' and
10528            'MRR'"
10529   parameters:
10530   - "result"
10531   - "name"
10532   - "tags"
10533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10534   x-axis: "X = CNFs per Service Chain"
10535   y-axis: "Y = Number of Service Chains"
10536   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10537   layout:
10538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10539     layout: "plot-service-density"
10540
10541 # Plots - NF Density - CSC - NDR IMIX
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10547   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'CHAIN' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '2T1C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Chain"
10562   y-axis: "Y = Number of Service Chains"
10563   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10573   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'CHAIN' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '4T2C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Chain"
10588   y-axis: "Y = Number of Service Chains"
10589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10592     layout: "plot-service-density"
10593
10594 - type: "plot"
10595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10596   algorithm: "plot_nf_heatmap"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10599   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10600   filter: "'NIC_Intel-XXV710' and
10601            'NF_DENSITY' and
10602            'DOCKER' and
10603            'CHAIN' and
10604            'NF_VPPIP4' and
10605            'IMIX' and
10606            '8T4C' and
10607            'NDRPDR'"
10608   parameters:
10609   - "throughput"
10610   - "name"
10611   - "tags"
10612   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10613   x-axis: "X = CNFs per Service Chain"
10614   y-axis: "Y = Number of Service Chains"
10615   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10616   layout:
10617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10618     layout: "plot-service-density"
10619
10620 # Plots - NF Density - CSC - PDR IMIX
10621 - type: "plot"
10622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10623   algorithm: "plot_nf_heatmap"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10626   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10627   filter: "'NIC_Intel-XXV710' and
10628            'NF_DENSITY' and
10629            'DOCKER' and
10630            'CHAIN' and
10631            'NF_VPPIP4' and
10632            'IMIX' and
10633            '2T1C' and
10634            'NDRPDR'"
10635   parameters:
10636   - "throughput"
10637   - "name"
10638   - "tags"
10639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10640   x-axis: "X = CNFs per Service Chain"
10641   y-axis: "Y = Number of Service Chains"
10642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10643   layout:
10644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10645     layout: "plot-service-density"
10646
10647 - type: "plot"
10648   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10649   algorithm: "plot_nf_heatmap"
10650   output-file-type: ".html"
10651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10652   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10653   filter: "'NIC_Intel-XXV710' and
10654            'NF_DENSITY' and
10655            'DOCKER' and
10656            'CHAIN' and
10657            'NF_VPPIP4' and
10658            'IMIX' and
10659            '4T2C' and
10660            'NDRPDR'"
10661   parameters:
10662   - "throughput"
10663   - "name"
10664   - "tags"
10665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10666   x-axis: "X = CNFs per Service Chain"
10667   y-axis: "Y = Number of Service Chains"
10668   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10669   layout:
10670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10671     layout: "plot-service-density"
10672
10673 - type: "plot"
10674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10675   algorithm: "plot_nf_heatmap"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10678   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10679   filter: "'NIC_Intel-XXV710' and
10680            'NF_DENSITY' and
10681            'DOCKER' and
10682            'CHAIN' and
10683            'NF_VPPIP4' and
10684            'IMIX' and
10685            '8T4C' and
10686            'NDRPDR'"
10687   parameters:
10688   - "throughput"
10689   - "name"
10690   - "tags"
10691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10692   x-axis: "X = CNFs per Service Chain"
10693   y-axis: "Y = Number of Service Chains"
10694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10695   layout:
10696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10697     layout: "plot-service-density"
10698
10699 # Plots - NF Density - CSP - MRR IMIX
10700 - type: "plot"
10701   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10702   algorithm: "plot_nf_heatmap"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10705   data: "plot-vpp-nfv-2n-clx-mrr"
10706   filter: "'NIC_Intel-XXV710' and
10707            'NF_DENSITY' and
10708            'DOCKER' and
10709            'PIPELINE' and
10710            'NF_VPPIP4' and
10711            'IMIX' and
10712            '2T1C' and
10713            'MRR'"
10714   parameters:
10715   - "result"
10716   - "name"
10717   - "tags"
10718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10719   x-axis: "X = CNFs per Service Pipeline"
10720   y-axis: "Y = Number of Service Pipelines"
10721   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10722   layout:
10723     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10724     layout: "plot-service-density"
10725
10726 - type: "plot"
10727   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10728   algorithm: "plot_nf_heatmap"
10729   output-file-type: ".html"
10730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10731   data: "plot-vpp-nfv-2n-clx-mrr"
10732   filter: "'NIC_Intel-XXV710' and
10733            'NF_DENSITY' and
10734            'DOCKER' and
10735            'PIPELINE' and
10736            'NF_VPPIP4' and
10737            'IMIX' and
10738            '4T2C' and
10739            'MRR'"
10740   parameters:
10741   - "result"
10742   - "name"
10743   - "tags"
10744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10745   x-axis: "X = CNFs per Service Pipeline"
10746   y-axis: "Y = Number of Service Pipelines"
10747   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10748   layout:
10749     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10750     layout: "plot-service-density"
10751
10752 - type: "plot"
10753   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10754   algorithm: "plot_nf_heatmap"
10755   output-file-type: ".html"
10756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10757   data: "plot-vpp-nfv-2n-clx-mrr"
10758   filter: "'NIC_Intel-XXV710' and
10759            'NF_DENSITY' and
10760            'DOCKER' and
10761            'PIPELINE' and
10762            'NF_VPPIP4' and
10763            'IMIX' and
10764            '8T4C' and
10765            'MRR'"
10766   parameters:
10767   - "result"
10768   - "name"
10769   - "tags"
10770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10771   x-axis: "X = CNFs per Service Pipeline"
10772   y-axis: "Y = Number of Service Pipelines"
10773   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10774   layout:
10775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10776     layout: "plot-service-density"
10777
10778 # Plots - NF Density - CSP - NDR IMIX
10779 - type: "plot"
10780   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10781   algorithm: "plot_nf_heatmap"
10782   output-file-type: ".html"
10783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10784   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10785   filter: "'NIC_Intel-XXV710' and
10786            'NF_DENSITY' and
10787            'DOCKER' and
10788            'PIPELINE' and
10789            'NF_VPPIP4' and
10790            'IMIX' and
10791            '2T1C' and
10792            'NDRPDR'"
10793   parameters:
10794   - "throughput"
10795   - "name"
10796   - "tags"
10797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10798   x-axis: "X = CNFs per Service Pipeline"
10799   y-axis: "Y = Number of Service Pipelines"
10800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10801   layout:
10802     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10803     layout: "plot-service-density"
10804
10805 - type: "plot"
10806   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10807   algorithm: "plot_nf_heatmap"
10808   output-file-type: ".html"
10809   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10810   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10811   filter: "'NIC_Intel-XXV710' and
10812            'NF_DENSITY' and
10813            'DOCKER' and
10814            'PIPELINE' and
10815            'NF_VPPIP4' and
10816            'IMIX' and
10817            '4T2C' and
10818            'NDRPDR'"
10819   parameters:
10820   - "throughput"
10821   - "name"
10822   - "tags"
10823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10824   x-axis: "X = CNFs per Service Pipeline"
10825   y-axis: "Y = Number of Service Pipelines"
10826   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10827   layout:
10828     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10829     layout: "plot-service-density"
10830
10831 - type: "plot"
10832   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10833   algorithm: "plot_nf_heatmap"
10834   output-file-type: ".html"
10835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10836   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10837   filter: "'NIC_Intel-XXV710' and
10838            'NF_DENSITY' and
10839            'DOCKER' and
10840            'PIPELINE' and
10841            'NF_VPPIP4' and
10842            'IMIX' and
10843            '8T4C' and
10844            'NDRPDR'"
10845   parameters:
10846   - "throughput"
10847   - "name"
10848   - "tags"
10849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10850   x-axis: "X = CNFs per Service Pipeline"
10851   y-axis: "Y = Number of Service Pipelines"
10852   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10853   layout:
10854     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10855     layout: "plot-service-density"
10856
10857 # Plots - NF Density - CSP - PDR IMIX
10858 - type: "plot"
10859   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10860   algorithm: "plot_nf_heatmap"
10861   output-file-type: ".html"
10862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10863   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10864   filter: "'NIC_Intel-XXV710' and
10865            'NF_DENSITY' and
10866            'DOCKER' and
10867            'PIPELINE' and
10868            'NF_VPPIP4' and
10869            'IMIX' and
10870            '2T1C' and
10871            'NDRPDR'"
10872   parameters:
10873   - "throughput"
10874   - "name"
10875   - "tags"
10876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10877   x-axis: "X = CNFs per Service Pipeline"
10878   y-axis: "Y = Number of Service Pipelines"
10879   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10880   layout:
10881     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10882     layout: "plot-service-density"
10883
10884 - type: "plot"
10885   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10886   algorithm: "plot_nf_heatmap"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10889   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10890   filter: "'NIC_Intel-XXV710' and
10891            'NF_DENSITY' and
10892            'DOCKER' and
10893            'PIPELINE' and
10894            'NF_VPPIP4' and
10895            'IMIX' and
10896            '4T2C' and
10897            'NDRPDR'"
10898   parameters:
10899   - "throughput"
10900   - "name"
10901   - "tags"
10902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10903   x-axis: "X = CNFs per Service Pipeline"
10904   y-axis: "Y = Number of Service Pipelines"
10905   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10906   layout:
10907     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10908     layout: "plot-service-density"
10909
10910 - type: "plot"
10911   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10912   algorithm: "plot_nf_heatmap"
10913   output-file-type: ".html"
10914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10916   filter: "'NIC_Intel-XXV710' and
10917            'NF_DENSITY' and
10918            'DOCKER' and
10919            'PIPELINE' and
10920            'NF_VPPIP4' and
10921            'IMIX' and
10922            '8T4C' and
10923            'NDRPDR'"
10924   parameters:
10925   - "throughput"
10926   - "name"
10927   - "tags"
10928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10929   x-axis: "X = CNFs per Service Pipeline"
10930   y-axis: "Y = Number of Service Pipelines"
10931   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10932   layout:
10933     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10934     layout: "plot-service-density"
10935
10936 ################################################################################
10937
10938 # Packet Throughput
10939
10940 - type: "plot"
10941   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10942   algorithm: "plot_perf_box_name"
10943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10945   include:
10946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10950   layout:
10951     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10964   layout:
10965     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10966     layout: "plot-throughput"
10967
10968 - type: "plot"
10969   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10970   algorithm: "plot_perf_box_name"
10971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10973   include:
10974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10978   layout:
10979     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10980     layout: "plot-throughput"
10981
10982 - type: "plot"
10983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10984   algorithm: "plot_perf_box_name"
10985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10987   include:
10988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10992   layout:
10993     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10994     layout: "plot-throughput"
10995
10996 - type: "plot"
10997   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10998   algorithm: "plot_perf_box_name"
10999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11001   include:
11002     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11003     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11004     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11007   layout:
11008     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11009     layout: "plot-throughput"
11010
11011 - type: "plot"
11012   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11013   algorithm: "plot_perf_box_name"
11014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11016   include:
11017     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11018     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11022   layout:
11023     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11028   algorithm: "plot_perf_box_name"
11029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11031   include:
11032     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11033     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11037   layout:
11038     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11039     layout: "plot-throughput"
11040
11041 - type: "plot"
11042   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11043   algorithm: "plot_perf_box_name"
11044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11046   include:
11047     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11048     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11049     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11050     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11051     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11052   layout:
11053     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11054     layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11058   algorithm: "plot_perf_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11061   include:
11062     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11063     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11064     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11065     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11066     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11067   layout:
11068     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11069     layout: "plot-throughput"
11070
11071 - type: "plot"
11072   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11073   algorithm: "plot_perf_box_name"
11074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11076   include:
11077     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11078     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11079     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11080     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11081     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11082   layout:
11083     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11084     layout: "plot-throughput"
11085
11086 - type: "plot"
11087   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11088   algorithm: "plot_perf_box_name"
11089   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11091   include:
11092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11098   layout:
11099     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11100     layout: "plot-throughput"
11101
11102 - type: "plot"
11103   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11104   algorithm: "plot_perf_box_name"
11105   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11107   include:
11108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11114   layout:
11115     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11123   include:
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11129   layout:
11130     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11138   include:
11139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11144   layout:
11145     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11153   include:
11154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11157   layout:
11158     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11159     layout: "plot-throughput"
11160
11161 - type: "plot"
11162   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11163   algorithm: "plot_perf_box_name"
11164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11166   include:
11167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11170   layout:
11171     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11179   include:
11180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11185   layout:
11186     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11200   layout:
11201     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11213   layout:
11214     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11215     layout: "plot-throughput"
11216
11217 - type: "plot"
11218   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11219   algorithm: "plot_perf_box_name"
11220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11222   include:
11223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11226   layout:
11227     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11228     layout: "plot-throughput"
11229
11230 - type: "plot"
11231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11232   algorithm: "plot_perf_box_name"
11233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11235   include:
11236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11242   layout:
11243     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11244     layout: "plot-throughput"
11245
11246 - type: "plot"
11247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11248   algorithm: "plot_perf_box_name"
11249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11251   include:
11252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11258   layout:
11259     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11260     layout: "plot-throughput"
11261
11262 - type: "plot"
11263   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11264   algorithm: "plot_perf_box_name"
11265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11267   include:
11268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11274   layout:
11275     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11276     layout: "plot-throughput"
11277
11278 - type: "plot"
11279   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11280   algorithm: "plot_perf_box_name"
11281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11283   include:
11284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11290   layout:
11291     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11299   include:
11300     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11303   layout:
11304     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11305     layout: "plot-throughput"
11306
11307 - type: "plot"
11308   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11309   algorithm: "plot_perf_box_name"
11310   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11312   include:
11313     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11316   layout:
11317     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11318     layout: "plot-throughput"
11319
11320 - type: "plot"
11321   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11322   algorithm: "plot_perf_box_name"
11323   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11325   include:
11326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11329 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11330 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11331   layout:
11332     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11333     layout: "plot-throughput"
11334
11335 - type: "plot"
11336   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11337   algorithm: "plot_perf_box_name"
11338   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11340   include:
11341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11344 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11345 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11346   layout:
11347     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11361   layout:
11362     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11370   include:
11371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11376   layout:
11377     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11385   include:
11386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11391   layout:
11392     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11393     layout: "plot-throughput"
11394
11395 - type: "plot"
11396   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11397   algorithm: "plot_perf_box_name"
11398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11400   include:
11401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11406   layout:
11407     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11408     layout: "plot-throughput"
11409
11410 - type: "plot"
11411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11412   algorithm: "plot_perf_box_name"
11413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11415   include:
11416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11422   layout:
11423     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11424     layout: "plot-throughput"
11425
11426 - type: "plot"
11427   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11428   algorithm: "plot_perf_box_name"
11429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11431   include:
11432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11438   layout:
11439     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11440     layout: "plot-throughput"
11441
11442 - type: "plot"
11443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11444   algorithm: "plot_perf_box_name"
11445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11447   include:
11448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11454   layout:
11455     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11456     layout: "plot-throughput"
11457
11458 - type: "plot"
11459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11460   algorithm: "plot_perf_box_name"
11461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11463   include:
11464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11470   layout:
11471     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11472     layout: "plot-throughput"
11473
11474 - type: "plot"
11475   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11476   algorithm: "plot_perf_box_name"
11477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11479   include:
11480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11485   layout:
11486     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11487     layout: "plot-throughput"
11488
11489 - type: "plot"
11490   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11491   algorithm: "plot_perf_box_name"
11492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11494   include:
11495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11500   layout:
11501     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11506   algorithm: "plot_perf_box_name"
11507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11509   include:
11510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11516   layout:
11517     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11518     layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11522   algorithm: "plot_perf_box_name"
11523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11525   include:
11526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11532   layout:
11533     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11540   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11547   layout:
11548     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11555   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11556   include:
11557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11562   layout:
11563     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11570   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11578   layout:
11579     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11586   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11594   layout:
11595     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11602   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11609   layout:
11610     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11617   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11618   include:
11619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11624   layout:
11625     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11626     layout: "plot-throughput"
11627
11628 - type: "plot"
11629   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11630   algorithm: "plot_perf_box_name"
11631   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11632   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11633   include:
11634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11640   layout:
11641     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11642     layout: "plot-throughput"
11643
11644 - type: "plot"
11645   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11646   algorithm: "plot_perf_box_name"
11647   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11648   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11649   include:
11650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11656   layout:
11657     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11658     layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
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-ndr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11677   include:
11678     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11680   layout:
11681     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11686   algorithm: "plot_perf_box_name"
11687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11689   include:
11690     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11694   layout:
11695     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11708   layout:
11709     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11722   layout:
11723     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11731   include:
11732     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11736   layout:
11737     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11744   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11745   include:
11746     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11750   layout:
11751     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11759   include:
11760     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11764   layout:
11765     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11766     layout: "plot-throughput"
11767
11768 - type: "plot"
11769   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11772   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11773   include:
11774     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11778   layout:
11779     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11787   include:
11788     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11792   layout:
11793     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11801   include:
11802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11808   layout:
11809     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11817   include:
11818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11824   layout:
11825     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11833   include:
11834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11839   layout:
11840     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11848   include:
11849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11854   layout:
11855     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11863   include:
11864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11869   layout:
11870     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11878   include:
11879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11884   layout:
11885     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11886     layout: "plot-throughput"
11887
11888 - type: "plot"
11889   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11893   include:
11894     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11897   layout:
11898     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11903   algorithm: "plot_perf_box_name"
11904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11906   include:
11907     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11910   layout:
11911     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11919   include:
11920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11923   layout:
11924     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11932   include:
11933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11936   layout:
11937     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11945   include:
11946     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11951   layout:
11952     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11966   layout:
11967     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11975   include:
11976     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11981   layout:
11982     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11996   layout:
11997     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12004   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12005   include:
12006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12011   layout:
12012     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12020   include:
12021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12026   layout:
12027     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12034   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12035   include:
12036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12041   layout:
12042     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12050   include:
12051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12056   layout:
12057     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12065   include:
12066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12071   layout:
12072     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12077   algorithm: "plot_perf_box_name"
12078   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12079   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12080   include:
12081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12086   layout:
12087     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12095   include:
12096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12102   layout:
12103     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12111   include:
12112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12116     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12118   layout:
12119     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12127   include:
12128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12132   layout:
12133     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12138   algorithm: "plot_perf_box_name"
12139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12141   include:
12142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146   layout:
12147     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12152   algorithm: "plot_perf_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12155   include:
12156     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12157     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12158     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12159     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12160     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12162   layout:
12163     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12164     layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12171   include:
12172     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12173     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12174     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12175     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12176     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12178   layout:
12179     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12180     layout: "plot-throughput"
12181
12182 - type: "plot"
12183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12184   algorithm: "plot_perf_box_name"
12185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12187   include:
12188     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12189     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12190     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12191     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12192     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12194   layout:
12195     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12205     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12206     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12207     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12208     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12210   layout:
12211     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12221     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12222     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12223     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12225     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12226   layout:
12227     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12235   include:
12236     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12237     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12238     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12239     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12241     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12242   layout:
12243     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12251   include:
12252     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12253     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12254     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12255     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12256     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12257     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12258   layout:
12259     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12260     layout: "plot-throughput"
12261
12262 - type: "plot"
12263   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12264   algorithm: "plot_perf_box_name"
12265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12266   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12267   include:
12268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12274   layout:
12275     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12283   include:
12284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12290   layout:
12291     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12299   include:
12300     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12305     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12306   layout:
12307     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12322   layout:
12323     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12331   include:
12332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12338   layout:
12339     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12347   include:
12348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12354   layout:
12355     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12370   layout:
12371     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12379   include:
12380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12386   layout:
12387     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12395   include:
12396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12402   layout:
12403     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12411   include:
12412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12416   layout:
12417     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12418     layout: "plot-throughput"
12419
12420 - type: "plot"
12421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12422   algorithm: "plot_perf_box_name"
12423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12425   include:
12426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12430   layout:
12431     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12439   include:
12440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12444   layout:
12445     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12453   include:
12454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12458   layout:
12459     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12467   include:
12468     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12474   layout:
12475     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12483   include:
12484     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12490   layout:
12491     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12499   include:
12500     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12505   layout:
12506     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12520   layout:
12521     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12529   include:
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12535   layout:
12536     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12541   algorithm: "plot_perf_box_name"
12542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12544   include:
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12550   layout:
12551     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12564   layout:
12565     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12578   layout:
12579     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12594   layout:
12595     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603   include:
12604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12610   layout:
12611     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12612     layout: "plot-throughput"
12613
12614 - type: "plot"
12615   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12616   algorithm: "plot_perf_box_name"
12617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12619   include:
12620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12626   layout:
12627     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12635   include:
12636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12642   layout:
12643     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12658   layout:
12659     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12674   layout:
12675     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12690   layout:
12691     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12706   layout:
12707     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12715   include:
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12720   layout:
12721     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12729   include:
12730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12734   layout:
12735     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12742   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12743   include:
12744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12750   layout:
12751     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12759   include:
12760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12766   layout:
12767     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12768     layout: "plot-throughput"
12769
12770 - type: "plot"
12771   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12772   algorithm: "plot_perf_box_name"
12773   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12774   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12775   include:
12776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12782   layout:
12783     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12784     layout: "plot-throughput"
12785
12786 - type: "plot"
12787   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12788   algorithm: "plot_perf_box_name"
12789   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12790   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12791   include:
12792     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12794     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12798   layout:
12799     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12800     layout: "plot-throughput"
12801
12802 #- type: "plot"
12803 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12804 #  algorithm: "plot_perf_box_name"
12805 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12806 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12807 #  include:
12808 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12809 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12810 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12811 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12812 #  layout:
12813 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12814 #    layout: "plot-throughput"
12815 #
12816 #- type: "plot"
12817 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12818 #  algorithm: "plot_perf_box_name"
12819 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12820 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12821 #  include:
12822 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12823 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12824 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12825 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12826 #  layout:
12827 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12828 #    layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12834   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12835   include:
12836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12842   layout:
12843     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12850   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12851   include:
12852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12858   layout:
12859     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12860     layout: "plot-throughput"
12861
12862 #- type: "plot"
12863 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12864 #  algorithm: "plot_perf_box_name"
12865 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12866 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12867 #  include:
12868 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12869 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12870 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12871 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12872 #  layout:
12873 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12874 #    layout: "plot-throughput"
12875 #
12876 #- type: "plot"
12877 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12878 #  algorithm: "plot_perf_box_name"
12879 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12880 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12881 #  include:
12882 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12883 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12884 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12885 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12886 #  layout:
12887 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12888 #    layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12895   include:
12896     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12902   layout:
12903     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12911   include:
12912     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12918   layout:
12919     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12920     layout: "plot-throughput"
12921
12922 #- type: "plot"
12923 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12924 #  algorithm: "plot_perf_box_name"
12925 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12926 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12927 #  include:
12928 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12929 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12930 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12931 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12932 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12933 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12934 #  layout:
12935 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12936 #    layout: "plot-throughput"
12937 #
12938 #- type: "plot"
12939 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12940 #  algorithm: "plot_perf_box_name"
12941 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12942 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12943 #  include:
12944 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12945 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12946 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12947 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12948 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12949 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12950 #  layout:
12951 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12952 #    layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12959   include:
12960     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12961     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12962     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12963     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12964     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12965     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12966   layout:
12967     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12975   include:
12976     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12977     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12978     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12979     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12980     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12981     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12982   layout:
12983     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12984     layout: "plot-throughput"
12985
12986 - type: "plot"
12987   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12988   algorithm: "plot_perf_box_name"
12989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12991   include:
12992     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12993     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12994     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12995     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12996     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12997     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12998   layout:
12999     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13007   include:
13008     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13009     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13010     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13011     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13012     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13014   layout:
13015     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13016     layout: "plot-throughput"
13017
13018 - type: "plot"
13019   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13020   algorithm: "plot_perf_box_name"
13021   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13023   include:
13024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13026     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13027     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13028     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13030   layout:
13031     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13032     layout: "plot-throughput"
13033
13034 - type: "plot"
13035   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13036   algorithm: "plot_perf_box_name"
13037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13039   include:
13040     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13041     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13042     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13043     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13044     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13045     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13046   layout:
13047     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13055   include:
13056     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13057     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13058     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13059     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13060     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13062   layout:
13063     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13064     layout: "plot-throughput"
13065
13066 - type: "plot"
13067   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13068   algorithm: "plot_perf_box_name"
13069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13071   include:
13072     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13073     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13074     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13075     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13076     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13077     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13078   layout:
13079     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13080     layout: "plot-throughput"
13081
13082 #- type: "plot"
13083 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13084 #  algorithm: "plot_perf_box_name"
13085 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13086 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13087 #  include:
13088 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13089 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13090 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13091 #  layout:
13092 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13093 #    layout: "plot-throughput"
13094 #
13095 #- type: "plot"
13096 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13097 #  algorithm: "plot_perf_box_name"
13098 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13099 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13100 #  include:
13101 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13102 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13103 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13104 #  layout:
13105 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13106 #    layout: "plot-throughput"
13107
13108 - type: "plot"
13109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13110   algorithm: "plot_perf_box_name"
13111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13113   include:
13114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13119   layout:
13120     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13128   include:
13129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13134   layout:
13135     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143   include:
13144     - "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"
13145     - "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"
13146     - "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"
13147     - "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"
13148     - "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"
13149   layout:
13150     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13158   include:
13159     - "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"
13160     - "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"
13161     - "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"
13162     - "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"
13163     - "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"
13164   layout:
13165     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13166     layout: "plot-throughput"
13167
13168 - type: "plot"
13169   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13170   algorithm: "plot_perf_box_name"
13171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13173   include:
13174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13179   layout:
13180     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13188   include:
13189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13194   layout:
13195     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13196     layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13203   include:
13204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13209   layout:
13210     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13218   include:
13219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13224   layout:
13225     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13233   include:
13234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13239   layout:
13240     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13241     layout: "plot-throughput"
13242
13243 - type: "plot"
13244   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13245   algorithm: "plot_perf_box_name"
13246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13248   include:
13249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13253     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13254   layout:
13255     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13263   include:
13264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13268     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13269   layout:
13270     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13278   include:
13279     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13284   layout:
13285     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13290   algorithm: "plot_perf_box_name"
13291   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13293   include:
13294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13298   layout:
13299     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13312   layout:
13313     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "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"
13323     - "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"
13324     - "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"
13325     - "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"
13326   layout:
13327     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13335   include:
13336     - "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"
13337     - "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"
13338     - "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"
13339     - "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"
13340   layout:
13341     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13342     layout: "plot-throughput"
13343
13344 - type: "plot"
13345   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13346   algorithm: "plot_perf_box_name"
13347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13349   include:
13350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13356   layout:
13357     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13358     layout: "plot-throughput"
13359
13360 - type: "plot"
13361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13362   algorithm: "plot_perf_box_name"
13363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13365   include:
13366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13372   layout:
13373     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13374     layout: "plot-throughput"
13375
13376 - type: "plot"
13377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13378   algorithm: "plot_perf_box_name"
13379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13381   include:
13382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13388   layout:
13389     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13390     layout: "plot-throughput"
13391
13392 - type: "plot"
13393   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13394   algorithm: "plot_perf_box_name"
13395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13397   include:
13398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13404   layout:
13405     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13406     layout: "plot-throughput"
13407
13408 - type: "plot"
13409   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13410   algorithm: "plot_perf_box_name"
13411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13413   include:
13414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13420   layout:
13421     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13422     layout: "plot-throughput"
13423
13424 - type: "plot"
13425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13426   algorithm: "plot_perf_box_name"
13427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13429   include:
13430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436   layout:
13437     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13445   include:
13446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13451   layout:
13452     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13460   include:
13461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13466   layout:
13467     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
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-ndr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
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-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13490   layout:
13491     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
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-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   include:
13512     - "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"
13513     - "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"
13514   layout:
13515     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
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-ndr"
13528     layout: "plot-throughput"
13529
13530 - type: "plot"
13531   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13532   algorithm: "plot_perf_box_name"
13533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535   include:
13536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13538   layout:
13539     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
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-ndr"
13552     layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13559   include:
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13562   layout:
13563     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13571   include:
13572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578   layout:
13579     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13587   include:
13588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594   layout:
13595     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13596     layout: "plot-throughput"
13597
13598 - type: "plot"
13599   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13600   algorithm: "plot_perf_box_name"
13601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13603   include:
13604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610   layout:
13611     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13619   include:
13620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13626   layout:
13627     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13628     layout: "plot-throughput"
13629
13630 #- type: "plot"
13631 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13632 #  algorithm: "plot_perf_box_name"
13633 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13634 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13635 #  include:
13636 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13642 #  layout:
13643 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13644 #    layout: "plot-throughput"
13645 #
13646 #- type: "plot"
13647 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13648 #  algorithm: "plot_perf_box_name"
13649 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13650 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13651 #  include:
13652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13656 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13658 #  layout:
13659 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13660 #    layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13667   include:
13668     - "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"
13669     - "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"
13670     - "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"
13671     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13674   layout:
13675     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13683   include:
13684     - "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"
13685     - "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"
13686     - "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"
13687     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13690   layout:
13691     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13692     layout: "plot-throughput"
13693
13694 ################################################################################
13695
13696 # Packet Speedup
13697
13698 - type: "plot"
13699   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13700   algorithm: "plot_tsa_name"
13701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13703   include:
13704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13708   layout:
13709     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13710     layout: "plot-throughput-speedup-analysis"
13711
13712 - type: "plot"
13713   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13714   algorithm: "plot_tsa_name"
13715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13722   layout:
13723     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13724     layout: "plot-throughput-speedup-analysis"
13725
13726 - type: "plot"
13727   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13728   algorithm: "plot_tsa_name"
13729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13731   include:
13732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13736   layout:
13737     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13738     layout: "plot-throughput-speedup-analysis"
13739
13740 - type: "plot"
13741   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13742   algorithm: "plot_tsa_name"
13743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13745   include:
13746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13750   layout:
13751     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13752     layout: "plot-throughput-speedup-analysis"
13753
13754 - type: "plot"
13755   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13756   algorithm: "plot_tsa_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13761     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13762     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13763     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13764     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13765   layout:
13766     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13767     layout: "plot-throughput-speedup-analysis"
13768
13769 - type: "plot"
13770   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13771   algorithm: "plot_tsa_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13776     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13777     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13782     layout: "plot-throughput-speedup-analysis"
13783
13784 - type: "plot"
13785   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13786   algorithm: "plot_tsa_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13791     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13795   layout:
13796     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13797     layout: "plot-throughput-speedup-analysis"
13798
13799 - type: "plot"
13800   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13801   algorithm: "plot_tsa_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13804   include:
13805     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13806     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13807     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13812     layout: "plot-throughput-speedup-analysis"
13813
13814 - type: "plot"
13815   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13816   algorithm: "plot_tsa_name"
13817   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13826   layout:
13827     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13828     layout: "plot-throughput-speedup-analysis"
13829
13830 - type: "plot"
13831   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13832   algorithm: "plot_tsa_name"
13833   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13842   layout:
13843     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13844     layout: "plot-throughput-speedup-analysis"
13845
13846 - type: "plot"
13847   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13848   algorithm: "plot_tsa_name"
13849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13857   layout:
13858     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13859     layout: "plot-throughput-speedup-analysis"
13860
13861 - type: "plot"
13862   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13863   algorithm: "plot_tsa_name"
13864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13872   layout:
13873     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13874     layout: "plot-throughput-speedup-analysis"
13875
13876 - type: "plot"
13877   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13878   algorithm: "plot_tsa_name"
13879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13881   include:
13882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13885   layout:
13886     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13887     layout: "plot-throughput-speedup-analysis"
13888
13889 - type: "plot"
13890   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13891   algorithm: "plot_tsa_name"
13892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13894   include:
13895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13898   layout:
13899     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13900     layout: "plot-throughput-speedup-analysis"
13901
13902 - type: "plot"
13903   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13904   algorithm: "plot_tsa_name"
13905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13907   include:
13908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13913   layout:
13914     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13915     layout: "plot-throughput-speedup-analysis"
13916
13917 - type: "plot"
13918   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13928   layout:
13929     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13930     layout: "plot-throughput-speedup-analysis"
13931
13932 - type: "plot"
13933   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13934   algorithm: "plot_tsa_name"
13935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13937   include:
13938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13941   layout:
13942     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13943     layout: "plot-throughput-speedup-analysis"
13944
13945 - type: "plot"
13946   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13947   algorithm: "plot_tsa_name"
13948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13950   include:
13951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13954   layout:
13955     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13956     layout: "plot-throughput-speedup-analysis"
13957
13958 - type: "plot"
13959   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13960   algorithm: "plot_tsa_name"
13961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13963   include:
13964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13970   layout:
13971     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13972     layout: "plot-throughput-speedup-analysis"
13973
13974 - type: "plot"
13975   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13976   algorithm: "plot_tsa_name"
13977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13986   layout:
13987     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13995   include:
13996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14002   layout:
14003     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14018   layout:
14019     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14020     layout: "plot-throughput-speedup-analysis"
14021
14022 - type: "plot"
14023   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14024   algorithm: "plot_tsa_name"
14025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14027   include:
14028     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14031   layout:
14032     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14040   include:
14041     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14044   layout:
14045     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14046     layout: "plot-throughput-speedup-analysis"
14047
14048 - type: "plot"
14049   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14050   algorithm: "plot_tsa_name"
14051   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14053   include:
14054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14057 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14058 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14059   layout:
14060     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14061     layout: "plot-throughput-speedup-analysis"
14062
14063 - type: "plot"
14064   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14065   algorithm: "plot_tsa_name"
14066   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14068   include:
14069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14072 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14073 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14074   layout:
14075     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 - type: "plot"
14079   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14080   algorithm: "plot_tsa_name"
14081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14089   layout:
14090     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14091     layout: "plot-throughput-speedup-analysis"
14092
14093 - type: "plot"
14094   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14095   algorithm: "plot_tsa_name"
14096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14098   include:
14099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14104   layout:
14105     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14106     layout: "plot-throughput-speedup-analysis"
14107
14108 - type: "plot"
14109   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14110   algorithm: "plot_tsa_name"
14111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14113   include:
14114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14119   layout:
14120     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14121     layout: "plot-throughput-speedup-analysis"
14122
14123 - type: "plot"
14124   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14125   algorithm: "plot_tsa_name"
14126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14128   include:
14129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14134   layout:
14135     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 - type: "plot"
14139   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14140   algorithm: "plot_tsa_name"
14141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14143   include:
14144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14150   layout:
14151     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14152     layout: "plot-throughput-speedup-analysis"
14153
14154 - type: "plot"
14155   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14156   algorithm: "plot_tsa_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14159   include:
14160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14166   layout:
14167     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14168     layout: "plot-throughput-speedup-analysis"
14169
14170 - type: "plot"
14171   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14172   algorithm: "plot_tsa_name"
14173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14175   include:
14176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14182   layout:
14183     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14184     layout: "plot-throughput-speedup-analysis"
14185
14186 - type: "plot"
14187   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14188   algorithm: "plot_tsa_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14198   layout:
14199     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14200     layout: "plot-throughput-speedup-analysis"
14201
14202 - type: "plot"
14203   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14204   algorithm: "plot_tsa_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-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-ndr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14219   include:
14220     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14222   layout:
14223     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14224     layout: "plot-throughput-speedup-analysis"
14225
14226 - type: "plot"
14227   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14228   algorithm: "plot_tsa_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14231   include:
14232     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14236   layout:
14237     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14238     layout: "plot-throughput-speedup-analysis"
14239
14240 - type: "plot"
14241   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14242   algorithm: "plot_tsa_name"
14243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14245   include:
14246     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14250   layout:
14251     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14264   layout:
14265     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14266     layout: "plot-throughput-speedup-analysis"
14267
14268 - type: "plot"
14269   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14270   algorithm: "plot_tsa_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14273   include:
14274     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14278   layout:
14279     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14280     layout: "plot-throughput-speedup-analysis"
14281
14282 - type: "plot"
14283   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14284   algorithm: "plot_tsa_name"
14285   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14287   include:
14288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14294   layout:
14295     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14296     layout: "plot-throughput-speedup-analysis"
14297
14298 - type: "plot"
14299   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14300   algorithm: "plot_tsa_name"
14301   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14303   include:
14304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14310   layout:
14311     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14319   include:
14320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14325   layout:
14326     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14340   layout:
14341     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14349   include:
14350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14355   layout:
14356     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 - type: "plot"
14360   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14361   algorithm: "plot_tsa_name"
14362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14364   include:
14365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14370   layout:
14371     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14372     layout: "plot-throughput-speedup-analysis"
14373
14374 - type: "plot"
14375   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14376   algorithm: "plot_tsa_name"
14377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14379   include:
14380     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14383   layout:
14384     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14385     layout: "plot-throughput-speedup-analysis"
14386
14387 - type: "plot"
14388   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14389   algorithm: "plot_tsa_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14392   include:
14393     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14396   layout:
14397     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14409   layout:
14410     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14411     layout: "plot-throughput-speedup-analysis"
14412
14413 - type: "plot"
14414   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14415   algorithm: "plot_tsa_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14418   include:
14419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14422   layout:
14423     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14433     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14437   layout:
14438     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14452   layout:
14453     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14467   layout:
14468     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14482   layout:
14483     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14491   include:
14492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14493     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
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   layout:
14499     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14507   include:
14508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14514   layout:
14515     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14523   include:
14524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14527     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14528   layout:
14529     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14537   include:
14538     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14539     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14540     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14541     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14542   layout:
14543     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14558   layout:
14559     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14574   layout:
14575     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14590   layout:
14591     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14606   layout:
14607     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14622   layout:
14623     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14638   layout:
14639     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14654   layout:
14655     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14670   layout:
14671     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14679   include:
14680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14686   layout:
14687     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14702   layout:
14703     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14716   layout:
14717     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14725   include:
14726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14730   layout:
14731     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14739   include:
14740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14744   layout:
14745     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14753   include:
14754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14758   layout:
14759     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14767   include:
14768     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14769     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14770     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14774   layout:
14775     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14776     layout: "plot-throughput-speedup-analysis"
14777
14778 - type: "plot"
14779   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14780   algorithm: "plot_tsa_name"
14781   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14783   include:
14784     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14790   layout:
14791     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14792     layout: "plot-throughput-speedup-analysis"
14793
14794 - type: "plot"
14795   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14796   algorithm: "plot_tsa_name"
14797   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14799   include:
14800     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14805   layout:
14806     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14820   layout:
14821     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14835   layout:
14836     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14844   include:
14845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14850   layout:
14851     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14859   include:
14860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14864   layout:
14865     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14866     layout: "plot-throughput-speedup-analysis"
14867
14868 - type: "plot"
14869   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14870   algorithm: "plot_tsa_name"
14871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14873   include:
14874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14878   layout:
14879     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14894   layout:
14895     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14910   layout:
14911     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14926   layout:
14927     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14935   include:
14936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14942   layout:
14943     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14958   layout:
14959     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14974   layout:
14975     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14983   include:
14984     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14985     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14986     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14987     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14988     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14989     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14990   layout:
14991     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14999   include:
15000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15003     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15004     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15005     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15006   layout:
15007     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15018     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15019     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15020     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15022   layout:
15023     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15036     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15037     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15038   layout:
15039     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15047   include:
15048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15053   layout:
15054     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15055     layout: "plot-throughput-speedup-analysis"
15056
15057 - type: "plot"
15058   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15059   algorithm: "plot_tsa_name"
15060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15062   include:
15063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15068   layout:
15069     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15077   include:
15078     - "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"
15079     - "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"
15080     - "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"
15081     - "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"
15082     - "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"
15083   layout:
15084     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15085     layout: "plot-throughput-speedup-analysis"
15086
15087 - type: "plot"
15088   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15089   algorithm: "plot_tsa_name"
15090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15092   include:
15093     - "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"
15094     - "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"
15095     - "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"
15096     - "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"
15097     - "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"
15098   layout:
15099     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15113   layout:
15114     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15128   layout:
15129     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15137   include:
15138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15143   layout:
15144     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15145     layout: "plot-throughput-speedup-analysis"
15146
15147 - type: "plot"
15148   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15149   algorithm: "plot_tsa_name"
15150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15152   include:
15153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15158   layout:
15159     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 - type: "plot"
15163   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15164   algorithm: "plot_tsa_name"
15165   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15167   include:
15168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15169     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15173   layout:
15174     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15182   include:
15183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15188   layout:
15189     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15197   include:
15198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15203   layout:
15204     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15212   include:
15213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15216     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15218   layout:
15219     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15220     layout: "plot-throughput-speedup-analysis"
15221
15222 - type: "plot"
15223   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15224   algorithm: "plot_tsa_name"
15225   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15227   include:
15228     - "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"
15229     - "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"
15230     - "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"
15231     - "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"
15232   layout:
15233     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "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"
15243     - "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"
15244     - "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"
15245     - "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"
15246   layout:
15247     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "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"
15257     - "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"
15258     - "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"
15259     - "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"
15260   layout:
15261     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "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"
15271     - "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"
15272     - "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"
15273     - "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"
15274   layout:
15275     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15276     layout: "plot-throughput-speedup-analysis"
15277
15278 - type: "plot"
15279   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15280   algorithm: "plot_tsa_name"
15281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15283   include:
15284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15290   layout:
15291     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15292     layout: "plot-throughput-speedup-analysis"
15293
15294 - type: "plot"
15295   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15296   algorithm: "plot_tsa_name"
15297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15299   include:
15300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15306   layout:
15307     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15308     layout: "plot-throughput-speedup-analysis"
15309
15310 - type: "plot"
15311   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15312   algorithm: "plot_tsa_name"
15313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15315   include:
15316     - "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"
15317     - "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"
15318     - "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"
15319     - "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"
15320     - "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"
15321     - "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"
15322   layout:
15323     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15331   include:
15332     - "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"
15333     - "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"
15334     - "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"
15335     - "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"
15336     - "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"
15337     - "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"
15338   layout:
15339     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15354   layout:
15355     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15363   include:
15364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15370   layout:
15371     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15379   include:
15380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15385   layout:
15386     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15394   include:
15395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15400   layout:
15401     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-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-ndr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-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-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "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"
15424   layout:
15425     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-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-ndr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15445   include:
15446     - "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"
15447     - "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"
15448   layout:
15449     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15457   include:
15458     - "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"
15459     - "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"
15460     - "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"
15461     - "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"
15462     - "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"
15463     - "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"
15464   layout:
15465     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15473   include:
15474     - "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"
15475     - "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"
15476     - "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"
15477     - "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"
15478     - "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"
15479     - "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"
15480   layout:
15481     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15489   include:
15490     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15491     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15492     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15493     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15494     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15495   layout:
15496     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15504   include:
15505     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15506     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15508     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15509     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15510   layout:
15511     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15519   include:
15520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15525   layout:
15526     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15534   include:
15535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15540   layout:
15541     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15549   include:
15550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15556   layout:
15557     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15565   include:
15566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15572   layout:
15573     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15574     layout: "plot-throughput-speedup-analysis"
15575
15576 - type: "plot"
15577   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15578   algorithm: "plot_tsa_name"
15579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15581   include:
15582     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15583     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15586   layout:
15587     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15595   include:
15596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15600   layout:
15601     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15609   include:
15610     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15611     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15615   layout:
15616     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15624   include:
15625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15630   layout:
15631     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15639   include:
15640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15646   layout:
15647     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15655   include:
15656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15662   layout:
15663     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15671   include:
15672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15676   layout:
15677     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15685   include:
15686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15690   layout:
15691     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15699   include:
15700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15706   layout:
15707     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15715   include:
15716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15722   layout:
15723     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15731   include:
15732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15738   layout:
15739     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15747   include:
15748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15754   layout:
15755     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15763   include:
15764     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15765     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15766     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15767     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15768     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15770   layout:
15771     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15779   include:
15780     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15781     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15782     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15783     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15784     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15786   layout:
15787     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15795   include:
15796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15797     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15800     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15802   layout:
15803     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15811   include:
15812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15818   layout:
15819     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15827   include:
15828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15829     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15830     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15831     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15834   layout:
15835     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15843   include:
15844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15850   layout:
15851     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 #- type: "plot"
15855 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15856 #  algorithm: "plot_tsa_name"
15857 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15858 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15859 #  include:
15860 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15861 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15862 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15863 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15864 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15865 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15866 #  layout:
15867 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15868 #    layout: "plot-throughput-speedup-analysis"
15869 #
15870 #- type: "plot"
15871 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15872 #  algorithm: "plot_tsa_name"
15873 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15874 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15875 #  include:
15876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15878 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15879 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15880 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15881 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15882 #  layout:
15883 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15884 #    layout: "plot-throughput-speedup-analysis"
15885
15886 - type: "plot"
15887   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15888   algorithm: "plot_tsa_name"
15889   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15890   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15891   include:
15892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15897   layout:
15898     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15906   include:
15907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15912   layout:
15913     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15921   include:
15922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15928   layout:
15929     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15937   include:
15938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15944   layout:
15945     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 - type: "plot"
15949   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15950   algorithm: "plot_tsa_name"
15951   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15952   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15953   include:
15954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15959   layout:
15960     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15968   include:
15969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15974   layout:
15975     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 #- type: "plot"
15979 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15980 #  algorithm: "plot_tsa_name"
15981 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15982 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15983 #  include:
15984 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15985 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15986 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15987 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15988 #  layout:
15989 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15990 #    layout: "plot-throughput-speedup-analysis"
15991 #
15992 #- type: "plot"
15993 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15994 #  algorithm: "plot_tsa_name"
15995 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15996 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15997 #  include:
15998 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15999 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16000 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16001 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16002 #  layout:
16003 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16004 #    layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16011   include:
16012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16018   layout:
16019     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16020     layout: "plot-throughput-speedup-analysis"
16021
16022 - type: "plot"
16023   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16024   algorithm: "plot_tsa_name"
16025   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16026   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16027   include:
16028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16034   layout:
16035     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16043   include:
16044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16049   layout:
16050     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16058   include:
16059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16064   layout:
16065     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16073   include:
16074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16080   layout:
16081     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16089   include:
16090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16096   layout:
16097     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16105   include:
16106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16110   layout:
16111     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16112     layout: "plot-throughput-speedup-analysis"
16113
16114 - type: "plot"
16115   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16116   algorithm: "plot_tsa_name"
16117   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16118   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16119   include:
16120     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16124   layout:
16125     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16133   include:
16134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16139   layout:
16140     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16148   include:
16149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16150     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16154   layout:
16155     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16163   include:
16164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16166     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16167     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16168     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16169     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16170   layout:
16171     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 - type: "plot"
16175   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16176   algorithm: "plot_tsa_name"
16177   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16178   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16179   include:
16180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16182     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16183     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16184     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16185     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16186   layout:
16187     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 #- type: "plot"
16191 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16192 #  algorithm: "plot_tsa_name"
16193 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16194 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16195 #  include:
16196 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16197 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16198 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16199 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16200 #  layout:
16201 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16202 #    layout: "plot-throughput-speedup-analysis"
16203 #
16204 #- type: "plot"
16205 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16206 #  algorithm: "plot_tsa_name"
16207 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16208 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16209 #  include:
16210 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16211 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16212 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16213 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16214 #  layout:
16215 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16216 #    layout: "plot-throughput-speedup-analysis"
16217
16218 - type: "plot"
16219   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16220   algorithm: "plot_tsa_name"
16221   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16222   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16223   include:
16224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16226     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16230   layout:
16231     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16232     layout: "plot-throughput-speedup-analysis"
16233
16234 - type: "plot"
16235   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16236   algorithm: "plot_tsa_name"
16237   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16238   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16239   include:
16240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16242     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16246   layout:
16247     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 #- type: "plot"
16251 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16252 #  algorithm: "plot_tsa_name"
16253 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16254 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16255 #  include:
16256 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16257 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16258 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16259 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16262 #  layout:
16263 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16264 #    layout: "plot-throughput-speedup-analysis"
16265 #
16266 #- type: "plot"
16267 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16268 #  algorithm: "plot_tsa_name"
16269 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16270 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16271 #  include:
16272 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16273 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16274 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16275 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16276 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16277 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16278 #  layout:
16279 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16280 #    layout: "plot-throughput-speedup-analysis"
16281
16282 #- type: "plot"
16283 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16284 #  algorithm: "plot_tsa_name"
16285 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16286 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16287 #  include:
16288 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16289 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16290 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16291 #  layout:
16292 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16293 #    layout: "plot-throughput-speedup-analysis"
16294 #
16295 #- type: "plot"
16296 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16297 #  algorithm: "plot_tsa_name"
16298 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16299 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16300 #  include:
16301 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16302 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16303 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16304 #  layout:
16305 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16306 #    layout: "plot-throughput-speedup-analysis"
16307
16308 ################################################################################
16309
16310 # Packet Throughput - DPDK
16311
16312 # 2n-skx-xxv710
16313
16314 - type: "plot"
16315   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16316   algorithm: "plot_perf_box_name"
16317   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16318   data: "plot-dpdk-throughput-latency-2n-skx"
16319   include:
16320     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16321     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16322   layout:
16323     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16324     layout: "plot-throughput"
16325
16326 - type: "plot"
16327   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16328   algorithm: "plot_perf_box_name"
16329   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16330   data: "plot-dpdk-throughput-latency-2n-skx"
16331   include:
16332     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16333     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16334   layout:
16335     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16336     layout: "plot-throughput"
16337
16338 - type: "plot"
16339   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16340   algorithm: "plot_perf_box_name"
16341   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16342   data: "plot-dpdk-throughput-latency-2n-skx"
16343   include:
16344     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16345     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16346   layout:
16347     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16348     layout: "plot-throughput"
16349
16350 - type: "plot"
16351   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16352   algorithm: "plot_perf_box_name"
16353   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16354   data: "plot-dpdk-throughput-latency-2n-skx"
16355   include:
16356     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16357     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16358   layout:
16359     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16360     layout: "plot-throughput"
16361
16362 # 2n-skx-x710
16363
16364 - type: "plot"
16365   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16366   algorithm: "plot_perf_box_name"
16367   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16368   data: "plot-dpdk-throughput-latency-2n-skx"
16369   include:
16370     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16371     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16372   layout:
16373     title: "2n-skx-x710-64b-2t1c-base-ndr"
16374     layout: "plot-throughput"
16375
16376 - type: "plot"
16377   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16378   algorithm: "plot_perf_box_name"
16379   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16380   data: "plot-dpdk-throughput-latency-2n-skx"
16381   include:
16382     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16383     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16384   layout:
16385     title: "2n-skx-x710-64b-4t2c-base-ndr"
16386     layout: "plot-throughput"
16387
16388 - type: "plot"
16389   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16390   algorithm: "plot_perf_box_name"
16391   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16392   data: "plot-dpdk-throughput-latency-2n-skx"
16393   include:
16394     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16395     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16396   layout:
16397     title: "2n-skx-x710-64b-2t1c-base-pdr"
16398     layout: "plot-throughput"
16399
16400 - type: "plot"
16401   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16402   algorithm: "plot_perf_box_name"
16403   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16404   data: "plot-dpdk-throughput-latency-2n-skx"
16405   include:
16406     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16407     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16408   layout:
16409     title: "2n-skx-x710-64b-4t2c-base-pdr"
16410     layout: "plot-throughput"
16411
16412 # 3n-skx-xxv710
16413
16414 - type: "plot"
16415   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16416   algorithm: "plot_perf_box_name"
16417   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16418   data: "plot-dpdk-throughput-latency-3n-skx"
16419   include:
16420     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16421     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16422   layout:
16423     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16424     layout: "plot-throughput"
16425
16426 - type: "plot"
16427   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16428   algorithm: "plot_perf_box_name"
16429   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16430   data: "plot-dpdk-throughput-latency-3n-skx"
16431   include:
16432     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16433     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16434   layout:
16435     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16436     layout: "plot-throughput"
16437
16438 - type: "plot"
16439   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16440   algorithm: "plot_perf_box_name"
16441   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16442   data: "plot-dpdk-throughput-latency-3n-skx"
16443   include:
16444     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16445     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16446   layout:
16447     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16448     layout: "plot-throughput"
16449
16450 - type: "plot"
16451   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16452   algorithm: "plot_perf_box_name"
16453   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16454   data: "plot-dpdk-throughput-latency-3n-skx"
16455   include:
16456     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16457     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16458   layout:
16459     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16460     layout: "plot-throughput"
16461
16462 # 3n-skx-x710
16463
16464 - type: "plot"
16465   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16466   algorithm: "plot_perf_box_name"
16467   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16468   data: "plot-dpdk-throughput-latency-3n-skx"
16469   include:
16470     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16471     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16472   layout:
16473     title: "3n-skx-x710-64b-2t1c-base-ndr"
16474     layout: "plot-throughput"
16475
16476 - type: "plot"
16477   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16478   algorithm: "plot_perf_box_name"
16479   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16480   data: "plot-dpdk-throughput-latency-3n-skx"
16481   include:
16482     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16483     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16484   layout:
16485     title: "3n-skx-x710-64b-4t2c-base-ndr"
16486     layout: "plot-throughput"
16487
16488 - type: "plot"
16489   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16490   algorithm: "plot_perf_box_name"
16491   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16492   data: "plot-dpdk-throughput-latency-3n-skx"
16493   include:
16494     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16495     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16496   layout:
16497     title: "3n-skx-x710-64b-2t1c-base-pdr"
16498     layout: "plot-throughput"
16499
16500 - type: "plot"
16501   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16502   algorithm: "plot_perf_box_name"
16503   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16504   data: "plot-dpdk-throughput-latency-3n-skx"
16505   include:
16506     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16507     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16508   layout:
16509     title: "3n-skx-x710-64b-4t2c-base-pdr"
16510     layout: "plot-throughput"
16511
16512 # 3n-hsw-xl710
16513
16514 - type: "plot"
16515   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16516   algorithm: "plot_perf_box_name"
16517   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16518   data: "plot-dpdk-throughput-latency-3n-hsw"
16519   include:
16520     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16521     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16522   layout:
16523     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16524     layout: "plot-throughput"
16525
16526 - type: "plot"
16527   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16528   algorithm: "plot_perf_box_name"
16529   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16530   data: "plot-dpdk-throughput-latency-3n-hsw"
16531   include:
16532     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16533     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16534   layout:
16535     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16536     layout: "plot-throughput"
16537
16538 - type: "plot"
16539   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16540   algorithm: "plot_perf_box_name"
16541   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16542   data: "plot-dpdk-throughput-latency-3n-hsw"
16543   include:
16544     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16545     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16546   layout:
16547     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16548     layout: "plot-throughput"
16549
16550 - type: "plot"
16551   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16552   algorithm: "plot_perf_box_name"
16553   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16554   data: "plot-dpdk-throughput-latency-3n-hsw"
16555   include:
16556     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16557     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16558   layout:
16559     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16560     layout: "plot-throughput"
16561
16562 # 3n-hsw-x710
16563
16564 - type: "plot"
16565   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16566   algorithm: "plot_perf_box_name"
16567   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16568   data: "plot-dpdk-throughput-latency-3n-hsw"
16569   include:
16570     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16571     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16572   layout:
16573     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16574     layout: "plot-throughput"
16575
16576 - type: "plot"
16577   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16578   algorithm: "plot_perf_box_name"
16579   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16580   data: "plot-dpdk-throughput-latency-3n-hsw"
16581   include:
16582     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16583     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16584   layout:
16585     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16586     layout: "plot-throughput"
16587
16588 - type: "plot"
16589   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16590   algorithm: "plot_perf_box_name"
16591   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16592   data: "plot-dpdk-throughput-latency-3n-hsw"
16593   include:
16594     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16595     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16596   layout:
16597     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16598     layout: "plot-throughput"
16599
16600 - type: "plot"
16601   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16602   algorithm: "plot_perf_box_name"
16603   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16604   data: "plot-dpdk-throughput-latency-3n-hsw"
16605   include:
16606     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16607     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16608   layout:
16609     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16610     layout: "plot-throughput"
16611
16612 # 2n-dnv-x553
16613
16614 - type: "plot"
16615   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16616   algorithm: "plot_perf_box_name"
16617   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16618   data: "plot-dpdk-throughput-latency-2n-dnv"
16619   include:
16620     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16621     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16622   layout:
16623     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16624     layout: "plot-throughput"
16625
16626 - type: "plot"
16627   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16630   data: "plot-dpdk-throughput-latency-2n-dnv"
16631   include:
16632     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16633     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16634   layout:
16635     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16636     layout: "plot-throughput"
16637
16638 - type: "plot"
16639   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16640   algorithm: "plot_perf_box_name"
16641   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16642   data: "plot-dpdk-throughput-latency-2n-dnv"
16643   include:
16644     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16645     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16646   layout:
16647     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16648     layout: "plot-throughput"
16649
16650 - type: "plot"
16651   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16654   data: "plot-dpdk-throughput-latency-2n-dnv"
16655   include:
16656     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16657     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16658   layout:
16659     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16660     layout: "plot-throughput"
16661
16662 # 3n-dnv-x553
16663
16664 - type: "plot"
16665   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16666   algorithm: "plot_perf_box_name"
16667   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16668   data: "plot-dpdk-throughput-latency-3n-dnv"
16669   include:
16670     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16671     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16672   layout:
16673     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16674     layout: "plot-throughput"
16675
16676 - type: "plot"
16677   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16678   algorithm: "plot_perf_box_name"
16679   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16680   data: "plot-dpdk-throughput-latency-3n-dnv"
16681   include:
16682     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16683     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16684   layout:
16685     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16692   data: "plot-dpdk-throughput-latency-3n-dnv"
16693   include:
16694     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16695     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16696   layout:
16697     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16698     layout: "plot-throughput"
16699
16700 - type: "plot"
16701   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16704   data: "plot-dpdk-throughput-latency-3n-dnv"
16705   include:
16706     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16707     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16708   layout:
16709     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16710     layout: "plot-throughput"
16711
16712 # 3n-tsh-x520
16713
16714 - type: "plot"
16715   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16716   algorithm: "plot_perf_box_name"
16717   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16718   data: "plot-dpdk-throughput-latency-3n-tsh"
16719   include:
16720     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16721     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16722   layout:
16723     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16724     layout: "plot-throughput"
16725
16726 - type: "plot"
16727   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16728   algorithm: "plot_perf_box_name"
16729   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16730   data: "plot-dpdk-throughput-latency-3n-tsh"
16731   include:
16732     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16733     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16734   layout:
16735     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16742   data: "plot-dpdk-throughput-latency-3n-tsh"
16743   include:
16744     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16745     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16746   layout:
16747     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16748     layout: "plot-throughput"
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16754   data: "plot-dpdk-throughput-latency-3n-tsh"
16755   include:
16756     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16757     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16758   layout:
16759     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16760     layout: "plot-throughput"
16761
16762 ################################################################################
16763 ###   2n-clx                                                                 ###
16764 ################################################################################
16765
16766 # Packet Throughput
16767
16768 - type: "plot"
16769   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16770   algorithm: "plot_perf_box_name"
16771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16773   include:
16774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16778   layout:
16779     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16780     layout: "plot-throughput"
16781
16782 - type: "plot"
16783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16787   include:
16788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16792   layout:
16793     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16794     layout: "plot-throughput"
16795
16796 - type: "plot"
16797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16798   algorithm: "plot_perf_box_name"
16799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16801   include:
16802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16806   layout:
16807     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16808     layout: "plot-throughput"
16809
16810 - type: "plot"
16811   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16812   algorithm: "plot_perf_box_name"
16813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16815   include:
16816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16820   layout:
16821     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16822     layout: "plot-throughput"
16823
16824 - type: "plot"
16825   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16826   algorithm: "plot_perf_box_name"
16827   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16829   include:
16830     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16831     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16832     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16834   layout:
16835     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16843   include:
16844     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16845     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16848   layout:
16849     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16850     layout: "plot-throughput"
16851
16852 - type: "plot"
16853   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16854   algorithm: "plot_perf_box_name"
16855   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16857   include:
16858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16864   layout:
16865     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16866     layout: "plot-throughput"
16867
16868 - type: "plot"
16869   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16870   algorithm: "plot_perf_box_name"
16871   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16873   include:
16874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16879   layout:
16880     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16881     layout: "plot-throughput"
16882
16883 - type: "plot"
16884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16885   algorithm: "plot_perf_box_name"
16886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16888   include:
16889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16893   layout:
16894     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16902   include:
16903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16907   layout:
16908     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16909     layout: "plot-throughput"
16910
16911 - type: "plot"
16912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16913   algorithm: "plot_perf_box_name"
16914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16916   include:
16917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16920   layout:
16921     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16922     layout: "plot-throughput"
16923
16924 - type: "plot"
16925   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16926   algorithm: "plot_perf_box_name"
16927   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16929   include:
16930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16933   layout:
16934     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16942   include:
16943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16948   layout:
16949     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16950     layout: "plot-throughput"
16951
16952 - type: "plot"
16953   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16954   algorithm: "plot_perf_box_name"
16955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16957   include:
16958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16963   layout:
16964     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16965     layout: "plot-throughput"
16966
16967 - type: "plot"
16968   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16969   algorithm: "plot_perf_box_name"
16970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16972   include:
16973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16976   layout:
16977     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16982   algorithm: "plot_perf_box_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16985   include:
16986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16989   layout:
16990     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16991     layout: "plot-throughput"
16992
16993 - type: "plot"
16994   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16995   algorithm: "plot_perf_box_name"
16996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16998   include:
16999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17005   layout:
17006     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17021   layout:
17022     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17023     layout: "plot-throughput"
17024
17025 - type: "plot"
17026   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17027   algorithm: "plot_perf_box_name"
17028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17030   include:
17031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17037   layout:
17038     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17039     layout: "plot-throughput"
17040
17041 - type: "plot"
17042   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17043   algorithm: "plot_perf_box_name"
17044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17046   include:
17047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17053   layout:
17054     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
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-ndr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17074   include:
17075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17077   layout:
17078     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17079     layout: "plot-throughput"
17080
17081 - type: "plot"
17082   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17086   include:
17087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17093   layout:
17094     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17109   layout:
17110     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17125   layout:
17126     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17127     layout: "plot-throughput"
17128
17129 - type: "plot"
17130   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17131   algorithm: "plot_perf_box_name"
17132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17134   include:
17135     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17141   layout:
17142     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17157   layout:
17158     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17166   include:
17167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17173   layout:
17174     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17188   layout:
17189     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17203   layout:
17204     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17218   layout:
17219     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17227   include:
17228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17233   layout:
17234     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17242   include:
17243     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17248   layout:
17249     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17250     layout: "plot-throughput"
17251
17252 - type: "plot"
17253   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17254   algorithm: "plot_perf_box_name"
17255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17257   include:
17258     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17263   layout:
17264     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17269   algorithm: "plot_perf_box_name"
17270   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17272   include:
17273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17278   layout:
17279     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17280     layout: "plot-throughput"
17281
17282 - type: "plot"
17283   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17284   algorithm: "plot_perf_box_name"
17285   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17287   include:
17288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17293   layout:
17294     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17295     layout: "plot-throughput"
17296
17297 - type: "plot"
17298   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17299   algorithm: "plot_perf_box_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17308   layout:
17309     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17323   layout:
17324     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17339   layout:
17340     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17352     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17353     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17354     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17355   layout:
17356     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17357     layout: "plot-throughput"
17358
17359 - type: "plot"
17360   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17364   include:
17365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17369   layout:
17370     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17371     layout: "plot-throughput"
17372
17373 - type: "plot"
17374   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17375   algorithm: "plot_perf_box_name"
17376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17378   include:
17379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17383   layout:
17384     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392   include:
17393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17399   layout:
17400     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17408   include:
17409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17415   layout:
17416     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17417     layout: "plot-throughput"
17418
17419 - type: "plot"
17420   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17421   algorithm: "plot_perf_box_name"
17422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17424   include:
17425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17429   layout:
17430     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17443   layout:
17444     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17454     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17455     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17456     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17457     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17458     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17459   layout:
17460     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17468   include:
17469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17470     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17471     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17473     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17475   layout:
17476     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17477     layout: "plot-throughput"
17478
17479 - type: "plot"
17480   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17484   include:
17485     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17486     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17487     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17489   layout:
17490     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17491     layout: "plot-throughput"
17492
17493 - type: "plot"
17494   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17495   algorithm: "plot_perf_box_name"
17496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17498   include:
17499     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17500     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17501     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17502     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17503   layout:
17504     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512   include:
17513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17518   layout:
17519     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17533   layout:
17534     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "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"
17544     - "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"
17545     - "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"
17546     - "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"
17547     - "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"
17548   layout:
17549     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17550     layout: "plot-throughput"
17551
17552 - type: "plot"
17553   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17554   algorithm: "plot_perf_box_name"
17555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17557   include:
17558     - "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"
17559     - "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"
17560     - "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"
17561     - "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"
17562     - "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"
17563   layout:
17564     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17565     layout: "plot-throughput"
17566
17567 - type: "plot"
17568   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17569   algorithm: "plot_perf_box_name"
17570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17572   include:
17573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17578   layout:
17579     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17580     layout: "plot-throughput"
17581
17582 - type: "plot"
17583   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17584   algorithm: "plot_perf_box_name"
17585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17587   include:
17588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17593   layout:
17594     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17595     layout: "plot-throughput"
17596
17597 - type: "plot"
17598   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17599   algorithm: "plot_perf_box_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17607     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17608   layout:
17609     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17610     layout: "plot-throughput"
17611
17612 - type: "plot"
17613   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17614   algorithm: "plot_perf_box_name"
17615   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17617   include:
17618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17619     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17621     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17622     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17623   layout:
17624     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17625     layout: "plot-throughput"
17626
17627 - type: "plot"
17628   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17629   algorithm: "plot_perf_box_name"
17630   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17632   include:
17633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17634     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17635     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17636     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17637   layout:
17638     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17646   include:
17647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17650     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17651   layout:
17652     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17653     layout: "plot-throughput"
17654
17655 - type: "plot"
17656   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17657   algorithm: "plot_perf_box_name"
17658   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17660   include:
17661     - "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"
17662     - "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"
17663     - "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"
17664     - "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"
17665   layout:
17666     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17667     layout: "plot-throughput"
17668
17669 - type: "plot"
17670   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17671   algorithm: "plot_perf_box_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "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"
17676     - "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"
17677     - "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"
17678     - "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"
17679   layout:
17680     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17681     layout: "plot-throughput"
17682
17683 - type: "plot"
17684   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "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"
17690     - "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"
17691     - "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"
17692     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17693     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17694     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17695   layout:
17696     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17697     layout: "plot-throughput"
17698
17699 - type: "plot"
17700   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17701   algorithm: "plot_perf_box_name"
17702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17704   include:
17705     - "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"
17706     - "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"
17707     - "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"
17708     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17709     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17710     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17711   layout:
17712     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17713     layout: "plot-throughput"
17714
17715 ################################################################################
17716
17717 # Packet Speedup
17718
17719 - type: "plot"
17720   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17721   algorithm: "plot_tsa_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17729   layout:
17730     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17731     layout: "plot-throughput-speedup-analysis"
17732
17733 - type: "plot"
17734   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17735   algorithm: "plot_tsa_name"
17736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17738   include:
17739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17743   layout:
17744     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17745     layout: "plot-throughput-speedup-analysis"
17746
17747 - type: "plot"
17748   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17749   algorithm: "plot_tsa_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17759     layout: "plot-throughput-speedup-analysis"
17760
17761 - type: "plot"
17762   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17763   algorithm: "plot_tsa_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17771   layout:
17772     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17773     layout: "plot-throughput-speedup-analysis"
17774
17775 - type: "plot"
17776   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17777   algorithm: "plot_tsa_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17782     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17783     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17785   layout:
17786     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17787     layout: "plot-throughput-speedup-analysis"
17788
17789 - type: "plot"
17790   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17791   algorithm: "plot_tsa_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17796     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17797     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17798     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17799   layout:
17800     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17801     layout: "plot-throughput-speedup-analysis"
17802
17803 - type: "plot"
17804   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17805   algorithm: "plot_tsa_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17815   layout:
17816     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17817     layout: "plot-throughput-speedup-analysis"
17818
17819 - type: "plot"
17820   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17821   algorithm: "plot_tsa_name"
17822   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17824   include:
17825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17831   layout:
17832     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17833     layout: "plot-throughput-speedup-analysis"
17834
17835 - type: "plot"
17836   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17837   algorithm: "plot_tsa_name"
17838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17840   include:
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17845   layout:
17846     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17847     layout: "plot-throughput-speedup-analysis"
17848
17849 - type: "plot"
17850   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17851   algorithm: "plot_tsa_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17859   layout:
17860     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17861     layout: "plot-throughput-speedup-analysis"
17862
17863 - type: "plot"
17864   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17865   algorithm: "plot_tsa_name"
17866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868   include:
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17872   layout:
17873     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17874     layout: "plot-throughput-speedup-analysis"
17875
17876 - type: "plot"
17877   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17878   algorithm: "plot_tsa_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17885   layout:
17886     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17887     layout: "plot-throughput-speedup-analysis"
17888
17889 - type: "plot"
17890   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17891   algorithm: "plot_tsa_name"
17892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17894   include:
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17900   layout:
17901     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17902     layout: "plot-throughput-speedup-analysis"
17903
17904 - type: "plot"
17905   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17906   algorithm: "plot_tsa_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17915   layout:
17916     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17917     layout: "plot-throughput-speedup-analysis"
17918
17919 - type: "plot"
17920   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17921   algorithm: "plot_tsa_name"
17922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17924   include:
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17930     layout: "plot-throughput-speedup-analysis"
17931
17932 - type: "plot"
17933   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17934   algorithm: "plot_tsa_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17943     layout: "plot-throughput-speedup-analysis"
17944
17945 - type: "plot"
17946   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17947   algorithm: "plot_tsa_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17957   layout:
17958     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17959     layout: "plot-throughput-speedup-analysis"
17960
17961 - type: "plot"
17962   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17963   algorithm: "plot_tsa_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17975     layout: "plot-throughput-speedup-analysis"
17976
17977 - type: "plot"
17978   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17979   algorithm: "plot_tsa_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17989   layout:
17990     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17991     layout: "plot-throughput-speedup-analysis"
17992
17993 - type: "plot"
17994   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17995   algorithm: "plot_tsa_name"
17996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17998   include:
17999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18005   layout:
18006     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-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-ndr"
18019     layout: "plot-throughput-speedup-analysis"
18020
18021 - type: "plot"
18022   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18023   algorithm: "plot_tsa_name"
18024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18026   include:
18027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18029   layout:
18030     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18031     layout: "plot-throughput-speedup-analysis"
18032
18033 - type: "plot"
18034   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18035   algorithm: "plot_tsa_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18045   layout:
18046     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 - type: "plot"
18050   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18051   algorithm: "plot_tsa_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18061   layout:
18062     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18077   layout:
18078     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18079     layout: "plot-throughput-speedup-analysis"
18080
18081 - type: "plot"
18082   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18083   algorithm: "plot_tsa_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18093   layout:
18094     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18107     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18108     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18109   layout:
18110     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18111     layout: "plot-throughput-speedup-analysis"
18112
18113 - type: "plot"
18114   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18115   algorithm: "plot_tsa_name"
18116   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18118   include:
18119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18125   layout:
18126     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18140   layout:
18141     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18142     layout: "plot-throughput-speedup-analysis"
18143
18144 - type: "plot"
18145   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18146   algorithm: "plot_tsa_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18155   layout:
18156     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18172     layout: "plot-throughput-speedup-analysis"
18173
18174 - type: "plot"
18175   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18176   algorithm: "plot_tsa_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18185   layout:
18186     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18200   layout:
18201     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18202     layout: "plot-throughput-speedup-analysis"
18203
18204 - type: "plot"
18205   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18206   algorithm: "plot_tsa_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18213     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18215   layout:
18216     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18217     layout: "plot-throughput-speedup-analysis"
18218
18219 - type: "plot"
18220   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18221   algorithm: "plot_tsa_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18230   layout:
18231     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18232     layout: "plot-throughput-speedup-analysis"
18233
18234 - type: "plot"
18235   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18236   algorithm: "plot_tsa_name"
18237   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18239   include:
18240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18245   layout:
18246     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18247     layout: "plot-throughput-speedup-analysis"
18248
18249 - type: "plot"
18250   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18251   algorithm: "plot_tsa_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18260   layout:
18261     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18262     layout: "plot-throughput-speedup-analysis"
18263
18264 - type: "plot"
18265   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18266   algorithm: "plot_tsa_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18275   layout:
18276     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18277     layout: "plot-throughput-speedup-analysis"
18278
18279 - type: "plot"
18280   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18281   algorithm: "plot_tsa_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18291   layout:
18292     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18321   layout:
18322     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18323     layout: "plot-throughput-speedup-analysis"
18324
18325 - type: "plot"
18326   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18327   algorithm: "plot_tsa_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18335   layout:
18336     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18353     layout: "plot-throughput-speedup-analysis"
18354
18355 - type: "plot"
18356   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18357   algorithm: "plot_tsa_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18369     layout: "plot-throughput-speedup-analysis"
18370
18371 - type: "plot"
18372   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18373   algorithm: "plot_tsa_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18381   layout:
18382     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18395   layout:
18396     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18397     layout: "plot-throughput-speedup-analysis"
18398
18399 - type: "plot"
18400   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18401   algorithm: "plot_tsa_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18406     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18411   layout:
18412     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18413     layout: "plot-throughput-speedup-analysis"
18414
18415 - type: "plot"
18416   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18417   algorithm: "plot_tsa_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18425     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18426     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18427   layout:
18428     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18429     layout: "plot-throughput-speedup-analysis"
18430
18431 - type: "plot"
18432   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18433   algorithm: "plot_tsa_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18438     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18441   layout:
18442     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18443     layout: "plot-throughput-speedup-analysis"
18444
18445 - type: "plot"
18446   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18447   algorithm: "plot_tsa_name"
18448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18450   include:
18451     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18452     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18453     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18454     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18455   layout:
18456     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18457     layout: "plot-throughput-speedup-analysis"
18458
18459 - type: "plot"
18460   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18461   algorithm: "plot_tsa_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18470   layout:
18471     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18472     layout: "plot-throughput-speedup-analysis"
18473
18474 - type: "plot"
18475   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18476   algorithm: "plot_tsa_name"
18477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18479   include:
18480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18485   layout:
18486     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 - type: "plot"
18490   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18491   algorithm: "plot_tsa_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "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"
18496     - "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"
18497     - "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"
18498     - "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"
18499     - "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"
18500   layout:
18501     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18502     layout: "plot-throughput-speedup-analysis"
18503
18504 - type: "plot"
18505   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18506   algorithm: "plot_tsa_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "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"
18511     - "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"
18512     - "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"
18513     - "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"
18514     - "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"
18515   layout:
18516     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18517     layout: "plot-throughput-speedup-analysis"
18518
18519 - type: "plot"
18520   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18521   algorithm: "plot_tsa_name"
18522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18524   include:
18525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18530   layout:
18531     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18532     layout: "plot-throughput-speedup-analysis"
18533
18534 - type: "plot"
18535   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18536   algorithm: "plot_tsa_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18545   layout:
18546     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18547     layout: "plot-throughput-speedup-analysis"
18548
18549 - type: "plot"
18550   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18551   algorithm: "plot_tsa_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18560   layout:
18561     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18562     layout: "plot-throughput-speedup-analysis"
18563
18564 - type: "plot"
18565   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18566   algorithm: "plot_tsa_name"
18567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569   include:
18570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18575   layout:
18576     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18577     layout: "plot-throughput-speedup-analysis"
18578
18579 - type: "plot"
18580   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18581   algorithm: "plot_tsa_name"
18582   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18584   include:
18585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18589   layout:
18590     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18591     layout: "plot-throughput-speedup-analysis"
18592
18593 - type: "plot"
18594   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18595   algorithm: "plot_tsa_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18603   layout:
18604     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18605     layout: "plot-throughput-speedup-analysis"
18606
18607 - type: "plot"
18608   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18609   algorithm: "plot_tsa_name"
18610   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18612   include:
18613     - "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"
18614     - "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"
18615     - "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"
18616     - "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"
18617   layout:
18618     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18619     layout: "plot-throughput-speedup-analysis"
18620
18621 - type: "plot"
18622   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18623   algorithm: "plot_tsa_name"
18624   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18626   include:
18627     - "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"
18628     - "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"
18629     - "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"
18630     - "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"
18631   layout:
18632     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18633     layout: "plot-throughput-speedup-analysis"
18634
18635 - type: "plot"
18636   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18637   algorithm: "plot_tsa_name"
18638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18640   include:
18641     - "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"
18642     - "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"
18643     - "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"
18644     - "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"
18645     - "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"
18646     - "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"
18647   layout:
18648     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18649     layout: "plot-throughput-speedup-analysis"
18650
18651 - type: "plot"
18652   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18653   algorithm: "plot_tsa_name"
18654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18656   include:
18657     - "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"
18658     - "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"
18659     - "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"
18660     - "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"
18661     - "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"
18662     - "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"
18663   layout:
18664     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18665     layout: "plot-throughput-speedup-analysis"
18666
18667 ################################################################################
18668
18669 # Packet Throughput - DPDK
18670
18671 # 2n-clx-xxv710
18672
18673 - type: "plot"
18674   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18675   algorithm: "plot_perf_box_name"
18676   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18677   data: "plot-dpdk-throughput-latency-2n-clx"
18678   include:
18679     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18680     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18681   layout:
18682     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18683     layout: "plot-throughput"
18684
18685 - type: "plot"
18686   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18687   algorithm: "plot_perf_box_name"
18688   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18689   data: "plot-dpdk-throughput-latency-2n-clx"
18690   include:
18691     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18693   layout:
18694     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18695     layout: "plot-throughput"
18696
18697 - type: "plot"
18698   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18699   algorithm: "plot_perf_box_name"
18700   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18701   data: "plot-dpdk-throughput-latency-2n-clx"
18702   include:
18703     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18704     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18705   layout:
18706     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18707     layout: "plot-throughput"
18708
18709 - type: "plot"
18710   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18711   algorithm: "plot_perf_box_name"
18712   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18713   data: "plot-dpdk-throughput-latency-2n-clx"
18714   include:
18715     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18716     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18717   layout:
18718     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18719     layout: "plot-throughput"
18720
18721 # 2n-clx-x710
18722
18723 - type: "plot"
18724   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18725   algorithm: "plot_perf_box_name"
18726   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18727   data: "plot-dpdk-throughput-latency-2n-clx"
18728   include:
18729     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18730     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18731   layout:
18732     title: "2n-clx-x710-64b-2t1c-base-ndr"
18733     layout: "plot-throughput"
18734
18735 - type: "plot"
18736   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18737   algorithm: "plot_perf_box_name"
18738   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18739   data: "plot-dpdk-throughput-latency-2n-clx"
18740   include:
18741     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18742     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18743   layout:
18744     title: "2n-clx-x710-64b-4t2c-base-ndr"
18745     layout: "plot-throughput"
18746
18747 - type: "plot"
18748   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18749   algorithm: "plot_perf_box_name"
18750   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18751   data: "plot-dpdk-throughput-latency-2n-clx"
18752   include:
18753     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18754     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18755   layout:
18756     title: "2n-clx-x710-64b-2t1c-base-pdr"
18757     layout: "plot-throughput"
18758
18759 - type: "plot"
18760   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18761   algorithm: "plot_perf_box_name"
18762   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18763   data: "plot-dpdk-throughput-latency-2n-clx"
18764   include:
18765     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18766     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18767   layout:
18768     title: "2n-clx-x710-64b-4t2c-base-pdr"
18769     layout: "plot-throughput"
18770
18771 ################################################################################
18772
18773 - type: "plot"
18774   title: "Latency by percentile: 2n-skx"
18775   algorithm: "plot_hdrh_lat_by_percentile"
18776   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18777   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18778   target-links: "../../_static/vpp"
18779   data: "plot-vpp-hdrh-lat-2n-skx"
18780   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18781   layout:
18782     layout: "plot-hdrh-latency-by-percentile"
18783
18784 - type: "plot"
18785   title: "Latency by percentile: 3n-skx"
18786   algorithm: "plot_hdrh_lat_by_percentile"
18787   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18788   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18789   target-links: "../../_static/vpp"
18790   data: "plot-vpp-hdrh-lat-3n-skx"
18791   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18792   layout:
18793     layout: "plot-hdrh-latency-by-percentile"
18794
18795 - type: "plot"
18796   title: "Latency by percentile: 2n-clx"
18797   algorithm: "plot_hdrh_lat_by_percentile"
18798   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18799   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18800   target-links: "../../_static/vpp"
18801   data: "plot-vpp-hdrh-lat-2n-clx"
18802   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18803   layout:
18804     layout: "plot-hdrh-latency-by-percentile"
18805
18806 - type: "plot"
18807   title: "Latency by percentile: 3n-hsw"
18808   algorithm: "plot_hdrh_lat_by_percentile"
18809   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18810   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18811   target-links: "../../_static/vpp"
18812   data: "plot-vpp-hdrh-lat-3n-hsw"
18813   filter: "'1T1C' and 'NIC_Intel-XL710'"
18814   layout:
18815     layout: "plot-hdrh-latency-by-percentile"
18816
18817 - type: "plot"
18818   title: "Latency by percentile: 3n-tsh"
18819   algorithm: "plot_hdrh_lat_by_percentile"
18820   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18821   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18822   target-links: "../../_static/vpp"
18823   data: "plot-vpp-hdrh-lat-3n-tsh"
18824   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18825   layout:
18826     layout: "plot-hdrh-latency-by-percentile"
18827
18828 - type: "plot"
18829   title: "Latency by percentile: DPDK 2n-skx"
18830   algorithm: "plot_hdrh_lat_by_percentile"
18831   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18832   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18833   target-links: "../../_static/dpdk"
18834   data: "plot-dpdk-hdrh-lat-2n-skx"
18835   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18836   layout:
18837     layout: "plot-hdrh-latency-by-percentile"
18838
18839 - type: "plot"
18840   title: "Latency by percentile: DPDK 3n-skx"
18841   algorithm: "plot_hdrh_lat_by_percentile"
18842   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18843   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18844   target-links: "../../_static/dpdk"
18845   data: "plot-dpdk-hdrh-lat-3n-skx"
18846   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18847   layout:
18848     layout: "plot-hdrh-latency-by-percentile"
18849
18850 - type: "plot"
18851   title: "Latency by percentile: DPDK 2n-clx"
18852   algorithm: "plot_hdrh_lat_by_percentile"
18853   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18854   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18855   target-links: "../../_static/dpdk"
18856   data: "plot-dpdk-hdrh-lat-2n-clx"
18857   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18858   layout:
18859     layout: "plot-hdrh-latency-by-percentile"
18860
18861 - type: "plot"
18862   title: "Latency by percentile: DPDK 3n-hsw"
18863   algorithm: "plot_hdrh_lat_by_percentile"
18864   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18865   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18866   target-links: "../../_static/dpdk"
18867   data: "plot-dpdk-hdrh-lat-3n-hsw"
18868   filter: "'1T1C' and 'NIC_Intel-XL710'"
18869   layout:
18870     layout: "plot-hdrh-latency-by-percentile"
18871
18872 - type: "plot"
18873   title: "Latency by percentile: DPDK 3n-tsh"
18874   algorithm: "plot_hdrh_lat_by_percentile"
18875   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18876   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18877   target-links: "../../_static/dpdk"
18878   data: "plot-dpdk-hdrh-lat-3n-tsh"
18879   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18880   layout:
18881     layout: "plot-hdrh-latency-by-percentile"