Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost
167         - 53  # NDRPDR sel vhost
168         - 55  # NDRPDR sel vhost
169         - 61  # NDRPDR sel vhost
170         - 62  # NDRPDR sel vhost
171         - 63  # NDRPDR sel vhost
172         - 64  # NDRPDR sel vhost
173         - 65  # NDRPDR sel vhost
174         - 66  # NDRPDR sel vhost
175         - 67  # NDRPDR sel vhost
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost
180         - 89  # NDRPDR sel vhost
181         - 91  # NDRPDR sel vhost
182         - 92  # NDRPDR sel vhost
183         - 93  # NDRPDR sel vhost
184         - 94  # NDRPDR sel vhost
185         - 95  # NDRPDR sel vhost
186         - 96  # NDRPDR sel vhost
187         - 97  # NDRPDR sel vhost
188         - 98  # NDRPDR sel vhost
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 87  # hoststack
255         - 88  # hoststack
256         - 89  # hoststack
257         - 90  # hoststack
258         - 91  # hoststack
259         - 92  # hoststack
260         - 93  # hoststack
261         - 94  # hoststack
262         - 95  # hoststack
263         - 96  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 45  # NDRPDR sel
275         - 46  # NDRPDR sel
276         - 47  # NDRPDR sel
277         - 48  # NDRPDR sel
278         - 49  # NDRPDR sel
279         - 50  # NDRPDR sel
280
281     plot-vpp-hdrh-lat-3n-skx:
282       csit-vpp-perf-verify-2001-3n-skx:
283         - 46  # NDRPDR sel
284
285     plot-vpp-nfv-3n-skx-ndrpdr:
286       # TODO: Add data
287       csit-vpp-perf-verify-2001-3n-skx:
288         - 45  # NDRPDR sel
289         - 46  # NDRPDR sel
290         - 47  # NDRPDR sel
291         - 48  # NDRPDR sel
292         - 49  # NDRPDR sel
293         - 50  # NDRPDR sel
294
295     plot-vpp-nfv-3n-skx-mrr:
296       csit-vpp-perf-verify-2001-3n-skx:
297         - 50  # MRR sel
298
299     plot-dpdk-throughput-latency-3n-skx:
300       csit-dpdk-perf-verify-2001-3n-skx:
301         - 29  # NDRPDR sel xxv710
302         - 33  # NDRPDR sel xxv710
303         - 34  # NDRPDR sel xxv710
304         - 35  # NDRPDR sel xxv710
305         - 36  # NDRPDR sel xxv710
306         - 37  # NDRPDR sel xxv710
307         - 41  # NDRPDR sel xxv710
308         - 42  # NDRPDR sel xxv710
309         - 44  # NDRPDR sel xxv710
310         - 45  # NDRPDR sel xxv710
311         - 30  # NDRPDR sel x710
312         - 31  # NDRPDR sel x710
313         - 32  # NDRPDR sel x710
314         - 38  # NDRPDR sel x710
315         - 39  # NDRPDR sel x710
316         - 40  # NDRPDR sel x710
317         - 46  # NDRPDR sel x710
318         - 47  # NDRPDR sel x710
319         - 48  # NDRPDR sel x710
320
321     plot-dpdk-hdrh-lat-3n-skx:
322       csit-dpdk-perf-verify-2001-3n-skx:
323         - 29  # NDRPDR sel xxv710
324
325     # 2n-skx
326
327     plot-vpp-throughput-lat-tsa-2n-skx:
328       csit-vpp-perf-verify-2001-2n-skx:
329         - 92  # NDRPDR sel
330         - 93  # NDRPDR sel
331         - 94  # NDRPDR sel
332         - 95  # NDRPDR sel
333         - 96  # NDRPDR sel
334         - 97  # NDRPDR sel
335         - 98  # NDRPDR sel
336         - 99  # NDRPDR sel
337         - 100 # NDRPDR sel
338         - 102 # NDRPDR sel
339
340     plot-vpp-hdrh-lat-2n-skx:
341       csit-vpp-perf-verify-2001-2n-skx:
342         - 92  # NDRPDR sel
343
344     plot-vpp-http-server-performance:
345       csit-vpp-perf-verify-2001-2n-clx:
346         - 80  # TCP
347         - 82  # TCP
348         - 83  # TCP
349         - 85  # TCP
350         - 86  # TCP
351         - 87  # TCP
352         - 88  # TCP
353         - 89  # TCP
354         - 90  # TCP
355         - 91  # TCP
356
357     plot-vpp-soak-2n-skx:
358       # TODO: Replace the data
359       # csit-vpp-perf-verify-2001-2n-skx:
360       csit-vpp-perf-verify-1908-2n-skx:
361         - 83  # SOAK
362         - 86  # SOAK
363
364     plot-vpp-nfv-2n-skx-ndrpdr:
365       # TODO: Replace the data
366       csit-vpp-perf-verify-2001-2n-skx:
367         - 30  # NFV
368         - 31  # NFV
369
370     plot-vpp-nfv-2n-skx-mrr:
371       # TODO: Replace the data
372       # csit-vpp-perf-verify-2001-2n-skx:
373       csit-vpp-perf-verify-1908-2n-skx:
374         - 71  # NFV MRR
375
376     plot-vpp-nfv-reconf-2n-skx:
377       # TODO: Replace the data
378       # csit-vpp-perf-verify-2001-2n-skx:
379       csit-vpp-perf-verify-1908-2n-skx:
380         - 113 # NFV reconf sel
381         - 114 # NFV reconf sel
382         - 115 # NFV reconf sel
383
384     plot-dpdk-throughput-latency-2n-skx:
385       csit-dpdk-perf-verify-2001-2n-skx:
386         - 35  # NDRPDR sel xxv710
387         - 36  # NDRPDR sel xxv710
388         - 37  # NDRPDR sel xxv710
389         - 41  # NDRPDR sel xxv710
390         - 42  # NDRPDR sel xxv710
391         - 43  # NDRPDR sel xxv710
392         - 46  # NDRPDR sel xxv710
393         - 47  # NDRPDR sel xxv710
394         - 52  # NDRPDR sel xxv710
395         - 53  # NDRPDR sel xxv710
396         - 38  # NDRPDR sel x710
397         - 39  # NDRPDR sel x710
398         - 40  # NDRPDR sel x710
399         - 44  # NDRPDR sel x710
400         - 45  # NDRPDR sel x710
401         - 48  # NDRPDR sel x710
402         - 49  # NDRPDR sel x710
403         - 50  # NDRPDR sel x710
404         - 51  # NDRPDR sel x710
405         - 54  # NDRPDR sel x710
406
407     plot-dpdk-hdrh-lat-2n-skx:
408       csit-dpdk-perf-verify-2001-2n-skx:
409         - 35  # NDRPDR sel xxv710
410
411     # 2n-clx
412
413     plot-vpp-throughput-lat-tsa-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 28  # NDRPDR sel
416         - 29  # NDRPDR sel
417         - 32  # NDRPDR sel
418         - 40  # NDRPDR sel
419         - 43  # NDRPDR sel
420         - 44  # NDRPDR sel
421         - 45  # NDRPDR sel
422         - 47  # NDRPDR sel
423         - 48  # NDRPDR sel
424         - 49  # NDRPDR sel
425
426     plot-vpp-hdrh-lat-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429
430     plot-vpp-nfv-2n-clx-ndrpdr:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-nfv-2n-clx-mrr:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 39  # MRR
446
447     plot-vpp-nfv-reconf-2n-clx:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 68  # Reconf
450         - 69  # Reconf
451         - 70  # Reconf
452         - 71  # Reconf
453         - 72  # Reconf
454         - 73  # Reconf
455         - 74  # Reconf
456         - 75  # Reconf
457         - 76  # Reconf
458         - 77  # Reconf
459
460     plot-vpp-soak-2n-clx:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 93  # Soak
463         - 94  # Soak
464
465     plot-dpdk-throughput-latency-2n-clx:
466       csit-dpdk-perf-verify-2001-2n-clx:
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 17  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 20  # NDRPDR sel
473         - 21  # NDRPDR sel
474         - 22  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 27  # NDRPDR sel
480         - 28  # NDRPDR sel
481         - 29  # NDRPDR sel
482         - 30  # NDRPDR sel
483         - 31  # NDRPDR sel
484         - 32  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 34  # NDRPDR sel
487
488
489     plot-dpdk-hdrh-lat-2n-clx:
490       csit-dpdk-perf-verify-2001-2n-clx:
491         - 15  # NDRPDR sel
492
493     # 3n-tsh
494
495     plot-vpp-throughput-lat-tsa-3n-tsh:
496       csit-vpp-perf-verify-2001-3n-tsh:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 10  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 13  # NDRPDR sel
504         - 14  # NDRPDR sel
505         - 15  # NDRPDR sel
506         - 21  # NDRPDR sel
507
508     plot-vpp-hdrh-lat-3n-tsh:
509       csit-vpp-perf-verify-2001-3n-tsh:
510         - 10  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-3n-tsh:
513       csit-dpdk-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 5   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-hdrh-lat-3n-tsh:
526       csit-dpdk-perf-verify-2001-3n-tsh:
527         - 3   # NDRPDR sel
528
529     # 3n-dnv
530
531     plot-vpp-throughput-lat-tsa-3n-dnv:
532       csit-vpp-perf-verify-2001-3n-dnv:
533         - 5   # NDRPDR sel
534         - 6   # NDRPDR sel
535         - 7   # NDRPDR sel
536         - 8   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-throughput-latency-3n-dnv:
545       csit-dpdk-perf-verify-2001-3n-dnv:
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553         - 19  # NDRPDR sel
554         - 20  # NDRPDR sel
555         - 22  # NDRPDR sel
556
557     # 2n-dnv
558
559     plot-vpp-throughput-lat-tsa-2n-dnv:
560       csit-vpp-perf-verify-2001-2n-dnv:
561         - 4   # NDRPDR sel
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 16  # NDRPDR sel
571
572     plot-dpdk-throughput-latency-2n-dnv:
573       csit-dpdk-perf-verify-2001-2n-dnv:
574         - 9   # NDRPDR sel
575         - 10  # NDRPDR sel
576         - 11  # NDRPDR sel
577         - 12  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 14  # NDRPDR sel
580         - 15  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584
585     ###########################################################################
586     # Simple tables (only one data set):
587
588     # NIC Comparisons
589
590     vpp-nic-comparison-3n-skx:
591       # TODO: Add the data
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 45  # NDRPDR sel
594         - 46  # NDRPDR sel
595         - 47  # NDRPDR sel
596         - 48  # NDRPDR sel
597         - 49  # NDRPDR sel
598         - 50  # NDRPDR sel
599
600     vpp-nic-comparison-2n-skx:
601       csit-vpp-perf-verify-2001-2n-skx:
602         - 92  # NDRPDR sel
603         - 93  # NDRPDR sel
604         - 94  # NDRPDR sel
605         - 95  # NDRPDR sel
606         - 96  # NDRPDR sel
607         - 97  # NDRPDR sel
608         - 98  # NDRPDR sel
609         - 99  # NDRPDR sel
610         - 100 # NDRPDR sel
611         - 102 # NDRPDR sel
612
613     vpp-nic-comparison-3n-skx-mrr:
614       csit-vpp-perf-verify-2001-3n-skx:
615         - 50  # MRR sel
616
617     vpp-nic-comparison-2n-skx-mrr:
618       csit-vpp-perf-verify-2001-2n-skx:
619         - 101 # MRR sel
620
621     # Results
622
623     vpp-perf-results-3n-hsw:
624       csit-vpp-perf-verify-2001-3n-hsw:
625         - 18  # NDRPDR full
626         - 20  # NDRPDR full
627         - 28  # NDRPDR full
628         - 35  # NDRPDR full
629         - 42  # NDRPDR full
630         - 46  # NDRPDR full
631         - 47  # NDRPDR full
632         - 48  # NDRPDR full
633         - 49  # NDRPDR full
634         - 50  # NDRPDR full
635         - 51  # NDRPDR full
636         - 52  # NDRPDR full
637         - 53  # NDRPDR full
638         - 54  # NDRPDR full
639         - 55  # NDRPDR full
640         - 56  # NDRPDR full
641         - 57  # NDRPDR full
642         - 58  # NDRPDR full
643         - 59  # NDRPDR full
644         - 61  # NDRPDR full
645         - 62  # NDRPDR full
646         - 63  # NDRPDR full
647         - 64  # NDRPDR full
648         - 65  # NDRPDR full
649         - 67  # NDRPDR full
650         - 70  # NDRPDR full
651         - 72  # NDRPDR full
652         - 73  # NDRPDR full
653         - 76  # NDRPDR full
654         - 77  # NDRPDR full
655         - 78  # NDRPDR full
656         - 79  # NDRPDR full
657         - 81  # NDRPDR full
658         - 82  # NDRPDR full
659         - 84  # NDRPDR full
660         - 85  # NDRPDR full
661
662     vpp-perf-results-3n-skx:
663       # TODO: Replace
664       csit-vpp-perf-verify-2001-3n-skx:
665         - 47  # NDRPDR sel
666
667     vpp-perf-results-2n-skx:
668       csit-vpp-perf-verify-2001-2n-skx:
669         # TODO: Replace
670         - 92  # NDRPDR sel
671
672     vpp-perf-results-2n-clx:
673       csit-vpp-perf-verify-2001-2n-clx:
674         - 53  # NDRPDR full
675         - 54  # NDRPDR full
676         - 55  # NDRPDR full
677         - 56  # NDRPDR full
678         - 57  # NDRPDR full
679         - 58  # NDRPDR full
680         - 59  # NDRPDR full
681         - 60  # NDRPDR full
682         - 61  # NDRPDR full
683         - 62  # NDRPDR full
684         - 63  # NDRPDR full
685         - 64  # NDRPDR full
686         - 65  # NDRPDR full
687         - 66  # NDRPDR full
688         - 67  # NDRPDR full
689
690     vpp-perf-results-3n-tsh:
691       csit-vpp-perf-verify-2001-3n-tsh:
692         - 10  # NDRPDR sel
693
694     vpp-perf-results-3n-dnv:
695       csit-vpp-perf-verify-2001-3n-dnv:
696         - 19  # NDRPDR full
697         - 20  # NDRPDR full
698         - 21  # NDRPDR full
699         - 22  # NDRPDR full
700         - 23  # NDRPDR full
701         - 24  # NDRPDR full
702         - 25  # NDRPDR full
703         - 26  # NDRPDR full
704         - 37  # NDRPDR full
705         - 38  # NDRPDR full
706         - 39  # NDRPDR full
707
708     vpp-perf-results-2n-dnv:
709       csit-vpp-perf-verify-2001-2n-dnv:
710         - 21  # NDRPDR full
711         - 22  # NDRPDR full
712         - 25  # NDRPDR full
713         - 26  # NDRPDR full
714         - 27  # NDRPDR full
715         - 28  # NDRPDR full
716
717     vpp-mrr-results-3n-hsw:
718       csit-vpp-perf-verify-2001-3n-hsw:
719         - 17  # MRR sel
720
721     vpp-mrr-results-3n-skx:
722       csit-vpp-perf-verify-2001-3n-skx:
723         - 50  # MRR sel
724
725     vpp-mrr-results-2n-skx:
726       csit-vpp-perf-verify-2001-2n-skx:
727         - 101 # MRR sel
728
729     vpp-mrr-results-2n-clx:
730       csit-vpp-perf-verify-2001-2n-clx:
731         - 39  # MRR
732
733     vpp-mrr-results-3n-tsh:
734       csit-vpp-perf-verify-2001-3n-tsh:
735         - 9   # MRR sel
736
737     vpp-mrr-results-3n-dnv:
738       csit-vpp-perf-verify-2001-3n-dnv:
739         - 11  # MRR sel
740
741     vpp-mrr-results-2n-dnv:
742       csit-vpp-perf-verify-2001-2n-dnv:
743         - 12  # MRR sel
744
745     vpp-device-results-ubuntu:
746       csit-vpp-device-2001-ubuntu1804-1n-skx:
747         - 57
748
749     dpdk-perf-results-3n-hsw:
750       csit-dpdk-perf-verify-2001-3n-hsw:
751         - 25  # NDRPDR full
752         - 26  # NDRPDR full
753
754     dpdk-perf-results-3n-skx:
755       csit-dpdk-perf-verify-2001-3n-skx:
756         - 29  # NDRPDR sel xxv710
757         - 30  # NDRPDR sel x710
758
759     dpdk-perf-results-2n-skx:
760       csit-dpdk-perf-verify-2001-2n-skx:
761         - 35  # NDRPDR sel xxv710
762         - 38  # NDRPDR sel x710
763
764     dpdk-perf-results-2n-clx:
765       csit-dpdk-perf-verify-2001-2n-clx:
766         - 15  # NDRPDR sel
767         - 34  # NDRPDR sel
768
769     dpdk-perf-results-2n-dnv:
770       csit-dpdk-perf-verify-2001-2n-dnv:
771         - 16  # NDRPDR sel
772
773     dpdk-perf-results-3n-dnv:
774       csit-dpdk-perf-verify-2001-3n-dnv:
775         - 12  # NDRPDR sel
776
777     dpdk-perf-results-3n-tsh:
778       csit-dpdk-perf-verify-2001-3n-tsh:
779         - 3   # NDRPDR sel
780
781 ###########################################################################
782     # Tables (more than one data set)
783
784     # Performance changes
785
786     vpp-performance-changes-3n-hsw-h1:
787       csit-vpp-perf-verify-1904-3n-hsw:
788         - 11  # NDRPDR sel
789         - 12  # NDRPDR sel
790         - 20  # NDRPDR sel
791         - 21  # NDRPDR sel
792         - 23  # NDRPDR sel
793         - 24  # NDRPDR sel
794         - 25  # NDRPDR sel
795         - 26  # NDRPDR sel
796         - 29  # NDRPDR sel
797         - 30  # NDRPDR sel
798     vpp-performance-changes-3n-hsw-ref:
799       csit-vpp-perf-verify-1908-3n-hsw:
800         - 12  # NDRPDR sel
801         - 13  # NDRPDR sel
802         - 14  # NDRPDR sel
803         - 15  # NDRPDR sel
804         - 16  # NDRPDR sel
805         - 17  # NDRPDR sel
806         - 18  # NDRPDR sel
807         - 19  # NDRPDR sel
808         - 20  # NDRPDR sel
809         - 21  # NDRPDR sel
810     vpp-performance-changes-3n-hsw-cmp:
811       csit-vpp-perf-verify-2001-3n-hsw:
812         - 21  # NDRPDR sel
813         - 22  # NDRPDR sel
814         - 23  # NDRPDR sel
815         - 24  # NDRPDR sel
816         - 25  # NDRPDR sel
817         - 29  # NDRPDR sel
818         - 30  # NDRPDR sel
819         - 31  # NDRPDR sel
820         - 32  # NDRPDR sel
821         - 34  # NDRPDR sel
822     vpp-performance-changes-3n-hsw:
823       - "vpp-performance-changes-3n-hsw-h1"
824       - "vpp-performance-changes-3n-hsw-ref"
825       - "vpp-performance-changes-3n-hsw-cmp"
826
827     vpp-performance-changes-3n-skx-h1:
828       csit-vpp-perf-verify-1904-3n-skx:
829         - 8   # NDRPDR sel
830         - 9   # NDRPDR sel
831         - 10  # NDRPDR sel
832         - 11  # NDRPDR sel
833         - 12  # NDRPDR sel
834         - 14  # NDRPDR sel
835         - 16  # NDRPDR sel
836         - 21  # NDRPDR sel
837         - 23  # NDRPDR sel
838         - 25  # NDRPDR sel
839     vpp-performance-changes-3n-skx-ref:
840       csit-vpp-perf-verify-1908-3n-skx:
841         - 14  # NDRPDR sel
842         - 16  # NDRPDR sel
843         - 19  # NDRPDR sel
844         - 20  # NDRPDR sel
845         - 22  # NDRPDR sel
846         - 23  # NDRPDR sel
847         - 24  # NDRPDR sel
848         - 25  # NDRPDR sel
849         - 26  # NDRPDR sel
850         - 29  # NDRPDR sel
851     vpp-performance-changes-3n-skx-cmp:
852       # TODO: Add the data
853       csit-vpp-perf-verify-2001-3n-skx:
854         - 45  # NDRPDR sel
855         - 46  # NDRPDR sel
856         - 47  # NDRPDR sel
857         - 48  # NDRPDR sel
858         - 49  # NDRPDR sel
859         - 50  # NDRPDR sel
860     vpp-performance-changes-3n-skx:
861       - "vpp-performance-changes-3n-skx-h1"
862       - "vpp-performance-changes-3n-skx-ref"
863       - "vpp-performance-changes-3n-skx-cmp"
864
865     vpp-performance-changes-2n-skx-h1:
866       csit-vpp-perf-verify-1904-2n-skx:
867         - 12  # NDRPDR sel
868         - 14  # NDRPDR sel
869         - 16  # NDRPDR sel
870         - 17  # NDRPDR sel
871         - 18  # NDRPDR sel
872         - 21  # NDRPDR sel
873         - 27  # NDRPDR sel
874         - 30  # NDRPDR sel
875         - 31  # NDRPDR sel
876         - 32  # NDRPDR sel
877     vpp-performance-changes-2n-skx-ref:
878       csit-vpp-perf-verify-1908-2n-skx:
879         - 26  # NDRPDR sel
880         - 27  # NDRPDR sel
881         - 34  # NDRPDR sel
882         - 35  # NDRPDR sel
883         - 36  # NDRPDR sel
884         - 42  # NDRPDR sel
885         - 43  # NDRPDR sel
886         - 44  # NDRPDR sel
887         - 45  # NDRPDR sel
888         - 46  # NDRPDR sel
889     vpp-performance-changes-2n-skx-cmp:
890       csit-vpp-perf-verify-2001-2n-skx:
891         - 92  # NDRPDR sel
892         - 93  # NDRPDR sel
893         - 94  # NDRPDR sel
894         - 95  # NDRPDR sel
895         - 96  # NDRPDR sel
896         - 97  # NDRPDR sel
897         - 98  # NDRPDR sel
898         - 99  # NDRPDR sel
899         - 100 # NDRPDR sel
900         - 102 # NDRPDR sel
901     vpp-performance-changes-2n-skx:
902       - "vpp-performance-changes-2n-skx-h1"
903       - "vpp-performance-changes-2n-skx-ref"
904       - "vpp-performance-changes-2n-skx-cmp"
905
906     vpp-performance-changes-nfv-2n-skx-ref:
907       csit-vpp-perf-verify-1908-2n-skx:
908         - 22  # NFV
909         - 31  # NFV
910         - 32  # NFV
911     vpp-performance-changes-nfv-2n-skx-cmp:
912       # TODO: Add the data
913       csit-vpp-perf-verify-2001-2n-skx:
914         - 30  # NFV
915         - 31  # NFV
916     vpp-performance-changes-nfv-2n-skx:
917       - "vpp-performance-changes-nfv-2n-skx-ref"
918       - "vpp-performance-changes-nfv-2n-skx-cmp"
919
920     vpp-performance-changes-2n-dnv-ref:
921       csit-vpp-perf-verify-1908-2n-dnv:
922         - 1   # NDRPDR sel
923         - 2   # NDRPDR sel
924         - 3   # NDRPDR sel
925         - 4   # NDRPDR sel
926         - 5   # NDRPDR sel
927         - 6   # NDRPDR sel
928         - 7   # NDRPDR sel
929         - 8   # NDRPDR sel
930         - 9   # NDRPDR sel
931         - 10  # NDRPDR sel
932     vpp-performance-changes-2n-dnv-cmp:
933       csit-vpp-perf-verify-2001-2n-dnv:
934         - 4   # NDRPDR sel
935         - 5   # NDRPDR sel
936         - 6   # NDRPDR sel
937         - 7   # NDRPDR sel
938         - 8   # NDRPDR sel
939         - 9   # NDRPDR sel
940         - 10  # NDRPDR sel
941         - 11  # NDRPDR sel
942         - 13  # NDRPDR sel
943         - 16  # NDRPDR sel
944     vpp-performance-changes-2n-dnv:
945       - "vpp-performance-changes-2n-dnv-ref"
946       - "vpp-performance-changes-2n-dnv-cmp"
947
948     vpp-performance-changes-3n-dnv-ref:
949       csit-vpp-perf-verify-1908-3n-dnv:
950         - 6   # NDRPDR sel
951         - 7   # NDRPDR sel
952         - 8   # NDRPDR sel
953         - 9   # NDRPDR sel
954         - 10  # NDRPDR sel
955         - 12  # NDRPDR sel
956         - 13  # NDRPDR sel
957         - 14  # NDRPDR sel
958         - 15  # NDRPDR sel
959         - 16  # NDRPDR sel
960     vpp-performance-changes-3n-dnv-cmp:
961       csit-vpp-perf-verify-2001-3n-dnv:
962         - 5   # NDRPDR sel
963         - 6   # NDRPDR sel
964         - 7   # NDRPDR sel
965         - 8   # NDRPDR sel
966         - 9   # NDRPDR sel
967         - 10  # NDRPDR sel
968         - 12  # NDRPDR sel
969         - 16  # NDRPDR sel
970         - 17  # NDRPDR sel
971         - 18  # NDRPDR sel
972     vpp-performance-changes-3n-dnv:
973       - "vpp-performance-changes-3n-dnv-ref"
974       - "vpp-performance-changes-3n-dnv-cmp"
975
976     vpp-performance-changes-3n-tsh-ref:
977       csit-vpp-perf-verify-1908-3n-tsh:
978         - 7   # NDRPDR sel
979         - 8   # NDRPDR sel
980         - 9   # NDRPDR sel
981         - 10  # NDRPDR sel
982         - 11  # NDRPDR sel
983         - 12  # NDRPDR sel
984         - 13  # NDRPDR sel
985         - 14  # NDRPDR sel
986         - 15  # NDRPDR sel
987         - 16  # NDRPDR sel
988     vpp-performance-changes-3n-tsh-cmp:
989       csit-vpp-perf-verify-2001-3n-tsh:
990         - 3   # NDRPDR sel
991         - 4   # NDRPDR sel
992         - 7   # NDRPDR sel
993         - 8   # NDRPDR sel
994         - 10  # NDRPDR sel
995         - 12  # NDRPDR sel
996         - 13  # NDRPDR sel
997         - 14  # NDRPDR sel
998         - 15  # NDRPDR sel
999         - 21  # NDRPDR sel
1000     vpp-performance-changes-3n-tsh:
1001       - "vpp-performance-changes-3n-tsh-ref"
1002       - "vpp-performance-changes-3n-tsh-cmp"
1003
1004     vpp-soak-vs-ndr-2n-skx-ref:
1005       csit-vpp-perf-verify-2001-2n-skx:
1006         - 92  # NDRPDR sel
1007         - 93  # NDRPDR sel
1008         - 94  # NDRPDR sel
1009         - 95  # NDRPDR sel
1010         - 96  # NDRPDR sel
1011         - 97  # NDRPDR sel
1012         - 98  # NDRPDR sel
1013         - 99  # NDRPDR sel
1014         - 100 # NDRPDR sel
1015         - 102 # NDRPDR sel
1016     vpp-soak-vs-ndr-2n-skx-cmp:
1017       # TODO: Replace
1018       # csit-vpp-perf-verify-2001-2n-skx:
1019       csit-vpp-perf-verify-1908-2n-skx:
1020         - 83  # SOAK
1021         - 86  # SOAK
1022     vpp-soak-vs-ndr-2n-skx:
1023       csit-vpp-perf-verify-2001-2n-skx:
1024         - 92  # NDRPDR sel
1025         - 93  # NDRPDR sel
1026         - 94  # NDRPDR sel
1027         - 95  # NDRPDR sel
1028         - 96  # NDRPDR sel
1029         - 97  # NDRPDR sel
1030         - 98  # NDRPDR sel
1031         - 99  # NDRPDR sel
1032         - 100 # NDRPDR sel
1033         - 102 # NDRPDR sel
1034         - 83  # SOAK
1035         - 86  # SOAK
1036
1037     vpp-soak-vs-ndr-2n-clx-ref:
1038       csit-vpp-perf-verify-2001-2n-clx:
1039         - 28  # NDRPDR sel
1040         - 29  # NDRPDR sel
1041         - 32  # NDRPDR sel
1042         - 40  # NDRPDR sel
1043         - 43  # NDRPDR sel
1044         - 44  # NDRPDR sel
1045         - 45  # NDRPDR sel
1046         - 47  # NDRPDR sel
1047         - 48  # NDRPDR sel
1048         - 49  # NDRPDR sel
1049     vpp-soak-vs-ndr-2n-clx-cmp:
1050       csit-vpp-perf-verify-2001-2n-clx:
1051         - 93  # SOAK
1052         - 94  # Soak
1053     vpp-soak-vs-ndr-2n-clx:
1054       csit-vpp-perf-verify-2001-2n-clx:
1055         - 28  # NDRPDR sel
1056         - 29  # NDRPDR sel
1057         - 32  # NDRPDR sel
1058         - 40  # NDRPDR sel
1059         - 43  # NDRPDR sel
1060         - 44  # NDRPDR sel
1061         - 45  # NDRPDR sel
1062         - 47  # NDRPDR sel
1063         - 48  # NDRPDR sel
1064         - 49  # NDRPDR sel
1065         - 93  # SOAK
1066         - 94  # Soak
1067
1068     vpp-performance-changes-3n-hsw-mrr-h1:
1069       csit-vpp-perf-verify-1904-3n-hsw:
1070         - 9   # MRR sel
1071     vpp-performance-changes-3n-hsw-mrr-ref:
1072       csit-vpp-perf-verify-1908-3n-hsw:
1073         - 39  # MRR sel
1074     vpp-performance-changes-3n-hsw-mrr-cmp:
1075       csit-vpp-perf-verify-2001-3n-hsw:
1076         - 17  # MRR sel
1077     vpp-performance-changes-3n-hsw-mrr:
1078       - "vpp-performance-changes-3n-hsw-mrr-h1"
1079       - "vpp-performance-changes-3n-hsw-mrr-ref"
1080       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1081
1082     vpp-performance-changes-3n-skx-mrr-h1:
1083       csit-vpp-perf-verify-1904-3n-skx:
1084         - 7   # MRR sel
1085     vpp-performance-changes-3n-skx-mrr-ref:
1086       csit-vpp-perf-verify-1908-3n-skx:
1087         - 36  # MRR sel
1088     vpp-performance-changes-3n-skx-mrr-cmp:
1089       csit-vpp-perf-verify-2001-3n-skx:
1090         - 50  # MRR sel
1091     vpp-performance-changes-3n-skx-mrr:
1092       - "vpp-performance-changes-3n-skx-mrr-h1"
1093       - "vpp-performance-changes-3n-skx-mrr-ref"
1094       - "vpp-performance-changes-3n-skx-mrr-cmp"
1095
1096     vpp-performance-changes-2n-skx-mrr-h1:
1097       csit-vpp-perf-verify-1904-2n-skx:
1098         - 11  # MRR sel
1099     vpp-performance-changes-2n-skx-mrr-ref:
1100       csit-vpp-perf-verify-1908-2n-skx:
1101         - 69  # MRR sel
1102     vpp-performance-changes-2n-skx-mrr-cmp:
1103       csit-vpp-perf-verify-2001-2n-skx:
1104         - 101 # MRR sel
1105     vpp-performance-changes-2n-skx-mrr:
1106       - "vpp-performance-changes-2n-skx-mrr-h1"
1107       - "vpp-performance-changes-2n-skx-mrr-ref"
1108       - "vpp-performance-changes-2n-skx-mrr-cmp"
1109
1110     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1111       csit-vpp-perf-verify-1908-2n-skx:
1112         - 71  # NFV MRR
1113     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1114       # TODO: Replace
1115       # csit-vpp-perf-verify-2001-2n-skx:
1116       csit-vpp-perf-verify-1908-2n-skx:
1117         - 71  # NFV MRR
1118     vpp-performance-changes-nfv-2n-skx-mrr:
1119       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1120       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1121
1122     vpp-performance-changes-2n-dnv-mrr-ref:
1123       csit-vpp-perf-verify-1908-2n-dnv:
1124         - 11  # MRR sel
1125     vpp-performance-changes-2n-dnv-mrr-cmp:
1126       csit-vpp-perf-verify-2001-2n-dnv:
1127         - 12  # MRR sel
1128     vpp-performance-changes-2n-dnv-mrr:
1129       - "vpp-performance-changes-2n-dnv-mrr-ref"
1130       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1131
1132     vpp-performance-changes-3n-dnv-mrr-ref:
1133       csit-vpp-perf-verify-1908-3n-dnv:
1134         - 17  # MRR sel
1135     vpp-performance-changes-3n-dnv-mrr-cmp:
1136       csit-vpp-perf-verify-2001-3n-dnv:
1137         - 11  # MRR sel
1138     vpp-performance-changes-3n-dnv-mrr:
1139       - "vpp-performance-changes-3n-dnv-mrr-ref"
1140       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1141
1142     vpp-performance-changes-3n-tsh-mrr-ref:
1143       csit-vpp-perf-verify-1908-3n-tsh:
1144         - 17  # MRR sel
1145     vpp-performance-changes-3n-tsh-mrr-cmp:
1146       csit-vpp-perf-verify-2001-3n-tsh:
1147         - 9   # MRR sel
1148     vpp-performance-changes-3n-tsh-mrr:
1149       - "vpp-performance-changes-3n-tsh-mrr-ref"
1150       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1151
1152     dpdk-performance-changes-3n-hsw-h1:
1153       csit-dpdk-perf-verify-1904-3n-hsw:
1154         - 2   # NDRPDR sel
1155         - 3   # NDRPDR sel
1156         - 5   # NDRPDR sel
1157         - 6   # NDRPDR sel
1158         - 13  # NDRPDR sel
1159         - 14  # NDRPDR sel
1160         - 15  # NDRPDR sel
1161         - 18  # NDRPDR sel
1162         - 19  # NDRPDR sel
1163         - 20  # NDRPDR sel
1164     dpdk-performance-changes-3n-hsw-ref:
1165       csit-dpdk-perf-verify-1908-3n-hsw:
1166         - 2   # NDRPDR sel
1167         - 3   # NDRPDR sel
1168         - 4   # NDRPDR sel
1169         - 5   # NDRPDR sel
1170         - 6   # NDRPDR sel
1171         - 7   # NDRPDR sel
1172         - 8   # NDRPDR sel
1173         - 9   # NDRPDR sel
1174         - 10  # NDRPDR sel
1175         - 11  # NDRPDR sel
1176     dpdk-performance-changes-3n-hsw-cmp:
1177       csit-dpdk-perf-verify-2001-3n-hsw:
1178 #        - 4   # NDRPDR sel
1179 #        - 5   # NDRPDR sel
1180 #        - 6   # NDRPDR sel
1181 #        - 7   # NDRPDR sel
1182 #        - 8   # NDRPDR sel
1183 #        - 9   # NDRPDR sel
1184 #        - 10  # NDRPDR sel
1185 #        - 11  # NDRPDR sel
1186 #        - 12  # NDRPDR sel
1187 #        - 13  # NDRPDR sel
1188         - 15  # NDRPDR sel
1189         - 16  # NDRPDR sel
1190         - 17  # NDRPDR sel
1191         - 18  # NDRPDR sel
1192         - 19  # NDRPDR sel
1193         - 20  # NDRPDR sel
1194         - 21  # NDRPDR sel
1195         - 22  # NDRPDR sel
1196         - 23  # NDRPDR sel
1197         - 24  # NDRPDR sel
1198     dpdk-performance-changes-3n-hsw:
1199       - "dpdk-performance-changes-3n-hsw-h1"
1200       - "dpdk-performance-changes-3n-hsw-ref"
1201       - "dpdk-performance-changes-3n-hsw-cmp"
1202
1203     dpdk-performance-changes-3n-skx-h1:
1204       csit-dpdk-perf-verify-1904-3n-skx:
1205         - 2   # NDRPDR sel
1206         - 3   # NDRPDR sel
1207         - 4   # NDRPDR sel
1208         - 5   # NDRPDR sel
1209         - 6   # NDRPDR sel
1210         - 7   # NDRPDR sel
1211         - 11  # NDRPDR sel
1212         - 12  # NDRPDR sel
1213         - 13  # NDRPDR sel
1214         - 14  # NDRPDR sel
1215     dpdk-performance-changes-3n-skx-ref:
1216       csit-dpdk-perf-verify-1908-3n-skx:
1217         - 3   # NDRPDR sel
1218         - 4   # NDRPDR sel
1219         - 5   # NDRPDR sel
1220         - 6   # NDRPDR sel
1221         - 7   # NDRPDR sel
1222         - 8   # NDRPDR sel
1223         - 9   # NDRPDR sel
1224         - 10  # NDRPDR sel
1225         - 11  # NDRPDR sel
1226         - 12  # NDRPDR sel
1227     dpdk-performance-changes-3n-skx-cmp:
1228       csit-dpdk-perf-verify-2001-3n-skx:
1229         - 29  # NDRPDR sel xxv710
1230         - 33  # NDRPDR sel xxv710
1231         - 34  # NDRPDR sel xxv710
1232         - 35  # NDRPDR sel xxv710
1233         - 36  # NDRPDR sel xxv710
1234         - 37  # NDRPDR sel xxv710
1235         - 41  # NDRPDR sel xxv710
1236         - 42  # NDRPDR sel xxv710
1237         - 44  # NDRPDR sel xxv710
1238         - 45  # NDRPDR sel xxv710
1239         - 30  # NDRPDR sel x710
1240         - 31  # NDRPDR sel x710
1241         - 32  # NDRPDR sel x710
1242         - 38  # NDRPDR sel x710
1243         - 39  # NDRPDR sel x710
1244         - 40  # NDRPDR sel x710
1245         - 46  # NDRPDR sel x710
1246         - 47  # NDRPDR sel x710
1247         - 48  # NDRPDR sel x710
1248     dpdk-performance-changes-3n-skx:
1249       - "dpdk-performance-changes-3n-skx-h1"
1250       - "dpdk-performance-changes-3n-skx-ref"
1251       - "dpdk-performance-changes-3n-skx-cmp"
1252
1253     dpdk-performance-changes-2n-skx-h1:
1254       csit-dpdk-perf-verify-1904-2n-skx:
1255         - 2   # NDRPDR sel
1256         - 3   # NDRPDR sel
1257         - 4   # NDRPDR sel
1258         - 5   # NDRPDR sel
1259         - 7   # NDRPDR sel
1260         - 8   # NDRPDR sel
1261         - 9   # NDRPDR sel
1262         - 10  # NDRPDR sel
1263         - 11  # NDRPDR sel
1264         - 12  # NDRPDR sel
1265     dpdk-performance-changes-2n-skx-ref:
1266       csit-dpdk-perf-verify-1908-2n-skx:
1267         - 2   # NDRPDR sel
1268         - 3   # NDRPDR sel
1269         - 4   # NDRPDR sel
1270         - 5   # NDRPDR sel
1271         - 7   # NDRPDR sel
1272         - 8   # NDRPDR sel
1273         - 9   # NDRPDR sel
1274         - 10  # NDRPDR sel
1275         - 11  # NDRPDR sel
1276         - 12  # NDRPDR sel
1277     dpdk-performance-changes-2n-skx-cmp:
1278       csit-dpdk-perf-verify-2001-2n-skx:
1279         - 35  # NDRPDR sel xxv710
1280         - 36  # NDRPDR sel xxv710
1281         - 37  # NDRPDR sel xxv710
1282         - 41  # NDRPDR sel xxv710
1283         - 42  # NDRPDR sel xxv710
1284         - 43  # NDRPDR sel xxv710
1285         - 46  # NDRPDR sel xxv710
1286         - 47  # NDRPDR sel xxv710
1287         - 52  # NDRPDR sel xxv710
1288         - 53  # NDRPDR sel xxv710
1289         - 38  # NDRPDR sel x710
1290         - 39  # NDRPDR sel x710
1291         - 40  # NDRPDR sel x710
1292         - 44  # NDRPDR sel x710
1293         - 45  # NDRPDR sel x710
1294         - 48  # NDRPDR sel x710
1295         - 49  # NDRPDR sel x710
1296         - 50  # NDRPDR sel x710
1297         - 51  # NDRPDR sel x710
1298         - 54  # NDRPDR sel x710
1299     dpdk-performance-changes-2n-skx:
1300       - "dpdk-performance-changes-2n-skx-h1"
1301       - "dpdk-performance-changes-2n-skx-ref"
1302       - "dpdk-performance-changes-2n-skx-cmp"
1303
1304     # Compare testbeds
1305
1306     vpp-compare-testbeds-ref:
1307       csit-vpp-perf-verify-2001-3n-hsw:
1308         - 21  # NDRPDR sel
1309         - 22  # NDRPDR sel
1310         - 23  # NDRPDR sel
1311         - 24  # NDRPDR sel
1312         - 25  # NDRPDR sel
1313         - 29  # NDRPDR sel
1314         - 30  # NDRPDR sel
1315         - 31  # NDRPDR sel
1316         - 32  # NDRPDR sel
1317         - 34  # NDRPDR sel
1318     vpp-compare-testbeds-cmp:
1319       # TODO: Add the data
1320       csit-vpp-perf-verify-2001-3n-skx:
1321         - 45  # NDRPDR sel
1322         - 46  # NDRPDR sel
1323         - 47  # NDRPDR sel
1324         - 48  # NDRPDR sel
1325         - 49  # NDRPDR sel
1326         - 50  # NDRPDR sel
1327     vpp-compare-testbeds:
1328       - "vpp-compare-testbeds-ref"
1329       - "vpp-compare-testbeds-cmp"
1330
1331     vpp-compare-testbeds-skx-clx-ref:
1332       # TODO: Add the data
1333       csit-vpp-perf-verify-2001-2n-skx:
1334         - 92  # NDRPDR sel
1335         - 93  # NDRPDR sel
1336         - 94  # NDRPDR sel
1337         - 95  # NDRPDR sel
1338         - 96  # NDRPDR sel
1339         - 97  # NDRPDR sel
1340         - 98  # NDRPDR sel
1341         - 99  # NDRPDR sel
1342         - 100 # NDRPDR sel
1343         - 102 # NDRPDR sel
1344     vpp-compare-testbeds-skx-clx-cmp:
1345       csit-vpp-perf-verify-2001-2n-clx:
1346         - 28  # NDRPDR sel
1347         - 29  # NDRPDR sel
1348         - 32  # NDRPDR sel
1349         - 40  # NDRPDR sel
1350         - 43  # NDRPDR sel
1351         - 44  # NDRPDR sel
1352         - 45  # NDRPDR sel
1353         - 47  # NDRPDR sel
1354         - 48  # NDRPDR sel
1355         - 49  # NDRPDR sel
1356     vpp-compare-testbeds-skx-clx:
1357       - "vpp-compare-testbeds-skx-clx-ref"
1358       - "vpp-compare-testbeds-skx-clx-cmp"
1359
1360     vpp-compare-testbeds-hsw-clx-ref:
1361       csit-vpp-perf-verify-2001-3n-hsw:
1362         - 21  # NDRPDR sel
1363         - 22  # NDRPDR sel
1364         - 23  # NDRPDR sel
1365         - 24  # NDRPDR sel
1366         - 25  # NDRPDR sel
1367         - 29  # NDRPDR sel
1368         - 30  # NDRPDR sel
1369         - 31  # NDRPDR sel
1370         - 32  # NDRPDR sel
1371         - 34  # NDRPDR sel
1372     vpp-compare-testbeds-hsw-clx-cmp:
1373       csit-vpp-perf-verify-2001-2n-clx:
1374         - 28  # NDRPDR sel
1375         - 29  # NDRPDR sel
1376         - 32  # NDRPDR sel
1377         - 40  # NDRPDR sel
1378         - 43  # NDRPDR sel
1379         - 44  # NDRPDR sel
1380         - 45  # NDRPDR sel
1381         - 47  # NDRPDR sel
1382         - 48  # NDRPDR sel
1383         - 49  # NDRPDR sel
1384     vpp-compare-testbeds-hsw-clx:
1385       - "vpp-compare-testbeds-hsw-clx-ref"
1386       - "vpp-compare-testbeds-hsw-clx-cmp"
1387
1388     vpp-compare-testbeds-mrr-ref:
1389       csit-vpp-perf-verify-2001-3n-hsw:
1390         - 17  # MRR sel
1391     vpp-compare-testbeds-mrr-cmp:
1392       csit-vpp-perf-verify-2001-3n-skx:
1393         - 50  # MRR sel
1394     vpp-compare-testbeds-mrr:
1395       - "vpp-compare-testbeds-mrr-ref"
1396       - "vpp-compare-testbeds-mrr-cmp"
1397
1398     vpp-compare-testbeds-mrr-skx-clx-ref:
1399       csit-vpp-perf-verify-2001-2n-skx:
1400         - 101 # MRR sel
1401     vpp-compare-testbeds-mrr-skx-clx-cmp:
1402       csit-vpp-perf-verify-2001-2n-clx:
1403         - 39  # MRR
1404     vpp-compare-testbeds-mrr-skx-clx:
1405       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1406       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1407
1408     vpp-compare-testbeds-mrr-hsw-clx-ref:
1409       csit-vpp-perf-verify-2001-3n-hsw:
1410         - 17  # MRR sel
1411     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1412       csit-vpp-perf-verify-2001-2n-clx:
1413         - 39  # MRR
1414     vpp-compare-testbeds-mrr-hsw-clx:
1415       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1416       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1417
1418     dpdk-compare-testbeds-ref:
1419       csit-dpdk-perf-verify-2001-3n-hsw:
1420         - 4   # NDRPDR sel
1421         - 5   # NDRPDR sel
1422         - 6   # NDRPDR sel
1423         - 7   # NDRPDR sel
1424         - 8   # NDRPDR sel
1425         - 9   # NDRPDR sel
1426         - 10  # NDRPDR sel
1427         - 11  # NDRPDR sel
1428         - 12  # NDRPDR sel
1429         - 13  # NDRPDR sel
1430         - 15  # NDRPDR sel
1431         - 16  # NDRPDR sel
1432         - 17  # NDRPDR sel
1433         - 18  # NDRPDR sel
1434         - 19  # NDRPDR sel
1435         - 20  # NDRPDR sel
1436         - 21  # NDRPDR sel
1437         - 22  # NDRPDR sel
1438         - 23  # NDRPDR sel
1439         - 24  # NDRPDR sel
1440     dpdk-compare-testbeds-cmp:
1441       csit-dpdk-perf-verify-2001-3n-skx:
1442         - 29  # NDRPDR sel xxv710
1443         - 33  # NDRPDR sel xxv710
1444         - 34  # NDRPDR sel xxv710
1445         - 35  # NDRPDR sel xxv710
1446         - 36  # NDRPDR sel xxv710
1447         - 37  # NDRPDR sel xxv710
1448         - 41  # NDRPDR sel xxv710
1449         - 42  # NDRPDR sel xxv710
1450         - 44  # NDRPDR sel xxv710
1451         - 45  # NDRPDR sel xxv710
1452         - 30  # NDRPDR sel x710
1453         - 31  # NDRPDR sel x710
1454         - 32  # NDRPDR sel x710
1455         - 38  # NDRPDR sel x710
1456         - 39  # NDRPDR sel x710
1457         - 40  # NDRPDR sel x710
1458         - 46  # NDRPDR sel x710
1459         - 47  # NDRPDR sel x710
1460         - 48  # NDRPDR sel x710
1461     dpdk-compare-testbeds:
1462       - "dpdk-compare-testbeds-ref"
1463       - "dpdk-compare-testbeds-cmp"
1464
1465     dpdk-compare-testbeds-skx-clx-ref:
1466       csit-dpdk-perf-verify-2001-2n-skx:
1467         - 35  # NDRPDR sel xxv710
1468         - 36  # NDRPDR sel xxv710
1469         - 37  # NDRPDR sel xxv710
1470         - 41  # NDRPDR sel xxv710
1471         - 42  # NDRPDR sel xxv710
1472         - 43  # NDRPDR sel xxv710
1473         - 46  # NDRPDR sel xxv710
1474         - 47  # NDRPDR sel xxv710
1475         - 52  # NDRPDR sel xxv710
1476         - 53  # NDRPDR sel xxv710
1477         - 38  # NDRPDR sel x710
1478         - 39  # NDRPDR sel x710
1479         - 40  # NDRPDR sel x710
1480         - 44  # NDRPDR sel x710
1481         - 45  # NDRPDR sel x710
1482         - 48  # NDRPDR sel x710
1483         - 49  # NDRPDR sel x710
1484         - 50  # NDRPDR sel x710
1485         - 51  # NDRPDR sel x710
1486         - 54  # NDRPDR sel x710
1487     dpdk-compare-testbeds-skx-clx-cmp:
1488       csit-dpdk-perf-verify-2001-2n-clx:
1489         - 15  # NDRPDR sel
1490         - 16  # NDRPDR sel
1491         - 17  # NDRPDR sel
1492         - 18  # NDRPDR sel
1493         - 19  # NDRPDR sel
1494         - 20  # NDRPDR sel
1495         - 21  # NDRPDR sel
1496         - 22  # NDRPDR sel
1497         - 23  # NDRPDR sel
1498         - 24  # NDRPDR sel
1499         - 25  # NDRPDR sel
1500         - 26  # NDRPDR sel
1501         - 27  # NDRPDR sel
1502         - 28  # NDRPDR sel
1503         - 29  # NDRPDR sel
1504         - 30  # NDRPDR sel
1505         - 31  # NDRPDR sel
1506         - 32  # NDRPDR sel
1507         - 33  # NDRPDR sel
1508         - 34  # NDRPDR sel
1509
1510     dpdk-compare-testbeds-skx-clx:
1511       - "dpdk-compare-testbeds-skx-clx-ref"
1512       - "dpdk-compare-testbeds-skx-clx-cmp"
1513
1514     # Compare topologies
1515
1516     vpp-compare-topologies-ref:
1517       # TODO: Add the data
1518       csit-vpp-perf-verify-2001-3n-skx:
1519         - 45  # NDRPDR sel
1520         - 46  # NDRPDR sel
1521         - 47  # NDRPDR sel
1522         - 48  # NDRPDR sel
1523         - 49  # NDRPDR sel
1524         - 50  # NDRPDR sel
1525     vpp-compare-topologies-cmp:
1526       # TODO: Add the data
1527       csit-vpp-perf-verify-2001-2n-skx:
1528         - 92  # NDRPDR sel
1529         - 93  # NDRPDR sel
1530         - 94  # NDRPDR sel
1531         - 95  # NDRPDR sel
1532         - 96  # NDRPDR sel
1533         - 97  # NDRPDR sel
1534         - 98  # NDRPDR sel
1535         - 99  # NDRPDR sel
1536         - 100 # NDRPDR sel
1537         - 102 # NDRPDR sel
1538     vpp-compare-topologies:
1539       - "vpp-compare-topologies-ref"
1540       - "vpp-compare-topologies-cmp"
1541
1542     vpp-compare-topologies-mrr-ref:
1543       csit-vpp-perf-verify-2001-3n-skx:
1544         - 50  # MRR sel
1545     vpp-compare-topologies-mrr-cmp:
1546       csit-vpp-perf-verify-2001-2n-skx:
1547         - 101 # MRR sel
1548     vpp-compare-topologies-mrr:
1549       - "vpp-compare-topologies-mrr-ref"
1550       - "vpp-compare-topologies-mrr-cmp"
1551
1552     dpdk-compare-topologies-ref:
1553       csit-dpdk-perf-verify-2001-3n-skx:
1554         - 29  # NDRPDR sel xxv710
1555         - 33  # NDRPDR sel xxv710
1556         - 34  # NDRPDR sel xxv710
1557         - 35  # NDRPDR sel xxv710
1558         - 36  # NDRPDR sel xxv710
1559         - 37  # NDRPDR sel xxv710
1560         - 41  # NDRPDR sel xxv710
1561         - 42  # NDRPDR sel xxv710
1562         - 44  # NDRPDR sel xxv710
1563         - 45  # NDRPDR sel xxv710
1564         - 30  # NDRPDR sel x710
1565         - 31  # NDRPDR sel x710
1566         - 32  # NDRPDR sel x710
1567         - 38  # NDRPDR sel x710
1568         - 39  # NDRPDR sel x710
1569         - 40  # NDRPDR sel x710
1570         - 46  # NDRPDR sel x710
1571         - 47  # NDRPDR sel x710
1572         - 48  # NDRPDR sel x710
1573     dpdk-compare-topologies-cmp:
1574       csit-dpdk-perf-verify-2001-2n-skx:
1575         - 35  # NDRPDR sel xxv710
1576         - 36  # NDRPDR sel xxv710
1577         - 37  # NDRPDR sel xxv710
1578         - 41  # NDRPDR sel xxv710
1579         - 42  # NDRPDR sel xxv710
1580         - 43  # NDRPDR sel xxv710
1581         - 46  # NDRPDR sel xxv710
1582         - 47  # NDRPDR sel xxv710
1583         - 52  # NDRPDR sel xxv710
1584         - 53  # NDRPDR sel xxv710
1585         - 38  # NDRPDR sel x710
1586         - 39  # NDRPDR sel x710
1587         - 40  # NDRPDR sel x710
1588         - 44  # NDRPDR sel x710
1589         - 45  # NDRPDR sel x710
1590         - 48  # NDRPDR sel x710
1591         - 49  # NDRPDR sel x710
1592         - 50  # NDRPDR sel x710
1593         - 51  # NDRPDR sel x710
1594         - 54  # NDRPDR sel x710
1595     dpdk-compare-topologies:
1596       - "dpdk-compare-topologies-ref"
1597       - "dpdk-compare-topologies-cmp"
1598
1599   plot-layouts:
1600
1601     plot-soak-throughput:
1602       titlefont:
1603         size: 18
1604       xaxis:
1605         title: "<b>Test Cases [Index]</b>"
1606         titlefont:
1607           size: 16
1608         autorange: True
1609         fixedrange: False
1610         gridcolor: "rgb(230, 230, 230)"
1611         linecolor: "rgb(220, 220, 220)"
1612         linewidth: 1
1613         showgrid: True
1614         showline: True
1615         showticklabels: True
1616         tickcolor: "rgb(220, 220, 220)"
1617         tickmode: "linear"
1618         tickfont:
1619           size: 16
1620         zeroline: False
1621       yaxis:
1622         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1623         titlefont:
1624           size: 16
1625         gridcolor: "rgb(230, 230, 230)"
1626         hoverformat: ".4r"
1627         tickformat: ".3r"
1628         linecolor: "rgb(220, 220, 220)"
1629         linewidth: 1
1630         showgrid: True
1631         showline: True
1632         showticklabels: True
1633         tickcolor: "rgb(220, 220, 220)"
1634         tickfont:
1635           size: 16
1636         zeroline: False
1637         range: [0,50]
1638       autosize: False
1639       margin:
1640         t: 50
1641         b: 0
1642         l: 80
1643         r: 20
1644       showlegend: True
1645       legend:
1646         orientation: "h"
1647         font:
1648           size: 16
1649       width: 700
1650       height: 900
1651       paper_bgcolor: "#fff"
1652       plot_bgcolor: "#fff"
1653       hoverlabel:
1654         namelength: -1
1655
1656     plot-service-density:
1657       titlefont:
1658         size: 18
1659       xaxis:
1660         side: "top"
1661         autorange: True
1662         fixedrange: False
1663         showgrid: False
1664         showline: False
1665         showticklabels: False
1666         ticks: ""
1667         ticklen: 0
1668         tickwidth: 0
1669         zeroline: False
1670       yaxis:
1671         autorange: "reversed"
1672         showgrid: False
1673         showline: False
1674         showticklabels: False
1675         ticks: ""
1676         ticklen: 0
1677         tickwidth: 0
1678         zeroline: False
1679       showlegend: False
1680       paper_bgcolor: "#fff"
1681       plot_bgcolor: "#fff"
1682       width: 700
1683       height: 700
1684       hoverlabel:
1685         namelength: -1
1686
1687     plot-cps:
1688       titlefont:
1689         size: 18
1690       xaxis:
1691         title: "<b>Test Cases [Index]</b>"
1692         titlefont:
1693           size: 16
1694         autorange: True
1695         fixedrange: False
1696         gridcolor: "rgb(230, 230, 230)"
1697         linecolor: "rgb(220, 220, 220)"
1698         linewidth: 1
1699         showgrid: True
1700         showline: True
1701         showticklabels: True
1702         tickcolor: "rgb(220, 220, 220)"
1703         tickmode: "linear"
1704         tickfont:
1705           size: 16
1706         zeroline: False
1707       yaxis:
1708         title: "<b>Connections Per Second [cps]</b>"
1709         titlefont:
1710           size: 16
1711         gridcolor: "rgb(230, 230, 230)"
1712         hoverformat: ".4s"
1713         linecolor: "rgb(220, 220, 220)"
1714         linewidth: 1
1715         rangemode: "tozero"
1716         showgrid: True
1717         showline: True
1718         showticklabels: True
1719         tickcolor: "rgb(220, 220, 220)"
1720         tickformat: ".3s"
1721         tickfont:
1722           size: 16
1723         zeroline: False
1724       boxmode: "group"
1725       boxgroupgap: 0.5
1726       autosize: False
1727       margin:
1728         t: 50
1729         b: 20
1730         l: 80
1731         r: 20
1732       showlegend: True
1733       legend:
1734         orientation: "h"
1735         font:
1736           size: 16
1737       width: 700
1738       height: 800
1739       paper_bgcolor: "#fff"
1740       plot_bgcolor: "#fff"
1741       hoverlabel:
1742         namelength: -1
1743
1744     plot-rps:
1745       titlefont:
1746         size: 18
1747       xaxis:
1748         title: "<b>Test Cases [Index]</b>"
1749         titlefont:
1750           size: 16
1751         autorange: True
1752         fixedrange: False
1753         gridcolor: "rgb(230, 230, 230)"
1754         linecolor: "rgb(220, 220, 220)"
1755         linewidth: 1
1756         showgrid: True
1757         showline: True
1758         showticklabels: True
1759         tickcolor: "rgb(220, 220, 220)"
1760         tickmode: "linear"
1761         tickfont:
1762           size: 16
1763         zeroline: False
1764       yaxis:
1765         title: "<b>Requests Per Second [rps]</b>"
1766         titlefont:
1767           size: 16
1768         gridcolor: "rgb(230, 230, 230)"
1769         hoverformat: ".4s"
1770         linecolor: "rgb(220, 220, 220)"
1771         linewidth: 1
1772         rangemode: "tozero"
1773         showgrid: True
1774         showline: True
1775         showticklabels: True
1776         tickcolor: "rgb(230, 230, 230)"
1777         tickformat: ".3s"
1778         tickfont:
1779           size: 16
1780         zeroline: False
1781       boxmode: "group"
1782       boxgroupgap: 0.5
1783       autosize: False
1784       margin:
1785         t: 50
1786         b: 20
1787         l: 80
1788         r: 20
1789       showlegend: True
1790       legend:
1791         orientation: "h"
1792         font:
1793           size: 16
1794       width: 700
1795       height: 800
1796       paper_bgcolor: "#fff"
1797       plot_bgcolor: "#fff"
1798       hoverlabel:
1799         namelength: -1
1800
1801     plot-hoststack:
1802       titlefont:
1803         size: 16
1804       xaxis:
1805         title: "<b>Test Cases [Index]</b>"
1806         titlefont:
1807           size: 14
1808         autorange: True
1809         fixedrange: False
1810         gridcolor: "rgb(230, 230, 230)"
1811         linecolor: "rgb(220, 220, 220)"
1812         linewidth: 1
1813         showgrid: True
1814         showline: True
1815         showticklabels: True
1816         tickcolor: "rgb(220, 220, 220)"
1817         tickmode: "linear"
1818         tickfont:
1819           size: 14
1820         zeroline: False
1821       yaxis:
1822         title: "<b>Bandwidth [Gbps]</b>"
1823         titlefont:
1824           size: 14
1825         gridcolor: "rgb(230, 230, 230)"
1826         hoverformat: ".4s"
1827         linecolor: "rgb(220, 220, 220)"
1828         linewidth: 1
1829         rangemode: "tozero"
1830         showgrid: True
1831         showline: True
1832         showticklabels: True
1833         tickcolor: "rgb(230, 230, 230)"
1834         tickformat: ".3s"
1835         tickfont:
1836           size: 14
1837         zeroline: False
1838       boxmode: "group"
1839       boxgroupgap: 0.5
1840       autosize: False
1841       margin:
1842         t: 50
1843         b: 20
1844         l: 80
1845         r: 20
1846       showlegend: True
1847       legend:
1848         orientation: "h"
1849         font:
1850           size: 14
1851       width: 700
1852       height: 800
1853       paper_bgcolor: "#fff"
1854       plot_bgcolor: "#fff"
1855       hoverlabel:
1856         namelength: -1
1857
1858     plot-throughput:
1859       titlefont:
1860         size: 18
1861       xaxis:
1862         title: "<b>Test Cases [Index]</b>"
1863         titlefont:
1864           size: 16
1865         autorange: True
1866         fixedrange: False
1867         gridcolor: "rgb(230, 230, 230)"
1868         linecolor: "rgb(220, 220, 220)"
1869         linewidth: 1
1870         showgrid: True
1871         showline: True
1872         showticklabels: True
1873         tickcolor: "rgb(220, 220, 220)"
1874         tickmode: "linear"
1875         tickfont:
1876           size: 16
1877         zeroline: False
1878       yaxis:
1879         title: "<b>Packet Throughput [Mpps]</b>"
1880         titlefont:
1881           size: 16
1882         gridcolor: "rgb(230, 230, 230)"
1883         hoverformat: ".4r"
1884         tickformat: ".3r"
1885         linecolor: "rgb(220, 220, 220)"
1886         linewidth: 1
1887         showgrid: True
1888         showline: True
1889         showticklabels: True
1890         tickcolor: "rgb(220, 220, 220)"
1891         tickfont:
1892           size: 16
1893         zeroline: False
1894         range: [0,50]
1895       autosize: False
1896       margin:
1897         t: 50
1898         b: 0
1899         l: 80
1900         r: 20
1901       showlegend: True
1902       legend:
1903         orientation: "h"
1904         font:
1905           size: 16
1906       width: 700
1907       height: 900
1908       paper_bgcolor: "#fff"
1909       plot_bgcolor: "#fff"
1910       hoverlabel:
1911         namelength: -1
1912
1913     plot-throughput-speedup-analysis:
1914       titlefont:
1915         size: 18
1916       xaxis:
1917         title: "<b>Number of Cores [Qty]</b>"
1918         titlefont:
1919           size: 16
1920         autorange: True
1921         fixedrange: False
1922         gridcolor: "rgb(230, 230, 230)"
1923         linecolor: "rgb(220, 220, 220)"
1924         linewidth: 1
1925         showgrid: True
1926         showline: True
1927         showticklabels: True
1928         tickcolor: "rgb(238, 238, 238)"
1929         tickmode: "linear"
1930         tickfont:
1931           size: 16
1932         zeroline: False
1933       yaxis:
1934         title: "<b>Packet Throughput [Mpps]</b>"
1935         titlefont:
1936           size: 16
1937         type: "linear"
1938         gridcolor: "rgb(230, 230, 230)"
1939         hoverformat: ".4s"
1940         linecolor: "rgb(220, 220, 220)"
1941         linewidth: 1
1942         showgrid: True
1943         showline: True
1944         showticklabels: True
1945         tickcolor: "rgb(220, 220, 220)"
1946         tickformat: ".4s"
1947         tickfont:
1948           size: 16
1949         zeroline: True
1950         rangemode: "tozero"
1951         range: [0,100]
1952       legend:
1953         orientation: "h"
1954         font:
1955           size: 16
1956         xanchor: "left"
1957         yanchor: "top"
1958         x: 0
1959         y: -0.2
1960         bgcolor: "rgba(255, 255, 255, 0)"
1961         bordercolor: "rgba(255, 255, 255, 0)"
1962         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1963       autosize: False
1964       margin:
1965           't': 50
1966           'b': 150
1967           'l': 85
1968           'r': 10
1969       showlegend: True
1970       width: 700
1971       height: 700
1972       paper_bgcolor: "#fff"
1973       plot_bgcolor: "#fff"
1974       hoverlabel:
1975         namelength: -1
1976       annotations: [
1977         {
1978           text: "_ _          __          ...",
1979           align: "left",
1980           showarrow: False,
1981           xref: "paper",
1982           yref: "paper",
1983           xanchor: "left",
1984           yanchor: "top",
1985           x: 0,
1986           y: -0.13,
1987           font: {
1988             family: "Consolas, Courier New",
1989             size: 15
1990           },
1991         },
1992         {
1993           text: "    Perfect     Measured     Limit",
1994           align: "left",
1995           showarrow: False,
1996           xref: "paper",
1997           yref: "paper",
1998           xanchor: "left",
1999           yanchor: "top",
2000           x: 0,
2001           y: -0.15,
2002           font: {
2003             family: "Consolas, Courier New",
2004             size: 15
2005           },
2006         },
2007       ]
2008
2009     plot-latency:
2010       titlefont:
2011         size: 18
2012       xaxis:
2013         title: "<b>Direction</b>"
2014         titlefont:
2015           size: 16
2016         autorange: True
2017         fixedrange: False
2018         gridcolor: "rgb(230, 230, 230)"
2019         linecolor: "rgb(220, 220, 220)"
2020         linewidth: 1
2021         showgrid: True
2022         showline: True
2023         showticklabels: False
2024         tickcolor: "rgb(220, 220, 220)"
2025         tickmode: "linear"
2026         tickfont:
2027           size: 16
2028         zeroline: False
2029       yaxis:
2030         title: "<b>Packet Latency [uSec]</b>"
2031         titlefont:
2032           size: 16
2033         type: "linear"
2034         gridcolor: "rgb(230, 230, 230)"
2035         hoverformat: ".4s"
2036         linecolor: "rgb(220, 220, 220)"
2037         linewidth: 1
2038         showgrid: True
2039         showline: True
2040         showticklabels: True
2041         tickcolor: "rgb(220, 220, 220)"
2042         tickformat: ".4s"
2043         tickfont:
2044           size: 16
2045         zeroline: True
2046         rangemode: "tozero"
2047       legend:
2048         orientation: "h"
2049         font:
2050           size: 16
2051         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2052       autosize: False
2053       margin:
2054           't': 50
2055           'b': 150
2056           'l': 80
2057           'r': 10
2058       showlegend: True
2059       width: 700
2060       height: 700
2061       paper_bgcolor: "#fff"
2062       plot_bgcolor: "#fff"
2063       hoverlabel:
2064         namelength: -1
2065
2066     plot-hdrh-latency:
2067       title:
2068         text: ""
2069         xanchor: "center"
2070         x: 0.5
2071         font:
2072           size: 16
2073       width: 700
2074       plot_bgcolor: "white"
2075       annotations:
2076         - font:
2077             size: 14
2078           showarrow: False
2079           text: "<b>Packet Latency [uSec]</b>"
2080           x: 1
2081           xanchor: "right"
2082           xref: "paper"
2083           y: -0.045
2084           yanchor: "top"
2085           yref: "paper"
2086         - font:
2087             size: 14
2088           showarrow: False
2089           text: "<b>Probability [%]</b>"
2090           textangle: 270
2091           x: -0.06
2092           xanchor: "center"
2093           xref: "paper"
2094           y: 0.5
2095           yanchor: "middle"
2096           yref: "paper"
2097         - font:
2098             size: 14
2099           showarrow: False
2100           text: "<b>Direction: E-W</b>"
2101           x: 0.24
2102           xanchor: "center"
2103           xref: "paper"
2104           y: 1.05
2105           yanchor: "bottom"
2106           yref: "paper"
2107         - font:
2108             size: 14
2109           showarrow: False
2110           text: "<b>Direction: W-E</b>"
2111           x: 0.74
2112           xanchor: "center"
2113           xref: "paper"
2114           y: 1.05
2115           yanchor: "bottom"
2116           yref: "paper"
2117
2118     plot-hdrh-latency-percentile:
2119       title:
2120         text: ""
2121         xanchor: "center"
2122         x: 0.5
2123         font:
2124           size: 18
2125       xaxis:
2126         type: "log"
2127         title: "<b>Percentile [%]</b>"
2128         titlefont:
2129           size: 16
2130         autorange: True
2131         fixedrange: False
2132         gridcolor: "rgb(230, 230, 230)"
2133         linecolor: "rgb(220, 220, 220)"
2134         linewidth: 1
2135         showgrid: True
2136         showline: True
2137         showticklabels: True
2138         tickcolor: "rgb(220, 220, 220)"
2139         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2140         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2141         tickfont:
2142           size: 16
2143       yaxis:
2144         title: "<b>Packet Latency [uSec]</b>"
2145         titlefont:
2146           size: 16
2147         gridcolor: "rgb(230, 230, 230)"
2148         linecolor: "rgb(220, 220, 220)"
2149         linewidth: 1
2150         showgrid: True
2151         showline: True
2152         showticklabels: True
2153         tickcolor: "rgb(220, 220, 220)"
2154         tickfont:
2155           size: 16
2156       autosize: False
2157       showlegend: True
2158       legend:
2159         traceorder: "normal"
2160         orientation: "h"
2161         font:
2162           size: 16
2163         xanchor: "left"
2164         yanchor: "top"
2165         x: 0
2166         y: -0.15
2167         bgcolor: "rgba(255, 255, 255, 0)"
2168         bordercolor: "rgba(255, 255, 255, 0)"
2169       width: 700
2170       height: 700
2171       paper_bgcolor: "white"
2172       plot_bgcolor: "white"
2173
2174     plot-hdrh-latency-by-percentile:
2175       title:
2176         text: "<b>Latency by Percentile Distribution</b>"
2177         xanchor: "center"
2178         x: 0.5
2179         font:
2180           size: 18
2181       showlegend: True
2182       legend:
2183         traceorder: "normal"
2184         orientation: "h"
2185         font:
2186           size: 16
2187         xanchor: "left"
2188         yanchor: "top"
2189         x: 0
2190         y: -0.2
2191         bgcolor: "rgba(255, 255, 255, 0)"
2192         bordercolor: "rgba(255, 255, 255, 0)"
2193       xaxis:
2194         type: "linear"
2195         title: "<b>Percentile [%]</b>"
2196         titlefont:
2197           size: 14
2198         autorange: False
2199         fixedrange: False
2200         range: [0, 100]
2201         gridcolor: "rgb(230, 230, 230)"
2202         linecolor: "rgb(220, 220, 220)"
2203         linewidth: 1
2204         showgrid: True
2205         showline: True
2206         showticklabels: True
2207         tickcolor: "rgb(220, 220, 220)"
2208         tickvals: [0, 25, 50, 75, 100]
2209         ticktext: [0, 25, 50, 75, 100]
2210         tickfont:
2211           size: 14
2212       yaxis:
2213         title: "<b>One-Way Latency per Direction [uSec]</b>"
2214         titlefont:
2215           size: 14
2216         gridcolor: "rgb(230, 230, 230)"
2217         linecolor: "rgb(220, 220, 220)"
2218         linewidth: 1
2219         showgrid: True
2220         showline: True
2221         showticklabels: True
2222         tickcolor: "rgb(220, 220, 220)"
2223         tickfont:
2224           size: 14
2225       width: 700
2226       height: 700
2227       paper_bgcolor: "white"
2228       plot_bgcolor: "white"
2229
2230 - type: "static"
2231   src-path: "{DIR[RST]}"
2232   dst-path: "{DIR[WORKING,SRC]}"
2233
2234 - type: "input"
2235   general:
2236     file-name: "output_info.xml.gz"
2237     file-format: ".gz"
2238     arch-file-format:
2239       - ".gz"
2240       - ".zip"
2241     download-path: "{job}/{build}/archives/{filename}"
2242     extract: "output.xml"
2243
2244     zip-file-name: "robot-plugin.zip"
2245     zip-file-format: ".zip"
2246     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2247     zip-extract: "robot-plugin/output.xml"
2248
2249   builds:
2250
2251     csit-vpp-perf-verify-1904-3n-hsw:
2252       - 9   # MRR sel
2253       - 11  # NDRPDR sel
2254       - 12  # NDRPDR sel
2255       - 20  # NDRPDR sel
2256       - 21  # NDRPDR sel
2257       - 23  # NDRPDR sel
2258       - 24  # NDRPDR sel
2259       - 25  # NDRPDR sel
2260       - 26  # NDRPDR sel
2261       - 29  # NDRPDR sel
2262       - 30  # NDRPDR sel
2263     csit-vpp-perf-verify-1908-3n-hsw:
2264       - 12  # NDRPDR sel
2265       - 13  # NDRPDR sel
2266       - 14  # NDRPDR sel
2267       - 15  # NDRPDR sel
2268       - 16  # NDRPDR sel
2269       - 17  # NDRPDR sel
2270       - 18  # NDRPDR sel
2271       - 19  # NDRPDR sel
2272       - 20  # NDRPDR sel
2273       - 21  # NDRPDR sel
2274       - 48  # NDRPDR sel vhost
2275       - 49  # NDRPDR sel vhost
2276       - 52  # NDRPDR sel vhost
2277       - 53  # NDRPDR sel vhost
2278       - 54  # NDRPDR sel vhost
2279       - 55  # NDRPDR sel vhost
2280       - 56  # NDRPDR sel vhost
2281       - 57  # NDRPDR sel vhost
2282       - 58  # NDRPDR sel vhost
2283       - 59  # NDRPDR sel vhost
2284       - 39  # MRR sel
2285     csit-vpp-perf-verify-2001-3n-hsw:
2286       - 21  # NDRPDR sel
2287       - 22  # NDRPDR sel
2288       - 23  # NDRPDR sel
2289       - 24  # NDRPDR sel
2290       - 25  # NDRPDR sel
2291       - 29  # NDRPDR sel
2292       - 30  # NDRPDR sel
2293       - 31  # NDRPDR sel
2294       - 32  # NDRPDR sel
2295       - 34  # NDRPDR sel
2296       - 17  # MRR sel
2297       - 18  # NDRPDR full
2298       - 20  # NDRPDR full
2299       - 28  # NDRPDR full
2300       - 35  # NDRPDR full
2301       - 42  # NDRPDR full
2302       - 46  # NDRPDR full
2303       - 47  # NDRPDR full
2304       - 48  # NDRPDR full
2305       - 49  # NDRPDR full
2306       - 50  # NDRPDR full
2307       - 51  # NDRPDR full
2308       - 52  # NDRPDR full
2309       - 53  # NDRPDR full
2310       - 54  # NDRPDR full
2311       - 55  # NDRPDR full
2312       - 56  # NDRPDR full
2313       - 57  # NDRPDR full
2314       - 58  # NDRPDR full
2315       - 59  # NDRPDR full
2316       - 61  # NDRPDR full
2317       - 62  # NDRPDR full
2318       - 63  # NDRPDR full
2319       - 64  # NDRPDR full
2320       - 65  # NDRPDR full
2321       - 67  # NDRPDR full
2322       - 70  # NDRPDR full
2323       - 72  # NDRPDR full
2324       - 73  # NDRPDR full
2325       - 76  # NDRPDR full
2326       - 77  # NDRPDR full
2327       - 78  # NDRPDR full
2328       - 79  # NDRPDR full
2329       - 81  # NDRPDR full
2330       - 82  # NDRPDR full
2331       - 84  # NDRPDR full
2332       - 85  # NDRPDR full
2333       - 87  # hoststack
2334       - 88  # hoststack
2335       - 89  # hoststack
2336       - 90  # hoststack
2337       - 91  # hoststack
2338       - 92  # hoststack
2339       - 93  # hoststack
2340       - 94  # hoststack
2341       - 95  # hoststack
2342       - 96  # hoststack
2343
2344     csit-vpp-perf-verify-1904-3n-skx:
2345       - 7   # MRR sel
2346       - 8   # NDRPDR sel
2347       - 9   # NDRPDR sel
2348       - 10  # NDRPDR sel
2349       - 11  # NDRPDR sel
2350       - 12  # NDRPDR sel
2351       - 14  # NDRPDR sel
2352       - 16  # NDRPDR sel
2353       - 21  # NDRPDR sel
2354       - 23  # NDRPDR sel
2355       - 25  # NDRPDR sel
2356     csit-vpp-perf-verify-1908-3n-skx:
2357       - 14  # NDRPDR sel
2358       - 16  # NDRPDR sel
2359       - 19  # NDRPDR sel
2360       - 20  # NDRPDR sel
2361       - 22  # NDRPDR sel
2362       - 23  # NDRPDR sel
2363       - 24  # NDRPDR sel
2364       - 25  # NDRPDR sel
2365       - 26  # NDRPDR sel
2366       - 29  # NDRPDR sel
2367       - 52  # NDRPDR sel vhost
2368       - 53  # NDRPDR sel vhost
2369       - 55  # NDRPDR sel vhost
2370       - 61  # NDRPDR sel vhost
2371       - 62  # NDRPDR sel vhost
2372       - 63  # NDRPDR sel vhost
2373       - 64  # NDRPDR sel vhost
2374       - 65  # NDRPDR sel vhost
2375       - 66  # NDRPDR sel vhost
2376       - 67  # NDRPDR sel vhost
2377       - 36  # MRR sel
2378     csit-vpp-perf-verify-2001-3n-skx:
2379       - 45  # NDRPDR sel
2380       - 46  # NDRPDR sel
2381       - 47  # NDRPDR sel
2382       - 48  # NDRPDR sel
2383       - 49  # NDRPDR sel
2384       - 50  # NDRPDR sel
2385       - 50  # MRR sel
2386
2387     csit-vpp-perf-verify-1904-2n-skx:
2388       - 11  # MRR sel
2389       - 12  # NDRPDR sel
2390       - 14  # NDRPDR sel
2391       - 16  # NDRPDR sel
2392       - 17  # NDRPDR sel
2393       - 18  # NDRPDR sel
2394       - 21  # NDRPDR sel
2395       - 27  # NDRPDR sel
2396       - 30  # NDRPDR sel
2397       - 31  # NDRPDR sel
2398       - 32  # NDRPDR sel
2399     csit-vpp-perf-verify-1908-2n-skx:
2400       - 26  # NDRPDR sel
2401       - 27  # NDRPDR sel
2402       - 34  # NDRPDR sel
2403       - 35  # NDRPDR sel
2404       - 36  # NDRPDR sel
2405       - 42  # NDRPDR sel
2406       - 43  # NDRPDR sel
2407       - 44  # NDRPDR sel
2408       - 45  # NDRPDR sel
2409       - 46  # NDRPDR sel
2410       - 88  # NDRPDR sel vhost
2411       - 89  # NDRPDR sel vhost
2412       - 91  # NDRPDR sel vhost
2413       - 92  # NDRPDR sel vhost
2414       - 93  # NDRPDR sel vhost
2415       - 94  # NDRPDR sel vhost
2416       - 95  # NDRPDR sel vhost
2417       - 96  # NDRPDR sel vhost
2418       - 97  # NDRPDR sel vhost
2419       - 98  # NDRPDR sel vhost
2420       - 69  # MRR sel
2421 #      - 22  # NFV
2422 #      - 31  # NFV
2423 #      - 32  # NFV
2424 #      - 71  # NFV MRR
2425     csit-vpp-perf-verify-2001-2n-skx:
2426       - 92  # NDRPDR sel
2427       - 93  # NDRPDR sel
2428       - 94  # NDRPDR sel
2429       - 95  # NDRPDR sel
2430       - 96  # NDRPDR sel
2431       - 97  # NDRPDR sel
2432       - 98  # NDRPDR sel
2433       - 99  # NDRPDR sel
2434       - 100 # NDRPDR sel
2435       - 102 # NDRPDR sel
2436       - 101 # MRR sel
2437
2438     csit-vpp-perf-verify-2001-2n-clx:
2439       - 28  # NDRPDR sel
2440       - 29  # NDRPDR sel
2441       - 32  # NDRPDR sel
2442       - 40  # NDRPDR sel
2443       - 43  # NDRPDR sel
2444       - 44  # NDRPDR sel
2445       - 45  # NDRPDR sel
2446       - 47  # NDRPDR sel
2447       - 48  # NDRPDR sel
2448       - 49  # NDRPDR sel
2449       - 39  # MRR
2450       - 53  # NDRPDR full
2451       - 54  # NDRPDR full
2452       - 55  # NDRPDR full
2453       - 56  # NDRPDR full
2454       - 57  # NDRPDR full
2455       - 58  # NDRPDR full
2456       - 59  # NDRPDR full
2457       - 60  # NDRPDR full
2458       - 61  # NDRPDR full
2459       - 62  # NDRPDR full
2460       - 63  # NDRPDR full
2461       - 64  # NDRPDR full
2462       - 65  # NDRPDR full
2463       - 66  # NDRPDR full
2464       - 67  # NDRPDR full
2465       - 68  # Reconf
2466       - 69  # Reconf
2467       - 70  # Reconf
2468       - 71  # Reconf
2469       - 72  # Reconf
2470       - 73  # Reconf
2471       - 74  # Reconf
2472       - 75  # Reconf
2473       - 76  # Reconf
2474       - 77  # Reconf
2475       - 80  # TCP
2476       - 82  # TCP
2477       - 83  # TCP
2478       - 85  # TCP
2479       - 86  # TCP
2480       - 87  # TCP
2481       - 88  # TCP
2482       - 89  # TCP
2483       - 90  # TCP
2484       - 91  # TCP
2485       - 93  # Soak
2486       - 94  # Soak
2487
2488     csit-vpp-perf-verify-1908-3n-tsh:
2489       - 7   # NDRPDR sel
2490       - 8   # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 10  # NDRPDR sel
2493       - 11  # NDRPDR sel
2494       - 12  # NDRPDR sel
2495       - 13  # NDRPDR sel
2496       - 14  # NDRPDR sel
2497       - 15  # NDRPDR sel
2498       - 16  # NDRPDR sel
2499       - 17  # MRR sel
2500     csit-vpp-perf-verify-2001-3n-tsh:
2501       - 3   # NDRPDR sel
2502       - 4   # NDRPDR sel
2503       - 7   # NDRPDR sel
2504       - 8   # NDRPDR sel
2505       - 10  # NDRPDR sel
2506       - 12  # NDRPDR sel
2507       - 13  # NDRPDR sel
2508       - 14  # NDRPDR sel
2509       - 15  # NDRPDR sel
2510       - 21  # NDRPDR sel
2511       - 9   # MRR sel
2512
2513     csit-vpp-perf-verify-1908-3n-dnv:
2514       - 6   # NDRPDR sel
2515       - 7   # NDRPDR sel
2516       - 8   # NDRPDR sel
2517       - 9   # NDRPDR sel
2518       - 10  # NDRPDR sel
2519       - 12  # NDRPDR sel
2520       - 13  # NDRPDR sel
2521       - 14  # NDRPDR sel
2522       - 15  # NDRPDR sel
2523       - 16  # NDRPDR sel
2524       - 17  # MRR sel
2525     csit-vpp-perf-verify-2001-3n-dnv:
2526       - 5   # NDRPDR sel
2527       - 6   # NDRPDR sel
2528       - 7   # NDRPDR sel
2529       - 8   # NDRPDR sel
2530       - 9   # NDRPDR sel
2531       - 10  # NDRPDR sel
2532       - 12  # NDRPDR sel
2533       - 16  # NDRPDR sel
2534       - 17  # NDRPDR sel
2535       - 18  # NDRPDR sel
2536       - 11  # MRR sel
2537       - 19  # NDRPDR full
2538       - 20  # NDRPDR full
2539       - 21  # NDRPDR full
2540       - 22  # NDRPDR full
2541       - 23  # NDRPDR full
2542       - 24  # NDRPDR full
2543       - 25  # NDRPDR full
2544       - 26  # NDRPDR full
2545       - 37  # NDRPDR full
2546       - 38  # NDRPDR full
2547       - 39  # NDRPDR full
2548
2549     csit-vpp-perf-verify-1908-2n-dnv:
2550       - 1   # NDRPDR sel
2551       - 2   # NDRPDR sel
2552       - 3   # NDRPDR sel
2553       - 4   # NDRPDR sel
2554       - 5   # NDRPDR sel
2555       - 6   # NDRPDR sel
2556       - 7   # NDRPDR sel
2557       - 8   # NDRPDR sel
2558       - 9   # NDRPDR sel
2559       - 10  # NDRPDR sel
2560       - 11  # MRR sel
2561     csit-vpp-perf-verify-2001-2n-dnv:
2562       - 4   # NDRPDR sel
2563       - 5   # NDRPDR sel
2564       - 6   # NDRPDR sel
2565       - 7   # NDRPDR sel
2566       - 8   # NDRPDR sel
2567       - 9   # NDRPDR sel
2568       - 10  # NDRPDR sel
2569       - 11  # NDRPDR sel
2570       - 13  # NDRPDR sel
2571       - 16  # NDRPDR sel
2572       - 12  # MRR sel
2573       - 21  # NDRPDR full
2574       - 22  # NDRPDR full
2575       - 25  # NDRPDR full
2576       - 26  # NDRPDR full
2577       - 27  # NDRPDR full
2578       - 28  # NDRPDR full
2579
2580     csit-dpdk-perf-verify-1904-3n-hsw:
2581       - 2   # NDRPDR sel
2582       - 3   # NDRPDR sel
2583       - 5   # NDRPDR sel
2584       - 6   # NDRPDR sel
2585       - 13  # NDRPDR sel
2586       - 14  # NDRPDR sel
2587       - 15  # NDRPDR sel
2588       - 18  # NDRPDR sel
2589       - 19  # NDRPDR sel
2590       - 20  # NDRPDR sel
2591     csit-dpdk-perf-verify-1908-3n-hsw:
2592       - 2   # NDRPDR sel
2593       - 3   # NDRPDR sel
2594       - 4   # NDRPDR sel
2595       - 5   # NDRPDR sel
2596       - 6   # NDRPDR sel
2597       - 7   # NDRPDR sel
2598       - 8   # NDRPDR sel
2599       - 9   # NDRPDR sel
2600       - 10  # NDRPDR sel
2601       - 11  # NDRPDR sel
2602     csit-dpdk-perf-verify-2001-3n-hsw:
2603       - 4   # NDRPDR sel
2604       - 5   # NDRPDR sel
2605       - 6   # NDRPDR sel
2606       - 7   # NDRPDR sel
2607       - 8   # NDRPDR sel
2608       - 9   # NDRPDR sel
2609       - 10  # NDRPDR sel
2610       - 11  # NDRPDR sel
2611       - 12  # NDRPDR sel
2612       - 13  # NDRPDR sel
2613       - 15  # NDRPDR sel
2614       - 16  # NDRPDR sel
2615       - 17  # NDRPDR sel
2616       - 18  # NDRPDR sel
2617       - 19  # NDRPDR sel
2618       - 20  # NDRPDR sel
2619       - 21  # NDRPDR sel
2620       - 22  # NDRPDR sel
2621       - 23  # NDRPDR sel
2622       - 24  # NDRPDR sel
2623       - 25  # NDRPDR full
2624       - 26  # NDRPDR full
2625
2626     csit-dpdk-perf-verify-1904-3n-skx:
2627       - 2   # NDRPDR sel
2628       - 3   # NDRPDR sel
2629       - 4   # NDRPDR sel
2630       - 5   # NDRPDR sel
2631       - 6   # NDRPDR sel
2632       - 7   # NDRPDR sel
2633       - 11  # NDRPDR sel
2634       - 12  # NDRPDR sel
2635       - 13  # NDRPDR sel
2636       - 14  # NDRPDR sel
2637     csit-dpdk-perf-verify-1908-3n-skx:
2638       - 3   # NDRPDR sel
2639       - 4   # NDRPDR sel
2640       - 5   # NDRPDR sel
2641       - 6   # NDRPDR sel
2642       - 7   # NDRPDR sel
2643       - 8   # NDRPDR sel
2644       - 9   # NDRPDR sel
2645       - 10  # NDRPDR sel
2646       - 11  # NDRPDR sel
2647       - 12  # NDRPDR sel
2648     csit-dpdk-perf-verify-2001-3n-skx:
2649       - 29  # NDRPDR sel xxv710
2650       - 33  # NDRPDR sel xxv710
2651       - 34  # NDRPDR sel xxv710
2652       - 35  # NDRPDR sel xxv710
2653       - 36  # NDRPDR sel xxv710
2654       - 37  # NDRPDR sel xxv710
2655       - 41  # NDRPDR sel xxv710
2656       - 42  # NDRPDR sel xxv710
2657       - 44  # NDRPDR sel xxv710
2658       - 45  # NDRPDR sel xxv710
2659       - 30  # NDRPDR sel x710
2660       - 31  # NDRPDR sel x710
2661       - 32  # NDRPDR sel x710
2662       - 38  # NDRPDR sel x710
2663       - 39  # NDRPDR sel x710
2664       - 40  # NDRPDR sel x710
2665       - 46  # NDRPDR sel x710
2666       - 47  # NDRPDR sel x710
2667       - 48  # NDRPDR sel x710
2668
2669     csit-dpdk-perf-verify-1904-2n-skx:
2670       - 2   # NDRPDR sel
2671       - 3   # NDRPDR sel
2672       - 4   # NDRPDR sel
2673       - 5   # NDRPDR sel
2674       - 7   # NDRPDR sel
2675       - 8   # NDRPDR sel
2676       - 9   # NDRPDR sel
2677       - 10  # NDRPDR sel
2678       - 11  # NDRPDR sel
2679       - 12  # NDRPDR sel
2680     csit-dpdk-perf-verify-1908-2n-skx:
2681       - 2   # NDRPDR sel
2682       - 3   # NDRPDR sel
2683       - 4   # NDRPDR sel
2684       - 5   # NDRPDR sel
2685       - 7   # NDRPDR sel
2686       - 8   # NDRPDR sel
2687       - 9   # NDRPDR sel
2688       - 10  # NDRPDR sel
2689       - 11  # NDRPDR sel
2690       - 12  # NDRPDR sel
2691     csit-dpdk-perf-verify-2001-2n-skx:
2692       - 35  # NDRPDR sel xxv710
2693       - 36  # NDRPDR sel xxv710
2694       - 37  # NDRPDR sel xxv710
2695       - 41  # NDRPDR sel xxv710
2696       - 42  # NDRPDR sel xxv710
2697       - 43  # NDRPDR sel xxv710
2698       - 46  # NDRPDR sel xxv710
2699       - 47  # NDRPDR sel xxv710
2700       - 52  # NDRPDR sel xxv710
2701       - 53  # NDRPDR sel xxv710
2702       - 38  # NDRPDR sel x710
2703       - 39  # NDRPDR sel x710
2704       - 40  # NDRPDR sel x710
2705       - 44  # NDRPDR sel x710
2706       - 45  # NDRPDR sel x710
2707       - 48  # NDRPDR sel x710
2708       - 49  # NDRPDR sel x710
2709       - 50  # NDRPDR sel x710
2710       - 51  # NDRPDR sel x710
2711       - 54  # NDRPDR sel x710
2712
2713
2714     csit-dpdk-perf-verify-2001-2n-clx:
2715       - 15  # NDRPDR sel
2716       - 16  # NDRPDR sel
2717       - 17  # NDRPDR sel
2718       - 18  # NDRPDR sel
2719       - 19  # NDRPDR sel
2720       - 20  # NDRPDR sel
2721       - 21  # NDRPDR sel
2722       - 22  # NDRPDR sel
2723       - 23  # NDRPDR sel
2724       - 24  # NDRPDR sel
2725       - 25  # NDRPDR sel
2726       - 26  # NDRPDR sel
2727       - 27  # NDRPDR sel
2728       - 28  # NDRPDR sel
2729       - 29  # NDRPDR sel
2730       - 30  # NDRPDR sel
2731       - 31  # NDRPDR sel
2732       - 32  # NDRPDR sel
2733       - 33  # NDRPDR sel
2734       - 34  # NDRPDR sel
2735
2736     csit-dpdk-perf-verify-2001-2n-dnv:
2737       - 9   # NDRPDR sel
2738       - 10  # NDRPDR sel
2739       - 11  # NDRPDR sel
2740       - 12  # NDRPDR sel
2741       - 13  # NDRPDR sel
2742       - 14  # NDRPDR sel
2743       - 15  # NDRPDR sel
2744       - 16  # NDRPDR sel
2745       - 17  # NDRPDR sel
2746       - 18  # NDRPDR sel
2747
2748     csit-dpdk-perf-verify-2001-3n-dnv:
2749       - 12  # NDRPDR sel
2750       - 13  # NDRPDR sel
2751       - 14  # NDRPDR sel
2752       - 15  # NDRPDR sel
2753       - 16  # NDRPDR sel
2754       - 17  # NDRPDR sel
2755       - 18  # NDRPDR sel
2756       - 19  # NDRPDR sel
2757       - 20  # NDRPDR sel
2758       - 22  # NDRPDR sel
2759
2760     csit-dpdk-perf-verify-2001-3n-tsh:
2761       - 3   # NDRPDR sel
2762       - 4   # NDRPDR sel
2763       - 5   # NDRPDR sel
2764       - 9   # NDRPDR sel
2765       - 10  # NDRPDR sel
2766       - 11  # NDRPDR sel
2767       - 12  # NDRPDR sel
2768       - 14  # NDRPDR sel
2769       - 15  # NDRPDR sel
2770       - 18  # NDRPDR sel
2771
2772     csit-vpp-device-2001-ubuntu1804-1n-skx:
2773       - 57
2774
2775 - type: "output"
2776   output: "report"
2777   format:
2778     html:
2779     - full
2780 #    pdf:
2781 #    - minimal
2782
2783 ################################################################################
2784 ###                               T A B L E S                                ###
2785 ################################################################################
2786
2787 ## VPP Soak vs NDR - 2n-skx
2788 #- type: "table"
2789 #  title: "VPP Soak vs NDR 2n-skx"
2790 #  algorithm: "table_soak_vs_ndr"
2791 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2792 #  reference:
2793 #    title: "NDR"
2794 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2795 #  compare:
2796 #    title: "Soak"
2797 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2798 #  data: "vpp-soak-vs-ndr-2n-skx"
2799 #  include-tests: "NDR"
2800 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2801 #  parameters:
2802 #    - "throughput"
2803 #    - "name"
2804 #    - "parent"
2805
2806 # VPP Soak vs NDR - 2n-clx
2807 - type: "table"
2808   title: "VPP Soak vs NDR 2n-clx"
2809   algorithm: "table_soak_vs_ndr"
2810   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2811   reference:
2812     title: "NDR"
2813     data: "vpp-soak-vs-ndr-2n-clx-ref"
2814   compare:
2815     title: "Soak"
2816     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2817   data: "vpp-soak-vs-ndr-2n-clx"
2818   include-tests: "NDR"
2819   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2820   parameters:
2821     - "throughput"
2822     - "name"
2823     - "parent"
2824
2825 ################################################################################
2826
2827 # VPP Compare NICs 3n-skx 2t1c ndr
2828 - type: "table"
2829   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2830   algorithm: "table_nics_comparison"
2831   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2832   reference:
2833     title: "x710"
2834     nic: "NIC_Intel-X710"
2835   compare:
2836     title: "xxv710"
2837     nic: "NIC_Intel-XXV710"
2838   data: "vpp-nic-comparison-3n-skx"
2839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2840   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2841   parameters:
2842   - "name"
2843   - "parent"
2844   - "throughput"
2845   - "tags"
2846
2847 # VPP Compare NICs 3n-skx 4t2c ndr
2848 - type: "table"
2849   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2850   algorithm: "table_nics_comparison"
2851   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2852   reference:
2853     title: "x710"
2854     nic: "NIC_Intel-X710"
2855   compare:
2856     title: "xxv710"
2857     nic: "NIC_Intel-XXV710"
2858   data: "vpp-nic-comparison-3n-skx"
2859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2860   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "throughput"
2865   - "tags"
2866
2867 # VPP Compare NICs 3n-skx 2t1c pdr
2868 - type: "table"
2869   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2870   algorithm: "table_nics_comparison"
2871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2872   reference:
2873     title: "x710"
2874     nic: "NIC_Intel-X710"
2875   compare:
2876     title: "xxv710"
2877     nic: "NIC_Intel-XXV710"
2878   data: "vpp-nic-comparison-3n-skx"
2879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2880   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2881   parameters:
2882   - "name"
2883   - "parent"
2884   - "throughput"
2885   - "tags"
2886
2887  # VPP Compare NICs 3n-skx 4t2c pdr
2888 - type: "table"
2889   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2890   algorithm: "table_nics_comparison"
2891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2892   reference:
2893     title: "x710"
2894     nic: "NIC_Intel-X710"
2895   compare:
2896     title: "xxv710"
2897     nic: "NIC_Intel-XXV710"
2898   data: "vpp-nic-comparison-3n-skx"
2899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2900   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "throughput"
2905   - "tags"
2906
2907 # VPP Compare NICs 3n-skx 2t1c mrr
2908 - type: "table"
2909   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2910   algorithm: "table_nics_comparison"
2911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2912   reference:
2913     title: "x710"
2914     nic: "NIC_Intel-X710"
2915   compare:
2916     title: "xxv710"
2917     nic: "NIC_Intel-XXV710"
2918   data: "vpp-nic-comparison-3n-skx-mrr"
2919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2920   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2921   parameters:
2922   - "name"
2923   - "parent"
2924   - "result"
2925   - "tags"
2926
2927 # VPP Compare NICs 3n-skx 4t2c mrr
2928 - type: "table"
2929   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2930   algorithm: "table_nics_comparison"
2931   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2932   reference:
2933     title: "x710"
2934     nic: "NIC_Intel-X710"
2935   compare:
2936     title: "xxv710"
2937     nic: "NIC_Intel-XXV710"
2938   data: "vpp-nic-comparison-3n-skx-mrr"
2939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2940   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2941   parameters:
2942   - "name"
2943   - "parent"
2944   - "result"
2945   - "tags"
2946
2947  # VPP Compare NICs 3n-skx 8t4c mrr
2948 - type: "table"
2949   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2950   algorithm: "table_nics_comparison"
2951   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2952   reference:
2953     title: "x710"
2954     nic: "NIC_Intel-X710"
2955   compare:
2956     title: "xxv710"
2957     nic: "NIC_Intel-XXV710"
2958   data: "vpp-nic-comparison-3n-skx-mrr"
2959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2960   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2961   parameters:
2962   - "name"
2963   - "parent"
2964   - "result"
2965   - "tags"
2966
2967 # VPP Compare NICs 2n-skx 2t1c ndr
2968 - type: "table"
2969   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2970   algorithm: "table_nics_comparison"
2971   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2972   reference:
2973     title: "x710"
2974     nic: "NIC_Intel-X710"
2975   compare:
2976     title: "xxv710"
2977     nic: "NIC_Intel-XXV710"
2978   data: "vpp-nic-comparison-2n-skx"
2979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2980   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2981   parameters:
2982   - "name"
2983   - "parent"
2984   - "throughput"
2985   - "tags"
2986
2987 # VPP Compare NICs 2n-skx 4t2c ndr
2988 - type: "table"
2989   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2990   algorithm: "table_nics_comparison"
2991   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2992   reference:
2993     title: "x710"
2994     nic: "NIC_Intel-X710"
2995   compare:
2996     title: "xxv710"
2997     nic: "NIC_Intel-XXV710"
2998   data: "vpp-nic-comparison-2n-skx"
2999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3000   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3001   parameters:
3002   - "name"
3003   - "parent"
3004   - "throughput"
3005   - "tags"
3006
3007  # VPP Compare NICs 2n-skx 2t1c pdr
3008 - type: "table"
3009   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3010   algorithm: "table_nics_comparison"
3011   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3012   reference:
3013     title: "x710"
3014     nic: "NIC_Intel-X710"
3015   compare:
3016     title: "xxv710"
3017     nic: "NIC_Intel-XXV710"
3018   data: "vpp-nic-comparison-2n-skx"
3019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3020   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3021   parameters:
3022   - "name"
3023   - "parent"
3024   - "throughput"
3025   - "tags"
3026
3027 # VPP Compare NICs 2n-skx 4t2c pdr
3028 - type: "table"
3029   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3030   algorithm: "table_nics_comparison"
3031   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3032   reference:
3033     title: "x710"
3034     nic: "NIC_Intel-X710"
3035   compare:
3036     title: "xxv710"
3037     nic: "NIC_Intel-XXV710"
3038   data: "vpp-nic-comparison-2n-skx"
3039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3040   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3041   parameters:
3042   - "name"
3043   - "parent"
3044   - "throughput"
3045   - "tags"
3046
3047 # VPP Compare NICs 2n-skx 2t1c mrr
3048 - type: "table"
3049   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3050   algorithm: "table_nics_comparison"
3051   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3052   reference:
3053     title: "x710"
3054     nic: "NIC_Intel-X710"
3055   compare:
3056     title: "xxv710"
3057     nic: "NIC_Intel-XXV710"
3058   data: "vpp-nic-comparison-2n-skx-mrr"
3059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3060   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3061   parameters:
3062   - "name"
3063   - "parent"
3064   - "result"
3065   - "tags"
3066
3067 # VPP Compare NICs 2n-skx 4t2c mrr
3068 - type: "table"
3069   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3070   algorithm: "table_nics_comparison"
3071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3072   reference:
3073     title: "x710"
3074     nic: "NIC_Intel-X710"
3075   compare:
3076     title: "xxv710"
3077     nic: "NIC_Intel-XXV710"
3078   data: "vpp-nic-comparison-2n-skx-mrr"
3079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3080   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3081   parameters:
3082   - "name"
3083   - "parent"
3084   - "result"
3085   - "tags"
3086
3087 # VPP Compare NICs 2n-skx 8t4c mrr
3088 - type: "table"
3089   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3090   algorithm: "table_nics_comparison"
3091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3092   reference:
3093     title: "x710"
3094     nic: "NIC_Intel-X710"
3095   compare:
3096     title: "xxv710"
3097     nic: "NIC_Intel-XXV710"
3098   data: "vpp-nic-comparison-2n-skx-mrr"
3099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3100   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3101   parameters:
3102   - "name"
3103   - "parent"
3104   - "result"
3105   - "tags"
3106
3107 ################################################################################
3108 # VPP
3109
3110 # VPP Performance Changes 3n-hsw 1t1c pdr
3111 - type: "table"
3112   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3113   algorithm: "table_perf_comparison"
3114   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3115   history:
3116     - title: "rls1904"
3117       data: "vpp-performance-changes-3n-hsw-h1"
3118   reference:
3119     title: "rls1908"
3120     data: "vpp-performance-changes-3n-hsw-ref"
3121     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3122   compare:
3123     title: "rls2001"
3124     data: "vpp-performance-changes-3n-hsw-cmp"
3125   data: "vpp-performance-changes-3n-hsw"
3126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3127   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3128   parameters:
3129   - "name"
3130   - "parent"
3131   - "throughput"
3132
3133 # VPP Performance Changes 3n-hsw 2t2c pdr
3134 - type: "table"
3135   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3136   algorithm: "table_perf_comparison"
3137   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3138   history:
3139     - title: "rls1904"
3140       data: "vpp-performance-changes-3n-hsw-h1"
3141   reference:
3142     title: "rls1908"
3143     data: "vpp-performance-changes-3n-hsw-ref"
3144     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3145   compare:
3146     title: "rls2001"
3147     data: "vpp-performance-changes-3n-hsw-cmp"
3148   data: "vpp-performance-changes-3n-hsw"
3149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3150   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3151   parameters:
3152   - "name"
3153   - "parent"
3154   - "throughput"
3155
3156 # VPP Performance Changes 3n-hsw 1t1c ndr
3157 - type: "table"
3158   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3159   algorithm: "table_perf_comparison"
3160   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3161   history:
3162     - title: "rls1904"
3163       data: "vpp-performance-changes-3n-hsw-h1"
3164   reference:
3165     title: "rls1908"
3166     data: "vpp-performance-changes-3n-hsw-ref"
3167     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3168   compare:
3169     title: "rls2001"
3170     data: "vpp-performance-changes-3n-hsw-cmp"
3171   data: "vpp-performance-changes-3n-hsw"
3172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3173   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3174   parameters:
3175   - "name"
3176   - "parent"
3177   - "throughput"
3178
3179 # VPP Performance Changes 3n-hsw 2t2c ndr
3180 - type: "table"
3181   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3182   algorithm: "table_perf_comparison"
3183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3184   history:
3185     - title: "rls1904"
3186       data: "vpp-performance-changes-3n-hsw-h1"
3187   reference:
3188     title: "rls1908"
3189     data: "vpp-performance-changes-3n-hsw-ref"
3190     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3191   compare:
3192     title: "rls2001"
3193     data: "vpp-performance-changes-3n-hsw-cmp"
3194   data: "vpp-performance-changes-3n-hsw"
3195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3197   parameters:
3198   - "name"
3199   - "parent"
3200   - "throughput"
3201
3202 # VPP Performance Changes 3n-skx 2t1c pdr
3203 - type: "table"
3204   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3205   algorithm: "table_perf_comparison_nic"
3206   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3207   history:
3208     - title: "rls1904 x710"
3209       data: "vpp-performance-changes-3n-skx-h1"
3210       nic: "NIC_Intel-X710"
3211   reference:
3212     title: "rls1908 xxv710"
3213     data: "vpp-performance-changes-3n-skx-ref"
3214     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3215     nic: "NIC_Intel-XXV710"
3216   compare:
3217     title: "rls2001 xxv710"
3218     data: "vpp-performance-changes-3n-skx-cmp"
3219     nic: "NIC_Intel-XXV710"
3220   data: "vpp-performance-changes-3n-skx"
3221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3222   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3223   parameters:
3224   - "name"
3225   - "parent"
3226   - "throughput"
3227   - "tags"
3228
3229 # VPP Performance Changes 3n-skx 4t2c pdr
3230 - type: "table"
3231   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3232   algorithm: "table_perf_comparison_nic"
3233   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3234   history:
3235     - title: "rls1904 x710"
3236       data: "vpp-performance-changes-3n-skx-h1"
3237       nic: "NIC_Intel-X710"
3238   reference:
3239     title: "rls1908 xxv710"
3240     data: "vpp-performance-changes-3n-skx-ref"
3241     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3242     nic: "NIC_Intel-XXV710"
3243   compare:
3244     title: "rls2001 xxv710"
3245     data: "vpp-performance-changes-3n-skx-cmp"
3246     nic: "NIC_Intel-XXV710"
3247   data: "vpp-performance-changes-3n-skx"
3248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3249   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3250   parameters:
3251   - "name"
3252   - "parent"
3253   - "throughput"
3254   - "tags"
3255
3256 # VPP Performance Changes 3n-skx 2t1c ndr
3257 - type: "table"
3258   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3259   algorithm: "table_perf_comparison_nic"
3260   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3261   history:
3262     - title: "rls1904 x710"
3263       data: "vpp-performance-changes-3n-skx-h1"
3264       nic: "NIC_Intel-X710"
3265   reference:
3266     title: "rls1908 xxv710"
3267     data: "vpp-performance-changes-3n-skx-ref"
3268     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3269     nic: "NIC_Intel-XXV710"
3270   compare:
3271     title: "rls2001 xxv710"
3272     data: "vpp-performance-changes-3n-skx-cmp"
3273     nic: "NIC_Intel-XXV710"
3274   data: "vpp-performance-changes-3n-skx"
3275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3276   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3277   parameters:
3278   - "name"
3279   - "parent"
3280   - "throughput"
3281   - "tags"
3282
3283 # VPP Performance Changes 3n-skx 4t2c ndr
3284 - type: "table"
3285   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3286   algorithm: "table_perf_comparison_nic"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3288   history:
3289     - title: "rls1904 x710"
3290       data: "vpp-performance-changes-3n-skx-h1"
3291       nic: "NIC_Intel-X710"
3292   reference:
3293     title: "rls1908 xxv710"
3294     data: "vpp-performance-changes-3n-skx-ref"
3295     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3296     nic: "NIC_Intel-XXV710"
3297   compare:
3298     title: "rls2001 xxv710"
3299     data: "vpp-performance-changes-3n-skx-cmp"
3300     nic: "NIC_Intel-XXV710"
3301   data: "vpp-performance-changes-3n-skx"
3302   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3303   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3304   parameters:
3305   - "name"
3306   - "parent"
3307   - "throughput"
3308   - "tags"
3309
3310 # VPP Performance Changes 2n-skx 2t1c pdr
3311 - type: "table"
3312   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3313   algorithm: "table_perf_comparison_nic"
3314   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3315   history:
3316     - title: "rls1904 x710"
3317       data: "vpp-performance-changes-2n-skx-h1"
3318       nic: "NIC_Intel-X710"
3319   reference:
3320     title: "rls1908 xxv710"
3321     data: "vpp-performance-changes-2n-skx-ref"
3322     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3323     nic: "NIC_Intel-XXV710"
3324   compare:
3325     title: "rls2001 xxv710"
3326     data: "vpp-performance-changes-2n-skx-cmp"
3327     nic: "NIC_Intel-XXV710"
3328   data: "vpp-performance-changes-2n-skx"
3329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3330   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3331   parameters:
3332   - "name"
3333   - "parent"
3334   - "throughput"
3335   - "tags"
3336
3337 # VPP Performance Changes 2n-skx 4t2c pdr
3338 - type: "table"
3339   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3340   algorithm: "table_perf_comparison_nic"
3341   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3342   history:
3343     - title: "rls1904 x710"
3344       data: "vpp-performance-changes-2n-skx-h1"
3345       nic: "NIC_Intel-X710"
3346   reference:
3347     title: "rls1908 xxv710"
3348     data: "vpp-performance-changes-2n-skx-ref"
3349     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3350     nic: "NIC_Intel-XXV710"
3351   compare:
3352     title: "rls2001 xxv710"
3353     data: "vpp-performance-changes-2n-skx-cmp"
3354     nic: "NIC_Intel-XXV710"
3355   data: "vpp-performance-changes-2n-skx"
3356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3357   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3358   parameters:
3359   - "name"
3360   - "parent"
3361   - "throughput"
3362   - "tags"
3363
3364 # VPP Performance Changes 2n-skx 2t1c ndr
3365 - type: "table"
3366   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3367   algorithm: "table_perf_comparison_nic"
3368   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3369   history:
3370     - title: "rls1904 x710"
3371       data: "vpp-performance-changes-2n-skx-h1"
3372       nic: "NIC_Intel-X710"
3373   reference:
3374     title: "rls1908 xxv710"
3375     data: "vpp-performance-changes-2n-skx-ref"
3376     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3377     nic: "NIC_Intel-XXV710"
3378   compare:
3379     title: "rls2001 xxv710"
3380     data: "vpp-performance-changes-2n-skx-cmp"
3381     nic: "NIC_Intel-XXV710"
3382   data: "vpp-performance-changes-2n-skx"
3383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3384   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3385   parameters:
3386   - "name"
3387   - "parent"
3388   - "throughput"
3389   - "tags"
3390
3391 # VPP Performance Changes 2n-skx 4t2c ndr
3392 - type: "table"
3393   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3394   algorithm: "table_perf_comparison_nic"
3395   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3396   history:
3397     - title: "rls1904 x710"
3398       data: "vpp-performance-changes-2n-skx-h1"
3399       nic: "NIC_Intel-X710"
3400   reference:
3401     title: "rls1908 xxv710"
3402     data: "vpp-performance-changes-2n-skx-ref"
3403     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3404     nic: "NIC_Intel-XXV710"
3405   compare:
3406     title: "rls2001 xxv710"
3407     data: "vpp-performance-changes-2n-skx-cmp"
3408     nic: "NIC_Intel-XXV710"
3409   data: "vpp-performance-changes-2n-skx"
3410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3411   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3412   parameters:
3413   - "name"
3414   - "parent"
3415   - "throughput"
3416   - "tags"
3417
3418 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3419 #- type: "table"
3420 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3421 #  algorithm: "table_perf_comparison"
3422 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3423 #  reference:
3424 #    title: "rls1908"
3425 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3426 #  compare:
3427 #    title: "rls2001"
3428 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3429 #  data: "vpp-performance-changes-nfv-2n-skx"
3430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3431 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3432 #  parameters:
3433 #  - "name"
3434 #  - "parent"
3435 #  - "throughput"
3436 #  - "tags"
3437 #
3438 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3439 #- type: "table"
3440 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3441 #  algorithm: "table_perf_comparison"
3442 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3443 #  reference:
3444 #    title: "rls1908"
3445 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3446 #  compare:
3447 #    title: "rls2001"
3448 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3449 #  data: "vpp-performance-changes-nfv-2n-skx"
3450 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3451 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3452 #  parameters:
3453 #  - "name"
3454 #  - "parent"
3455 #  - "throughput"
3456 #  - "tags"
3457 #
3458 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3459 #- type: "table"
3460 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3461 #  algorithm: "table_perf_comparison"
3462 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3463 #  reference:
3464 #    title: "rls1908"
3465 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3466 #  compare:
3467 #    title: "rls2001"
3468 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3469 #  data: "vpp-performance-changes-nfv-2n-skx"
3470 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3471 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3472 #  parameters:
3473 #  - "name"
3474 #  - "parent"
3475 #  - "throughput"
3476 #  - "tags"
3477 #
3478 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3479 #- type: "table"
3480 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3481 #  algorithm: "table_perf_comparison"
3482 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3483 #  reference:
3484 #    title: "rls1908"
3485 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3486 #  compare:
3487 #    title: "rls2001"
3488 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3489 #  data: "vpp-performance-changes-nfv-2n-skx"
3490 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3491 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3492 #  parameters:
3493 #  - "name"
3494 #  - "parent"
3495 #  - "throughput"
3496 #  - "tags"
3497
3498 # VPP Performance Changes 2n-dnv 1t1c pdr
3499 - type: "table"
3500   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3501   algorithm: "table_perf_comparison"
3502   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3503   reference:
3504     title: "rls1908"
3505     data: "vpp-performance-changes-2n-dnv-ref"
3506   compare:
3507     title: "rls2001"
3508     data: "vpp-performance-changes-2n-dnv-cmp"
3509   data: "vpp-performance-changes-2n-dnv"
3510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3511   filter: "'1T1C'"
3512   parameters:
3513   - "name"
3514   - "parent"
3515   - "throughput"
3516   - "tags"
3517
3518 # VPP Performance Changes 2n-dnv 2t2c pdr
3519 - type: "table"
3520   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3521   algorithm: "table_perf_comparison"
3522   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3523   reference:
3524     title: "rls1908"
3525     data: "vpp-performance-changes-2n-dnv-ref"
3526   compare:
3527     title: "rls2001"
3528     data: "vpp-performance-changes-2n-dnv-cmp"
3529   data: "vpp-performance-changes-2n-dnv"
3530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'2T2C'"
3532   parameters:
3533   - "name"
3534   - "parent"
3535   - "throughput"
3536   - "tags"
3537
3538 # VPP Performance Changes 2n-dnv 1t1c ndr
3539 - type: "table"
3540   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3541   algorithm: "table_perf_comparison"
3542   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3543   reference:
3544     title: "rls1908"
3545     data: "vpp-performance-changes-2n-dnv-ref"
3546   compare:
3547     title: "rls2001"
3548     data: "vpp-performance-changes-2n-dnv-cmp"
3549   data: "vpp-performance-changes-2n-dnv"
3550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3551   filter: "'1T1C'"
3552   parameters:
3553   - "name"
3554   - "parent"
3555   - "throughput"
3556   - "tags"
3557
3558 # VPP Performance Changes 2n-dnv 2t2c ndr
3559 - type: "table"
3560   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3561   algorithm: "table_perf_comparison"
3562   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3563   reference:
3564     title: "rls1908 "
3565     data: "vpp-performance-changes-2n-dnv-ref"
3566   compare:
3567     title: "rls2001"
3568     data: "vpp-performance-changes-2n-dnv-cmp"
3569   data: "vpp-performance-changes-2n-dnv"
3570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3571   filter: "'2T2C'"
3572   parameters:
3573   - "name"
3574   - "parent"
3575   - "throughput"
3576   - "tags"
3577
3578 # VPP Performance Changes 3n-dnv 1t1c pdr
3579 - type: "table"
3580   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3581   algorithm: "table_perf_comparison"
3582   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3583   reference:
3584     title: "rls1908"
3585     data: "vpp-performance-changes-3n-dnv-ref"
3586   compare:
3587     title: "rls2001"
3588     data: "vpp-performance-changes-3n-dnv-cmp"
3589   data: "vpp-performance-changes-3n-dnv"
3590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3591   filter: "'1T1C'"
3592   parameters:
3593   - "name"
3594   - "parent"
3595   - "throughput"
3596   - "tags"
3597
3598 # VPP Performance Changes 3n-dnv 2t2c pdr
3599 - type: "table"
3600   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3601   algorithm: "table_perf_comparison"
3602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3603   reference:
3604     title: "rls1908"
3605     data: "vpp-performance-changes-3n-dnv-ref"
3606   compare:
3607     title: "rls2001"
3608     data: "vpp-performance-changes-3n-dnv-cmp"
3609   data: "vpp-performance-changes-3n-dnv"
3610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3611   filter: "'2T2C'"
3612   parameters:
3613   - "name"
3614   - "parent"
3615   - "throughput"
3616   - "tags"
3617
3618 # VPP Performance Changes 3n-dnv 1t1c ndr
3619 - type: "table"
3620   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3621   algorithm: "table_perf_comparison"
3622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3623   reference:
3624     title: "rls1908"
3625     data: "vpp-performance-changes-3n-dnv-ref"
3626   compare:
3627     title: "rls2001"
3628     data: "vpp-performance-changes-3n-dnv-cmp"
3629   data: "vpp-performance-changes-3n-dnv"
3630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'1T1C'"
3632   parameters:
3633   - "name"
3634   - "parent"
3635   - "throughput"
3636   - "tags"
3637
3638 # VPP Performance Changes 3n-dnv 2t2c ndr
3639 - type: "table"
3640   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3641   algorithm: "table_perf_comparison"
3642   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3643   reference:
3644     title: "rls1908"
3645     data: "vpp-performance-changes-3n-dnv-ref"
3646   compare:
3647     title: "rls2001"
3648     data: "vpp-performance-changes-3n-dnv-cmp"
3649   data: "vpp-performance-changes-3n-dnv"
3650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3651   filter: "'2T2C'"
3652   parameters:
3653   - "name"
3654   - "parent"
3655   - "throughput"
3656   - "tags"
3657
3658 # VPP Performance Changes 3n-tsh 1t1c pdr
3659 - type: "table"
3660   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3661   algorithm: "table_perf_comparison"
3662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3663   reference:
3664     title: "rls1908"
3665     data: "vpp-performance-changes-3n-tsh-ref"
3666   compare:
3667     title: "rls2001"
3668     data: "vpp-performance-changes-3n-tsh-cmp"
3669   data: "vpp-performance-changes-3n-tsh"
3670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3671   filter: "'1T1C'"
3672   parameters:
3673   - "name"
3674   - "parent"
3675   - "throughput"
3676   - "tags"
3677
3678 # VPP Performance Changes 3n-tsh 2t2c pdr
3679 - type: "table"
3680   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3681   algorithm: "table_perf_comparison"
3682   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3683   reference:
3684     title: "rls1908"
3685     data: "vpp-performance-changes-3n-tsh-ref"
3686   compare:
3687     title: "rls2001"
3688     data: "vpp-performance-changes-3n-tsh-cmp"
3689   data: "vpp-performance-changes-3n-tsh"
3690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'2T2C'"
3692   parameters:
3693   - "name"
3694   - "parent"
3695   - "throughput"
3696   - "tags"
3697
3698 # VPP Performance Changes 3n-tsh 1t1c ndr
3699 - type: "table"
3700   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3701   algorithm: "table_perf_comparison"
3702   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3703   reference:
3704     title: "rls1908"
3705     data: "vpp-performance-changes-3n-tsh-ref"
3706   compare:
3707     title: "rls2001"
3708     data: "vpp-performance-changes-3n-tsh-cmp"
3709   data: "vpp-performance-changes-3n-tsh"
3710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'1T1C'"
3712   parameters:
3713   - "name"
3714   - "parent"
3715   - "throughput"
3716   - "tags"
3717
3718 # VPP Performance Changes 3n-tsh 2t2c ndr
3719 - type: "table"
3720   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3721   algorithm: "table_perf_comparison"
3722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3723   reference:
3724     title: "rls1908"
3725     data: "vpp-performance-changes-3n-tsh-ref"
3726   compare:
3727     title: "rls2001"
3728     data: "vpp-performance-changes-3n-tsh-cmp"
3729   data: "vpp-performance-changes-3n-tsh"
3730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'2T2C'"
3732   parameters:
3733   - "name"
3734   - "parent"
3735   - "throughput"
3736   - "tags"
3737
3738 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3739 - type: "table"
3740   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3741   algorithm: "table_perf_comparison_nic"
3742   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3743   reference:
3744     title: "3n-hsw xl710"
3745     data: "vpp-compare-testbeds-ref"
3746     nic: "NIC_Intel-XL710"
3747   compare:
3748     title: "3n-skx xxv710"
3749     data: "vpp-compare-testbeds-cmp"
3750     nic: "NIC_Intel-XXV710"
3751   data: "vpp-compare-testbeds"
3752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3753   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3754   parameters:
3755   - "name"
3756   - "parent"
3757   - "throughput"
3758   - "tags"
3759
3760 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3761 - type: "table"
3762   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3763   algorithm: "table_perf_comparison_nic"
3764   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3765   reference:
3766     title: "3n-hsw xl710"
3767     data: "vpp-compare-testbeds-ref"
3768     nic: "NIC_Intel-XL710"
3769   compare:
3770     title: "3n-skx xxv710"
3771     data: "vpp-compare-testbeds-cmp"
3772     nic: "NIC_Intel-XXV710"
3773   data: "vpp-compare-testbeds"
3774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3775   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3776   parameters:
3777   - "name"
3778   - "parent"
3779   - "throughput"
3780   - "tags"
3781
3782 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3783 - type: "table"
3784   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3785   algorithm: "table_perf_comparison_nic"
3786   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3787   reference:
3788     title: "3n-hsw xl710"
3789     data: "vpp-compare-testbeds-ref"
3790     nic: "NIC_Intel-XL710"
3791   compare:
3792     title: "3n-skx xxv710"
3793     data: "vpp-compare-testbeds-cmp"
3794     nic: "NIC_Intel-XXV710"
3795   data: "vpp-compare-testbeds"
3796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3797   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3798   parameters:
3799   - "name"
3800   - "parent"
3801   - "throughput"
3802   - "tags"
3803
3804 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3805 - type: "table"
3806   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3807   algorithm: "table_perf_comparison_nic"
3808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3809   reference:
3810     title: "3n-hsw xl710"
3811     data: "vpp-compare-testbeds-ref"
3812     nic: "NIC_Intel-XL710"
3813   compare:
3814     title: "3n-skx xxv710"
3815     data: "vpp-compare-testbeds-cmp"
3816     nic: "NIC_Intel-XXV710"
3817   data: "vpp-compare-testbeds"
3818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3819   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3820   parameters:
3821   - "name"
3822   - "parent"
3823   - "throughput"
3824   - "tags"
3825
3826 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3827 - type: "table"
3828   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3829   algorithm: "table_perf_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3831   reference:
3832     title: "2n-skx"
3833     data: "vpp-compare-testbeds-skx-clx-ref"
3834   compare:
3835     title: "2n-clx"
3836     data: "vpp-compare-testbeds-skx-clx-cmp"
3837   data: "vpp-compare-testbeds-skx-clx"
3838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3839   filter: "'2T1C'"
3840   parameters:
3841   - "name"
3842   - "parent"
3843   - "throughput"
3844   - "tags"
3845
3846 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3847 - type: "table"
3848   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3849   algorithm: "table_perf_comparison"
3850   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3851   reference:
3852     title: "2n-skx"
3853     data: "vpp-compare-testbeds-skx-clx-ref"
3854   compare:
3855     title: "2n-clx"
3856     data: "vpp-compare-testbeds-skx-clx-cmp"
3857   data: "vpp-compare-testbeds-skx-clx"
3858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'4T2C'"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "throughput"
3864   - "tags"
3865
3866 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3867 - type: "table"
3868   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3869   algorithm: "table_perf_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3871   reference:
3872     title: "2n-skx"
3873     data: "vpp-compare-testbeds-skx-clx-ref"
3874   compare:
3875     title: "2n-clx"
3876     data: "vpp-compare-testbeds-skx-clx-cmp"
3877   data: "vpp-compare-testbeds-skx-clx"
3878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3879   filter: "'2T1C'"
3880   parameters:
3881   - "name"
3882   - "parent"
3883   - "throughput"
3884   - "tags"
3885
3886 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3887 - type: "table"
3888   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3889   algorithm: "table_perf_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3891   reference:
3892     title: "2n-skx"
3893     data: "vpp-compare-testbeds-skx-clx-ref"
3894   compare:
3895     title: "2n-clx"
3896     data: "vpp-compare-testbeds-skx-clx-cmp"
3897   data: "vpp-compare-testbeds-skx-clx"
3898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3899   filter: "'4T2C'"
3900   parameters:
3901   - "name"
3902   - "parent"
3903   - "throughput"
3904   - "tags"
3905
3906 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3907 - type: "table"
3908   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3909   algorithm: "table_perf_comparison_nic"
3910   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3911   reference:
3912     title: "3n-hsw xl710"
3913     data: "vpp-compare-testbeds-hsw-clx-ref"
3914     nic: "NIC_Intel-XL710"
3915   compare:
3916     title: "2n-clx xxv710"
3917     data: "vpp-compare-testbeds-hsw-clx-cmp"
3918     nic: "NIC_Intel-XXV710"
3919   data: "vpp-compare-testbeds-hsw-clx"
3920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3921   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3922   parameters:
3923   - "name"
3924   - "parent"
3925   - "throughput"
3926   - "tags"
3927
3928 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
3929 - type: "table"
3930   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
3931   algorithm: "table_perf_comparison_nic"
3932   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
3933   reference:
3934     title: "3n-hsw xl710"
3935     data: "vpp-compare-testbeds-hsw-clx-ref"
3936     nic: "NIC_Intel-XL710"
3937   compare:
3938     title: "2n-clx xxv710"
3939     data: "vpp-compare-testbeds-hsw-clx-cmp"
3940     nic: "NIC_Intel-XXV710"
3941   data: "vpp-compare-testbeds-hsw-clx"
3942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3943   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3944   parameters:
3945   - "name"
3946   - "parent"
3947   - "throughput"
3948   - "tags"
3949
3950 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
3951 - type: "table"
3952   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
3953   algorithm: "table_perf_comparison_nic"
3954   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
3955   reference:
3956     title: "3n-hsw xl710"
3957     data: "vpp-compare-testbeds-hsw-clx-ref"
3958     nic: "NIC_Intel-XL710"
3959   compare:
3960     title: "2n-clx xxv710"
3961     data: "vpp-compare-testbeds-hsw-clx-cmp"
3962     nic: "NIC_Intel-XXV710"
3963   data: "vpp-compare-testbeds-hsw-clx"
3964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3965   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3966   parameters:
3967   - "name"
3968   - "parent"
3969   - "throughput"
3970   - "tags"
3971
3972 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
3973 - type: "table"
3974   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
3975   algorithm: "table_perf_comparison_nic"
3976   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
3977   reference:
3978     title: "3n-hsw xl710"
3979     data: "vpp-compare-testbeds-hsw-clx-ref"
3980     nic: "NIC_Intel-XL710"
3981   compare:
3982     title: "2n-clx xxv710"
3983     data: "vpp-compare-testbeds-hsw-clx-cmp"
3984     nic: "NIC_Intel-XXV710"
3985   data: "vpp-compare-testbeds-hsw-clx"
3986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3987   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "throughput"
3992   - "tags"
3993
3994 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3995 - type: "table"
3996   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3997   algorithm: "table_perf_comparison"
3998   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3999   reference:
4000     title: "3-Node Skx"
4001     data: "vpp-compare-topologies-ref"
4002   compare:
4003     title: "2-Node Skx"
4004     data: "vpp-compare-topologies-cmp"
4005   data: "vpp-compare-topologies"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'NDRPDR' and '1C'"
4008   parameters:
4009   - "name"
4010   - "parent"
4011   - "throughput"
4012
4013 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4014 - type: "table"
4015   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4016   algorithm: "table_perf_comparison"
4017   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4018   reference:
4019     title: "3-Node Skx"
4020     data: "vpp-compare-topologies-ref"
4021   compare:
4022     title: "2-Node Skx"
4023     data: "vpp-compare-topologies-cmp"
4024   data: "vpp-compare-topologies"
4025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4026   filter: "'NDRPDR' and '2C'"
4027   parameters:
4028   - "name"
4029   - "parent"
4030   - "throughput"
4031
4032 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4033 - type: "table"
4034   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4035   algorithm: "table_perf_comparison"
4036   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4037   reference:
4038     title: "3-Node Skx"
4039     data: "vpp-compare-topologies-ref"
4040   compare:
4041     title: "2-Node Skx"
4042     data: "vpp-compare-topologies-cmp"
4043   data: "vpp-compare-topologies"
4044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4045   filter: "'NDRPDR' and '1C'"
4046   parameters:
4047   - "name"
4048   - "parent"
4049   - "throughput"
4050
4051 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4052 - type: "table"
4053   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4054   algorithm: "table_perf_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4056   reference:
4057     title: "3-Node Skx"
4058     data: "vpp-compare-topologies-ref"
4059   compare:
4060     title: "2-Node Skx"
4061     data: "vpp-compare-topologies-cmp"
4062   data: "vpp-compare-topologies"
4063   include-tests: "PDR"
4064   filter: "'NDRPDR' and '2C'"
4065   parameters:
4066   - "name"
4067   - "parent"
4068   - "throughput"
4069
4070 # VPP Performance Changes 3n-hsw 1t1c MRR
4071 - type: "table"
4072   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4073   algorithm: "table_perf_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4075   history:
4076     - title: "rls1904"
4077       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4078   reference:
4079     title: "rls1908"
4080     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4081   compare:
4082     title: "rls2001"
4083     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4084   data: "vpp-performance-changes-3n-hsw-mrr"
4085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4086   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
4087   parameters:
4088   - "name"
4089   - "parent"
4090   - "result"
4091
4092 # VPP Performance Changes 3n-hsw 2t2c MRR
4093 - type: "table"
4094   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4095   algorithm: "table_perf_comparison"
4096   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4097   history:
4098     - title: "rls1904"
4099       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4100   reference:
4101     title: "rls1908"
4102     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4103   compare:
4104     title: "rls2001"
4105     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4106   data: "vpp-performance-changes-3n-hsw-mrr"
4107   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4108   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
4109   parameters:
4110   - "name"
4111   - "parent"
4112   - "result"
4113
4114 # VPP Performance Changes 3n-hsw 4t4c MRR
4115 - type: "table"
4116   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4117   algorithm: "table_perf_comparison"
4118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4119   history:
4120     - title: "rls1904"
4121       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4122   reference:
4123     title: "rls1908"
4124     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4125   compare:
4126     title: "rls2001"
4127     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4128   data: "vpp-performance-changes-3n-hsw-mrr"
4129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4130   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
4131   parameters:
4132   - "name"
4133   - "parent"
4134   - "result"
4135
4136 # VPP Performance Changes 3n-skx 2t1c MRR
4137 - type: "table"
4138   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4139   algorithm: "table_perf_comparison"
4140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4141   history:
4142     - title: "rls1904"
4143       data: "vpp-performance-changes-3n-skx-mrr-h1"
4144   reference:
4145     title: "rls1908"
4146     data: "vpp-performance-changes-3n-skx-mrr-ref"
4147   compare:
4148     title: "rls2001"
4149     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4150   data: "vpp-performance-changes-3n-skx-mrr"
4151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4152   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4153   parameters:
4154   - "name"
4155   - "parent"
4156   - "result"
4157
4158 # VPP Performance Changes 3n-skx 4t2c MRR
4159 - type: "table"
4160   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4161   algorithm: "table_perf_comparison"
4162   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4163   history:
4164     - title: "rls1904"
4165       data: "vpp-performance-changes-3n-skx-mrr-h1"
4166   reference:
4167     title: "rls1908"
4168     data: "vpp-performance-changes-3n-skx-mrr-ref"
4169   compare:
4170     title: "rls2001"
4171     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4172   data: "vpp-performance-changes-3n-skx-mrr"
4173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4174   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4175   parameters:
4176   - "name"
4177   - "parent"
4178   - "result"
4179
4180 # VPP Performance Changes 3n-skx 8t4c MRR
4181 - type: "table"
4182   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4183   algorithm: "table_perf_comparison"
4184   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4185   history:
4186     - title: "rls1904"
4187       data: "vpp-performance-changes-3n-skx-mrr-h1"
4188   reference:
4189     title: "rls1908"
4190     data: "vpp-performance-changes-3n-skx-mrr-ref"
4191   compare:
4192     title: "rls2001"
4193     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4194   data: "vpp-performance-changes-3n-skx-mrr"
4195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4196   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4197   parameters:
4198   - "name"
4199   - "parent"
4200   - "result"
4201
4202 # VPP Performance Changes 2n-skx 2t1c MRR
4203 - type: "table"
4204   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4205   algorithm: "table_perf_comparison"
4206   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4207   history:
4208     - title: "rls1904"
4209       data: "vpp-performance-changes-2n-skx-mrr-h1"
4210   reference:
4211     title: "rls1908"
4212     data: "vpp-performance-changes-2n-skx-mrr-ref"
4213   compare:
4214     title: "rls2001"
4215     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4216   data: "vpp-performance-changes-2n-skx-mrr"
4217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4218   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4219   parameters:
4220   - "name"
4221   - "parent"
4222   - "result"
4223
4224 # VPP Performance Changes 2n-skx 4t2c MRR
4225 - type: "table"
4226   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4227   algorithm: "table_perf_comparison"
4228   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4229   history:
4230     - title: "rls1904"
4231       data: "vpp-performance-changes-2n-skx-mrr-h1"
4232   reference:
4233     title: "rls1908"
4234     data: "vpp-performance-changes-2n-skx-mrr-ref"
4235   compare:
4236     title: "rls2001"
4237     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4238   data: "vpp-performance-changes-2n-skx-mrr"
4239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4240   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4241   parameters:
4242   - "name"
4243   - "parent"
4244   - "result"
4245
4246 # VPP Performance Changes 2n-skx 8t4c MRR
4247 - type: "table"
4248   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4249   algorithm: "table_perf_comparison"
4250   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4251   history:
4252     - title: "rls1904"
4253       data: "vpp-performance-changes-2n-skx-mrr-h1"
4254   reference:
4255     title: "rls1908"
4256     data: "vpp-performance-changes-2n-skx-mrr-ref"
4257   compare:
4258     title: "rls2001"
4259     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4260   data: "vpp-performance-changes-2n-skx-mrr"
4261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4262   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4263   parameters:
4264   - "name"
4265   - "parent"
4266   - "result"
4267
4268 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4269 #- type: "table"
4270 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4271 #  algorithm: "table_perf_comparison"
4272 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4273 #  reference:
4274 #    title: "rls1908"
4275 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4276 #  compare:
4277 #    title: "rls2001"
4278 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4279 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4280 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4281 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4282 #  parameters:
4283 #  - "name"
4284 #  - "parent"
4285 #  - "result"
4286 #
4287 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4288 #- type: "table"
4289 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4290 #  algorithm: "table_perf_comparison"
4291 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4292 #  reference:
4293 #    title: "rls1908"
4294 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4295 #  compare:
4296 #    title: "rls2001"
4297 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4298 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4299 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4300 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4301 #  parameters:
4302 #  - "name"
4303 #  - "parent"
4304 #  - "result"
4305 #
4306 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4307 #- type: "table"
4308 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4309 #  algorithm: "table_perf_comparison"
4310 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4311 #  reference:
4312 #    title: "rls1908"
4313 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4314 #  compare:
4315 #    title: "rls2001"
4316 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4317 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4318 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4319 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4320 #  parameters:
4321 #  - "name"
4322 #  - "parent"
4323 #  - "result"
4324
4325 # VPP Performance Changes 2n-dnv 1t1c MRR
4326 - type: "table"
4327   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4328   algorithm: "table_perf_comparison"
4329   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4330   reference:
4331     title: "rls1908"
4332     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4333   compare:
4334     title: "rls2001"
4335     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4336   data: "vpp-performance-changes-2n-dnv-mrr"
4337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4338   filter: "'1T1C' and 'MRR'"
4339   parameters:
4340   - "name"
4341   - "parent"
4342   - "result"
4343
4344 # VPP Performance Changes 2n-dnv 2t2c MRR
4345 - type: "table"
4346   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4347   algorithm: "table_perf_comparison"
4348   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4349   reference:
4350     title: "rls1908"
4351     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4352   compare:
4353     title: "rls2001"
4354     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4355   data: "vpp-performance-changes-2n-dnv-mrr"
4356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4357   filter: "'2T2C' and 'MRR'"
4358   parameters:
4359   - "name"
4360   - "parent"
4361   - "result"
4362
4363 # VPP Performance Changes 2n-dnv 4t4c MRR
4364 - type: "table"
4365   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4366   algorithm: "table_perf_comparison"
4367   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4368   reference:
4369     title: "rls1908"
4370     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4371   compare:
4372     title: "rls2001"
4373     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4374   data: "vpp-performance-changes-2n-dnv-mrr"
4375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4376   filter: "'4T4C' and 'MRR'"
4377   parameters:
4378   - "name"
4379   - "parent"
4380   - "result"
4381
4382 # VPP Performance Changes 3n-dnv 1t1c MRR
4383 - type: "table"
4384   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4385   algorithm: "table_perf_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4387   reference:
4388     title: "rls1908"
4389     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4390   compare:
4391     title: "rls2001"
4392     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4393   data: "vpp-performance-changes-3n-dnv-mrr"
4394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4395   filter: "'1T1C' and 'MRR'"
4396   parameters:
4397   - "name"
4398   - "parent"
4399   - "result"
4400
4401 # VPP Performance Changes 3n-dnv 2t2c MRR
4402 - type: "table"
4403   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4404   algorithm: "table_perf_comparison"
4405   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4406   reference:
4407     title: "rls1908"
4408     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4409   compare:
4410     title: "rls2001"
4411     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4412   data: "vpp-performance-changes-3n-dnv-mrr"
4413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4414   filter: "'2T2C' and 'MRR'"
4415   parameters:
4416   - "name"
4417   - "parent"
4418   - "result"
4419
4420 # VPP Performance Changes 3n-dnv 4t4c MRR
4421 - type: "table"
4422   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4423   algorithm: "table_perf_comparison"
4424   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4425   reference:
4426     title: "rls1908"
4427     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4428   compare:
4429     title: "rls2001"
4430     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4431   data: "vpp-performance-changes-3n-dnv-mrr"
4432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4433   filter: "'4T4C' and 'MRR'"
4434   parameters:
4435   - "name"
4436   - "parent"
4437   - "result"
4438
4439 # VPP Performance Changes 3n-tsh 1t1c MRR
4440 - type: "table"
4441   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4442   algorithm: "table_perf_comparison"
4443   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4444   reference:
4445     title: "rls1908"
4446     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4447   compare:
4448     title: "rls2001"
4449     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4450   data: "vpp-performance-changes-3n-tsh-mrr"
4451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4452   filter: "'1T1C' and 'MRR'"
4453   parameters:
4454   - "name"
4455   - "parent"
4456   - "result"
4457
4458 # VPP Performance Changes 3n-tsh 2t2c MRR
4459 - type: "table"
4460   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4461   algorithm: "table_perf_comparison"
4462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4463   reference:
4464     title: "rls1908"
4465     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4466   compare:
4467     title: "rls2001"
4468     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4469   data: "vpp-performance-changes-3n-tsh-mrr"
4470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4471   filter: "'2T2C' and 'MRR'"
4472   parameters:
4473   - "name"
4474   - "parent"
4475   - "result"
4476
4477 # VPP Performance Changes 3n-tsh 4t4c MRR
4478 - type: "table"
4479   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4480   algorithm: "table_perf_comparison"
4481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4482   reference:
4483     title: "rls1908"
4484     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4485   compare:
4486     title: "rls2001"
4487     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4488   data: "vpp-performance-changes-3n-tsh-mrr"
4489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4490   filter: "'4T4C' and 'MRR'"
4491   parameters:
4492   - "name"
4493   - "parent"
4494   - "result"
4495
4496 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4497 - type: "table"
4498   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4499   algorithm: "table_perf_comparison_nic"
4500   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4501   reference:
4502     title: "3n-hsw xl710"
4503     data: "vpp-compare-testbeds-mrr-ref"
4504     nic: "NIC_Intel-XL710"
4505   compare:
4506     title: "3n-skx xxv710"
4507     data: "vpp-compare-testbeds-mrr-cmp"
4508     nic: "NIC_Intel-XXV710"
4509   data: "vpp-compare-testbeds-mrr"
4510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4511   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4512   parameters:
4513   - "name"
4514   - "parent"
4515   - "result"
4516   - "tags"
4517
4518 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4519 - type: "table"
4520   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4521   algorithm: "table_perf_comparison_nic"
4522   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4523   reference:
4524     title: "3n-hsw xl710"
4525     data: "vpp-compare-testbeds-mrr-ref"
4526     nic: "NIC_Intel-XL710"
4527   compare:
4528     title: "3n-skx xxv710"
4529     data: "vpp-compare-testbeds-mrr-cmp"
4530     nic: "NIC_Intel-XXV710"
4531   data: "vpp-compare-testbeds-mrr"
4532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4534   parameters:
4535   - "name"
4536   - "parent"
4537   - "result"
4538   - "tags"
4539
4540 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4541 - type: "table"
4542   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4543   algorithm: "table_perf_comparison_nic"
4544   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4545   reference:
4546     title: "3n-hsw xl710"
4547     data: "vpp-compare-testbeds-mrr-ref"
4548     nic: "NIC_Intel-XL710"
4549   compare:
4550     title: "3n-skx xxv710"
4551     data: "vpp-compare-testbeds-mrr-cmp"
4552     nic: "NIC_Intel-XXV710"
4553   data: "vpp-compare-testbeds-mrr"
4554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4555   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4556   parameters:
4557   - "name"
4558   - "parent"
4559   - "result"
4560   - "tags"
4561
4562 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4563 - type: "table"
4564   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4565   algorithm: "table_perf_comparison"
4566   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4567   reference:
4568     title: "2n-skx"
4569     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4570   compare:
4571     title: "2n-clx"
4572     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4573   data: "vpp-compare-testbeds-mrr-skx-clx"
4574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4575   filter: "'2T1C'"
4576   parameters:
4577   - "name"
4578   - "parent"
4579   - "result"
4580   - "tags"
4581
4582 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4583 - type: "table"
4584   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4585   algorithm: "table_perf_comparison"
4586   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4587   reference:
4588     title: "2n-skx"
4589     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4590   compare:
4591     title: "2n-clx"
4592     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4593   data: "vpp-compare-testbeds-mrr-skx-clx"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "'4T2C'"
4596   parameters:
4597   - "name"
4598   - "parent"
4599   - "result"
4600   - "tags"
4601
4602 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4603 - type: "table"
4604   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4605   algorithm: "table_perf_comparison"
4606   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4607   reference:
4608     title: "2n-skx"
4609     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4610   compare:
4611     title: "2n-clx"
4612     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4613   data: "vpp-compare-testbeds-mrr-skx-clx"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   filter: "'8T4C'"
4616   parameters:
4617   - "name"
4618   - "parent"
4619   - "result"
4620   - "tags"
4621
4622 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4623 - type: "table"
4624   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4625   algorithm: "table_perf_comparison"
4626   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4627   reference:
4628     title: "3-Node Skx"
4629     data: "vpp-compare-topologies-mrr-ref"
4630   compare:
4631     title: "2-Node Skx"
4632     data: "vpp-compare-topologies-mrr-cmp"
4633   data: "vpp-compare-topologies-mrr"
4634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4635   filter: "'MRR' and '1C'"
4636   parameters:
4637   - "name"
4638   - "parent"
4639   - "result"
4640
4641 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4642 - type: "table"
4643   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4644   algorithm: "table_perf_comparison"
4645   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4646   reference:
4647     title: "3-Node Skx"
4648     data: "vpp-compare-topologies-mrr-ref"
4649   compare:
4650     title: "2-Node Skx"
4651     data: "vpp-compare-topologies-mrr-cmp"
4652   data: "vpp-compare-topologies-mrr"
4653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4654   filter: "'MRR' and '2C'"
4655   parameters:
4656   - "name"
4657   - "parent"
4658   - "result"
4659
4660 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4661 - type: "table"
4662   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4663   algorithm: "table_perf_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4665   reference:
4666     title: "3-Node Skx"
4667     data: "vpp-compare-topologies-mrr-ref"
4668   compare:
4669     title: "2-Node Skx"
4670     data: "vpp-compare-topologies-mrr-cmp"
4671   data: "vpp-compare-topologies-mrr"
4672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4673   filter: "'MRR' and '4C'"
4674   parameters:
4675   - "name"
4676   - "parent"
4677   - "result"
4678
4679 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4680 - type: "table"
4681   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4682   algorithm: "table_perf_comparison_nic"
4683   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4684   reference:
4685     title: "3n-hsw xl710"
4686     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4687     nic: "NIC_Intel-XL710"
4688   compare:
4689     title: "2n-clx xxv710"
4690     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4691     nic: "NIC_Intel-XXV710"
4692   data: "vpp-compare-testbeds-mrr-hsw-clx"
4693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4694   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4695   parameters:
4696   - "name"
4697   - "parent"
4698   - "result"
4699   - "tags"
4700
4701 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4702 - type: "table"
4703   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4704   algorithm: "table_perf_comparison_nic"
4705   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4706   reference:
4707     title: "3n-hsw xl710"
4708     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4709     nic: "NIC_Intel-XL710"
4710   compare:
4711     title: "2n-clx xxv710"
4712     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4713     nic: "NIC_Intel-XXV710"
4714   data: "vpp-compare-testbeds-mrr-hsw-clx"
4715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4716   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4717   parameters:
4718   - "name"
4719   - "parent"
4720   - "result"
4721   - "tags"
4722
4723 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4724 - type: "table"
4725   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4726   algorithm: "table_perf_comparison_nic"
4727   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4728   reference:
4729     title: "3n-hsw xl710"
4730     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4731     nic: "NIC_Intel-XL710"
4732   compare:
4733     title: "2n-clx xxv710"
4734     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4735     nic: "NIC_Intel-XXV710"
4736   data: "vpp-compare-testbeds-mrr-hsw-clx"
4737   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4738   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4739   parameters:
4740   - "name"
4741   - "parent"
4742   - "result"
4743   - "tags"
4744
4745 # Detailed Test Results - VPP Performance Results 3n-hsw
4746 - type: "table"
4747   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4748   algorithm: "table_merged_details"
4749   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4750   columns:
4751   - title: " |prein| Test Name |preout| "
4752     data: "data name"
4753   - 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| "
4754     data: "data msg"
4755   data: "vpp-perf-results-3n-hsw"
4756   filter: "all"
4757   parameters:
4758   - "name"
4759   - "parent"
4760   - "msg"
4761
4762 # Detailed Test Results - VPP Performance Results 3n-skx
4763 - type: "table"
4764   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4765   algorithm: "table_merged_details"
4766   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4767   columns:
4768   - title: " |prein| Test Name |preout| "
4769     data: "data name"
4770   - 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| "
4771     data: "data msg"
4772   data: "vpp-perf-results-3n-skx"
4773   filter: "all"
4774   remove-ndr: True  # Temporary solution: remove NDR results from test message
4775   parameters:
4776   - "name"
4777   - "parent"
4778   - "msg"
4779
4780 # Detailed Test Results - VPP Performance Results 2n-skx
4781 - type: "table"
4782   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4783   algorithm: "table_merged_details"
4784   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4785   columns:
4786   - title: " |prein| Test Name |preout| "
4787     data: "data name"
4788   - 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| "
4789     data: "data msg"
4790   data: "vpp-perf-results-2n-skx"
4791   filter: "all"
4792   remove-ndr: True  # Temporary solution: remove NDR results from test message
4793   parameters:
4794   - "name"
4795   - "parent"
4796   - "msg"
4797
4798 # Detailed Test Results - VPP Performance Results 2n-clx
4799 - type: "table"
4800   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4801   algorithm: "table_merged_details"
4802   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4803   columns:
4804   - title: " |prein| Test Name |preout| "
4805     data: "data name"
4806   - 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| "
4807     data: "data msg"
4808   data: "vpp-perf-results-2n-clx"
4809   filter: "all"
4810   parameters:
4811   - "name"
4812   - "parent"
4813   - "msg"
4814
4815 # Detailed Test Results - VPP Performance Results 3n-tsh
4816 - type: "table"
4817   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4818   algorithm: "table_merged_details"
4819   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4820   columns:
4821   - title: " |prein| Test Name |preout| "
4822     data: "data name"
4823   - 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| "
4824     data: "data msg"
4825   data: "vpp-perf-results-3n-tsh"
4826   filter: "all"
4827   parameters:
4828   - "name"
4829   - "parent"
4830   - "msg"
4831
4832 # Detailed Test Results - VPP Performance Results 3n-dnv
4833 - type: "table"
4834   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4835   algorithm: "table_merged_details"
4836   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4837   columns:
4838   - title: " |prein| Test Name |preout| "
4839     data: "data name"
4840   - 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| "
4841     data: "data msg"
4842   data: "vpp-perf-results-3n-dnv"
4843   filter: "all"
4844   parameters:
4845   - "name"
4846   - "parent"
4847   - "msg"
4848
4849 # Detailed Test Results - VPP Performance Results 2n-dnv
4850 - type: "table"
4851   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4852   algorithm: "table_merged_details"
4853   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4854   columns:
4855   - title: " |prein| Test Name |preout| "
4856     data: "data name"
4857   - 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| "
4858     data: "data msg"
4859   data: "vpp-perf-results-2n-dnv"
4860   filter: "all"
4861   parameters:
4862   - "name"
4863   - "parent"
4864   - "msg"
4865
4866 # Test configuration - VPP Performance Test Configs 3n-hsw
4867 - type: "table"
4868   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4869   algorithm: "table_merged_details"
4870   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4871   columns:
4872   - title: " |prein| Test Name |preout| "
4873     data: "data name"
4874   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4875     data: "data conf-history"
4876   data: "vpp-perf-results-3n-hsw"
4877   filter: "all"
4878   parameters:
4879   - "parent"
4880   - "name"
4881   - "conf-history"
4882
4883 # Test configuration - VPP Performance Test Configs 3n-skx
4884 - type: "table"
4885   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4886   algorithm: "table_merged_details"
4887   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4888   columns:
4889   - title: " |prein| Test Name |preout| "
4890     data: "data name"
4891   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4892     data: "data conf-history"
4893   data: "vpp-perf-results-3n-skx"
4894   filter: "all"
4895   parameters:
4896   - "parent"
4897   - "name"
4898   - "conf-history"
4899
4900 # Test configuration - VPP Performance Test Configs 2n-skx
4901 - type: "table"
4902   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4903   algorithm: "table_merged_details"
4904   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
4905   columns:
4906   - title: " |prein| Test Name |preout| "
4907     data: "data name"
4908   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4909     data: "data conf-history"
4910   data: "vpp-perf-results-2n-skx"
4911   filter: "all"
4912   parameters:
4913   - "parent"
4914   - "name"
4915   - "conf-history"
4916
4917 # Test configuration - VPP Performance Test Configs 2n-clx
4918 - type: "table"
4919   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4920   algorithm: "table_merged_details"
4921   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
4922   columns:
4923   - title: " |prein| Test Name |preout| "
4924     data: "data name"
4925   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4926     data: "data conf-history"
4927   data: "vpp-perf-results-2n-clx"
4928   filter: "all"
4929   parameters:
4930   - "parent"
4931   - "name"
4932   - "conf-history"
4933
4934 # Test configuration - VPP Performance Test Configs 3n-tsh
4935 - type: "table"
4936   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4937   algorithm: "table_merged_details"
4938   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
4939   columns:
4940   - title: " |prein| Test Name |preout| "
4941     data: "data name"
4942   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4943     data: "data conf-history"
4944   data: "vpp-perf-results-3n-tsh"
4945   filter: "all"
4946   parameters:
4947   - "parent"
4948   - "name"
4949   - "conf-history"
4950
4951 # Test configuration - VPP Performance Test Configs 3n-dnv
4952 - type: "table"
4953   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4954   algorithm: "table_merged_details"
4955   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
4956   columns:
4957   - title: " |prein| Test Name |preout| "
4958     data: "data name"
4959   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4960     data: "data conf-history"
4961   data: "vpp-perf-results-3n-dnv"
4962   filter: "all"
4963   parameters:
4964   - "parent"
4965   - "name"
4966   - "conf-history"
4967
4968 # Test configuration - VPP Performance Test Configs 2n-dnv
4969 - type: "table"
4970   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4971   algorithm: "table_merged_details"
4972   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
4973   columns:
4974   - title: " |prein| Test Name |preout| "
4975     data: "data name"
4976   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4977     data: "data conf-history"
4978   data: "vpp-perf-results-2n-dnv"
4979   filter: "all"
4980   parameters:
4981   - "parent"
4982   - "name"
4983   - "conf-history"
4984
4985 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4986 - type: "table"
4987   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4988   algorithm: "table_oper_data_html"
4989   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
4990   data: "vpp-perf-results-3n-hsw"
4991   filter: "all"
4992
4993 # Test Operational Data - VPP Performance Operational Data 3n-skx
4994 - type: "table"
4995   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4996   algorithm: "table_oper_data_html"
4997   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
4998   data: "vpp-perf-results-3n-skx"
4999   filter: "all"
5000
5001 # Test Operational Data - VPP Performance Operational Data 2n-skx
5002 - type: "table"
5003   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5004   algorithm: "table_oper_data_html"
5005   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5006   data: "vpp-perf-results-2n-skx"
5007   filter: "all"
5008
5009 # Test Operational Data - VPP Performance Operational Data 2n-clx
5010 - type: "table"
5011   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5012   algorithm: "table_oper_data_html"
5013   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5014   data: "vpp-perf-results-2n-clx"
5015   filter: "all"
5016
5017 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5018 - type: "table"
5019   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5020   algorithm: "table_oper_data_html"
5021   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5022   data: "vpp-perf-results-3n-tsh"
5023   filter: "all"
5024
5025 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5026 - type: "table"
5027   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5028   algorithm: "table_oper_data_html"
5029   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5030   data: "vpp-perf-results-3n-dnv"
5031   filter: "all"
5032
5033 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5034 - type: "table"
5035   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5036   algorithm: "table_oper_data_html"
5037   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5038   data: "vpp-perf-results-2n-dnv"
5039   filter: "all"
5040
5041 # Detailed Test Results - VPP MRR Results 3n-hsw
5042 - type: "table"
5043   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5044   algorithm: "table_merged_details"
5045   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5046   columns:
5047   - title: " |prein| Test Name |preout| "
5048     data: "data name"
5049   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5050     data: "data msg"
5051   data: "vpp-mrr-results-3n-hsw"
5052   filter: "all"
5053   parameters:
5054   - "name"
5055   - "parent"
5056   - "msg"
5057
5058 # Detailed Test Results - VPP MRR Results 3n-skx
5059 - type: "table"
5060   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5061   algorithm: "table_merged_details"
5062   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5063   columns:
5064   - title: " |prein| Test Name |preout| "
5065     data: "data name"
5066   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5067     data: "data msg"
5068   data: "vpp-mrr-results-3n-skx"
5069   filter: "all"
5070   parameters:
5071   - "name"
5072   - "parent"
5073   - "msg"
5074
5075 # Detailed Test Results - VPP MRR Results 2n-skx
5076 - type: "table"
5077   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5078   algorithm: "table_merged_details"
5079   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5080   columns:
5081   - title: " |prein| Test Name |preout| "
5082     data: "data name"
5083   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5084     data: "data msg"
5085   data: "vpp-mrr-results-2n-skx"
5086   filter: "all"
5087   parameters:
5088   - "name"
5089   - "parent"
5090   - "msg"
5091
5092 # Detailed Test Results - VPP MRR Results 2n-clx
5093 - type: "table"
5094   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5095   algorithm: "table_merged_details"
5096   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5097   columns:
5098   - title: " |prein| Test Name |preout| "
5099     data: "data name"
5100   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5101     data: "data msg"
5102   data: "vpp-mrr-results-2n-clx"
5103   filter: "all"
5104   parameters:
5105   - "name"
5106   - "parent"
5107   - "msg"
5108
5109 # Detailed Test Results - VPP MRR Results 3n-tsh
5110 - type: "table"
5111   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5112   algorithm: "table_merged_details"
5113   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5114   columns:
5115   - title: " |prein| Test Name |preout| "
5116     data: "data name"
5117   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5118     data: "data msg"
5119   data: "vpp-mrr-results-3n-tsh"
5120   filter: "all"
5121   parameters:
5122   - "name"
5123   - "parent"
5124   - "msg"
5125
5126 # Detailed Test Results - VPP MRR Results 3n-dnv
5127 - type: "table"
5128   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5129   algorithm: "table_merged_details"
5130   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5131   columns:
5132   - title: " |prein| Test Name |preout| "
5133     data: "data name"
5134   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5135     data: "data msg"
5136   data: "vpp-mrr-results-3n-dnv"
5137   filter: "all"
5138   parameters:
5139   - "name"
5140   - "parent"
5141   - "msg"
5142
5143 # Detailed Test Results - VPP MRR Results 2n-dnv
5144 - type: "table"
5145   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5146   algorithm: "table_merged_details"
5147   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5148   columns:
5149   - title: " |prein| Test Name |preout| "
5150     data: "data name"
5151   - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5152     data: "data msg"
5153   data: "vpp-mrr-results-2n-dnv"
5154   filter: "all"
5155   parameters:
5156   - "name"
5157   - "parent"
5158   - "msg"
5159
5160 # Test configuration - VPP MRR Test Configs 3n-hsw
5161 - type: "table"
5162   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5163   algorithm: "table_merged_details"
5164   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5165   columns:
5166   - title: " |prein| Test Name |preout| "
5167     data: "data name"
5168   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5169     data: "data conf-history"
5170   data: "vpp-mrr-results-3n-hsw"
5171   filter: "all"
5172   parameters:
5173   - "parent"
5174   - "name"
5175   - "conf-history"
5176
5177 # Test configuration - VPP MRR Test Configs 3n-skx
5178 - type: "table"
5179   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5180   algorithm: "table_merged_details"
5181   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5182   columns:
5183   - title: " |prein| Test Name |preout| "
5184     data: "data name"
5185   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5186     data: "data conf-history"
5187   data: "vpp-mrr-results-3n-skx"
5188   filter: "all"
5189   parameters:
5190   - "parent"
5191   - "name"
5192   - "conf-history"
5193
5194 # Test configuration - VPP MRR Test Configs 2n-skx
5195 - type: "table"
5196   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5197   algorithm: "table_merged_details"
5198   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5199   columns:
5200   - title: " |prein| Test Name |preout| "
5201     data: "data name"
5202   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5203     data: "data conf-history"
5204   data: "vpp-mrr-results-2n-skx"
5205   filter: "all"
5206   parameters:
5207   - "parent"
5208   - "name"
5209   - "conf-history"
5210
5211 # Test configuration - VPP MRR Test Configs 2n-clx
5212 - type: "table"
5213   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5214   algorithm: "table_merged_details"
5215   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5216   columns:
5217   - title: " |prein| Test Name |preout| "
5218     data: "data name"
5219   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5220     data: "data conf-history"
5221   data: "vpp-mrr-results-2n-clx"
5222   filter: "all"
5223   parameters:
5224   - "parent"
5225   - "name"
5226   - "conf-history"
5227
5228 # Test configuration - VPP MRR Test Configs 3n-tsh
5229 - type: "table"
5230   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5231   algorithm: "table_merged_details"
5232   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5233   columns:
5234   - title: " |prein| Test Name |preout| "
5235     data: "data name"
5236   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5237     data: "data conf-history"
5238   data: "vpp-mrr-results-3n-tsh"
5239   filter: "all"
5240   parameters:
5241   - "parent"
5242   - "name"
5243   - "conf-history"
5244
5245 # Test configuration - VPP MRR Test Configs 3n-dnv
5246 - type: "table"
5247   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5248   algorithm: "table_merged_details"
5249   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5250   columns:
5251   - title: " |prein| Test Name |preout| "
5252     data: "data name"
5253   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5254     data: "data conf-history"
5255   data: "vpp-mrr-results-3n-dnv"
5256   filter: "all"
5257   parameters:
5258   - "parent"
5259   - "name"
5260   - "conf-history"
5261
5262 # Test configuration - VPP MRR Test Configs 2n-dnv
5263 - type: "table"
5264   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5265   algorithm: "table_merged_details"
5266   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5267   columns:
5268   - title: " |prein| Test Name |preout| "
5269     data: "data name"
5270   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5271     data: "data conf-history"
5272   data: "vpp-mrr-results-2n-dnv"
5273   filter: "all"
5274   parameters:
5275   - "parent"
5276   - "name"
5277   - "conf-history"
5278
5279 # Detailed Test Results - VPP Device Results - Ubuntu
5280 - type: "table"
5281   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5282   algorithm: "table_merged_details"
5283   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5284   columns:
5285   - title: " |prein| Test Name |preout| "
5286     data: "data name"
5287   - title: " |prein| Status |preout| "
5288     data: "data status"
5289   data: "vpp-device-results-ubuntu"
5290   filter: "all"
5291   parameters:
5292   - "name"
5293   - "parent"
5294   - "doc"
5295   - "status"
5296
5297 # Test configuration - VPP Device Test Configs - Ubuntu
5298 - type: "table"
5299   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5300   algorithm: "table_merged_details"
5301   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5302   columns:
5303   - title: " |prein| Test Name |preout| "
5304     data: "data name"
5305   - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5306     data: "data conf-history"
5307   data: "vpp-device-results-ubuntu"
5308   filter: "all"
5309   parameters:
5310   - "parent"
5311   - "name"
5312   - "conf-history"
5313
5314 ################################################################################
5315
5316 # DPDK Performance Changes 3n-hsw 1t1c pdr
5317 - type: "table"
5318   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5319   algorithm: "table_perf_comparison"
5320   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5321   history:
5322     - title: "rls1904"
5323       data: "dpdk-performance-changes-3n-hsw-h1"
5324   reference:
5325     title: "rls1908"
5326     data: "dpdk-performance-changes-3n-hsw-ref"
5327   compare:
5328     title: "rls2001"
5329     data: "dpdk-performance-changes-3n-hsw-cmp"
5330   data: "dpdk-performance-changes-3n-hsw"
5331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5332   filter: "'1T1C' and 'NDRPDR'"
5333   parameters:
5334   - "name"
5335   - "parent"
5336   - "throughput"
5337
5338 # DPDK Performance Changes 3n-hsw 2t2c pdr
5339 - type: "table"
5340   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5341   algorithm: "table_perf_comparison"
5342   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5343   history:
5344     - title: "rls1904"
5345       data: "dpdk-performance-changes-3n-hsw-h1"
5346   reference:
5347     title: "rls1908"
5348     data: "dpdk-performance-changes-3n-hsw-ref"
5349   compare:
5350     title: "rls2001"
5351     data: "dpdk-performance-changes-3n-hsw-cmp"
5352   data: "dpdk-performance-changes-3n-hsw"
5353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5354   filter: "'2T2C' and 'NDRPDR'"
5355   parameters:
5356   - "name"
5357   - "parent"
5358   - "throughput"
5359
5360 # DPDK Performance Changes 3n-hsw 1t1c ndr
5361 - type: "table"
5362   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5363   algorithm: "table_perf_comparison"
5364   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5365   history:
5366     - title: "rls1904"
5367       data: "dpdk-performance-changes-3n-hsw-h1"
5368   reference:
5369     title: "rls1908"
5370     data: "dpdk-performance-changes-3n-hsw-ref"
5371   compare:
5372     title: "rls2001"
5373     data: "dpdk-performance-changes-3n-hsw-cmp"
5374   data: "dpdk-performance-changes-3n-hsw"
5375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5376   filter: "'1T1C' and 'NDRPDR'"
5377   parameters:
5378   - "name"
5379   - "parent"
5380   - "throughput"
5381
5382 # DPDK Performance Changes 3n-hsw 2t2c ndr
5383 - type: "table"
5384   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5385   algorithm: "table_perf_comparison"
5386   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5387   history:
5388     - title: "rls1904"
5389       data: "dpdk-performance-changes-3n-hsw-h1"
5390   reference:
5391     title: "rls1908"
5392     data: "dpdk-performance-changes-3n-hsw-ref"
5393   compare:
5394     title: "rls2001"
5395     data: "dpdk-performance-changes-3n-hsw-cmp"
5396   data: "dpdk-performance-changes-3n-hsw"
5397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5398   filter: "'2T2C' and 'NDRPDR'"
5399   parameters:
5400   - "name"
5401   - "parent"
5402   - "throughput"
5403
5404 # DPDK Performance Changes 3n-skx 2t1c pdr
5405 - type: "table"
5406   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5407   algorithm: "table_perf_comparison"
5408   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5409   history:
5410     - title: "rls1904"
5411       data: "dpdk-performance-changes-3n-skx-h1"
5412   reference:
5413     title: "rls1908"
5414     data: "dpdk-performance-changes-3n-skx-ref"
5415   compare:
5416     title: "rls2001"
5417     data: "dpdk-performance-changes-3n-skx-cmp"
5418   data: "dpdk-performance-changes-3n-skx"
5419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5420   filter: "'2T1C' and 'NDRPDR'"
5421   parameters:
5422   - "name"
5423   - "parent"
5424   - "throughput"
5425
5426 # DPDK Performance Changes 3n-skx 4t2c pdr
5427 - type: "table"
5428   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5429   algorithm: "table_perf_comparison"
5430   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5431   history:
5432     - title: "rls1904"
5433       data: "dpdk-performance-changes-3n-skx-h1"
5434   reference:
5435     title: "rls1908"
5436     data: "dpdk-performance-changes-3n-skx-ref"
5437   compare:
5438     title: "rls2001"
5439     data: "dpdk-performance-changes-3n-skx-cmp"
5440   data: "dpdk-performance-changes-3n-skx"
5441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5442   filter: "'4T2C' and 'NDRPDR'"
5443   parameters:
5444   - "name"
5445   - "parent"
5446   - "throughput"
5447
5448 # DPDK Performance Changes 3n-skx 2t1c ndr
5449 - type: "table"
5450   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5451   algorithm: "table_perf_comparison"
5452   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5453   history:
5454     - title: "rls1904"
5455       data: "dpdk-performance-changes-3n-skx-h1"
5456   reference:
5457     title: "rls1908"
5458     data: "dpdk-performance-changes-3n-skx-ref"
5459   compare:
5460     title: "rls2001"
5461     data: "dpdk-performance-changes-3n-skx-cmp"
5462   data: "dpdk-performance-changes-3n-skx"
5463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5464   filter: "'2T1C' and 'NDRPDR'"
5465   parameters:
5466   - "name"
5467   - "parent"
5468   - "throughput"
5469
5470 # DPDK Performance Changes 3n-skx 4t2c ndr
5471 - type: "table"
5472   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5473   algorithm: "table_perf_comparison"
5474   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5475   history:
5476     - title: "rls1904"
5477       data: "dpdk-performance-changes-3n-skx-h1"
5478   reference:
5479     title: "rls1908"
5480     data: "dpdk-performance-changes-3n-skx-ref"
5481   compare:
5482     title: "rls2001"
5483     data: "dpdk-performance-changes-3n-skx-cmp"
5484   data: "dpdk-performance-changes-3n-skx"
5485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5486   filter: "'4T2C' and 'NDRPDR'"
5487   parameters:
5488   - "name"
5489   - "parent"
5490   - "throughput"
5491
5492 # DPDK Performance Changes 2n-skx 2t1c pdr
5493 - type: "table"
5494   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5495   algorithm: "table_perf_comparison"
5496   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5497   history:
5498     - title: "rls1904"
5499       data: "dpdk-performance-changes-2n-skx-h1"
5500   reference:
5501     title: "rls1908"
5502     data: "dpdk-performance-changes-2n-skx-ref"
5503   compare:
5504     title: "rls2001"
5505     data: "dpdk-performance-changes-2n-skx-cmp"
5506   data: "dpdk-performance-changes-2n-skx"
5507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5508   filter: "'2T1C' and 'NDRPDR'"
5509   parameters:
5510   - "name"
5511   - "parent"
5512   - "throughput"
5513
5514 # DPDK Performance Changes 2n-skx 4t2c pdr
5515 - type: "table"
5516   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5517   algorithm: "table_perf_comparison"
5518   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5519   history:
5520     - title: "rls1904"
5521       data: "dpdk-performance-changes-2n-skx-h1"
5522   reference:
5523     title: "rls1908"
5524     data: "dpdk-performance-changes-2n-skx-ref"
5525   compare:
5526     title: "rls2001"
5527     data: "dpdk-performance-changes-2n-skx-cmp"
5528   data: "dpdk-performance-changes-2n-skx"
5529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5530   filter: "'4T2C' and 'NDRPDR'"
5531   parameters:
5532   - "name"
5533   - "parent"
5534   - "throughput"
5535
5536 # DPDK Performance Changes 2n-skx 2t1c ndr
5537 - type: "table"
5538   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5539   algorithm: "table_perf_comparison"
5540   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5541   history:
5542     - title: "rls1904"
5543       data: "dpdk-performance-changes-2n-skx-h1"
5544   reference:
5545     title: "rls1908"
5546     data: "dpdk-performance-changes-2n-skx-ref"
5547   compare:
5548     title: "rls2001"
5549     data: "dpdk-performance-changes-2n-skx-cmp"
5550   data: "dpdk-performance-changes-2n-skx"
5551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5552   filter: "'2T1C' and 'NDRPDR'"
5553   parameters:
5554   - "name"
5555   - "parent"
5556   - "throughput"
5557
5558 # DPDK Performance Changes 2n-skx 4t2c ndr
5559 - type: "table"
5560   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5561   algorithm: "table_perf_comparison"
5562   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5563   history:
5564     - title: "rls1904"
5565       data: "dpdk-performance-changes-2n-skx-h1"
5566   reference:
5567     title: "rls1908"
5568     data: "dpdk-performance-changes-2n-skx-ref"
5569   compare:
5570     title: "rls2001"
5571     data: "dpdk-performance-changes-2n-skx-cmp"
5572   data: "dpdk-performance-changes-2n-skx"
5573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5574   filter: "'4T2C' and 'NDRPDR'"
5575   parameters:
5576   - "name"
5577   - "parent"
5578   - "throughput"
5579
5580 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5581 - type: "table"
5582   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5583   algorithm: "table_perf_comparison"
5584   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5585   reference:
5586     title: "3-Node Hsw"
5587     data: "dpdk-compare-testbeds-ref"
5588   compare:
5589     title: "3-Node Skx"
5590     data: "dpdk-compare-testbeds-cmp"
5591   data: "dpdk-compare-testbeds"
5592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5593   filter: "'NIC_Intel-X710'"
5594   parameters:
5595   - "name"
5596   - "parent"
5597   - "throughput"
5598
5599 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5600 - type: "table"
5601   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5602   algorithm: "table_perf_comparison"
5603   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5604   reference:
5605     title: "3-Node Hsw"
5606     data: "dpdk-compare-testbeds-ref"
5607   compare:
5608     title: "3-Node Skx"
5609     data: "dpdk-compare-testbeds-cmp"
5610   data: "dpdk-compare-testbeds"
5611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5612   filter: "'NIC_Intel-X710'"
5613   parameters:
5614   - "name"
5615   - "parent"
5616   - "throughput"
5617
5618 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5619 - type: "table"
5620   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5621   algorithm: "table_perf_comparison"
5622   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5623   reference:
5624     title: "2-Node Skx"
5625     data: "dpdk-compare-testbeds-skx-clx-ref"
5626   compare:
5627     title: "2-Node Clx"
5628     data: "dpdk-compare-testbeds-skx-clx-cmp"
5629   data: "dpdk-compare-testbeds-skx-clx"
5630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5631   filter: "all"
5632   parameters:
5633   - "name"
5634   - "parent"
5635   - "throughput"
5636
5637 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5638 - type: "table"
5639   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5640   algorithm: "table_perf_comparison"
5641   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5642   reference:
5643     title: "2-Node Skx"
5644     data: "dpdk-compare-testbeds-skx-clx-ref"
5645   compare:
5646     title: "2-Node Clx"
5647     data: "dpdk-compare-testbeds-skx-clx-cmp"
5648   data: "dpdk-compare-testbeds-skx-clx"
5649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5650   filter: "all"
5651   parameters:
5652   - "name"
5653   - "parent"
5654   - "throughput"
5655
5656 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
5657 - type: "table"
5658   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
5659   algorithm: "table_perf_comparison"
5660   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
5661   reference:
5662     title: "3-Node Skx"
5663     data: "dpdk-compare-topologies-ref"
5664   compare:
5665     title: "2-Node Skx"
5666     data: "dpdk-compare-topologies-cmp"
5667   data: "dpdk-compare-topologies"
5668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5669   filter: "all"
5670   parameters:
5671   - "name"
5672   - "parent"
5673   - "throughput"
5674
5675 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5676 - type: "table"
5677   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5678   algorithm: "table_perf_comparison"
5679   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5680   reference:
5681     title: "3-Node Skx"
5682     data: "dpdk-compare-topologies-ref"
5683   compare:
5684     title: "2-Node Skx"
5685     data: "dpdk-compare-topologies-cmp"
5686   data: "dpdk-compare-topologies"
5687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5688   filter: "all"
5689   parameters:
5690   - "name"
5691   - "parent"
5692   - "throughput"
5693
5694 # Detailed Test Results - DPDK Performance Results 3n-hsw
5695 - type: "table"
5696   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5697   algorithm: "table_merged_details"
5698   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5699   columns:
5700   - title: " |prein| Test Name |preout| "
5701     data: "data name"
5702   - 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| "
5703     data: "data msg"
5704   data: "dpdk-perf-results-3n-hsw"
5705   filter: "all"
5706   parameters:
5707   - "name"
5708   - "parent"
5709   - "msg"
5710
5711 # Detailed Test Results - DPDK Performance Results 3n-skx
5712 - type: "table"
5713   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5716   columns:
5717   - title: " |prein| Test Name |preout| "
5718     data: "data name"
5719   - 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| "
5720     data: "data msg"
5721   data: "dpdk-perf-results-3n-skx"
5722   filter: "all"
5723   remove-ndr: True  # Temporary solution: remove NDR results from test message
5724   parameters:
5725   - "name"
5726   - "parent"
5727   - "msg"
5728
5729 # Detailed Test Results - DPDK Performance Results 2n-skx
5730 - type: "table"
5731   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5732   algorithm: "table_merged_details"
5733   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5734   columns:
5735   - title: " |prein| Test Name |preout| "
5736     data: "data name"
5737   - 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| "
5738     data: "data msg"
5739   data: "dpdk-perf-results-2n-skx"
5740   filter: "all"
5741   remove-ndr: True  # Temporary solution: remove NDR results from test message
5742   parameters:
5743   - "name"
5744   - "parent"
5745   - "msg"
5746
5747 # Detailed Test Results - DPDK Performance Results 2n-clx
5748 - type: "table"
5749   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5750   algorithm: "table_merged_details"
5751   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5752   columns:
5753   - title: " |prein| Test Name |preout| "
5754     data: "data name"
5755   - 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| "
5756     data: "data msg"
5757   data: "dpdk-perf-results-2n-clx"
5758   filter: "all"
5759   parameters:
5760   - "name"
5761   - "parent"
5762   - "msg"
5763
5764 # Detailed Test Results - DPDK Performance Results 2n-dnv
5765 - type: "table"
5766   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
5767   algorithm: "table_merged_details"
5768   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
5769   columns:
5770   - title: " |prein| Test Name |preout| "
5771     data: "data name"
5772   - 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| "
5773     data: "data msg"
5774   data: "dpdk-perf-results-2n-dnv"
5775   filter: "all"
5776   parameters:
5777   - "name"
5778   - "parent"
5779   - "msg"
5780
5781 # Detailed Test Results - DPDK Performance Results 3n-dnv
5782 - type: "table"
5783   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
5784   algorithm: "table_merged_details"
5785   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
5786   columns:
5787   - title: " |prein| Test Name |preout| "
5788     data: "data name"
5789   - 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| "
5790     data: "data msg"
5791   data: "dpdk-perf-results-3n-dnv"
5792   filter: "all"
5793   parameters:
5794   - "name"
5795   - "parent"
5796   - "msg"
5797
5798 # Detailed Test Results - DPDK Performance Results 3n-tsh
5799 - type: "table"
5800   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
5801   algorithm: "table_merged_details"
5802   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
5803   columns:
5804   - title: " |prein| Test Name |preout| "
5805     data: "data name"
5806   - 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| "
5807     data: "data msg"
5808   data: "dpdk-perf-results-3n-tsh"
5809   filter: "all"
5810   parameters:
5811   - "name"
5812   - "parent"
5813   - "msg"
5814
5815 ################################################################################
5816 ###                                F I L E S                                 ###
5817 ################################################################################
5818
5819 # VPP Performance Results
5820 - type: "file"
5821   title: "VPP Performance Results"
5822   algorithm: "file_details_split"
5823   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
5824   dir-tables:
5825     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
5826     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
5827     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
5828     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
5829     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
5830     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
5831     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
5832   data:
5833     - "vpp-perf-results-2n-skx"
5834     - "vpp-perf-results-3n-skx"
5835     - "vpp-perf-results-2n-clx"
5836     - "vpp-perf-results-3n-hsw"
5837     - "vpp-perf-results-3n-tsh"
5838     - "vpp-perf-results-2n-dnv"
5839     - "vpp-perf-results-3n-dnv"
5840   filter: "all"
5841   data-start-level: 4
5842   order-chapters:
5843     level-1:
5844       - "l2"
5845       - "ip4"
5846       - "ip6"
5847       - "srv6"
5848       - "ip4_tunnels"
5849       - "ip6_tunnels"
5850       - "vm_vhost"
5851       - "container_memif"
5852       - "crypto"
5853       - "vts"
5854       - "lb"
5855       - "nfv_density"
5856       - "hoststack"
5857     level-2:
5858       - "2n-skx"
5859       - "3n-skx"
5860       - "2n-clx"
5861       - "3n-hsw"
5862       - "3n-tsh"
5863       - "2n-dnv"
5864       - "3n-dnv"
5865     level-3:
5866       - "xl710"
5867       - "x520"
5868       - "xxv710"
5869       - "x710"
5870       - "x553"
5871       - "cx556a"
5872       - "vic1227"
5873       - "vic1385"
5874
5875 # VPP Performance Configuration
5876 - type: "file"
5877   title: "VPP Performance Configuration"
5878   algorithm: "file_details_split"
5879   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
5880   dir-tables:
5881     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
5882     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
5883     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
5884     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
5885     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
5886     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
5887     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
5888   data:
5889     - "vpp-perf-results-2n-skx"
5890     - "vpp-perf-results-3n-skx"
5891     - "vpp-perf-results-2n-clx"
5892     - "vpp-perf-results-3n-hsw"
5893     - "vpp-perf-results-3n-tsh"
5894     - "vpp-perf-results-2n-dnv"
5895     - "vpp-perf-results-3n-dnv"
5896   filter: "all"
5897   data-start-level: 4
5898   order-chapters:
5899     level-1:
5900       - "l2"
5901       - "ip4"
5902       - "ip6"
5903       - "srv6"
5904       - "ip4_tunnels"
5905       - "ip6_tunnels"
5906       - "vm_vhost"
5907       - "container_memif"
5908       - "crypto"
5909       - "vts"
5910       - "lb"
5911       - "nfv_density"
5912       - "hoststack"
5913     level-2:
5914       - "2n-skx"
5915       - "3n-skx"
5916       - "2n-clx"
5917       - "3n-hsw"
5918       - "3n-tsh"
5919       - "2n-dnv"
5920       - "3n-dnv"
5921     level-3:
5922       - "xl710"
5923       - "x520"
5924       - "xxv710"
5925       - "x710"
5926       - "x553"
5927       - "cx556a"
5928       - "vic1227"
5929       - "vic1385"
5930
5931 # VPP Performance Operational
5932 - type: "file"
5933   title: "VPP Performance Operational"
5934   algorithm: "file_details_split_html"
5935   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
5936   dir-tables:
5937     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
5938     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
5939     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
5940     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
5941     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
5942     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
5943     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
5944   data:
5945     - "vpp-perf-results-2n-skx"
5946     - "vpp-perf-results-3n-skx"
5947     - "vpp-perf-results-2n-clx"
5948     - "vpp-perf-results-3n-hsw"
5949     - "vpp-perf-results-3n-tsh"
5950     - "vpp-perf-results-2n-dnv"
5951     - "vpp-perf-results-3n-dnv"
5952   filter: "all"
5953   data-start-level: 4
5954   order-chapters:
5955     level-1:
5956       - "l2"
5957       - "ip4"
5958       - "ip6"
5959       - "srv6"
5960       - "ip4_tunnels"
5961       - "ip6_tunnels"
5962       - "vm_vhost"
5963       - "container_memif"
5964       - "crypto"
5965       - "vts"
5966       - "lb"
5967       - "nfv_density"
5968       - "hoststack"
5969     level-2:
5970       - "2n-skx"
5971       - "3n-skx"
5972       - "2n-clx"
5973       - "3n-hsw"
5974       - "3n-tsh"
5975       - "2n-dnv"
5976       - "3n-dnv"
5977     level-3:
5978       - "xl710"
5979       - "x520"
5980       - "xxv710"
5981       - "x710"
5982       - "x553"
5983       - "cx556a"
5984       - "vic1227"
5985       - "vic1385"
5986
5987 # VPP MRR Results
5988 - type: "file"
5989   title: "VPP MRR Results"
5990   algorithm: "file_details_split"
5991   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
5992   dir-tables:
5993     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
5994     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
5995     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
5996     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
5997     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
5998     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
5999     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6000   data:
6001     - "vpp-mrr-results-2n-skx"
6002     - "vpp-mrr-results-3n-skx"
6003     - "vpp-mrr-results-2n-clx"
6004     - "vpp-mrr-results-3n-hsw"
6005     - "vpp-mrr-results-3n-tsh"
6006     - "vpp-mrr-results-2n-dnv"
6007     - "vpp-mrr-results-3n-dnv"
6008   filter: "all"
6009   data-start-level: 4
6010   order-chapters:
6011     level-1:
6012       - "l2"
6013       - "ip4"
6014       - "ip6"
6015       - "srv6"
6016       - "ip4_tunnels"
6017       - "ip6_tunnels"
6018       - "vm_vhost"
6019       - "container_memif"
6020       - "crypto"
6021       - "vts"
6022       - "lb"
6023       - "nfv_density"
6024       - "hoststack"
6025     level-2:
6026       - "2n-skx"
6027       - "3n-skx"
6028       - "2n-clx"
6029       - "3n-hsw"
6030       - "3n-tsh"
6031       - "2n-dnv"
6032       - "3n-dnv"
6033     level-3:
6034       - "xl710"
6035       - "x520"
6036       - "xxv710"
6037       - "x710"
6038       - "x553"
6039       - "cx556a"
6040       - "vic1227"
6041       - "vic1385"
6042
6043 # VPP MRR Configuration
6044 - type: "file"
6045   title: "VPP MRR Configuration"
6046   algorithm: "file_details_split"
6047   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6048   dir-tables:
6049     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6050     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6051     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6052     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6053     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6054     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6055     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6056   data:
6057     - "vpp-mrr-results-2n-skx"
6058     - "vpp-mrr-results-3n-skx"
6059     - "vpp-mrr-results-2n-clx"
6060     - "vpp-mrr-results-3n-hsw"
6061     - "vpp-mrr-results-3n-tsh"
6062     - "vpp-mrr-results-2n-dnv"
6063     - "vpp-mrr-results-3n-dnv"
6064   filter: "all"
6065   data-start-level: 4
6066   order-chapters:
6067     level-1:
6068       - "l2"
6069       - "ip4"
6070       - "ip6"
6071       - "srv6"
6072       - "ip4_tunnels"
6073       - "ip6_tunnels"
6074       - "vm_vhost"
6075       - "container_memif"
6076       - "crypto"
6077       - "vts"
6078       - "lb"
6079       - "nfv_density"
6080       - "hoststack"
6081     level-2:
6082       - "2n-skx"
6083       - "3n-skx"
6084       - "2n-clx"
6085       - "3n-hsw"
6086       - "3n-tsh"
6087       - "2n-dnv"
6088       - "3n-dnv"
6089     level-3:
6090       - "xl710"
6091       - "x520"
6092       - "xxv710"
6093       - "x710"
6094       - "x553"
6095       - "cx556a"
6096       - "vic1227"
6097       - "vic1385"
6098
6099 # VPP Device Results - Ubuntu
6100 - type: "file"
6101   title: "VPP Device Results - Ubuntu"
6102   algorithm: "file_test_results"
6103   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6104   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6105   data: "vpp-device-results-ubuntu"
6106   filter: "all"
6107   data-start-level: 4
6108
6109 # VPP Device Configuration - Ubuntu
6110 - type: "file"
6111   title: "VPP Device Configuration - Ubuntu"
6112   algorithm: "file_test_results"
6113   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6114   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6115   data: "vpp-device-results-ubuntu"
6116   filter: "all"
6117   data-start-level: 4
6118
6119 # DPDK Performance Results 3n-hsw
6120 - type: "file"
6121   title: "DPDK Performance Results 3n-hsw"
6122   algorithm: "file_test_results"
6123   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6124   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6125   data: "dpdk-perf-results-3n-hsw"
6126   filter: "all"
6127   data-start-level: 4
6128
6129 # DPDK Performance Results 3n-skx
6130 - type: "file"
6131   title: "DPDK Performance Results 3n-skx"
6132   algorithm: "file_test_results"
6133   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6134   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6135   data: "dpdk-perf-results-3n-skx"
6136   filter: "all"
6137   data-start-level: 4
6138
6139 # DPDK Performance Results 2n-skx
6140 - type: "file"
6141   title: "DPDK Performance Results 2n-skx"
6142   algorithm: "file_test_results"
6143   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6144   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6145   data: "dpdk-perf-results-2n-skx"
6146   filter: "all"
6147   data-start-level: 4
6148
6149 # DPDK Performance Results 2n-clx
6150 - type: "file"
6151   title: "DPDK Performance Results 2n-clx"
6152   algorithm: "file_test_results"
6153   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6154   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6155   data: "dpdk-perf-results-2n-clx"
6156   filter: "all"
6157   data-start-level: 4
6158
6159 # DPDK Performance Results 2n-dnv
6160 - type: "file"
6161   title: "DPDK Performance Results 2n-dnv"
6162   algorithm: "file_test_results"
6163   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6164   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6165   data: "dpdk-perf-results-2n-dnv"
6166   filter: "all"
6167   data-start-level: 4
6168
6169 # DPDK Performance Results 3n-dnv
6170 - type: "file"
6171   title: "DPDK Performance Results 3n-dnv"
6172   algorithm: "file_test_results"
6173   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6174   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6175   data: "dpdk-perf-results-3n-dnv"
6176   filter: "all"
6177   data-start-level: 4
6178
6179 # DPDK Performance Results 3n-tsh
6180 - type: "file"
6181   title: "DPDK Performance Results 3n-tsh"
6182   algorithm: "file_test_results"
6183   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6184   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6185   data: "dpdk-perf-results-3n-tsh"
6186   filter: "all"
6187   data-start-level: 4
6188
6189 ################################################################################
6190 ###                                P L O T S                                 ###
6191 ################################################################################
6192
6193 # Hoststack tests 3n-hsw
6194
6195 - type: "plot"
6196   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6197   algorithm: "plot_perf_box_name"
6198   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6199   data: "plot-vpp-hoststack-3n-hsw"
6200   include:
6201     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6202     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6203   layout:
6204     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6205     layout: "plot-hoststack"
6206
6207 - type: "plot"
6208   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6209   algorithm: "plot_perf_box_name"
6210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6211   data: "plot-vpp-hoststack-3n-hsw"
6212   include:
6213     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6214     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.9000B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6215   layout:
6216     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6217     layout: "plot-hoststack"
6218
6219 - type: "plot"
6220   title: "Bandwidth: 3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6221   algorithm: "plot_perf_box_name"
6222   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho-bps"
6223   data: "plot-vpp-hoststack-3n-hsw"
6224   include:
6225     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6226     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6227     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6228     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.9000B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6229   layout:
6230     title: "3n-hsw-xl710-9000b-1t1c-eth-ip4udpquic-vppecho"
6231     layout: "plot-hoststack"
6232
6233 # Plots VPP HTTP Server Performance
6234 - type: "plot"
6235   title: "VPP HTTP Server Performance"
6236   algorithm: "plot_http_server_perf_box"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6239   data:
6240     "plot-vpp-http-server-performance"
6241   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6242   parameters:
6243   - "result"
6244   - "name"
6245   traces:
6246     hoverinfo: "y+name"
6247     boxpoints: "outliers"
6248     whiskerwidth: 0
6249   layout:
6250     title: "VPP HTTP Server Performance"
6251     layout:
6252       "plot-cps"
6253
6254 - type: "plot"
6255   title: "VPP HTTP Server Performance"
6256   algorithm: "plot_http_server_perf_box"
6257   output-file-type: ".html"
6258   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6259   data:
6260     "plot-vpp-http-server-performance"
6261   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6262   parameters:
6263   - "result"
6264   - "name"
6265   traces:
6266     hoverinfo: "y+name"
6267     boxpoints: "outliers"
6268     whiskerwidth: 0
6269   layout:
6270     title: "VPP HTTP Server Performance"
6271     layout:
6272       "plot-rps"
6273
6274 ################################################################################
6275
6276 # Soak Test (PLRsearch), boxes - 2n-clx
6277 - type: "plot"
6278   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6279   algorithm: "plot_perf_box_name"
6280   output-file-type: ".html"
6281   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6282   data: "plot-vpp-soak-2n-clx"
6283   include:
6284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6290   layout:
6291     title: "30 Minutes Soak Test (PLRsearch)"
6292     layout: "plot-soak-throughput"
6293
6294 # Soak Test (PLRsearch), boxes - 2n-clx
6295 - type: "plot"
6296   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6297   algorithm: "plot_perf_box_name"
6298   output-file-type: ".html"
6299   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6300   data: "plot-vpp-soak-2n-clx"
6301   include:
6302     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6303     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6307     - "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"
6308   layout:
6309     title: "30 Minutes Soak Test (PLRsearch)"
6310     layout: "plot-soak-throughput"
6311
6312 ###############################################################################
6313
6314 # Reconf tests 2n-skx
6315
6316 #- type: "plot"
6317 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6318 #  algorithm: "plot_nf_reconf_box_name"
6319 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6320 #  data: "plot-vpp-nfv-reconf-2n-skx"
6321 #  include:
6322 #    - "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"
6323 #    - "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"
6324 #    - "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"
6325 #    - "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"
6326 #    - "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"
6327 #    - "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"
6328 #  layout:
6329 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6330 #    layout: "plot-throughput"
6331 #
6332 #- type: "plot"
6333 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6334 #  algorithm: "plot_nf_reconf_box_name"
6335 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6336 #  data: "plot-vpp-nfv-reconf-2n-skx"
6337 #  include:
6338 #    - "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"
6339 #    - "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"
6340 #    - "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"
6341 #    - "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"
6342 #    - "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"
6343 #    - "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"
6344 #  layout:
6345 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6346 #    layout: "plot-throughput"
6347 #
6348 #- type: "plot"
6349 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6350 #  algorithm: "plot_nf_reconf_box_name"
6351 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6352 #  data: "plot-vpp-nfv-reconf-2n-skx"
6353 #  include:
6354 #    - "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"
6355 #    - "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"
6356 #    - "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"
6357 #    - "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"
6358 #    - "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"
6359 #    - "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"
6360 #  layout:
6361 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6362 #    layout: "plot-throughput"
6363
6364 ###############################################################################
6365
6366 # Reconf tests 2n-clx
6367
6368 - type: "plot"
6369   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6370   algorithm: "plot_nf_reconf_box_name"
6371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6372   data: "plot-vpp-nfv-reconf-2n-clx"
6373   include:
6374     - "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"
6375     - "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"
6376     - "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"
6377     - "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"
6378   layout:
6379     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6380     layout: "plot-throughput"
6381
6382 - type: "plot"
6383   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6384   algorithm: "plot_nf_reconf_box_name"
6385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6386   data: "plot-vpp-nfv-reconf-2n-clx"
6387   include:
6388     - "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"
6389     - "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"
6390     - "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"
6391     - "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"
6392   layout:
6393     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6394     layout: "plot-throughput"
6395
6396 - type: "plot"
6397   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6398   algorithm: "plot_nf_reconf_box_name"
6399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6400   data: "plot-vpp-nfv-reconf-2n-clx"
6401   include:
6402     - "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"
6403     - "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"
6404     - "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"
6405     - "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"
6406   layout:
6407     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6408     layout: "plot-throughput"
6409
6410 ################################################################################
6411 ## Plots - NF Density - VSC - MRR 64b
6412 #- type: "plot"
6413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6414 #  algorithm: "plot_nf_heatmap"
6415 #  output-file-type: ".html"
6416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6417 #  data: "plot-vpp-nfv-2n-skx-mrr"
6418 #  filter: "'NIC_Intel-XXV710' and
6419 #           'NF_DENSITY' and
6420 #           'VHOST' and
6421 #           not 'VXLAN' and
6422 #           'CHAIN' and
6423 #           'NF_VPPIP4' and
6424 #           '64B' and
6425 #           '2T1C' and
6426 #           'MRR'"
6427 #  parameters:
6428 #  - "result"
6429 #  - "name"
6430 #  - "tags"
6431 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6432 #  x-axis: "X = VNFs per Service Chain"
6433 #  y-axis: "Y = Number of Service Chains"
6434 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6435 #  layout:
6436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6437 #    layout: "plot-service-density"
6438 #
6439 #- type: "plot"
6440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6441 #  algorithm: "plot_nf_heatmap"
6442 #  output-file-type: ".html"
6443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6444 #  data: "plot-vpp-nfv-2n-skx-mrr"
6445 #  filter: "'NIC_Intel-XXV710' and
6446 #           'NF_DENSITY' and
6447 #           'VHOST' and
6448 #           not 'VXLAN' and
6449 #           'CHAIN' and
6450 #           'NF_VPPIP4' and
6451 #           '64B' and
6452 #           '4T2C' and
6453 #           'MRR'"
6454 #  parameters:
6455 #  - "result"
6456 #  - "name"
6457 #  - "tags"
6458 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6459 #  x-axis: "X = VNFs per Service Chain"
6460 #  y-axis: "Y = Number of Service Chains"
6461 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6462 #  layout:
6463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6464 #    layout: "plot-service-density"
6465 #
6466 #- type: "plot"
6467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6468 #  algorithm: "plot_nf_heatmap"
6469 #  output-file-type: ".html"
6470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6471 #  data: "plot-vpp-nfv-2n-skx-mrr"
6472 #  filter: "'NIC_Intel-XXV710' and
6473 #           'NF_DENSITY' and
6474 #           'VHOST' and
6475 #           not 'VXLAN' and
6476 #           'CHAIN' and
6477 #           'NF_VPPIP4' and
6478 #           '64B' and
6479 #           '8T4C' and
6480 #           'MRR'"
6481 #  parameters:
6482 #  - "result"
6483 #  - "name"
6484 #  - "tags"
6485 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6486 #  x-axis: "X = VNFs per Service Chain"
6487 #  y-axis: "Y = Number of Service Chains"
6488 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6489 #  layout:
6490 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6491 #    layout: "plot-service-density"
6492 #
6493 ## Plots - NF Density - VSC - MRR IMIX
6494 #- type: "plot"
6495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6496 #  algorithm: "plot_nf_heatmap"
6497 #  output-file-type: ".html"
6498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6499 #  data: "plot-vpp-nfv-2n-skx-mrr"
6500 #  filter: "'NIC_Intel-XXV710' and
6501 #           'NF_DENSITY' and
6502 #           'VHOST' and
6503 #           not 'VXLAN' and
6504 #           'CHAIN' and
6505 #           'NF_VPPIP4' and
6506 #           'IMIX' and
6507 #           '2T1C' and
6508 #           'MRR'"
6509 #  parameters:
6510 #  - "result"
6511 #  - "name"
6512 #  - "tags"
6513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6514 #  x-axis: "X = VNFs per Service Chain"
6515 #  y-axis: "Y = Number of Service Chains"
6516 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6517 #  layout:
6518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6519 #    layout: "plot-service-density"
6520 #
6521 #- type: "plot"
6522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6523 #  algorithm: "plot_nf_heatmap"
6524 #  output-file-type: ".html"
6525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6526 #  data: "plot-vpp-nfv-2n-skx-mrr"
6527 #  filter: "'NIC_Intel-XXV710' and
6528 #           'NF_DENSITY' and
6529 #           'VHOST' and
6530 #           not 'VXLAN' and
6531 #           'CHAIN' and
6532 #           'NF_VPPIP4' and
6533 #           'IMIX' and
6534 #           '4T2C' and
6535 #           'MRR'"
6536 #  parameters:
6537 #  - "result"
6538 #  - "name"
6539 #  - "tags"
6540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6541 #  x-axis: "X = VNFs per Service Chain"
6542 #  y-axis: "Y = Number of Service Chains"
6543 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6544 #  layout:
6545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6546 #    layout: "plot-service-density"
6547 #
6548 #- type: "plot"
6549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6550 #  algorithm: "plot_nf_heatmap"
6551 #  output-file-type: ".html"
6552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6553 #  data: "plot-vpp-nfv-2n-skx-mrr"
6554 #  filter: "'NIC_Intel-XXV710' and
6555 #           'NF_DENSITY' and
6556 #           'VHOST' and
6557 #           not 'VXLAN' and
6558 #           'CHAIN' and
6559 #           'NF_VPPIP4' and
6560 #           'IMIX' and
6561 #           '8T4C' and
6562 #           'MRR'"
6563 #  parameters:
6564 #  - "result"
6565 #  - "name"
6566 #  - "tags"
6567 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6568 #  x-axis: "X = VNFs per Service Chain"
6569 #  y-axis: "Y = Number of Service Chains"
6570 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6571 #  layout:
6572 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6573 #    layout: "plot-service-density"
6574 #
6575 ## Plots - NF Density - VSC - NDR 64b
6576 #- type: "plot"
6577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6578 #  algorithm: "plot_nf_heatmap"
6579 #  output-file-type: ".html"
6580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6581 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6582 #  filter: "'NIC_Intel-XXV710' and
6583 #           'NF_DENSITY' and
6584 #           'VHOST' and
6585 #           not 'VXLAN' and
6586 #           'CHAIN' and
6587 #           'NF_VPPIP4' and
6588 #           '64B' and
6589 #           '2T1C' and
6590 #           'NDRPDR'"
6591 #  parameters:
6592 #  - "throughput"
6593 #  - "name"
6594 #  - "tags"
6595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6596 #  x-axis: "X = VNFs per Service Chain"
6597 #  y-axis: "Y = Number of Service Chains"
6598 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6599 #  layout:
6600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6601 #    layout: "plot-service-density"
6602 #
6603 #- type: "plot"
6604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6605 #  algorithm: "plot_nf_heatmap"
6606 #  output-file-type: ".html"
6607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6608 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6609 #  filter: "'NIC_Intel-XXV710' and
6610 #           'NF_DENSITY' and
6611 #           'VHOST' and
6612 #           not 'VXLAN' and
6613 #           'CHAIN' and
6614 #           'NF_VPPIP4' and
6615 #           '64B' and
6616 #           '4T2C' and
6617 #           'NDRPDR'"
6618 #  parameters:
6619 #  - "throughput"
6620 #  - "name"
6621 #  - "tags"
6622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6623 #  x-axis: "X = VNFs per Service Chain"
6624 #  y-axis: "Y = Number of Service Chains"
6625 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6626 #  layout:
6627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6628 #    layout: "plot-service-density"
6629 #
6630 #- type: "plot"
6631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6632 #  algorithm: "plot_nf_heatmap"
6633 #  output-file-type: ".html"
6634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6635 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6636 #  filter: "'NIC_Intel-XXV710' and
6637 #           'NF_DENSITY' and
6638 #           'VHOST' and
6639 #           not 'VXLAN' and
6640 #           'CHAIN' and
6641 #           'NF_VPPIP4' and
6642 #           '64B' and
6643 #           '8T4C' and
6644 #           'NDRPDR'"
6645 #  parameters:
6646 #  - "throughput"
6647 #  - "name"
6648 #  - "tags"
6649 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6650 #  x-axis: "X = VNFs per Service Chain"
6651 #  y-axis: "Y = Number of Service Chains"
6652 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6653 #  layout:
6654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6655 #    layout: "plot-service-density"
6656 #
6657 ## Plots - NF Density - VSC - NDR IMIX
6658 #- type: "plot"
6659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6660 #  algorithm: "plot_nf_heatmap"
6661 #  output-file-type: ".html"
6662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6664 #  filter: "'NIC_Intel-XXV710' and
6665 #           'NF_DENSITY' and
6666 #           'VHOST' and
6667 #           not 'VXLAN' and
6668 #           'CHAIN' and
6669 #           'NF_VPPIP4' and
6670 #           'IMIX' and
6671 #           '2T1C' and
6672 #           'NDRPDR'"
6673 #  parameters:
6674 #  - "throughput"
6675 #  - "name"
6676 #  - "tags"
6677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6678 #  x-axis: "X = VNFs per Service Chain"
6679 #  y-axis: "Y = Number of Service Chains"
6680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6681 #  layout:
6682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6683 #    layout: "plot-service-density"
6684 #
6685 #- type: "plot"
6686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6687 #  algorithm: "plot_nf_heatmap"
6688 #  output-file-type: ".html"
6689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6690 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6691 #  filter: "'NIC_Intel-XXV710' and
6692 #           'NF_DENSITY' and
6693 #           'VHOST' and
6694 #           not 'VXLAN' and
6695 #           'CHAIN' and
6696 #           'NF_VPPIP4' and
6697 #           'IMIX' and
6698 #           '4T2C' and
6699 #           'NDRPDR'"
6700 #  parameters:
6701 #  - "throughput"
6702 #  - "name"
6703 #  - "tags"
6704 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6705 #  x-axis: "X = VNFs per Service Chain"
6706 #  y-axis: "Y = Number of Service Chains"
6707 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6708 #  layout:
6709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6710 #    layout: "plot-service-density"
6711 #
6712 #- type: "plot"
6713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6714 #  algorithm: "plot_nf_heatmap"
6715 #  output-file-type: ".html"
6716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6718 #  filter: "'NIC_Intel-XXV710' and
6719 #           'NF_DENSITY' and
6720 #           'VHOST' and
6721 #           not 'VXLAN' and
6722 #           'CHAIN' and
6723 #           'NF_VPPIP4' and
6724 #           'IMIX' and
6725 #           '8T4C' and
6726 #           'NDRPDR'"
6727 #  parameters:
6728 #  - "throughput"
6729 #  - "name"
6730 #  - "tags"
6731 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6732 #  x-axis: "X = VNFs per Service Chain"
6733 #  y-axis: "Y = Number of Service Chains"
6734 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6735 #  layout:
6736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6737 #    layout: "plot-service-density"
6738 #
6739 ## Plots - NF Density - VSC - PDR 64b
6740 #- type: "plot"
6741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6742 #  algorithm: "plot_nf_heatmap"
6743 #  output-file-type: ".html"
6744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6745 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6746 #  filter: "'NIC_Intel-XXV710' and
6747 #           'NF_DENSITY' and
6748 #           'VHOST' and
6749 #           not 'VXLAN' and
6750 #           'CHAIN' and
6751 #           'NF_VPPIP4' and
6752 #           '64B' and
6753 #           '2T1C' and
6754 #           'NDRPDR'"
6755 #  parameters:
6756 #  - "throughput"
6757 #  - "name"
6758 #  - "tags"
6759 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6760 #  x-axis: "X = VNFs per Service Chain"
6761 #  y-axis: "Y = Number of Service Chains"
6762 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6763 #  layout:
6764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6765 #    layout: "plot-service-density"
6766 #
6767 #- type: "plot"
6768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6769 #  algorithm: "plot_nf_heatmap"
6770 #  output-file-type: ".html"
6771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6772 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6773 #  filter: "'NIC_Intel-XXV710' and
6774 #           'NF_DENSITY' and
6775 #           'VHOST' and
6776 #           not 'VXLAN' and
6777 #           'CHAIN' and
6778 #           'NF_VPPIP4' and
6779 #           '64B' and
6780 #           '4T2C' and
6781 #           'NDRPDR'"
6782 #  parameters:
6783 #  - "throughput"
6784 #  - "name"
6785 #  - "tags"
6786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6787 #  x-axis: "X = VNFs per Service Chain"
6788 #  y-axis: "Y = Number of Service Chains"
6789 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6790 #  layout:
6791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6792 #    layout: "plot-service-density"
6793 #
6794 #- type: "plot"
6795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6796 #  algorithm: "plot_nf_heatmap"
6797 #  output-file-type: ".html"
6798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6799 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6800 #  filter: "'NIC_Intel-XXV710' and
6801 #           'NF_DENSITY' and
6802 #           'VHOST' and
6803 #           not 'VXLAN' and
6804 #           'CHAIN' and
6805 #           'NF_VPPIP4' and
6806 #           '64B' and
6807 #           '8T4C' and
6808 #           'NDRPDR'"
6809 #  parameters:
6810 #  - "throughput"
6811 #  - "name"
6812 #  - "tags"
6813 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6814 #  x-axis: "X = VNFs per Service Chain"
6815 #  y-axis: "Y = Number of Service Chains"
6816 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6817 #  layout:
6818 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6819 #    layout: "plot-service-density"
6820 #
6821 ## Plots - NF Density - VSC - PDR IMIX
6822 #- type: "plot"
6823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6824 #  algorithm: "plot_nf_heatmap"
6825 #  output-file-type: ".html"
6826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6827 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6828 #  filter: "'NIC_Intel-XXV710' and
6829 #           'NF_DENSITY' and
6830 #           'VHOST' and
6831 #           not 'VXLAN' and
6832 #           'CHAIN' and
6833 #           'NF_VPPIP4' and
6834 #           'IMIX' and
6835 #           '2T1C' and
6836 #           'NDRPDR'"
6837 #  parameters:
6838 #  - "throughput"
6839 #  - "name"
6840 #  - "tags"
6841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6842 #  x-axis: "X = VNFs per Service Chain"
6843 #  y-axis: "Y = Number of Service Chains"
6844 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6845 #  layout:
6846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6847 #    layout: "plot-service-density"
6848 #
6849 #- type: "plot"
6850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6851 #  algorithm: "plot_nf_heatmap"
6852 #  output-file-type: ".html"
6853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6854 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6855 #  filter: "'NIC_Intel-XXV710' and
6856 #           'NF_DENSITY' and
6857 #           'VHOST' and
6858 #           not 'VXLAN' and
6859 #           'CHAIN' and
6860 #           'NF_VPPIP4' and
6861 #           'IMIX' and
6862 #           '4T2C' and
6863 #           'NDRPDR'"
6864 #  parameters:
6865 #  - "throughput"
6866 #  - "name"
6867 #  - "tags"
6868 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6869 #  x-axis: "X = VNFs per Service Chain"
6870 #  y-axis: "Y = Number of Service Chains"
6871 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6872 #  layout:
6873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6874 #    layout: "plot-service-density"
6875 #
6876 #- type: "plot"
6877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6878 #  algorithm: "plot_nf_heatmap"
6879 #  output-file-type: ".html"
6880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6881 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6882 #  filter: "'NIC_Intel-XXV710' and
6883 #           'NF_DENSITY' and
6884 #           'VHOST' and
6885 #           not 'VXLAN' and
6886 #           'CHAIN' and
6887 #           'NF_VPPIP4' and
6888 #           'IMIX' and
6889 #           '8T4C' and
6890 #           'NDRPDR'"
6891 #  parameters:
6892 #  - "throughput"
6893 #  - "name"
6894 #  - "tags"
6895 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6896 #  x-axis: "X = VNFs per Service Chain"
6897 #  y-axis: "Y = Number of Service Chains"
6898 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6899 #  layout:
6900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6901 #    layout: "plot-service-density"
6902 #
6903 ################################################################################
6904 ## Plots - NF Density - VSC - MRR 64b
6905 #- type: "plot"
6906 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6907 #  algorithm: "plot_nf_heatmap"
6908 #  output-file-type: ".html"
6909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6910 #  data: "plot-vpp-nfv-2n-skx-mrr"
6911 #  filter: "'NIC_Intel-XXV710' and
6912 #           'NF_DENSITY' and
6913 #           'VHOST' and
6914 #           'VXLAN' and
6915 #           'CHAIN' and
6916 #           '118' and
6917 #           '2T1C' and
6918 #           'MRR'"
6919 #  parameters:
6920 #  - "result"
6921 #  - "name"
6922 #  - "tags"
6923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6924 #  x-axis: "X = VNFs per Service Chain"
6925 #  y-axis: "Y = Number of Service Chains"
6926 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6927 #  layout:
6928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6929 #    layout: "plot-service-density"
6930 #
6931 #- type: "plot"
6932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6933 #  algorithm: "plot_nf_heatmap"
6934 #  output-file-type: ".html"
6935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6936 #  data: "plot-vpp-nfv-2n-skx-mrr"
6937 #  filter: "'NIC_Intel-XXV710' and
6938 #           'NF_DENSITY' and
6939 #           'VHOST' and
6940 #           'VXLAN' and
6941 #           'CHAIN' and
6942 #           '118' and
6943 #           '4T2C' and
6944 #           'MRR'"
6945 #  parameters:
6946 #  - "result"
6947 #  - "name"
6948 #  - "tags"
6949 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6950 #  x-axis: "X = VNFs per Service Chain"
6951 #  y-axis: "Y = Number of Service Chains"
6952 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6953 #  layout:
6954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6955 #    layout: "plot-service-density"
6956 #
6957 #- type: "plot"
6958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6959 #  algorithm: "plot_nf_heatmap"
6960 #  output-file-type: ".html"
6961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6962 #  data: "plot-vpp-nfv-2n-skx-mrr"
6963 #  filter: "'NIC_Intel-XXV710' and
6964 #           'NF_DENSITY' and
6965 #           'VHOST' and
6966 #           'VXLAN' and
6967 #           'CHAIN' and
6968 #           '118' and
6969 #           '8T4C' and
6970 #           'MRR'"
6971 #  parameters:
6972 #  - "result"
6973 #  - "name"
6974 #  - "tags"
6975 #  include-tests: "MRR" # "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 MRR) [Mpps]"
6979 #  layout:
6980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6981 #    layout: "plot-service-density"
6982 #
6983 ## Plots - NF Density - VSC - MRR IMIX
6984 #- type: "plot"
6985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6986 #  algorithm: "plot_nf_heatmap"
6987 #  output-file-type: ".html"
6988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6989 #  data: "plot-vpp-nfv-2n-skx-mrr"
6990 #  filter: "'NIC_Intel-XXV710' and
6991 #           'NF_DENSITY' and
6992 #           'VHOST' and
6993 #           'VXLAN' and
6994 #           'CHAIN' and
6995 #           'IMIX' and
6996 #           '2T1C' and
6997 #           'MRR'"
6998 #  parameters:
6999 #  - "result"
7000 #  - "name"
7001 #  - "tags"
7002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7003 #  x-axis: "X = VNFs per Service Chain"
7004 #  y-axis: "Y = Number of Service Chains"
7005 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7006 #  layout:
7007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7008 #    layout: "plot-service-density"
7009 #
7010 #- type: "plot"
7011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7012 #  algorithm: "plot_nf_heatmap"
7013 #  output-file-type: ".html"
7014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7015 #  data: "plot-vpp-nfv-2n-skx-mrr"
7016 #  filter: "'NIC_Intel-XXV710' and
7017 #           'NF_DENSITY' and
7018 #           'VHOST' and
7019 #           'VXLAN' and
7020 #           'CHAIN' and
7021 #           'IMIX' and
7022 #           '4T2C' and
7023 #           'MRR'"
7024 #  parameters:
7025 #  - "result"
7026 #  - "name"
7027 #  - "tags"
7028 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7029 #  x-axis: "X = VNFs per Service Chain"
7030 #  y-axis: "Y = Number of Service Chains"
7031 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7032 #  layout:
7033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7034 #    layout: "plot-service-density"
7035 #
7036 #- type: "plot"
7037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7038 #  algorithm: "plot_nf_heatmap"
7039 #  output-file-type: ".html"
7040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7041 #  data: "plot-vpp-nfv-2n-skx-mrr"
7042 #  filter: "'NIC_Intel-XXV710' and
7043 #           'NF_DENSITY' and
7044 #           'VHOST' and
7045 #           'VXLAN' and
7046 #           'CHAIN' and
7047 #           'IMIX' and
7048 #           '8T4C' and
7049 #           'MRR'"
7050 #  parameters:
7051 #  - "result"
7052 #  - "name"
7053 #  - "tags"
7054 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7055 #  x-axis: "X = VNFs per Service Chain"
7056 #  y-axis: "Y = Number of Service Chains"
7057 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7058 #  layout:
7059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7060 #    layout: "plot-service-density"
7061 #
7062 ## Plots - NF Density - VSC - NDR 64b
7063 #- type: "plot"
7064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7065 #  algorithm: "plot_nf_heatmap"
7066 #  output-file-type: ".html"
7067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7068 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7069 #  filter: "'NIC_Intel-XXV710' and
7070 #           'NF_DENSITY' and
7071 #           'VHOST' and
7072 #           'VXLAN' and
7073 #           'CHAIN' and
7074 #           '118' and
7075 #           '2T1C' and
7076 #           'NDRPDR'"
7077 #  parameters:
7078 #  - "throughput"
7079 #  - "name"
7080 #  - "tags"
7081 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7082 #  x-axis: "X = VNFs per Service Chain"
7083 #  y-axis: "Y = Number of Service Chains"
7084 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7085 #  layout:
7086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7087 #    layout: "plot-service-density"
7088 #
7089 #- type: "plot"
7090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7091 #  algorithm: "plot_nf_heatmap"
7092 #  output-file-type: ".html"
7093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7094 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7095 #  filter: "'NIC_Intel-XXV710' and
7096 #           'NF_DENSITY' and
7097 #           'VHOST' and
7098 #           'VXLAN' and
7099 #           'CHAIN' and
7100 #           '118' and
7101 #           '4T2C' and
7102 #           'NDRPDR'"
7103 #  parameters:
7104 #  - "throughput"
7105 #  - "name"
7106 #  - "tags"
7107 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7108 #  x-axis: "X = VNFs per Service Chain"
7109 #  y-axis: "Y = Number of Service Chains"
7110 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7111 #  layout:
7112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7113 #    layout: "plot-service-density"
7114 #
7115 #- type: "plot"
7116 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7117 #  algorithm: "plot_nf_heatmap"
7118 #  output-file-type: ".html"
7119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7120 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7121 #  filter: "'NIC_Intel-XXV710' and
7122 #           'NF_DENSITY' and
7123 #           'VHOST' and
7124 #           'VXLAN' and
7125 #           'CHAIN' and
7126 #           '118' and
7127 #           '8T4C' and
7128 #           'NDRPDR'"
7129 #  parameters:
7130 #  - "throughput"
7131 #  - "name"
7132 #  - "tags"
7133 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7134 #  x-axis: "X = VNFs per Service Chain"
7135 #  y-axis: "Y = Number of Service Chains"
7136 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7137 #  layout:
7138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7139 #    layout: "plot-service-density"
7140 #
7141 ## Plots - NF Density - VSC - NDR IMIX
7142 #- type: "plot"
7143 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7144 #  algorithm: "plot_nf_heatmap"
7145 #  output-file-type: ".html"
7146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7147 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7148 #  filter: "'NIC_Intel-XXV710' and
7149 #           'NF_DENSITY' and
7150 #           'VHOST' and
7151 #           'VXLAN' and
7152 #           'CHAIN' and
7153 #           'IMIX' and
7154 #           '2T1C' and
7155 #           'NDRPDR'"
7156 #  parameters:
7157 #  - "throughput"
7158 #  - "name"
7159 #  - "tags"
7160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7161 #  x-axis: "X = VNFs per Service Chain"
7162 #  y-axis: "Y = Number of Service Chains"
7163 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7164 #  layout:
7165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7166 #    layout: "plot-service-density"
7167 #
7168 #- type: "plot"
7169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7170 #  algorithm: "plot_nf_heatmap"
7171 #  output-file-type: ".html"
7172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7173 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7174 #  filter: "'NIC_Intel-XXV710' and
7175 #           'NF_DENSITY' and
7176 #           'VHOST' and
7177 #           'VXLAN' and
7178 #           'CHAIN' and
7179 #           'IMIX' and
7180 #           '4T2C' and
7181 #           'NDRPDR'"
7182 #  parameters:
7183 #  - "throughput"
7184 #  - "name"
7185 #  - "tags"
7186 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7187 #  x-axis: "X = VNFs per Service Chain"
7188 #  y-axis: "Y = Number of Service Chains"
7189 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7190 #  layout:
7191 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7192 #    layout: "plot-service-density"
7193 #
7194 #- type: "plot"
7195 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7196 #  algorithm: "plot_nf_heatmap"
7197 #  output-file-type: ".html"
7198 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7199 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7200 #  filter: "'NIC_Intel-XXV710' and
7201 #           'NF_DENSITY' and
7202 #           'VHOST' and
7203 #           'VXLAN' and
7204 #           'CHAIN' and
7205 #           'IMIX' and
7206 #           '8T4C' and
7207 #           'NDRPDR'"
7208 #  parameters:
7209 #  - "throughput"
7210 #  - "name"
7211 #  - "tags"
7212 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7213 #  x-axis: "X = VNFs per Service Chain"
7214 #  y-axis: "Y = Number of Service Chains"
7215 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7216 #  layout:
7217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7218 #    layout: "plot-service-density"
7219 #
7220 ## Plots - NF Density - VSC - PDR 64b
7221 #- type: "plot"
7222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7223 #  algorithm: "plot_nf_heatmap"
7224 #  output-file-type: ".html"
7225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7226 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7227 #  filter: "'NIC_Intel-XXV710' and
7228 #           'NF_DENSITY' and
7229 #           'VHOST' and
7230 #           'VXLAN' and
7231 #           'CHAIN' and
7232 #           '118' and
7233 #           '2T1C' and
7234 #           'NDRPDR'"
7235 #  parameters:
7236 #  - "throughput"
7237 #  - "name"
7238 #  - "tags"
7239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7240 #  x-axis: "X = VNFs per Service Chain"
7241 #  y-axis: "Y = Number of Service Chains"
7242 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7243 #  layout:
7244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7245 #    layout: "plot-service-density"
7246 #
7247 #- type: "plot"
7248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7249 #  algorithm: "plot_nf_heatmap"
7250 #  output-file-type: ".html"
7251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7252 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7253 #  filter: "'NIC_Intel-XXV710' and
7254 #           'NF_DENSITY' and
7255 #           'VHOST' and
7256 #           'VXLAN' and
7257 #           'CHAIN' and
7258 #           '118' and
7259 #           '4T2C' and
7260 #           'NDRPDR'"
7261 #  parameters:
7262 #  - "throughput"
7263 #  - "name"
7264 #  - "tags"
7265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7266 #  x-axis: "X = VNFs per Service Chain"
7267 #  y-axis: "Y = Number of Service Chains"
7268 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7269 #  layout:
7270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7271 #    layout: "plot-service-density"
7272 #
7273 #- type: "plot"
7274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7275 #  algorithm: "plot_nf_heatmap"
7276 #  output-file-type: ".html"
7277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7278 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7279 #  filter: "'NIC_Intel-XXV710' and
7280 #           'NF_DENSITY' and
7281 #           'VHOST' and
7282 #           'VXLAN' and
7283 #           'CHAIN' and
7284 #           '118' and
7285 #           '8T4C' and
7286 #           'NDRPDR'"
7287 #  parameters:
7288 #  - "throughput"
7289 #  - "name"
7290 #  - "tags"
7291 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7292 #  x-axis: "X = VNFs per Service Chain"
7293 #  y-axis: "Y = Number of Service Chains"
7294 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7295 #  layout:
7296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7297 #    layout: "plot-service-density"
7298 #
7299 ## Plots - NF Density - VSC - PDR IMIX
7300 #- type: "plot"
7301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7302 #  algorithm: "plot_nf_heatmap"
7303 #  output-file-type: ".html"
7304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7305 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7306 #  filter: "'NIC_Intel-XXV710' and
7307 #           'NF_DENSITY' and
7308 #           'VHOST' and
7309 #           'VXLAN' and
7310 #           'CHAIN' and
7311 #           'IMIX' and
7312 #           '2T1C' and
7313 #           'NDRPDR'"
7314 #  parameters:
7315 #  - "throughput"
7316 #  - "name"
7317 #  - "tags"
7318 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7319 #  x-axis: "X = VNFs per Service Chain"
7320 #  y-axis: "Y = Number of Service Chains"
7321 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7322 #  layout:
7323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7324 #    layout: "plot-service-density"
7325 #
7326 #- type: "plot"
7327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7328 #  algorithm: "plot_nf_heatmap"
7329 #  output-file-type: ".html"
7330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7331 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7332 #  filter: "'NIC_Intel-XXV710' and
7333 #           'NF_DENSITY' and
7334 #           'VHOST' and
7335 #           'VXLAN' and
7336 #           'CHAIN' and
7337 #           'IMIX' and
7338 #           '4T2C' and
7339 #           'NDRPDR'"
7340 #  parameters:
7341 #  - "throughput"
7342 #  - "name"
7343 #  - "tags"
7344 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7345 #  x-axis: "X = VNFs per Service Chain"
7346 #  y-axis: "Y = Number of Service Chains"
7347 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7348 #  layout:
7349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7350 #    layout: "plot-service-density"
7351 #
7352 #- type: "plot"
7353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7354 #  algorithm: "plot_nf_heatmap"
7355 #  output-file-type: ".html"
7356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7357 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7358 #  filter: "'NIC_Intel-XXV710' and
7359 #           'NF_DENSITY' and
7360 #           'VHOST' and
7361 #           'VXLAN' and
7362 #           'CHAIN' and
7363 #           'IMIX' and
7364 #           '8T4C' and
7365 #           'NDRPDR'"
7366 #  parameters:
7367 #  - "throughput"
7368 #  - "name"
7369 #  - "tags"
7370 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7371 #  x-axis: "X = VNFs per Service Chain"
7372 #  y-axis: "Y = Number of Service Chains"
7373 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7374 #  layout:
7375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7376 #    layout: "plot-service-density"
7377 #
7378 ################################################################################
7379 ## Plots - NF Density - CSC - MRR 64b
7380 #- type: "plot"
7381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7382 #  algorithm: "plot_nf_heatmap"
7383 #  output-file-type: ".html"
7384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7385 #  data: "plot-vpp-nfv-2n-skx-mrr"
7386 #  filter: "'NIC_Intel-XXV710' and
7387 #           'NF_DENSITY' and
7388 #           'DOCKER' and
7389 #           'CHAIN' and
7390 #           'NF_VPPIP4' and
7391 #           '64B' and
7392 #           '2T1C' and
7393 #           'MRR'"
7394 #  parameters:
7395 #  - "result"
7396 #  - "name"
7397 #  - "tags"
7398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7399 #  x-axis: "X = CNFs per Service Chain"
7400 #  y-axis: "Y = Number of Service Chains"
7401 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7402 #  layout:
7403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7404 #    layout: "plot-service-density"
7405 #
7406 #- type: "plot"
7407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7408 #  algorithm: "plot_nf_heatmap"
7409 #  output-file-type: ".html"
7410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7411 #  data: "plot-vpp-nfv-2n-skx-mrr"
7412 #  filter: "'NIC_Intel-XXV710' and
7413 #           'NF_DENSITY' and
7414 #           'DOCKER' and
7415 #           'CHAIN' and
7416 #           'NF_VPPIP4' and
7417 #           '64B' and
7418 #           '4T2C' and
7419 #           'MRR'"
7420 #  parameters:
7421 #  - "result"
7422 #  - "name"
7423 #  - "tags"
7424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7425 #  x-axis: "X = CNFs per Service Chain"
7426 #  y-axis: "Y = Number of Service Chains"
7427 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7428 #  layout:
7429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7430 #    layout: "plot-service-density"
7431 #
7432 #- type: "plot"
7433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7434 #  algorithm: "plot_nf_heatmap"
7435 #  output-file-type: ".html"
7436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7437 #  data: "plot-vpp-nfv-2n-skx-mrr"
7438 #  filter: "'NIC_Intel-XXV710' and
7439 #           'NF_DENSITY' and
7440 #           'DOCKER' and
7441 #           'CHAIN' and
7442 #           'NF_VPPIP4' and
7443 #           '64B' and
7444 #           '8T4C' and
7445 #           'MRR'"
7446 #  parameters:
7447 #  - "result"
7448 #  - "name"
7449 #  - "tags"
7450 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7451 #  x-axis: "X = CNFs per Service Chain"
7452 #  y-axis: "Y = Number of Service Chains"
7453 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7454 #  layout:
7455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7456 #    layout: "plot-service-density"
7457 #
7458 ## Plots - NF Density - CSC - MRR IMIX
7459 #- type: "plot"
7460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7461 #  algorithm: "plot_nf_heatmap"
7462 #  output-file-type: ".html"
7463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7464 #  data: "plot-vpp-nfv-2n-skx-mrr"
7465 #  filter: "'NIC_Intel-XXV710' and
7466 #           'NF_DENSITY' and
7467 #           'DOCKER' and
7468 #           'CHAIN' and
7469 #           'NF_VPPIP4' and
7470 #           'IMIX' and
7471 #           '2T1C' and
7472 #           'MRR'"
7473 #  parameters:
7474 #  - "result"
7475 #  - "name"
7476 #  - "tags"
7477 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7478 #  x-axis: "X = CNFs per Service Chain"
7479 #  y-axis: "Y = Number of Service Chains"
7480 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7481 #  layout:
7482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7483 #    layout: "plot-service-density"
7484 #
7485 #- type: "plot"
7486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7487 #  algorithm: "plot_nf_heatmap"
7488 #  output-file-type: ".html"
7489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7490 #  data: "plot-vpp-nfv-2n-skx-mrr"
7491 #  filter: "'NIC_Intel-XXV710' and
7492 #           'NF_DENSITY' and
7493 #           'DOCKER' and
7494 #           'CHAIN' and
7495 #           'NF_VPPIP4' and
7496 #           'IMIX' and
7497 #           '4T2C' and
7498 #           'MRR'"
7499 #  parameters:
7500 #  - "result"
7501 #  - "name"
7502 #  - "tags"
7503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7504 #  x-axis: "X = CNFs per Service Chain"
7505 #  y-axis: "Y = Number of Service Chains"
7506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7507 #  layout:
7508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7509 #    layout: "plot-service-density"
7510 #
7511 #- type: "plot"
7512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7513 #  algorithm: "plot_nf_heatmap"
7514 #  output-file-type: ".html"
7515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7516 #  data: "plot-vpp-nfv-2n-skx-mrr"
7517 #  filter: "'NIC_Intel-XXV710' and
7518 #           'NF_DENSITY' and
7519 #           'DOCKER' and
7520 #           'CHAIN' and
7521 #           'NF_VPPIP4' and
7522 #           'IMIX' and
7523 #           '8T4C' and
7524 #           'MRR'"
7525 #  parameters:
7526 #  - "result"
7527 #  - "name"
7528 #  - "tags"
7529 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7530 #  x-axis: "X = CNFs per Service Chain"
7531 #  y-axis: "Y = Number of Service Chains"
7532 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7533 #  layout:
7534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7535 #    layout: "plot-service-density"
7536 #
7537 ## Plots - NF Density - CSC - NDR 64b
7538 #- type: "plot"
7539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7540 #  algorithm: "plot_nf_heatmap"
7541 #  output-file-type: ".html"
7542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7543 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7544 #  filter: "'NIC_Intel-XXV710' and
7545 #           'NF_DENSITY' and
7546 #           'DOCKER' and
7547 #           'CHAIN' and
7548 #           'NF_VPPIP4' and
7549 #           '64B' and
7550 #           '2T1C' and
7551 #           'NDRPDR'"
7552 #  parameters:
7553 #  - "throughput"
7554 #  - "name"
7555 #  - "tags"
7556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7557 #  x-axis: "X = CNFs per Service Chain"
7558 #  y-axis: "Y = Number of Service Chains"
7559 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7560 #  layout:
7561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7562 #    layout: "plot-service-density"
7563 #
7564 #- type: "plot"
7565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7566 #  algorithm: "plot_nf_heatmap"
7567 #  output-file-type: ".html"
7568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7569 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7570 #  filter: "'NIC_Intel-XXV710' and
7571 #           'NF_DENSITY' and
7572 #           'DOCKER' and
7573 #           'CHAIN' and
7574 #           'NF_VPPIP4' and
7575 #           '64B' and
7576 #           '4T2C' and
7577 #           'NDRPDR'"
7578 #  parameters:
7579 #  - "throughput"
7580 #  - "name"
7581 #  - "tags"
7582 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7583 #  x-axis: "X = CNFs per Service Chain"
7584 #  y-axis: "Y = Number of Service Chains"
7585 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7586 #  layout:
7587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7588 #    layout: "plot-service-density"
7589 #
7590 #- type: "plot"
7591 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7592 #  algorithm: "plot_nf_heatmap"
7593 #  output-file-type: ".html"
7594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7595 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7596 #  filter: "'NIC_Intel-XXV710' and
7597 #           'NF_DENSITY' and
7598 #           'DOCKER' and
7599 #           'CHAIN' and
7600 #           'NF_VPPIP4' and
7601 #           '64B' and
7602 #           '8T4C' and
7603 #           'NDRPDR'"
7604 #  parameters:
7605 #  - "throughput"
7606 #  - "name"
7607 #  - "tags"
7608 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7609 #  x-axis: "X = CNFs per Service Chain"
7610 #  y-axis: "Y = Number of Service Chains"
7611 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7612 #  layout:
7613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7614 #    layout: "plot-service-density"
7615 #
7616 ## Plots - NF Density - CSC - NDR IMIX
7617 #- type: "plot"
7618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7619 #  algorithm: "plot_nf_heatmap"
7620 #  output-file-type: ".html"
7621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7622 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7623 #  filter: "'NIC_Intel-XXV710' and
7624 #           'NF_DENSITY' and
7625 #           'DOCKER' and
7626 #           'CHAIN' and
7627 #           'NF_VPPIP4' and
7628 #           'IMIX' and
7629 #           '2T1C' and
7630 #           'NDRPDR'"
7631 #  parameters:
7632 #  - "throughput"
7633 #  - "name"
7634 #  - "tags"
7635 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7636 #  x-axis: "X = CNFs per Service Chain"
7637 #  y-axis: "Y = Number of Service Chains"
7638 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7639 #  layout:
7640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7641 #    layout: "plot-service-density"
7642 #
7643 #- type: "plot"
7644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7645 #  algorithm: "plot_nf_heatmap"
7646 #  output-file-type: ".html"
7647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7648 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7649 #  filter: "'NIC_Intel-XXV710' and
7650 #           'NF_DENSITY' and
7651 #           'DOCKER' and
7652 #           'CHAIN' and
7653 #           'NF_VPPIP4' and
7654 #           'IMIX' and
7655 #           '4T2C' and
7656 #           'NDRPDR'"
7657 #  parameters:
7658 #  - "throughput"
7659 #  - "name"
7660 #  - "tags"
7661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7662 #  x-axis: "X = CNFs per Service Chain"
7663 #  y-axis: "Y = Number of Service Chains"
7664 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7665 #  layout:
7666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7667 #    layout: "plot-service-density"
7668 #
7669 #- type: "plot"
7670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7671 #  algorithm: "plot_nf_heatmap"
7672 #  output-file-type: ".html"
7673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7674 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7675 #  filter: "'NIC_Intel-XXV710' and
7676 #           'NF_DENSITY' and
7677 #           'DOCKER' and
7678 #           'CHAIN' and
7679 #           'NF_VPPIP4' and
7680 #           'IMIX' and
7681 #           '8T4C' and
7682 #           'NDRPDR'"
7683 #  parameters:
7684 #  - "throughput"
7685 #  - "name"
7686 #  - "tags"
7687 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7688 #  x-axis: "X = CNFs per Service Chain"
7689 #  y-axis: "Y = Number of Service Chains"
7690 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7691 #  layout:
7692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7693 #    layout: "plot-service-density"
7694 #
7695 ## Plots - NF Density - CSC - PDR 64b
7696 #- type: "plot"
7697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7698 #  algorithm: "plot_nf_heatmap"
7699 #  output-file-type: ".html"
7700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7701 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7702 #  filter: "'NIC_Intel-XXV710' and
7703 #           'NF_DENSITY' and
7704 #           'DOCKER' and
7705 #           'CHAIN' and
7706 #           'NF_VPPIP4' and
7707 #           '64B' and
7708 #           '2T1C' and
7709 #           'NDRPDR'"
7710 #  parameters:
7711 #  - "throughput"
7712 #  - "name"
7713 #  - "tags"
7714 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7715 #  x-axis: "X = CNFs per Service Chain"
7716 #  y-axis: "Y = Number of Service Chains"
7717 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7718 #  layout:
7719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7720 #    layout: "plot-service-density"
7721 #
7722 #- type: "plot"
7723 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7724 #  algorithm: "plot_nf_heatmap"
7725 #  output-file-type: ".html"
7726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7727 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7728 #  filter: "'NIC_Intel-XXV710' and
7729 #           'NF_DENSITY' and
7730 #           'DOCKER' and
7731 #           'CHAIN' and
7732 #           'NF_VPPIP4' and
7733 #           '64B' and
7734 #           '4T2C' and
7735 #           'NDRPDR'"
7736 #  parameters:
7737 #  - "throughput"
7738 #  - "name"
7739 #  - "tags"
7740 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7741 #  x-axis: "X = CNFs per Service Chain"
7742 #  y-axis: "Y = Number of Service Chains"
7743 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7744 #  layout:
7745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7746 #    layout: "plot-service-density"
7747 #
7748 #- type: "plot"
7749 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7750 #  algorithm: "plot_nf_heatmap"
7751 #  output-file-type: ".html"
7752 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7753 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7754 #  filter: "'NIC_Intel-XXV710' and
7755 #           'NF_DENSITY' and
7756 #           'DOCKER' and
7757 #           'CHAIN' and
7758 #           'NF_VPPIP4' and
7759 #           '64B' and
7760 #           '8T4C' and
7761 #           'NDRPDR'"
7762 #  parameters:
7763 #  - "throughput"
7764 #  - "name"
7765 #  - "tags"
7766 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7767 #  x-axis: "X = CNFs per Service Chain"
7768 #  y-axis: "Y = Number of Service Chains"
7769 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7770 #  layout:
7771 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7772 #    layout: "plot-service-density"
7773 #
7774 ## Plots - NF Density - CSC - PDR IMIX
7775 #- type: "plot"
7776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7777 #  algorithm: "plot_nf_heatmap"
7778 #  output-file-type: ".html"
7779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7780 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7781 #  filter: "'NIC_Intel-XXV710' and
7782 #           'NF_DENSITY' and
7783 #           'DOCKER' and
7784 #           'CHAIN' and
7785 #           'NF_VPPIP4' and
7786 #           'IMIX' and
7787 #           '2T1C' and
7788 #           'NDRPDR'"
7789 #  parameters:
7790 #  - "throughput"
7791 #  - "name"
7792 #  - "tags"
7793 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7794 #  x-axis: "X = CNFs per Service Chain"
7795 #  y-axis: "Y = Number of Service Chains"
7796 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7797 #  layout:
7798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7799 #    layout: "plot-service-density"
7800 #
7801 #- type: "plot"
7802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7803 #  algorithm: "plot_nf_heatmap"
7804 #  output-file-type: ".html"
7805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7806 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7807 #  filter: "'NIC_Intel-XXV710' and
7808 #           'NF_DENSITY' and
7809 #           'DOCKER' and
7810 #           'CHAIN' and
7811 #           'NF_VPPIP4' and
7812 #           'IMIX' and
7813 #           '4T2C' and
7814 #           'NDRPDR'"
7815 #  parameters:
7816 #  - "throughput"
7817 #  - "name"
7818 #  - "tags"
7819 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7820 #  x-axis: "X = CNFs per Service Chain"
7821 #  y-axis: "Y = Number of Service Chains"
7822 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7823 #  layout:
7824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7825 #    layout: "plot-service-density"
7826 #
7827 #- type: "plot"
7828 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7829 #  algorithm: "plot_nf_heatmap"
7830 #  output-file-type: ".html"
7831 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7832 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7833 #  filter: "'NIC_Intel-XXV710' and
7834 #           'NF_DENSITY' and
7835 #           'DOCKER' and
7836 #           'CHAIN' and
7837 #           'NF_VPPIP4' and
7838 #           'IMIX' and
7839 #           '8T4C' and
7840 #           'NDRPDR'"
7841 #  parameters:
7842 #  - "throughput"
7843 #  - "name"
7844 #  - "tags"
7845 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7846 #  x-axis: "X = CNFs per Service Chain"
7847 #  y-axis: "Y = Number of Service Chains"
7848 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7849 #  layout:
7850 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7851 #    layout: "plot-service-density"
7852 #
7853 ################################################################################
7854 #
7855 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7856 #- type: "plot"
7857 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7858 #  algorithm: "plot_nf_heatmap"
7859 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7860 #  data: "plot-vpp-nfv-3n-skx-mrr"
7861 #  filter: "'NIC_Intel-XXV710' and
7862 #           'NF_DENSITY' and
7863 #           'DOCKER' and
7864 #           'CHAIN' and
7865 #           'NF_VPPIP4' and
7866 #           'IPSEC' and
7867 #           'TNL_4' and
7868 #           'IMIX' and
7869 #           '2T1C' and
7870 #           'MRR'"
7871 #  parameters:
7872 #  - "result"
7873 #  - "name"
7874 #  - "tags"
7875 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7876 #  x-axis: "X = CNFs per Service Chain"
7877 #  y-axis: "Y = Number of Service Chains"
7878 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7879 #  layout:
7880 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7881 #    layout: "plot-service-density"
7882 #
7883 #- type: "plot"
7884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7885 #  algorithm: "plot_nf_heatmap"
7886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7887 #  data: "plot-vpp-nfv-3n-skx-mrr"
7888 #  filter: "'NIC_Intel-XXV710' and
7889 #           'NF_DENSITY' and
7890 #           'DOCKER' and
7891 #           'CHAIN' and
7892 #           'NF_VPPIP4' and
7893 #           'IPSEC' and
7894 #           'TNL_4' and
7895 #           'IMIX' and
7896 #           '4T2C' and
7897 #           'MRR'"
7898 #  parameters:
7899 #  - "result"
7900 #  - "name"
7901 #  - "tags"
7902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7903 #  x-axis: "X = CNFs per Service Chain"
7904 #  y-axis: "Y = Number of Service Chains"
7905 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7906 #  layout:
7907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7908 #    layout: "plot-service-density"
7909 #
7910 #- type: "plot"
7911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7912 #  algorithm: "plot_nf_heatmap"
7913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7914 #  data: "plot-vpp-nfv-3n-skx-mrr"
7915 #  filter: "'NIC_Intel-XXV710' and
7916 #           'NF_DENSITY' and
7917 #           'DOCKER' and
7918 #           'CHAIN' and
7919 #           'NF_VPPIP4' and
7920 #           'IPSEC' and
7921 #           'TNL_4' and
7922 #           'IMIX' and
7923 #           '8T4C' and
7924 #           'MRR'"
7925 #  parameters:
7926 #  - "result"
7927 #  - "name"
7928 #  - "tags"
7929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7930 #  x-axis: "X = CNFs per Service Chain"
7931 #  y-axis: "Y = Number of Service Chains"
7932 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7933 #  layout:
7934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7935 #    layout: "plot-service-density"
7936
7937 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7938 - type: "plot"
7939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7940   algorithm: "plot_nf_heatmap"
7941   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7942   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7943   filter: "'NIC_Intel-XXV710' and
7944            'NF_DENSITY' and
7945            'DOCKER' and
7946            'CHAIN' and
7947            'NF_VPPIP4' and
7948            'IPSEC' and
7949            'TNL_4' and
7950            'IMIX' and
7951            '2T1C' and
7952            'NDRPDR'"
7953   parameters:
7954   - "throughput"
7955   - "name"
7956   - "tags"
7957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7958   x-axis: "X = CNFs per Service Chain"
7959   y-axis: "Y = Number of Service Chains"
7960   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7961   layout:
7962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7963     layout: "plot-service-density"
7964
7965 - type: "plot"
7966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7967   algorithm: "plot_nf_heatmap"
7968   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7969   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7970   filter: "'NIC_Intel-XXV710' and
7971            'NF_DENSITY' and
7972            'DOCKER' and
7973            'CHAIN' and
7974            'NF_VPPIP4' and
7975            'IPSEC' and
7976            'TNL_4' and
7977            'IMIX' and
7978            '4T2C' and
7979            'NDRPDR'"
7980   parameters:
7981   - "throughput"
7982   - "name"
7983   - "tags"
7984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7985   x-axis: "X = CNFs per Service Chain"
7986   y-axis: "Y = Number of Service Chains"
7987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7988   layout:
7989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7990     layout: "plot-service-density"
7991
7992 - type: "plot"
7993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7994   algorithm: "plot_nf_heatmap"
7995   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7996   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7997   filter: "'NIC_Intel-XXV710' and
7998            'NF_DENSITY' and
7999            'DOCKER' and
8000            'CHAIN' and
8001            'NF_VPPIP4' and
8002            'IPSEC' and
8003            'TNL_4' and
8004            'IMIX' and
8005            '8T4C' and
8006            'NDRPDR'"
8007   parameters:
8008   - "throughput"
8009   - "name"
8010   - "tags"
8011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8012   x-axis: "X = CNFs per Service Chain"
8013   y-axis: "Y = Number of Service Chains"
8014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8015   layout:
8016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8017     layout: "plot-service-density"
8018
8019 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8020 - type: "plot"
8021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8022   algorithm: "plot_nf_heatmap"
8023   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8024   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8025   filter: "'NIC_Intel-XXV710' and
8026            'NF_DENSITY' and
8027            'DOCKER' and
8028            'CHAIN' and
8029            'NF_VPPIP4' and
8030            'IPSEC' and
8031            'TNL_4' and
8032            'IMIX' and
8033            '2T1C' and
8034            'NDRPDR'"
8035   parameters:
8036   - "throughput"
8037   - "name"
8038   - "tags"
8039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8040   x-axis: "X = CNFs per Service Chain"
8041   y-axis: "Y = Number of Service Chains"
8042   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8043   layout:
8044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8045     layout: "plot-service-density"
8046
8047 - type: "plot"
8048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8049   algorithm: "plot_nf_heatmap"
8050   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8051   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8052   filter: "'NIC_Intel-XXV710' and
8053            'NF_DENSITY' and
8054            'DOCKER' and
8055            'CHAIN' and
8056            'NF_VPPIP4' and
8057            'IPSEC' and
8058            'TNL_4' and
8059            'IMIX' and
8060            '4T2C' and
8061            'NDRPDR'"
8062   parameters:
8063   - "throughput"
8064   - "name"
8065   - "tags"
8066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8067   x-axis: "X = CNFs per Service Chain"
8068   y-axis: "Y = Number of Service Chains"
8069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8070   layout:
8071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8072     layout: "plot-service-density"
8073
8074 - type: "plot"
8075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8076   algorithm: "plot_nf_heatmap"
8077   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8078   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8079   filter: "'NIC_Intel-XXV710' and
8080            'NF_DENSITY' and
8081            'DOCKER' and
8082            'CHAIN' and
8083            'NF_VPPIP4' and
8084            'IPSEC' and
8085            'TNL_4' and
8086            'IMIX' and
8087            '8T4C' and
8088            'NDRPDR'"
8089   parameters:
8090   - "throughput"
8091   - "name"
8092   - "tags"
8093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8094   x-axis: "X = CNFs per Service Chain"
8095   y-axis: "Y = Number of Service Chains"
8096   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8097   layout:
8098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8099     layout: "plot-service-density"
8100
8101 ###############################################################################
8102
8103 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8104 - type: "plot"
8105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8106   algorithm: "plot_nf_heatmap"
8107   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8108   data: "plot-vpp-nfv-3n-hsw-mrr"
8109   filter: "'NIC_Intel-XL710' and
8110            'NF_DENSITY' and
8111            'DOCKER' and
8112            'CHAIN' and
8113            'NF_VPPIP4' and
8114            'IMIX' and
8115            'TNL_4' and
8116            '1T1C' and
8117            'MRR'"
8118   parameters:
8119   - "result"
8120   - "name"
8121   - "tags"
8122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8123   x-axis: "X = CNFs per Service Chain"
8124   y-axis: "Y = Number of Service Chains"
8125   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8126   layout:
8127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8128     layout: "plot-service-density"
8129
8130 - type: "plot"
8131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8132   algorithm: "plot_nf_heatmap"
8133   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8134   data: "plot-vpp-nfv-3n-hsw-mrr"
8135   filter: "'NIC_Intel-XL710' and
8136            'NF_DENSITY' and
8137            'DOCKER' and
8138            'CHAIN' and
8139            'NF_VPPIP4' and
8140            'IPSEC' and
8141            'TNL_4' and
8142            'IMIX' and
8143            '2T2C' and
8144            'MRR'"
8145   parameters:
8146   - "result"
8147   - "name"
8148   - "tags"
8149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8150   x-axis: "X = CNFs per Service Chain"
8151   y-axis: "Y = Number of Service Chains"
8152   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8153   layout:
8154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8155     layout: "plot-service-density"
8156
8157 - type: "plot"
8158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8159   algorithm: "plot_nf_heatmap"
8160   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8161   data: "plot-vpp-nfv-3n-hsw-mrr"
8162   filter: "'NIC_Intel-XL710' and
8163            'NF_DENSITY' and
8164            'DOCKER' and
8165            'CHAIN' and
8166            'NF_VPPIP4' and
8167            'IPSEC' and
8168            'TNL_4' and
8169            'IMIX' and
8170            '4T4C' and
8171            'MRR'"
8172   parameters:
8173   - "result"
8174   - "name"
8175   - "tags"
8176   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8177   x-axis: "X = CNFs per Service Chain"
8178   y-axis: "Y = Number of Service Chains"
8179   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8180   layout:
8181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8182     layout: "plot-service-density"
8183
8184 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8185 - type: "plot"
8186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8187   algorithm: "plot_nf_heatmap"
8188   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8189   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8190   filter: "'NIC_Intel-XL710' and
8191            'NF_DENSITY' and
8192            'DOCKER' and
8193            'CHAIN' and
8194            'NF_VPPIP4' and
8195            'IPSEC' and
8196            'TNL_4' and
8197            'IMIX' and
8198            '1T1C' and
8199            'NDRPDR'"
8200   parameters:
8201   - "throughput"
8202   - "name"
8203   - "tags"
8204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8205   x-axis: "X = CNFs per Service Chain"
8206   y-axis: "Y = Number of Service Chains"
8207   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8208   layout:
8209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8210     layout: "plot-service-density"
8211
8212 - type: "plot"
8213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8214   algorithm: "plot_nf_heatmap"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8216   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8217   filter: "'NIC_Intel-XL710' and
8218            'NF_DENSITY' and
8219            'DOCKER' and
8220            'CHAIN' and
8221            'NF_VPPIP4' and
8222            'IPSEC' and
8223            'TNL_4' and
8224            'IMIX' and
8225            '2T2C' and
8226            'NDRPDR'"
8227   parameters:
8228   - "throughput"
8229   - "name"
8230   - "tags"
8231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8232   x-axis: "X = CNFs per Service Chain"
8233   y-axis: "Y = Number of Service Chains"
8234   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8235   layout:
8236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8237     layout: "plot-service-density"
8238
8239 - type: "plot"
8240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8241   algorithm: "plot_nf_heatmap"
8242   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8243   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8244   filter: "'NIC_Intel-XL710' and
8245            'NF_DENSITY' and
8246            'DOCKER' and
8247            'CHAIN' and
8248            'NF_VPPIP4' and
8249            'IPSEC' and
8250            'TNL_4' and
8251            'IMIX' and
8252            '4T4C' and
8253            'NDRPDR'"
8254   parameters:
8255   - "throughput"
8256   - "name"
8257   - "tags"
8258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8259   x-axis: "X = CNFs per Service Chain"
8260   y-axis: "Y = Number of Service Chains"
8261   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8262   layout:
8263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8264     layout: "plot-service-density"
8265
8266 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8267 - type: "plot"
8268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8269   algorithm: "plot_nf_heatmap"
8270   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8271   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8272   filter: "'NIC_Intel-XL710' and
8273            'NF_DENSITY' and
8274            'DOCKER' and
8275            'CHAIN' and
8276            'NF_VPPIP4' and
8277            'IPSEC' and
8278            'TNL_4' and
8279            'IMIX' and
8280            '1T1C' and
8281            'NDRPDR'"
8282   parameters:
8283   - "throughput"
8284   - "name"
8285   - "tags"
8286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8287   x-axis: "X = CNFs per Service Chain"
8288   y-axis: "Y = Number of Service Chains"
8289   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8290   layout:
8291     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8292     layout: "plot-service-density"
8293
8294 - type: "plot"
8295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8296   algorithm: "plot_nf_heatmap"
8297   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8298   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8299   filter: "'NIC_Intel-XL710' and
8300            'NF_DENSITY' and
8301            'DOCKER' and
8302            'CHAIN' and
8303            'NF_VPPIP4' and
8304            'IPSEC' and
8305            'TNL_4' and
8306            'IMIX' and
8307            '2T2C' and
8308            'NDRPDR'"
8309   parameters:
8310   - "throughput"
8311   - "name"
8312   - "tags"
8313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8314   x-axis: "X = CNFs per Service Chain"
8315   y-axis: "Y = Number of Service Chains"
8316   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8317   layout:
8318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8319     layout: "plot-service-density"
8320
8321 - type: "plot"
8322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8323   algorithm: "plot_nf_heatmap"
8324   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8325   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8326   filter: "'NIC_Intel-XL710' and
8327            'NF_DENSITY' and
8328            'DOCKER' and
8329            'CHAIN' and
8330            'NF_VPPIP4' and
8331            'IPSEC' and
8332            'TNL_4' and
8333            'IMIX' and
8334            '4T4C' and
8335            'NDRPDR'"
8336   parameters:
8337   - "throughput"
8338   - "name"
8339   - "tags"
8340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8341   x-axis: "X = CNFs per Service Chain"
8342   y-axis: "Y = Number of Service Chains"
8343   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8344   layout:
8345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8346     layout: "plot-service-density"
8347
8348 ###############################################################################
8349
8350 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8351 #- type: "plot"
8352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8353 #  algorithm: "plot_nf_heatmap"
8354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8355 #  data: "plot-vpp-nfv-3n-skx-mrr"
8356 #  filter: "'NIC_Intel-XXV710' and
8357 #           'NF_DENSITY' and
8358 #           'DOCKER' and
8359 #           'CHAIN' and
8360 #           'NF_VPPIP4' and
8361 #           'IPSEC' and
8362 #           'TNL_1000' and
8363 #           'IMIX' and
8364 #           '2T1C' and
8365 #           'MRR'"
8366 #  parameters:
8367 #  - "result"
8368 #  - "name"
8369 #  - "tags"
8370 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8371 #  x-axis: "X = CNFs per Service Chain"
8372 #  y-axis: "Y = Number of Service Chains"
8373 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8374 #  layout:
8375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8376 #    layout: "plot-service-density"
8377 #
8378 #- type: "plot"
8379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8380 #  algorithm: "plot_nf_heatmap"
8381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8382 #  data: "plot-vpp-nfv-3n-skx-mrr"
8383 #  filter: "'NIC_Intel-XXV710' and
8384 #           'NF_DENSITY' and
8385 #           'DOCKER' and
8386 #           'CHAIN' and
8387 #           'NF_VPPIP4' and
8388 #           'IPSEC' and
8389 #           'TNL_1000' and
8390 #           'IMIX' and
8391 #           '4T2C' and
8392 #           'MRR'"
8393 #  parameters:
8394 #  - "result"
8395 #  - "name"
8396 #  - "tags"
8397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8398 #  x-axis: "X = CNFs per Service Chain"
8399 #  y-axis: "Y = Number of Service Chains"
8400 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8401 #  layout:
8402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8403 #    layout: "plot-service-density"
8404 #
8405 #- type: "plot"
8406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8407 #  algorithm: "plot_nf_heatmap"
8408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8409 #  data: "plot-vpp-nfv-3n-skx-mrr"
8410 #  filter: "'NIC_Intel-XXV710' and
8411 #           'NF_DENSITY' and
8412 #           'DOCKER' and
8413 #           'CHAIN' and
8414 #           'NF_VPPIP4' and
8415 #           'IPSEC' and
8416 #           'TNL_1000' and
8417 #           'IMIX' and
8418 #           '8T4C' and
8419 #           'MRR'"
8420 #  parameters:
8421 #  - "result"
8422 #  - "name"
8423 #  - "tags"
8424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8425 #  x-axis: "X = CNFs per Service Chain"
8426 #  y-axis: "Y = Number of Service Chains"
8427 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8428 #  layout:
8429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8430 #    layout: "plot-service-density"
8431
8432 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8433 - type: "plot"
8434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8435   algorithm: "plot_nf_heatmap"
8436   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8437   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8438   filter: "'NIC_Intel-XXV710' and
8439            'NF_DENSITY' and
8440            'DOCKER' and
8441            'CHAIN' and
8442            'NF_VPPIP4' and
8443            'IPSEC' and
8444            'TNL_1000' and
8445            'IMIX' and
8446            '2T1C' and
8447            'NDRPDR'"
8448   parameters:
8449   - "throughput"
8450   - "name"
8451   - "tags"
8452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8453   x-axis: "X = CNFs per Service Chain"
8454   y-axis: "Y = Number of Service Chains"
8455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8456   layout:
8457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8458     layout: "plot-service-density"
8459
8460 - type: "plot"
8461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8462   algorithm: "plot_nf_heatmap"
8463   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8464   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8465   filter: "'NIC_Intel-XXV710' and
8466            'NF_DENSITY' and
8467            'DOCKER' and
8468            'CHAIN' and
8469            'NF_VPPIP4' and
8470            'IPSEC' and
8471            'TNL_1000' and
8472            'IMIX' and
8473            '4T2C' and
8474            'NDRPDR'"
8475   parameters:
8476   - "throughput"
8477   - "name"
8478   - "tags"
8479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8480   x-axis: "X = CNFs per Service Chain"
8481   y-axis: "Y = Number of Service Chains"
8482   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8483   layout:
8484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8485     layout: "plot-service-density"
8486
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8491   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8492   filter: "'NIC_Intel-XXV710' and
8493            'NF_DENSITY' and
8494            'DOCKER' and
8495            'CHAIN' and
8496            'NF_VPPIP4' and
8497            'IPSEC' and
8498            'TNL_1000' and
8499            'IMIX' and
8500            '8T4C' and
8501            'NDRPDR'"
8502   parameters:
8503   - "throughput"
8504   - "name"
8505   - "tags"
8506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8507   x-axis: "X = CNFs per Service Chain"
8508   y-axis: "Y = Number of Service Chains"
8509   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8510   layout:
8511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8512     layout: "plot-service-density"
8513
8514 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8515 - type: "plot"
8516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8517   algorithm: "plot_nf_heatmap"
8518   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8519   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8520   filter: "'NIC_Intel-XXV710' and
8521            'NF_DENSITY' and
8522            'DOCKER' and
8523            'CHAIN' and
8524            'NF_VPPIP4' and
8525            'IPSEC' and
8526            'TNL_1000' and
8527            'IMIX' and
8528            '2T1C' and
8529            'NDRPDR'"
8530   parameters:
8531   - "throughput"
8532   - "name"
8533   - "tags"
8534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8535   x-axis: "X = CNFs per Service Chain"
8536   y-axis: "Y = Number of Service Chains"
8537   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8538   layout:
8539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8540     layout: "plot-service-density"
8541
8542 - type: "plot"
8543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8544   algorithm: "plot_nf_heatmap"
8545   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8546   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8547   filter: "'NIC_Intel-XXV710' and
8548            'NF_DENSITY' and
8549            'DOCKER' and
8550            'CHAIN' and
8551            'NF_VPPIP4' and
8552            'IPSEC' and
8553            'TNL_1000' and
8554            'IMIX' and
8555            '4T2C' and
8556            'NDRPDR'"
8557   parameters:
8558   - "throughput"
8559   - "name"
8560   - "tags"
8561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8562   x-axis: "X = CNFs per Service Chain"
8563   y-axis: "Y = Number of Service Chains"
8564   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8565   layout:
8566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8567     layout: "plot-service-density"
8568
8569 - type: "plot"
8570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8571   algorithm: "plot_nf_heatmap"
8572   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8573   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8574   filter: "'NIC_Intel-XXV710' and
8575            'NF_DENSITY' and
8576            'DOCKER' and
8577            'CHAIN' and
8578            'NF_VPPIP4' and
8579            'IPSEC' and
8580            'TNL_1000' and
8581            'IMIX' and
8582            '8T4C' and
8583            'NDRPDR'"
8584   parameters:
8585   - "throughput"
8586   - "name"
8587   - "tags"
8588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8589   x-axis: "X = CNFs per Service Chain"
8590   y-axis: "Y = Number of Service Chains"
8591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8592   layout:
8593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8594     layout: "plot-service-density"
8595
8596 ###############################################################################
8597
8598 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8599 - type: "plot"
8600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8601   algorithm: "plot_nf_heatmap"
8602   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8603   data: "plot-vpp-nfv-3n-hsw-mrr"
8604   filter: "'NIC_Intel-XL710' and
8605            'NF_DENSITY' and
8606            'DOCKER' and
8607            'CHAIN' and
8608            'NF_VPPIP4' and
8609            'IMIX' and
8610            'TNL_1000' and
8611            '1T1C' and
8612            'MRR'"
8613   parameters:
8614   - "result"
8615   - "name"
8616   - "tags"
8617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8618   x-axis: "X = CNFs per Service Chain"
8619   y-axis: "Y = Number of Service Chains"
8620   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8621   layout:
8622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8623     layout: "plot-service-density"
8624
8625 - type: "plot"
8626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8627   algorithm: "plot_nf_heatmap"
8628   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8629   data: "plot-vpp-nfv-3n-hsw-mrr"
8630   filter: "'NIC_Intel-XL710' and
8631            'NF_DENSITY' and
8632            'DOCKER' and
8633            'CHAIN' and
8634            'NF_VPPIP4' and
8635            'IPSEC' and
8636            'TNL_1000' and
8637            'IMIX' and
8638            '2T2C' and
8639            'MRR'"
8640   parameters:
8641   - "result"
8642   - "name"
8643   - "tags"
8644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8645   x-axis: "X = CNFs per Service Chain"
8646   y-axis: "Y = Number of Service Chains"
8647   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8648   layout:
8649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8650     layout: "plot-service-density"
8651
8652 - type: "plot"
8653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8654   algorithm: "plot_nf_heatmap"
8655   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8656   data: "plot-vpp-nfv-3n-hsw-mrr"
8657   filter: "'NIC_Intel-XL710' and
8658            'NF_DENSITY' and
8659            'DOCKER' and
8660            'CHAIN' and
8661            'NF_VPPIP4' and
8662            'IPSEC' and
8663            'TNL_1000' and
8664            'IMIX' and
8665            '4T4C' and
8666            'MRR'"
8667   parameters:
8668   - "result"
8669   - "name"
8670   - "tags"
8671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8672   x-axis: "X = CNFs per Service Chain"
8673   y-axis: "Y = Number of Service Chains"
8674   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8675   layout:
8676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8677     layout: "plot-service-density"
8678
8679 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8680 - type: "plot"
8681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8682   algorithm: "plot_nf_heatmap"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8684   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8685   filter: "'NIC_Intel-XL710' and
8686            'NF_DENSITY' and
8687            'DOCKER' and
8688            'CHAIN' and
8689            'NF_VPPIP4' and
8690            'IPSEC' and
8691            'TNL_1000' and
8692            'IMIX' and
8693            '1T1C' and
8694            'NDRPDR'"
8695   parameters:
8696   - "throughput"
8697   - "name"
8698   - "tags"
8699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = CNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8705     layout: "plot-service-density"
8706
8707 - type: "plot"
8708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8709   algorithm: "plot_nf_heatmap"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8711   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8712   filter: "'NIC_Intel-XL710' and
8713            'NF_DENSITY' and
8714            'DOCKER' and
8715            'CHAIN' and
8716            'NF_VPPIP4' and
8717            'IPSEC' and
8718            'TNL_1000' and
8719            'IMIX' and
8720            '2T2C' and
8721            'NDRPDR'"
8722   parameters:
8723   - "throughput"
8724   - "name"
8725   - "tags"
8726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8727   x-axis: "X = CNFs per Service Chain"
8728   y-axis: "Y = Number of Service Chains"
8729   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8730   layout:
8731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8732     layout: "plot-service-density"
8733
8734 - type: "plot"
8735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8736   algorithm: "plot_nf_heatmap"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8738   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8739   filter: "'NIC_Intel-XL710' and
8740            'NF_DENSITY' and
8741            'DOCKER' and
8742            'CHAIN' and
8743            'NF_VPPIP4' and
8744            'IPSEC' and
8745            'TNL_1000' and
8746            'IMIX' and
8747            '4T4C' and
8748            'NDRPDR'"
8749   parameters:
8750   - "throughput"
8751   - "name"
8752   - "tags"
8753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8754   x-axis: "X = CNFs per Service Chain"
8755   y-axis: "Y = Number of Service Chains"
8756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8759     layout: "plot-service-density"
8760
8761 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8762 - type: "plot"
8763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8764   algorithm: "plot_nf_heatmap"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8766   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8767   filter: "'NIC_Intel-XL710' and
8768            'NF_DENSITY' and
8769            'DOCKER' and
8770            'CHAIN' and
8771            'NF_VPPIP4' and
8772            'IPSEC' and
8773            'TNL_1000' and
8774            'IMIX' and
8775            '1T1C' and
8776            'NDRPDR'"
8777   parameters:
8778   - "throughput"
8779   - "name"
8780   - "tags"
8781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8782   x-axis: "X = CNFs per Service Chain"
8783   y-axis: "Y = Number of Service Chains"
8784   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8785   layout:
8786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8787     layout: "plot-service-density"
8788
8789 - type: "plot"
8790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8791   algorithm: "plot_nf_heatmap"
8792   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8793   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8794   filter: "'NIC_Intel-XL710' and
8795            'NF_DENSITY' and
8796            'DOCKER' and
8797            'CHAIN' and
8798            'NF_VPPIP4' and
8799            'IPSEC' and
8800            'TNL_1000' and
8801            'IMIX' and
8802            '2T2C' and
8803            'NDRPDR'"
8804   parameters:
8805   - "throughput"
8806   - "name"
8807   - "tags"
8808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8809   x-axis: "X = CNFs per Service Chain"
8810   y-axis: "Y = Number of Service Chains"
8811   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8812   layout:
8813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8814     layout: "plot-service-density"
8815
8816 - type: "plot"
8817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8818   algorithm: "plot_nf_heatmap"
8819   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8820   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8821   filter: "'NIC_Intel-XL710' and
8822            'NF_DENSITY' and
8823            'DOCKER' and
8824            'CHAIN' and
8825            'NF_VPPIP4' and
8826            'IPSEC' and
8827            'TNL_1000' and
8828            'IMIX' and
8829            '4T4C' and
8830            'NDRPDR'"
8831   parameters:
8832   - "throughput"
8833   - "name"
8834   - "tags"
8835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8836   x-axis: "X = CNFs per Service Chain"
8837   y-axis: "Y = Number of Service Chains"
8838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8839   layout:
8840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8841     layout: "plot-service-density"
8842
8843 ###############################################################################
8844
8845 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8846 #- type: "plot"
8847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8848 #  algorithm: "plot_nf_heatmap"
8849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8850 #  data: "plot-vpp-nfv-3n-skx-mrr"
8851 #  filter: "'NIC_Intel-XXV710' and
8852 #           'NF_DENSITY' and
8853 #           'DOCKER' and
8854 #           'CHAIN' and
8855 #           'NF_VPPIP4' and
8856 #           'IPSEC' and
8857 #           'TNL_10000' and
8858 #           'IMIX' and
8859 #           '2T1C' and
8860 #           'MRR'"
8861 #  parameters:
8862 #  - "result"
8863 #  - "name"
8864 #  - "tags"
8865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8866 #  x-axis: "X = CNFs per Service Chain"
8867 #  y-axis: "Y = Number of Service Chains"
8868 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8869 #  layout:
8870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8871 #    layout: "plot-service-density"
8872 #
8873 #- type: "plot"
8874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8875 #  algorithm: "plot_nf_heatmap"
8876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8877 #  data: "plot-vpp-nfv-3n-skx-mrr"
8878 #  filter: "'NIC_Intel-XXV710' and
8879 #           'NF_DENSITY' and
8880 #           'DOCKER' and
8881 #           'CHAIN' and
8882 #           'NF_VPPIP4' and
8883 #           'IPSEC' and
8884 #           'TNL_10000' and
8885 #           'IMIX' and
8886 #           '4T2C' and
8887 #           'MRR'"
8888 #  parameters:
8889 #  - "result"
8890 #  - "name"
8891 #  - "tags"
8892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8893 #  x-axis: "X = CNFs per Service Chain"
8894 #  y-axis: "Y = Number of Service Chains"
8895 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8896 #  layout:
8897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8898 #    layout: "plot-service-density"
8899 #
8900 #- type: "plot"
8901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8902 #  algorithm: "plot_nf_heatmap"
8903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8904 #  data: "plot-vpp-nfv-3n-skx-mrr"
8905 #  filter: "'NIC_Intel-XXV710' and
8906 #           'NF_DENSITY' and
8907 #           'DOCKER' and
8908 #           'CHAIN' and
8909 #           'NF_VPPIP4' and
8910 #           'IPSEC' and
8911 #           'TNL_10000' and
8912 #           'IMIX' and
8913 #           '8T4C' and
8914 #           'MRR'"
8915 #  parameters:
8916 #  - "result"
8917 #  - "name"
8918 #  - "tags"
8919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8920 #  x-axis: "X = CNFs per Service Chain"
8921 #  y-axis: "Y = Number of Service Chains"
8922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8923 #  layout:
8924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8925 #    layout: "plot-service-density"
8926
8927 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8928 - type: "plot"
8929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8930   algorithm: "plot_nf_heatmap"
8931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8932   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8933   filter: "'NIC_Intel-XXV710' and
8934            'NF_DENSITY' and
8935            'DOCKER' and
8936            'CHAIN' and
8937            'NF_VPPIP4' and
8938            'IPSEC' and
8939            'TNL_10000' and
8940            'IMIX' and
8941            '2T1C' and
8942            'NDRPDR'"
8943   parameters:
8944   - "throughput"
8945   - "name"
8946   - "tags"
8947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8948   x-axis: "X = CNFs per Service Chain"
8949   y-axis: "Y = Number of Service Chains"
8950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8951   layout:
8952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8953     layout: "plot-service-density"
8954
8955 - type: "plot"
8956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8957   algorithm: "plot_nf_heatmap"
8958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8959   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8960   filter: "'NIC_Intel-XXV710' and
8961            'NF_DENSITY' and
8962            'DOCKER' and
8963            'CHAIN' and
8964            'NF_VPPIP4' and
8965            'IPSEC' and
8966            'TNL_10000' and
8967            'IMIX' and
8968            '4T2C' and
8969            'NDRPDR'"
8970   parameters:
8971   - "throughput"
8972   - "name"
8973   - "tags"
8974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8975   x-axis: "X = CNFs per Service Chain"
8976   y-axis: "Y = Number of Service Chains"
8977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8978   layout:
8979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8980     layout: "plot-service-density"
8981
8982 - type: "plot"
8983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8984   algorithm: "plot_nf_heatmap"
8985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8986   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8987   filter: "'NIC_Intel-XXV710' and
8988            'NF_DENSITY' and
8989            'DOCKER' and
8990            'CHAIN' and
8991            'NF_VPPIP4' and
8992            'IPSEC' and
8993            'TNL_10000' and
8994            'IMIX' and
8995            '8T4C' and
8996            'NDRPDR'"
8997   parameters:
8998   - "throughput"
8999   - "name"
9000   - "tags"
9001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9002   x-axis: "X = CNFs per Service Chain"
9003   y-axis: "Y = Number of Service Chains"
9004   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9005   layout:
9006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9007     layout: "plot-service-density"
9008
9009 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9010 - type: "plot"
9011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9012   algorithm: "plot_nf_heatmap"
9013   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9014   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9015   filter: "'NIC_Intel-XXV710' and
9016            'NF_DENSITY' and
9017            'DOCKER' and
9018            'CHAIN' and
9019            'NF_VPPIP4' and
9020            'IPSEC' and
9021            'TNL_10000' and
9022            'IMIX' and
9023            '2T1C' and
9024            'NDRPDR'"
9025   parameters:
9026   - "throughput"
9027   - "name"
9028   - "tags"
9029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9030   x-axis: "X = CNFs per Service Chain"
9031   y-axis: "Y = Number of Service Chains"
9032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9033   layout:
9034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9035     layout: "plot-service-density"
9036
9037 - type: "plot"
9038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9039   algorithm: "plot_nf_heatmap"
9040   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9041   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9042   filter: "'NIC_Intel-XXV710' and
9043            'NF_DENSITY' and
9044            'DOCKER' and
9045            'CHAIN' and
9046            'NF_VPPIP4' and
9047            'IPSEC' and
9048            'TNL_10000' and
9049            'IMIX' and
9050            '4T2C' and
9051            'NDRPDR'"
9052   parameters:
9053   - "throughput"
9054   - "name"
9055   - "tags"
9056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9057   x-axis: "X = CNFs per Service Chain"
9058   y-axis: "Y = Number of Service Chains"
9059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9060   layout:
9061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9062     layout: "plot-service-density"
9063
9064 - type: "plot"
9065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9066   algorithm: "plot_nf_heatmap"
9067   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9068   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9069   filter: "'NIC_Intel-XXV710' and
9070            'NF_DENSITY' and
9071            'DOCKER' and
9072            'CHAIN' and
9073            'NF_VPPIP4' and
9074            'IPSEC' and
9075            'TNL_10000' and
9076            'IMIX' and
9077            '8T4C' and
9078            'NDRPDR'"
9079   parameters:
9080   - "throughput"
9081   - "name"
9082   - "tags"
9083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9084   x-axis: "X = CNFs per Service Chain"
9085   y-axis: "Y = Number of Service Chains"
9086   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9087   layout:
9088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9089     layout: "plot-service-density"
9090
9091 ###############################################################################
9092
9093 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9094 - type: "plot"
9095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9096   algorithm: "plot_nf_heatmap"
9097   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9098   data: "plot-vpp-nfv-3n-hsw-mrr"
9099   filter: "'NIC_Intel-XL710' and
9100            'NF_DENSITY' and
9101            'DOCKER' and
9102            'CHAIN' and
9103            'NF_VPPIP4' and
9104            'IMIX' and
9105            'TNL_10000' and
9106            '1T1C' and
9107            'MRR'"
9108   parameters:
9109   - "result"
9110   - "name"
9111   - "tags"
9112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9113   x-axis: "X = CNFs per Service Chain"
9114   y-axis: "Y = Number of Service Chains"
9115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9116   layout:
9117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9118     layout: "plot-service-density"
9119
9120 - type: "plot"
9121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9122   algorithm: "plot_nf_heatmap"
9123   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9124   data: "plot-vpp-nfv-3n-hsw-mrr"
9125   filter: "'NIC_Intel-XL710' and
9126            'NF_DENSITY' and
9127            'DOCKER' and
9128            'CHAIN' and
9129            'NF_VPPIP4' and
9130            'IPSEC' and
9131            'TNL_10000' and
9132            'IMIX' and
9133            '2T2C' and
9134            'MRR'"
9135   parameters:
9136   - "result"
9137   - "name"
9138   - "tags"
9139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9140   x-axis: "X = CNFs per Service Chain"
9141   y-axis: "Y = Number of Service Chains"
9142   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9143   layout:
9144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9145     layout: "plot-service-density"
9146
9147 - type: "plot"
9148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9149   algorithm: "plot_nf_heatmap"
9150   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9151   data: "plot-vpp-nfv-3n-hsw-mrr"
9152   filter: "'NIC_Intel-XL710' and
9153            'NF_DENSITY' and
9154            'DOCKER' and
9155            'CHAIN' and
9156            'NF_VPPIP4' and
9157            'IPSEC' and
9158            'TNL_10000' and
9159            'IMIX' and
9160            '4T4C' and
9161            'MRR'"
9162   parameters:
9163   - "result"
9164   - "name"
9165   - "tags"
9166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9167   x-axis: "X = CNFs per Service Chain"
9168   y-axis: "Y = Number of Service Chains"
9169   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9170   layout:
9171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9172     layout: "plot-service-density"
9173
9174 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9175 - type: "plot"
9176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9177   algorithm: "plot_nf_heatmap"
9178   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9179   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9180   filter: "'NIC_Intel-XL710' and
9181            'NF_DENSITY' and
9182            'DOCKER' and
9183            'CHAIN' and
9184            'NF_VPPIP4' and
9185            'IPSEC' and
9186            'TNL_10000' and
9187            'IMIX' and
9188            '1T1C' and
9189            'NDRPDR'"
9190   parameters:
9191   - "throughput"
9192   - "name"
9193   - "tags"
9194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9195   x-axis: "X = CNFs per Service Chain"
9196   y-axis: "Y = Number of Service Chains"
9197   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9198   layout:
9199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9200     layout: "plot-service-density"
9201
9202 - type: "plot"
9203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9204   algorithm: "plot_nf_heatmap"
9205   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9206   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9207   filter: "'NIC_Intel-XL710' and
9208            'NF_DENSITY' and
9209            'DOCKER' and
9210            'CHAIN' and
9211            'NF_VPPIP4' and
9212            'IPSEC' and
9213            'TNL_10000' and
9214            'IMIX' and
9215            '2T2C' and
9216            'NDRPDR'"
9217   parameters:
9218   - "throughput"
9219   - "name"
9220   - "tags"
9221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9222   x-axis: "X = CNFs per Service Chain"
9223   y-axis: "Y = Number of Service Chains"
9224   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9225   layout:
9226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9227     layout: "plot-service-density"
9228
9229 - type: "plot"
9230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9231   algorithm: "plot_nf_heatmap"
9232   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9233   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9234   filter: "'NIC_Intel-XL710' and
9235            'NF_DENSITY' and
9236            'DOCKER' and
9237            'CHAIN' and
9238            'NF_VPPIP4' and
9239            'IPSEC' and
9240            'TNL_10000' and
9241            'IMIX' and
9242            '4T4C' and
9243            'NDRPDR'"
9244   parameters:
9245   - "throughput"
9246   - "name"
9247   - "tags"
9248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9249   x-axis: "X = CNFs per Service Chain"
9250   y-axis: "Y = Number of Service Chains"
9251   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9252   layout:
9253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9254     layout: "plot-service-density"
9255
9256 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9257 - type: "plot"
9258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9259   algorithm: "plot_nf_heatmap"
9260   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9261   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9262   filter: "'NIC_Intel-XL710' and
9263            'NF_DENSITY' and
9264            'DOCKER' and
9265            'CHAIN' and
9266            'NF_VPPIP4' and
9267            'IPSEC' and
9268            'TNL_10000' and
9269            'IMIX' and
9270            '1T1C' and
9271            'NDRPDR'"
9272   parameters:
9273   - "throughput"
9274   - "name"
9275   - "tags"
9276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9277   x-axis: "X = CNFs per Service Chain"
9278   y-axis: "Y = Number of Service Chains"
9279   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9280   layout:
9281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9282     layout: "plot-service-density"
9283
9284 - type: "plot"
9285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9286   algorithm: "plot_nf_heatmap"
9287   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9288   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9289   filter: "'NIC_Intel-XL710' and
9290            'NF_DENSITY' and
9291            'DOCKER' and
9292            'CHAIN' and
9293            'NF_VPPIP4' and
9294            'IPSEC' and
9295            'TNL_10000' and
9296            'IMIX' and
9297            '2T2C' and
9298            'NDRPDR'"
9299   parameters:
9300   - "throughput"
9301   - "name"
9302   - "tags"
9303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9304   x-axis: "X = CNFs per Service Chain"
9305   y-axis: "Y = Number of Service Chains"
9306   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9307   layout:
9308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9309     layout: "plot-service-density"
9310
9311 - type: "plot"
9312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9313   algorithm: "plot_nf_heatmap"
9314   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9315   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9316   filter: "'NIC_Intel-XL710' and
9317            'NF_DENSITY' and
9318            'DOCKER' and
9319            'CHAIN' and
9320            'NF_VPPIP4' and
9321            'IPSEC' and
9322            'TNL_10000' and
9323            'IMIX' and
9324            '4T4C' and
9325            'NDRPDR'"
9326   parameters:
9327   - "throughput"
9328   - "name"
9329   - "tags"
9330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9331   x-axis: "X = CNFs per Service Chain"
9332   y-axis: "Y = Number of Service Chains"
9333   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9334   layout:
9335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9336     layout: "plot-service-density"
9337
9338 ###############################################################################
9339
9340 # Plots - NF Density - CSP - MRR 64b
9341
9342 #- type: "plot"
9343 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9344 #  algorithm: "plot_nf_heatmap"
9345 #  output-file-type: ".html"
9346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9347 #  data: "plot-vpp-nfv-2n-skx-mrr"
9348 #  filter: "'NIC_Intel-XXV710' and
9349 #           'NF_DENSITY' and
9350 #           'DOCKER' and
9351 #           'PIPELINE' and
9352 #           'NF_VPPIP4' and
9353 #           '64B' and
9354 #           '2T1C' and
9355 #           'MRR'"
9356 #  parameters:
9357 #  - "result"
9358 #  - "name"
9359 #  - "tags"
9360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9361 #  x-axis: "X = CNFs per Service Pipeline"
9362 #  y-axis: "Y = Number of Service Pipelines"
9363 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9364 #  layout:
9365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9366 #    layout: "plot-service-density"
9367 #
9368 #- type: "plot"
9369 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9370 #  algorithm: "plot_nf_heatmap"
9371 #  output-file-type: ".html"
9372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9373 #  data: "plot-vpp-nfv-2n-skx-mrr"
9374 #  filter: "'NIC_Intel-XXV710' and
9375 #           'NF_DENSITY' and
9376 #           'DOCKER' and
9377 #           'PIPELINE' and
9378 #           'NF_VPPIP4' and
9379 #           '64B' and
9380 #           '4T2C' and
9381 #           'MRR'"
9382 #  parameters:
9383 #  - "result"
9384 #  - "name"
9385 #  - "tags"
9386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9387 #  x-axis: "X = CNFs per Service Pipeline"
9388 #  y-axis: "Y = Number of Service Pipelines"
9389 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9390 #  layout:
9391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9392 #    layout: "plot-service-density"
9393 #
9394 #- type: "plot"
9395 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9396 #  algorithm: "plot_nf_heatmap"
9397 #  output-file-type: ".html"
9398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9399 #  data: "plot-vpp-nfv-2n-skx-mrr"
9400 #  filter: "'NIC_Intel-XXV710' and
9401 #           'NF_DENSITY' and
9402 #           'DOCKER' and
9403 #           'PIPELINE' and
9404 #           'NF_VPPIP4' and
9405 #           '64B' and
9406 #           '8T4C' and
9407 #           'MRR'"
9408 #  parameters:
9409 #  - "result"
9410 #  - "name"
9411 #  - "tags"
9412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9413 #  x-axis: "X = CNFs per Service Pipeline"
9414 #  y-axis: "Y = Number of Service Pipelines"
9415 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9416 #  layout:
9417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9418 #    layout: "plot-service-density"
9419 #
9420 ## Plots - NF Density - CSP - MRR IMIX
9421 #- type: "plot"
9422 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9423 #  algorithm: "plot_nf_heatmap"
9424 #  output-file-type: ".html"
9425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9426 #  data: "plot-vpp-nfv-2n-skx-mrr"
9427 #  filter: "'NIC_Intel-XXV710' and
9428 #           'NF_DENSITY' and
9429 #           'DOCKER' and
9430 #           'PIPELINE' and
9431 #           'NF_VPPIP4' and
9432 #           'IMIX' and
9433 #           '2T1C' and
9434 #           'MRR'"
9435 #  parameters:
9436 #  - "result"
9437 #  - "name"
9438 #  - "tags"
9439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9440 #  x-axis: "X = CNFs per Service Pipeline"
9441 #  y-axis: "Y = Number of Service Pipelines"
9442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9443 #  layout:
9444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9445 #    layout: "plot-service-density"
9446 #
9447 #- type: "plot"
9448 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9449 #  algorithm: "plot_nf_heatmap"
9450 #  output-file-type: ".html"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9452 #  data: "plot-vpp-nfv-2n-skx-mrr"
9453 #  filter: "'NIC_Intel-XXV710' and
9454 #           'NF_DENSITY' and
9455 #           'DOCKER' and
9456 #           'PIPELINE' and
9457 #           'NF_VPPIP4' and
9458 #           'IMIX' and
9459 #           '4T2C' and
9460 #           'MRR'"
9461 #  parameters:
9462 #  - "result"
9463 #  - "name"
9464 #  - "tags"
9465 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9466 #  x-axis: "X = CNFs per Service Pipeline"
9467 #  y-axis: "Y = Number of Service Pipelines"
9468 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9469 #  layout:
9470 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9471 #    layout: "plot-service-density"
9472 #
9473 #- type: "plot"
9474 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9475 #  algorithm: "plot_nf_heatmap"
9476 #  output-file-type: ".html"
9477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9478 #  data: "plot-vpp-nfv-2n-skx-mrr"
9479 #  filter: "'NIC_Intel-XXV710' and
9480 #           'NF_DENSITY' and
9481 #           'DOCKER' and
9482 #           'PIPELINE' and
9483 #           'NF_VPPIP4' and
9484 #           'IMIX' and
9485 #           '8T4C' and
9486 #           'MRR'"
9487 #  parameters:
9488 #  - "result"
9489 #  - "name"
9490 #  - "tags"
9491 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9492 #  x-axis: "X = CNFs per Service Pipeline"
9493 #  y-axis: "Y = Number of Service Pipelines"
9494 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9495 #  layout:
9496 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9497 #    layout: "plot-service-density"
9498 #
9499 ## Plots - NF Density - CSP - NDR 64b
9500 #- type: "plot"
9501 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9502 #  algorithm: "plot_nf_heatmap"
9503 #  output-file-type: ".html"
9504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9505 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9506 #  filter: "'NIC_Intel-XXV710' and
9507 #           'NF_DENSITY' and
9508 #           'DOCKER' and
9509 #           'PIPELINE' and
9510 #           'NF_VPPIP4' and
9511 #           '64B' and
9512 #           '2T1C' and
9513 #           'NDRPDR'"
9514 #  parameters:
9515 #  - "throughput"
9516 #  - "name"
9517 #  - "tags"
9518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9519 #  x-axis: "X = CNFs per Service Pipeline"
9520 #  y-axis: "Y = Number of Service Pipelines"
9521 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9522 #  layout:
9523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9524 #    layout: "plot-service-density"
9525 #
9526 #- type: "plot"
9527 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9528 #  algorithm: "plot_nf_heatmap"
9529 #  output-file-type: ".html"
9530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9532 #  filter: "'NIC_Intel-XXV710' and
9533 #           'NF_DENSITY' and
9534 #           'DOCKER' and
9535 #           'PIPELINE' and
9536 #           'NF_VPPIP4' and
9537 #           '64B' and
9538 #           '4T2C' and
9539 #           'NDRPDR'"
9540 #  parameters:
9541 #  - "throughput"
9542 #  - "name"
9543 #  - "tags"
9544 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9545 #  x-axis: "X = CNFs per Service Pipeline"
9546 #  y-axis: "Y = Number of Service Pipelines"
9547 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9548 #  layout:
9549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9550 #    layout: "plot-service-density"
9551 #
9552 #- type: "plot"
9553 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9554 #  algorithm: "plot_nf_heatmap"
9555 #  output-file-type: ".html"
9556 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9557 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9558 #  filter: "'NIC_Intel-XXV710' and
9559 #           'NF_DENSITY' and
9560 #           'DOCKER' and
9561 #           'PIPELINE' and
9562 #           'NF_VPPIP4' and
9563 #           '64B' and
9564 #           '8T4C' and
9565 #           'NDRPDR'"
9566 #  parameters:
9567 #  - "throughput"
9568 #  - "name"
9569 #  - "tags"
9570 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9571 #  x-axis: "X = CNFs per Service Pipeline"
9572 #  y-axis: "Y = Number of Service Pipelines"
9573 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9574 #  layout:
9575 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9576 #    layout: "plot-service-density"
9577 #
9578 ## Plots - NF Density - CSP - NDR IMIX
9579 #- type: "plot"
9580 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9581 #  algorithm: "plot_nf_heatmap"
9582 #  output-file-type: ".html"
9583 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9584 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9585 #  filter: "'NIC_Intel-XXV710' and
9586 #           'NF_DENSITY' and
9587 #           'DOCKER' and
9588 #           'PIPELINE' and
9589 #           'NF_VPPIP4' and
9590 #           'IMIX' and
9591 #           '2T1C' and
9592 #           'NDRPDR'"
9593 #  parameters:
9594 #  - "throughput"
9595 #  - "name"
9596 #  - "tags"
9597 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9598 #  x-axis: "X = CNFs per Service Pipeline"
9599 #  y-axis: "Y = Number of Service Pipelines"
9600 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9601 #  layout:
9602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9603 #    layout: "plot-service-density"
9604 #
9605 #- type: "plot"
9606 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9607 #  algorithm: "plot_nf_heatmap"
9608 #  output-file-type: ".html"
9609 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9610 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9611 #  filter: "'NIC_Intel-XXV710' and
9612 #           'NF_DENSITY' and
9613 #           'DOCKER' and
9614 #           'PIPELINE' and
9615 #           'NF_VPPIP4' and
9616 #           'IMIX' and
9617 #           '4T2C' and
9618 #           'NDRPDR'"
9619 #  parameters:
9620 #  - "throughput"
9621 #  - "name"
9622 #  - "tags"
9623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9624 #  x-axis: "X = CNFs per Service Pipeline"
9625 #  y-axis: "Y = Number of Service Pipelines"
9626 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9627 #  layout:
9628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9629 #    layout: "plot-service-density"
9630 #
9631 #- type: "plot"
9632 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9633 #  algorithm: "plot_nf_heatmap"
9634 #  output-file-type: ".html"
9635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9636 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9637 #  filter: "'NIC_Intel-XXV710' and
9638 #           'NF_DENSITY' and
9639 #           'DOCKER' and
9640 #           'PIPELINE' and
9641 #           'NF_VPPIP4' and
9642 #           'IMIX' and
9643 #           '8T4C' and
9644 #           'NDRPDR'"
9645 #  parameters:
9646 #  - "throughput"
9647 #  - "name"
9648 #  - "tags"
9649 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9650 #  x-axis: "X = CNFs per Service Pipeline"
9651 #  y-axis: "Y = Number of Service Pipelines"
9652 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9653 #  layout:
9654 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9655 #    layout: "plot-service-density"
9656 #
9657 ## Plots - NF Density - CSP - PDR 64b
9658 #- type: "plot"
9659 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9660 #  algorithm: "plot_nf_heatmap"
9661 #  output-file-type: ".html"
9662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9664 #  filter: "'NIC_Intel-XXV710' and
9665 #           'NF_DENSITY' and
9666 #           'DOCKER' and
9667 #           'PIPELINE' and
9668 #           'NF_VPPIP4' and
9669 #           '64B' and
9670 #           '2T1C' and
9671 #           'NDRPDR'"
9672 #  parameters:
9673 #  - "throughput"
9674 #  - "name"
9675 #  - "tags"
9676 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9677 #  x-axis: "X = CNFs per Service Pipeline"
9678 #  y-axis: "Y = Number of Service Pipelines"
9679 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9680 #  layout:
9681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9682 #    layout: "plot-service-density"
9683 #
9684 #- type: "plot"
9685 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9686 #  algorithm: "plot_nf_heatmap"
9687 #  output-file-type: ".html"
9688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9689 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9690 #  filter: "'NIC_Intel-XXV710' and
9691 #           'NF_DENSITY' and
9692 #           'DOCKER' and
9693 #           'PIPELINE' and
9694 #           'NF_VPPIP4' and
9695 #           '64B' and
9696 #           '4T2C' and
9697 #           'NDRPDR'"
9698 #  parameters:
9699 #  - "throughput"
9700 #  - "name"
9701 #  - "tags"
9702 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9703 #  x-axis: "X = CNFs per Service Pipeline"
9704 #  y-axis: "Y = Number of Service Pipelines"
9705 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9706 #  layout:
9707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9708 #    layout: "plot-service-density"
9709 #
9710 #- type: "plot"
9711 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9712 #  algorithm: "plot_nf_heatmap"
9713 #  output-file-type: ".html"
9714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9715 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9716 #  filter: "'NIC_Intel-XXV710' and
9717 #           'NF_DENSITY' and
9718 #           'DOCKER' and
9719 #           'PIPELINE' and
9720 #           'NF_VPPIP4' and
9721 #           '64B' and
9722 #           '8T4C' and
9723 #           'NDRPDR'"
9724 #  parameters:
9725 #  - "throughput"
9726 #  - "name"
9727 #  - "tags"
9728 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9729 #  x-axis: "X = CNFs per Service Pipeline"
9730 #  y-axis: "Y = Number of Service Pipelines"
9731 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9732 #  layout:
9733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9734 #    layout: "plot-service-density"
9735 #
9736 ## Plots - NF Density - CSP - PDR IMIX
9737 #- type: "plot"
9738 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9739 #  algorithm: "plot_nf_heatmap"
9740 #  output-file-type: ".html"
9741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9742 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9743 #  filter: "'NIC_Intel-XXV710' and
9744 #           'NF_DENSITY' and
9745 #           'DOCKER' and
9746 #           'PIPELINE' and
9747 #           'NF_VPPIP4' and
9748 #           'IMIX' and
9749 #           '2T1C' and
9750 #           'NDRPDR'"
9751 #  parameters:
9752 #  - "throughput"
9753 #  - "name"
9754 #  - "tags"
9755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9756 #  x-axis: "X = CNFs per Service Pipeline"
9757 #  y-axis: "Y = Number of Service Pipelines"
9758 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9759 #  layout:
9760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9761 #    layout: "plot-service-density"
9762 #
9763 #- type: "plot"
9764 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9765 #  algorithm: "plot_nf_heatmap"
9766 #  output-file-type: ".html"
9767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9768 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9769 #  filter: "'NIC_Intel-XXV710' and
9770 #           'NF_DENSITY' and
9771 #           'DOCKER' and
9772 #           'PIPELINE' and
9773 #           'NF_VPPIP4' and
9774 #           'IMIX' and
9775 #           '4T2C' and
9776 #           'NDRPDR'"
9777 #  parameters:
9778 #  - "throughput"
9779 #  - "name"
9780 #  - "tags"
9781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9782 #  x-axis: "X = CNFs per Service Pipeline"
9783 #  y-axis: "Y = Number of Service Pipelines"
9784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9785 #  layout:
9786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9787 #    layout: "plot-service-density"
9788 #
9789 #- type: "plot"
9790 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9791 #  algorithm: "plot_nf_heatmap"
9792 #  output-file-type: ".html"
9793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9794 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9795 #  filter: "'NIC_Intel-XXV710' and
9796 #           'NF_DENSITY' and
9797 #           'DOCKER' and
9798 #           'PIPELINE' and
9799 #           'NF_VPPIP4' and
9800 #           'IMIX' and
9801 #           '8T4C' and
9802 #           'NDRPDR'"
9803 #  parameters:
9804 #  - "throughput"
9805 #  - "name"
9806 #  - "tags"
9807 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9808 #  x-axis: "X = CNFs per Service Pipeline"
9809 #  y-axis: "Y = Number of Service Pipelines"
9810 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9811 #  layout:
9812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9813 #    layout: "plot-service-density"
9814
9815 ###############################################################################
9816 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9817
9818 - type: "plot"
9819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9820   algorithm: "plot_nf_heatmap"
9821   output-file-type: ".html"
9822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9823   data: "plot-vpp-nfv-2n-clx-mrr"
9824   filter: "'NIC_Intel-XXV710' and
9825            'NF_DENSITY' and
9826            'VHOST' and
9827            not 'VXLAN' and
9828            'CHAIN' and
9829            'NF_VPPIP4' and
9830            'IMIX' and
9831            '2T1C' and
9832            'MRR'"
9833   parameters:
9834   - "result"
9835   - "name"
9836   - "tags"
9837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9838   x-axis: "X = VNFs per Service Chain"
9839   y-axis: "Y = Number of Service Chains"
9840   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9841   layout:
9842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9843     layout: "plot-service-density"
9844
9845 - type: "plot"
9846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9847   algorithm: "plot_nf_heatmap"
9848   output-file-type: ".html"
9849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9850   data: "plot-vpp-nfv-2n-clx-mrr"
9851   filter: "'NIC_Intel-XXV710' and
9852            'NF_DENSITY' and
9853            'VHOST' and
9854            not 'VXLAN' and
9855            'CHAIN' and
9856            'NF_VPPIP4' and
9857            'IMIX' and
9858            '4T2C' and
9859            'MRR'"
9860   parameters:
9861   - "result"
9862   - "name"
9863   - "tags"
9864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9865   x-axis: "X = VNFs per Service Chain"
9866   y-axis: "Y = Number of Service Chains"
9867   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9868   layout:
9869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9870     layout: "plot-service-density"
9871
9872 - type: "plot"
9873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9874   algorithm: "plot_nf_heatmap"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9877   data: "plot-vpp-nfv-2n-clx-mrr"
9878   filter: "'NIC_Intel-XXV710' and
9879            'NF_DENSITY' and
9880            'VHOST' and
9881            not 'VXLAN' and
9882            'CHAIN' and
9883            'NF_VPPIP4' and
9884            'IMIX' and
9885            '8T4C' and
9886            'MRR'"
9887   parameters:
9888   - "result"
9889   - "name"
9890   - "tags"
9891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9892   x-axis: "X = VNFs per Service Chain"
9893   y-axis: "Y = Number of Service Chains"
9894   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9895   layout:
9896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9897     layout: "plot-service-density"
9898
9899 # Plots - NF Density - VSC - NDR IMIX
9900 - type: "plot"
9901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9902   algorithm: "plot_nf_heatmap"
9903   output-file-type: ".html"
9904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9905   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9906   filter: "'NIC_Intel-XXV710' and
9907            'NF_DENSITY' and
9908            'VHOST' and
9909            not 'VXLAN' and
9910            'CHAIN' and
9911            'NF_VPPIP4' and
9912            'IMIX' and
9913            '2T1C' and
9914            'NDRPDR'"
9915   parameters:
9916   - "throughput"
9917   - "name"
9918   - "tags"
9919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9920   x-axis: "X = VNFs per Service Chain"
9921   y-axis: "Y = Number of Service Chains"
9922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9923   layout:
9924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9925     layout: "plot-service-density"
9926
9927 - type: "plot"
9928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9929   algorithm: "plot_nf_heatmap"
9930   output-file-type: ".html"
9931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9932   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9933   filter: "'NIC_Intel-XXV710' and
9934            'NF_DENSITY' and
9935            'VHOST' and
9936            not 'VXLAN' and
9937            'CHAIN' and
9938            'NF_VPPIP4' and
9939            'IMIX' and
9940            '4T2C' and
9941            'NDRPDR'"
9942   parameters:
9943   - "throughput"
9944   - "name"
9945   - "tags"
9946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9947   x-axis: "X = VNFs per Service Chain"
9948   y-axis: "Y = Number of Service Chains"
9949   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9950   layout:
9951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9952     layout: "plot-service-density"
9953
9954 - type: "plot"
9955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9956   algorithm: "plot_nf_heatmap"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9959   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9960   filter: "'NIC_Intel-XXV710' and
9961            'NF_DENSITY' and
9962            'VHOST' and
9963            not 'VXLAN' and
9964            'CHAIN' and
9965            'NF_VPPIP4' and
9966            'IMIX' and
9967            '8T4C' and
9968            'NDRPDR'"
9969   parameters:
9970   - "throughput"
9971   - "name"
9972   - "tags"
9973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9974   x-axis: "X = VNFs per Service Chain"
9975   y-axis: "Y = Number of Service Chains"
9976   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9977   layout:
9978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9979     layout: "plot-service-density"
9980
9981 # Plots - NF Density - VSC - PDR IMIX
9982 - type: "plot"
9983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9984   algorithm: "plot_nf_heatmap"
9985   output-file-type: ".html"
9986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9988   filter: "'NIC_Intel-XXV710' and
9989            'NF_DENSITY' and
9990            'VHOST' and
9991            not 'VXLAN' and
9992            'CHAIN' and
9993            'NF_VPPIP4' and
9994            'IMIX' and
9995            '2T1C' and
9996            'NDRPDR'"
9997   parameters:
9998   - "throughput"
9999   - "name"
10000   - "tags"
10001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10002   x-axis: "X = VNFs per Service Chain"
10003   y-axis: "Y = Number of Service Chains"
10004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10005   layout:
10006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10007     layout: "plot-service-density"
10008
10009 - type: "plot"
10010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10011   algorithm: "plot_nf_heatmap"
10012   output-file-type: ".html"
10013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10015   filter: "'NIC_Intel-XXV710' and
10016            'NF_DENSITY' and
10017            'VHOST' and
10018            not 'VXLAN' and
10019            'CHAIN' and
10020            'NF_VPPIP4' and
10021            'IMIX' and
10022            '4T2C' and
10023            'NDRPDR'"
10024   parameters:
10025   - "throughput"
10026   - "name"
10027   - "tags"
10028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10029   x-axis: "X = VNFs per Service Chain"
10030   y-axis: "Y = Number of Service Chains"
10031   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10032   layout:
10033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10034     layout: "plot-service-density"
10035
10036 - type: "plot"
10037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10038   algorithm: "plot_nf_heatmap"
10039   output-file-type: ".html"
10040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10041   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10042   filter: "'NIC_Intel-XXV710' and
10043            'NF_DENSITY' and
10044            'VHOST' and
10045            not 'VXLAN' and
10046            'CHAIN' and
10047            'NF_VPPIP4' and
10048            'IMIX' and
10049            '8T4C' and
10050            'NDRPDR'"
10051   parameters:
10052   - "throughput"
10053   - "name"
10054   - "tags"
10055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10056   x-axis: "X = VNFs per Service Chain"
10057   y-axis: "Y = Number of Service Chains"
10058   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10059   layout:
10060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10061     layout: "plot-service-density"
10062
10063 # Plots - NF Density - VSC - MRR IMIX
10064 - type: "plot"
10065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10066   algorithm: "plot_nf_heatmap"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10069   data: "plot-vpp-nfv-2n-clx-mrr"
10070   filter: "'NIC_Intel-XXV710' and
10071            'NF_DENSITY' and
10072            'VHOST' and
10073            'VXLAN' and
10074            'CHAIN' and
10075            'IMIX' and
10076            '2T1C' and
10077            'MRR'"
10078   parameters:
10079   - "result"
10080   - "name"
10081   - "tags"
10082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10083   x-axis: "X = VNFs per Service Chain"
10084   y-axis: "Y = Number of Service Chains"
10085   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10086   layout:
10087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10088     layout: "plot-service-density"
10089
10090 - type: "plot"
10091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10092   algorithm: "plot_nf_heatmap"
10093   output-file-type: ".html"
10094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10095   data: "plot-vpp-nfv-2n-clx-mrr"
10096   filter: "'NIC_Intel-XXV710' and
10097            'NF_DENSITY' and
10098            'VHOST' and
10099            'VXLAN' and
10100            'CHAIN' and
10101            'IMIX' and
10102            '4T2C' and
10103            'MRR'"
10104   parameters:
10105   - "result"
10106   - "name"
10107   - "tags"
10108   include-tests: "MRR" # "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 MRR) [Mpps]"
10112   layout:
10113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10114     layout: "plot-service-density"
10115
10116 - type: "plot"
10117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10118   algorithm: "plot_nf_heatmap"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10121   data: "plot-vpp-nfv-2n-clx-mrr"
10122   filter: "'NIC_Intel-XXV710' and
10123            'NF_DENSITY' and
10124            'VHOST' and
10125            'VXLAN' and
10126            'CHAIN' and
10127            'IMIX' and
10128            '8T4C' and
10129            'MRR'"
10130   parameters:
10131   - "result"
10132   - "name"
10133   - "tags"
10134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10135   x-axis: "X = VNFs per Service Chain"
10136   y-axis: "Y = Number of Service Chains"
10137   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10138   layout:
10139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10140     layout: "plot-service-density"
10141
10142 # Plots - NF Density - VSC - NDR IMIX
10143 - type: "plot"
10144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10145   algorithm: "plot_nf_heatmap"
10146   output-file-type: ".html"
10147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10148   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10149   filter: "'NIC_Intel-XXV710' and
10150            'NF_DENSITY' and
10151            'VHOST' and
10152            'VXLAN' and
10153            'CHAIN' a
10154            'IMIX' and
10155            '2T1C' and
10156            'NDRPDR'"
10157   parameters:
10158   - "throughput"
10159   - "name"
10160   - "tags"
10161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10162   x-axis: "X = VNFs per Service Chain"
10163   y-axis: "Y = Number of Service Chains"
10164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10165   layout:
10166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10167     layout: "plot-service-density"
10168
10169 - type: "plot"
10170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10171   algorithm: "plot_nf_heatmap"
10172   output-file-type: ".html"
10173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10174   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10175   filter: "'NIC_Intel-XXV710' and
10176            'NF_DENSITY' and
10177            'VHOST' and
10178            'VXLAN' and
10179            'CHAIN' and
10180            'IMIX' and
10181            '4T2C' and
10182            'NDRPDR'"
10183   parameters:
10184   - "throughput"
10185   - "name"
10186   - "tags"
10187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10188   x-axis: "X = VNFs per Service Chain"
10189   y-axis: "Y = Number of Service Chains"
10190   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10191   layout:
10192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10193     layout: "plot-service-density"
10194
10195 - type: "plot"
10196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10197   algorithm: "plot_nf_heatmap"
10198   output-file-type: ".html"
10199   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10200   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10201   filter: "'NIC_Intel-XXV710' and
10202            'NF_DENSITY' and
10203            'VHOST' and
10204            'VXLAN' and
10205            'CHAIN' and
10206            'IMIX' and
10207            '8T4C' and
10208            'NDRPDR'"
10209   parameters:
10210   - "throughput"
10211   - "name"
10212   - "tags"
10213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10214   x-axis: "X = VNFs per Service Chain"
10215   y-axis: "Y = Number of Service Chains"
10216   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10217   layout:
10218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10219     layout: "plot-service-density"
10220
10221 # Plots - NF Density - VSC - PDR IMIX
10222 - type: "plot"
10223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10224   algorithm: "plot_nf_heatmap"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10227   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10228   filter: "'NIC_Intel-XXV710' and
10229            'NF_DENSITY' and
10230            'VHOST' and
10231            'VXLAN' and
10232            'CHAIN' and
10233            'IMIX' and
10234            '2T1C' and
10235            'NDRPDR'"
10236   parameters:
10237   - "throughput"
10238   - "name"
10239   - "tags"
10240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10241   x-axis: "X = VNFs per Service Chain"
10242   y-axis: "Y = Number of Service Chains"
10243   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10244   layout:
10245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10246     layout: "plot-service-density"
10247
10248 - type: "plot"
10249   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10250   algorithm: "plot_nf_heatmap"
10251   output-file-type: ".html"
10252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10253   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10254   filter: "'NIC_Intel-XXV710' and
10255            'NF_DENSITY' and
10256            'VHOST' and
10257            'VXLAN' and
10258            'CHAIN' and
10259            'IMIX' and
10260            '4T2C' and
10261            'NDRPDR'"
10262   parameters:
10263   - "throughput"
10264   - "name"
10265   - "tags"
10266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10267   x-axis: "X = VNFs per Service Chain"
10268   y-axis: "Y = Number of Service Chains"
10269   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10270   layout:
10271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10272     layout: "plot-service-density"
10273
10274 - type: "plot"
10275   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10276   algorithm: "plot_nf_heatmap"
10277   output-file-type: ".html"
10278   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10279   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10280   filter: "'NIC_Intel-XXV710' and
10281            'NF_DENSITY' and
10282            'VHOST' and
10283            'VXLAN' and
10284            'CHAIN' and
10285            'IMIX' and
10286            '8T4C' and
10287            'NDRPDR'"
10288   parameters:
10289   - "throughput"
10290   - "name"
10291   - "tags"
10292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10293   x-axis: "X = VNFs per Service Chain"
10294   y-axis: "Y = Number of Service Chains"
10295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10296   layout:
10297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10298     layout: "plot-service-density"
10299
10300 # Plots - NF Density - CSC - MRR IMIX
10301 - type: "plot"
10302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10303   algorithm: "plot_nf_heatmap"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10306   data: "plot-vpp-nfv-2n-clx-mrr"
10307   filter: "'NIC_Intel-XXV710' and
10308            'NF_DENSITY' and
10309            'DOCKER' and
10310            'CHAIN' and
10311            'NF_VPPIP4' and
10312            'IMIX' and
10313            '2T1C' and
10314            'MRR'"
10315   parameters:
10316   - "result"
10317   - "name"
10318   - "tags"
10319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10320   x-axis: "X = CNFs per Service Chain"
10321   y-axis: "Y = Number of Service Chains"
10322   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10323   layout:
10324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10325     layout: "plot-service-density"
10326
10327 - type: "plot"
10328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10329   algorithm: "plot_nf_heatmap"
10330   output-file-type: ".html"
10331   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10332   data: "plot-vpp-nfv-2n-clx-mrr"
10333   filter: "'NIC_Intel-XXV710' and
10334            'NF_DENSITY' and
10335            'DOCKER' and
10336            'CHAIN' and
10337            'NF_VPPIP4' and
10338            'IMIX' and
10339            '4T2C' and
10340            'MRR'"
10341   parameters:
10342   - "result"
10343   - "name"
10344   - "tags"
10345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10346   x-axis: "X = CNFs per Service Chain"
10347   y-axis: "Y = Number of Service Chains"
10348   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10349   layout:
10350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10351     layout: "plot-service-density"
10352
10353 - type: "plot"
10354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10355   algorithm: "plot_nf_heatmap"
10356   output-file-type: ".html"
10357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10358   data: "plot-vpp-nfv-2n-clx-mrr"
10359   filter: "'NIC_Intel-XXV710' and
10360            'NF_DENSITY' and
10361            'DOCKER' and
10362            'CHAIN' and
10363            'NF_VPPIP4' and
10364            'IMIX' and
10365            '8T4C' and
10366            'MRR'"
10367   parameters:
10368   - "result"
10369   - "name"
10370   - "tags"
10371   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10372   x-axis: "X = CNFs per Service Chain"
10373   y-axis: "Y = Number of Service Chains"
10374   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10375   layout:
10376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10377     layout: "plot-service-density"
10378
10379 # Plots - NF Density - CSC - NDR IMIX
10380 - type: "plot"
10381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10382   algorithm: "plot_nf_heatmap"
10383   output-file-type: ".html"
10384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10385   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10386   filter: "'NIC_Intel-XXV710' and
10387            'NF_DENSITY' and
10388            'DOCKER' and
10389            'CHAIN' and
10390            'NF_VPPIP4' and
10391            'IMIX' and
10392            '2T1C' and
10393            'NDRPDR'"
10394   parameters:
10395   - "throughput"
10396   - "name"
10397   - "tags"
10398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10399   x-axis: "X = CNFs per Service Chain"
10400   y-axis: "Y = Number of Service Chains"
10401   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10402   layout:
10403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10404     layout: "plot-service-density"
10405
10406 - type: "plot"
10407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10408   algorithm: "plot_nf_heatmap"
10409   output-file-type: ".html"
10410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10411   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10412   filter: "'NIC_Intel-XXV710' and
10413            'NF_DENSITY' and
10414            'DOCKER' and
10415            'CHAIN' and
10416            'NF_VPPIP4' and
10417            'IMIX' and
10418            '4T2C' and
10419            'NDRPDR'"
10420   parameters:
10421   - "throughput"
10422   - "name"
10423   - "tags"
10424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10425   x-axis: "X = CNFs per Service Chain"
10426   y-axis: "Y = Number of Service Chains"
10427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10428   layout:
10429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10430     layout: "plot-service-density"
10431
10432 - type: "plot"
10433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10434   algorithm: "plot_nf_heatmap"
10435   output-file-type: ".html"
10436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10437   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10438   filter: "'NIC_Intel-XXV710' and
10439            'NF_DENSITY' and
10440            'DOCKER' and
10441            'CHAIN' and
10442            'NF_VPPIP4' and
10443            'IMIX' and
10444            '8T4C' and
10445            'NDRPDR'"
10446   parameters:
10447   - "throughput"
10448   - "name"
10449   - "tags"
10450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10451   x-axis: "X = CNFs per Service Chain"
10452   y-axis: "Y = Number of Service Chains"
10453   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10454   layout:
10455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10456     layout: "plot-service-density"
10457
10458 # Plots - NF Density - CSC - PDR IMIX
10459 - type: "plot"
10460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10461   algorithm: "plot_nf_heatmap"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10464   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10465   filter: "'NIC_Intel-XXV710' and
10466            'NF_DENSITY' and
10467            'DOCKER' and
10468            'CHAIN' and
10469            'NF_VPPIP4' and
10470            'IMIX' and
10471            '2T1C' and
10472            'NDRPDR'"
10473   parameters:
10474   - "throughput"
10475   - "name"
10476   - "tags"
10477   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10478   x-axis: "X = CNFs per Service Chain"
10479   y-axis: "Y = Number of Service Chains"
10480   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10481   layout:
10482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10483     layout: "plot-service-density"
10484
10485 - type: "plot"
10486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10487   algorithm: "plot_nf_heatmap"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10490   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10491   filter: "'NIC_Intel-XXV710' and
10492            'NF_DENSITY' and
10493            'DOCKER' and
10494            'CHAIN' and
10495            'NF_VPPIP4' and
10496            'IMIX' and
10497            '4T2C' and
10498            'NDRPDR'"
10499   parameters:
10500   - "throughput"
10501   - "name"
10502   - "tags"
10503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10504   x-axis: "X = CNFs per Service Chain"
10505   y-axis: "Y = Number of Service Chains"
10506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10507   layout:
10508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10509     layout: "plot-service-density"
10510
10511 - type: "plot"
10512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10513   algorithm: "plot_nf_heatmap"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10516   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10517   filter: "'NIC_Intel-XXV710' and
10518            'NF_DENSITY' and
10519            'DOCKER' and
10520            'CHAIN' and
10521            'NF_VPPIP4' and
10522            'IMIX' and
10523            '8T4C' and
10524            'NDRPDR'"
10525   parameters:
10526   - "throughput"
10527   - "name"
10528   - "tags"
10529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10530   x-axis: "X = CNFs per Service Chain"
10531   y-axis: "Y = Number of Service Chains"
10532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10533   layout:
10534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10535     layout: "plot-service-density"
10536
10537 # Plots - NF Density - CSP - MRR IMIX
10538 - type: "plot"
10539   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10540   algorithm: "plot_nf_heatmap"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10543   data: "plot-vpp-nfv-2n-clx-mrr"
10544   filter: "'NIC_Intel-XXV710' and
10545            'NF_DENSITY' and
10546            'DOCKER' and
10547            'PIPELINE' and
10548            'NF_VPPIP4' and
10549            'IMIX' and
10550            '2T1C' and
10551            'MRR'"
10552   parameters:
10553   - "result"
10554   - "name"
10555   - "tags"
10556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10557   x-axis: "X = CNFs per Service Pipeline"
10558   y-axis: "Y = Number of Service Pipelines"
10559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10560   layout:
10561     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10562     layout: "plot-service-density"
10563
10564 - type: "plot"
10565   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10566   algorithm: "plot_nf_heatmap"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10569   data: "plot-vpp-nfv-2n-clx-mrr"
10570   filter: "'NIC_Intel-XXV710' and
10571            'NF_DENSITY' and
10572            'DOCKER' and
10573            'PIPELINE' and
10574            'NF_VPPIP4' and
10575            'IMIX' and
10576            '4T2C' and
10577            'MRR'"
10578   parameters:
10579   - "result"
10580   - "name"
10581   - "tags"
10582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10583   x-axis: "X = CNFs per Service Pipeline"
10584   y-axis: "Y = Number of Service Pipelines"
10585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10586   layout:
10587     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10588     layout: "plot-service-density"
10589
10590 - type: "plot"
10591   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10592   algorithm: "plot_nf_heatmap"
10593   output-file-type: ".html"
10594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10595   data: "plot-vpp-nfv-2n-clx-mrr"
10596   filter: "'NIC_Intel-XXV710' and
10597            'NF_DENSITY' and
10598            'DOCKER' and
10599            'PIPELINE' and
10600            'NF_VPPIP4' and
10601            'IMIX' and
10602            '8T4C' and
10603            'MRR'"
10604   parameters:
10605   - "result"
10606   - "name"
10607   - "tags"
10608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10609   x-axis: "X = CNFs per Service Pipeline"
10610   y-axis: "Y = Number of Service Pipelines"
10611   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10612   layout:
10613     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10614     layout: "plot-service-density"
10615
10616 # Plots - NF Density - CSP - NDR IMIX
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'DOCKER' and
10626            'PIPELINE' and
10627            'NF_VPPIP4' and
10628            'IMIX' and
10629            '2T1C' and
10630            'NDRPDR'"
10631   parameters:
10632   - "throughput"
10633   - "name"
10634   - "tags"
10635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10636   x-axis: "X = CNFs per Service Pipeline"
10637   y-axis: "Y = Number of Service Pipelines"
10638   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10639   layout:
10640     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10641     layout: "plot-service-density"
10642
10643 - type: "plot"
10644   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10645   algorithm: "plot_nf_heatmap"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10648   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10649   filter: "'NIC_Intel-XXV710' and
10650            'NF_DENSITY' and
10651            'DOCKER' and
10652            'PIPELINE' and
10653            'NF_VPPIP4' and
10654            'IMIX' and
10655            '4T2C' and
10656            'NDRPDR'"
10657   parameters:
10658   - "throughput"
10659   - "name"
10660   - "tags"
10661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10662   x-axis: "X = CNFs per Service Pipeline"
10663   y-axis: "Y = Number of Service Pipelines"
10664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10665   layout:
10666     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10667     layout: "plot-service-density"
10668
10669 - type: "plot"
10670   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10671   algorithm: "plot_nf_heatmap"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10674   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10675   filter: "'NIC_Intel-XXV710' and
10676            'NF_DENSITY' and
10677            'DOCKER' and
10678            'PIPELINE' and
10679            'NF_VPPIP4' and
10680            'IMIX' and
10681            '8T4C' and
10682            'NDRPDR'"
10683   parameters:
10684   - "throughput"
10685   - "name"
10686   - "tags"
10687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10688   x-axis: "X = CNFs per Service Pipeline"
10689   y-axis: "Y = Number of Service Pipelines"
10690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10691   layout:
10692     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10693     layout: "plot-service-density"
10694
10695 # Plots - NF Density - CSP - PDR IMIX
10696 - type: "plot"
10697   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10698   algorithm: "plot_nf_heatmap"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10702   filter: "'NIC_Intel-XXV710' and
10703            'NF_DENSITY' and
10704            'DOCKER' and
10705            'PIPELINE' and
10706            'NF_VPPIP4' and
10707            'IMIX' and
10708            '2T1C' and
10709            'NDRPDR'"
10710   parameters:
10711   - "throughput"
10712   - "name"
10713   - "tags"
10714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10715   x-axis: "X = CNFs per Service Pipeline"
10716   y-axis: "Y = Number of Service Pipelines"
10717   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10718   layout:
10719     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10720     layout: "plot-service-density"
10721
10722 - type: "plot"
10723   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10724   algorithm: "plot_nf_heatmap"
10725   output-file-type: ".html"
10726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10727   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10728   filter: "'NIC_Intel-XXV710' and
10729            'NF_DENSITY' and
10730            'DOCKER' and
10731            'PIPELINE' and
10732            'NF_VPPIP4' and
10733            'IMIX' and
10734            '4T2C' and
10735            'NDRPDR'"
10736   parameters:
10737   - "throughput"
10738   - "name"
10739   - "tags"
10740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10741   x-axis: "X = CNFs per Service Pipeline"
10742   y-axis: "Y = Number of Service Pipelines"
10743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10744   layout:
10745     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10746     layout: "plot-service-density"
10747
10748 - type: "plot"
10749   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10750   algorithm: "plot_nf_heatmap"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10753   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10754   filter: "'NIC_Intel-XXV710' and
10755            'NF_DENSITY' and
10756            'DOCKER' and
10757            'PIPELINE' and
10758            'NF_VPPIP4' and
10759            'IMIX' and
10760            '8T4C' and
10761            'NDRPDR'"
10762   parameters:
10763   - "throughput"
10764   - "name"
10765   - "tags"
10766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10767   x-axis: "X = CNFs per Service Pipeline"
10768   y-axis: "Y = Number of Service Pipelines"
10769   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10770   layout:
10771     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10772     layout: "plot-service-density"
10773
10774 ################################################################################
10775
10776 # Packet Throughput
10777
10778 - type: "plot"
10779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10780   algorithm: "plot_perf_box_name"
10781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10783   include:
10784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10788   layout:
10789     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10790     layout: "plot-throughput"
10791
10792 - type: "plot"
10793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10794   algorithm: "plot_perf_box_name"
10795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10797   include:
10798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10802   layout:
10803     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10804     layout: "plot-throughput"
10805
10806 - type: "plot"
10807   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10808   algorithm: "plot_perf_box_name"
10809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10811   include:
10812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10816   layout:
10817     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10818     layout: "plot-throughput"
10819
10820 - type: "plot"
10821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10822   algorithm: "plot_perf_box_name"
10823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10825   include:
10826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10830   layout:
10831     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10832     layout: "plot-throughput"
10833
10834 - type: "plot"
10835   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10836   algorithm: "plot_perf_box_name"
10837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10839   include:
10840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
10841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
10842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10845   layout:
10846     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10847     layout: "plot-throughput"
10848
10849 - type: "plot"
10850   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10851   algorithm: "plot_perf_box_name"
10852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10854   include:
10855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10860   layout:
10861     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10862     layout: "plot-throughput"
10863
10864 - type: "plot"
10865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10869   include:
10870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10875   layout:
10876     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10877     layout: "plot-throughput"
10878
10879 - type: "plot"
10880   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10881   algorithm: "plot_perf_box_name"
10882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10884   include:
10885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10890   layout:
10891     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10899   include:
10900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10903     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10904     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10905   layout:
10906     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10914   include:
10915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10918     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10919     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10920   layout:
10921     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10928   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10929   include:
10930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10936   layout:
10937     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10938     layout: "plot-throughput"
10939
10940 - type: "plot"
10941   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10942   algorithm: "plot_perf_box_name"
10943   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10945   include:
10946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10952   layout:
10953     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10958   algorithm: "plot_perf_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10961   include:
10962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10967   layout:
10968     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10976   include:
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10982   layout:
10983     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10984     layout: "plot-throughput"
10985
10986 - type: "plot"
10987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10988   algorithm: "plot_perf_box_name"
10989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10991   include:
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10995   layout:
10996     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11004   include:
11005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11008   layout:
11009     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11010     layout: "plot-throughput"
11011
11012 - type: "plot"
11013   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11014   algorithm: "plot_perf_box_name"
11015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11017   include:
11018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11023   layout:
11024     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11025     layout: "plot-throughput"
11026
11027 - type: "plot"
11028   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11029   algorithm: "plot_perf_box_name"
11030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11032   include:
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11038   layout:
11039     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11047   include:
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11051   layout:
11052     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11053     layout: "plot-throughput"
11054
11055 - type: "plot"
11056   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11057   algorithm: "plot_perf_box_name"
11058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11060   include:
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11064   layout:
11065     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11070   algorithm: "plot_perf_box_name"
11071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11073   include:
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11080   layout:
11081     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11082     layout: "plot-throughput"
11083
11084 - type: "plot"
11085   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11086   algorithm: "plot_perf_box_name"
11087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11089   include:
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11096   layout:
11097     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11098     layout: "plot-throughput"
11099
11100 - type: "plot"
11101   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11102   algorithm: "plot_perf_box_name"
11103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11105   include:
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11112   layout:
11113     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11114     layout: "plot-throughput"
11115
11116 - type: "plot"
11117   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11118   algorithm: "plot_perf_box_name"
11119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11121   include:
11122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11128   layout:
11129     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11134   algorithm: "plot_perf_box_name"
11135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11137   include:
11138     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11139     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11141   layout:
11142     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11143     layout: "plot-throughput"
11144
11145 - type: "plot"
11146   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11147   algorithm: "plot_perf_box_name"
11148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11150   include:
11151     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11152     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11154   layout:
11155     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11156     layout: "plot-throughput"
11157
11158 - type: "plot"
11159   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11160   algorithm: "plot_perf_box_name"
11161   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11163   include:
11164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11167 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11168 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11169   layout:
11170     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11171     layout: "plot-throughput"
11172
11173 - type: "plot"
11174   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11175   algorithm: "plot_perf_box_name"
11176   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11178   include:
11179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11182 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11183 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11184   layout:
11185     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11186     layout: "plot-throughput"
11187
11188 - type: "plot"
11189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11190   algorithm: "plot_perf_box_name"
11191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11193   include:
11194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11199   layout:
11200     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11201     layout: "plot-throughput"
11202
11203 - type: "plot"
11204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11205   algorithm: "plot_perf_box_name"
11206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11208   include:
11209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11214   layout:
11215     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11216     layout: "plot-throughput"
11217
11218 - type: "plot"
11219   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11220   algorithm: "plot_perf_box_name"
11221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11223   include:
11224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11229   layout:
11230     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11231     layout: "plot-throughput"
11232
11233 - type: "plot"
11234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11235   algorithm: "plot_perf_box_name"
11236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11238   include:
11239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11244   layout:
11245     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11250   algorithm: "plot_perf_box_name"
11251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11253   include:
11254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11260   layout:
11261     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11262     layout: "plot-throughput"
11263
11264 - type: "plot"
11265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11266   algorithm: "plot_perf_box_name"
11267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11269   include:
11270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11276   layout:
11277     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11282   algorithm: "plot_perf_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11285   include:
11286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11292   layout:
11293     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11294     layout: "plot-throughput"
11295
11296 - type: "plot"
11297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11298   algorithm: "plot_perf_box_name"
11299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11301   include:
11302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11308   layout:
11309     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11310     layout: "plot-throughput"
11311
11312 - type: "plot"
11313   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11314   algorithm: "plot_perf_box_name"
11315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11317   include:
11318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11323   layout:
11324     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11325     layout: "plot-throughput"
11326
11327 - type: "plot"
11328   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11329   algorithm: "plot_perf_box_name"
11330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11332   include:
11333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11338   layout:
11339     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11340     layout: "plot-throughput"
11341
11342 - type: "plot"
11343   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11344   algorithm: "plot_perf_box_name"
11345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11347   include:
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11354   layout:
11355     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11363   include:
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11370   layout:
11371     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11372     layout: "plot-throughput"
11373
11374 - type: "plot"
11375   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11376   algorithm: "plot_perf_box_name"
11377   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11378   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11379   include:
11380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11385   layout:
11386     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11387     layout: "plot-throughput"
11388
11389 - type: "plot"
11390   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11391   algorithm: "plot_perf_box_name"
11392   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11393   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11394   include:
11395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11400   layout:
11401     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11402     layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11409   include:
11410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11416   layout:
11417     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11418     layout: "plot-throughput"
11419
11420 - type: "plot"
11421   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11422   algorithm: "plot_perf_box_name"
11423   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11424   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11425   include:
11426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11432   layout:
11433     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11434     layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11441   include:
11442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11447   layout:
11448     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11455   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11456   include:
11457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11462   layout:
11463     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11470   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11471   include:
11472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11478   layout:
11479     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11480     layout: "plot-throughput"
11481
11482 - type: "plot"
11483   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11484   algorithm: "plot_perf_box_name"
11485   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11486   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11487   include:
11488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11494   layout:
11495     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11496     layout: "plot-throughput"
11497
11498 - type: "plot"
11499   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11500   algorithm: "plot_perf_box_name"
11501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11503   include:
11504     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11506   layout:
11507     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11518   layout:
11519     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11532   layout:
11533     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11546   layout:
11547     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11560   layout:
11561     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11562     layout: "plot-throughput"
11563
11564 - type: "plot"
11565   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11566   algorithm: "plot_perf_box_name"
11567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11569   include:
11570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11574   layout:
11575     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11576     layout: "plot-throughput"
11577
11578 - type: "plot"
11579   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11580   algorithm: "plot_perf_box_name"
11581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11583   include:
11584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11588   layout:
11589     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11590     layout: "plot-throughput"
11591
11592 - type: "plot"
11593   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11594   algorithm: "plot_perf_box_name"
11595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11597   include:
11598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11602   layout:
11603     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11604     layout: "plot-throughput"
11605
11606 - type: "plot"
11607   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11608   algorithm: "plot_perf_box_name"
11609   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11610   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11611   include:
11612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11616   layout:
11617     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11618     layout: "plot-throughput"
11619
11620 - type: "plot"
11621   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11622   algorithm: "plot_perf_box_name"
11623   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11624   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11625   include:
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11630   layout:
11631     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11646   layout:
11647     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11648     layout: "plot-throughput"
11649
11650 - type: "plot"
11651   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11652   algorithm: "plot_perf_box_name"
11653   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11655   include:
11656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11662   layout:
11663     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11671   include:
11672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11677   layout:
11678     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11686   include:
11687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11692   layout:
11693     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11701   include:
11702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11707   layout:
11708     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11722   layout:
11723     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11731   include:
11732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11735   layout:
11736     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11744   include:
11745     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11748   layout:
11749     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11757   include:
11758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11761   layout:
11762     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11774   layout:
11775     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11789   layout:
11790     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11798   include:
11799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11804   layout:
11805     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11813   include:
11814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11819   layout:
11820     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11828   include:
11829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11834   layout:
11835     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11843   include:
11844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11849   layout:
11850     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11858   include:
11859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11864   layout:
11865     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11872   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11873   include:
11874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11879   layout:
11880     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11881     layout: "plot-throughput"
11882
11883 - type: "plot"
11884   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11885   algorithm: "plot_perf_box_name"
11886   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11887   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11888   include:
11889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11894   layout:
11895     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11903   include:
11904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11909   layout:
11910     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11918   include:
11919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11924   layout:
11925     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11933   include:
11934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11940   layout:
11941     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11949   include:
11950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11956   layout:
11957     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11965   include:
11966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11970   layout:
11971     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11979   include:
11980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11984   layout:
11985     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12000   layout:
12001     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12009   include:
12010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12016   layout:
12017     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12025   include:
12026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12032   layout:
12033     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12041   include:
12042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12048   layout:
12049     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12057   include:
12058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12059     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12060     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12064   layout:
12065     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12073   include:
12074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12075     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12080   layout:
12081     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12082     layout: "plot-throughput"
12083
12084 - type: "plot"
12085   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12086   algorithm: "plot_perf_box_name"
12087   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12088   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12089   include:
12090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12096   layout:
12097     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12105   include:
12106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12112   layout:
12113     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12121   include:
12122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12128   layout:
12129     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12137   include:
12138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12144   layout:
12145     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12160   layout:
12161     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12176   layout:
12177     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12185   include:
12186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12192   layout:
12193     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12200   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12201   include:
12202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12208   layout:
12209     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12217   include:
12218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12222   layout:
12223     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12231   include:
12232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12236   layout:
12237     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12245   include:
12246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12250   layout:
12251     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12259   include:
12260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12264   layout:
12265     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12273   include:
12274     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12279     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12280   layout:
12281     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12289   include:
12290     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12296   layout:
12297     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12298     layout: "plot-throughput"
12299
12300 - type: "plot"
12301   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12302   algorithm: "plot_perf_box_name"
12303   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12305   include:
12306     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12307     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12311   layout:
12312     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12320   include:
12321     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12326   layout:
12327     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12335   include:
12336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12341   layout:
12342     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12343     layout: "plot-throughput"
12344
12345 - type: "plot"
12346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12347   algorithm: "plot_perf_box_name"
12348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12350   include:
12351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12356   layout:
12357     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12358     layout: "plot-throughput"
12359
12360 - type: "plot"
12361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12362   algorithm: "plot_perf_box_name"
12363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12365   include:
12366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12370   layout:
12371     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12379   include:
12380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12384   layout:
12385     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12386     layout: "plot-throughput"
12387
12388 - type: "plot"
12389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12390   algorithm: "plot_perf_box_name"
12391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12393   include:
12394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12400   layout:
12401     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12409   include:
12410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12416   layout:
12417     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12418     layout: "plot-throughput"
12419
12420 - type: "plot"
12421   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12422   algorithm: "plot_perf_box_name"
12423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12425   include:
12426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12432   layout:
12433     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12441   include:
12442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12448   layout:
12449     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12457   include:
12458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12464   layout:
12465     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12473   include:
12474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12480   layout:
12481     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12489   include:
12490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12494   layout:
12495     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12503   include:
12504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12508   layout:
12509     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12517   include:
12518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12524   layout:
12525     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12526     layout: "plot-throughput"
12527
12528 - type: "plot"
12529   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12530   algorithm: "plot_perf_box_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12533   include:
12534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12540   layout:
12541     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12549   include:
12550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12556   layout:
12557     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12565   include:
12566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12572   layout:
12573     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12574     layout: "plot-throughput"
12575
12576 #- type: "plot"
12577 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12578 #  algorithm: "plot_perf_box_name"
12579 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12580 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12581 #  include:
12582 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12583 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12584 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12585 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12586 #  layout:
12587 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12588 #    layout: "plot-throughput"
12589 #
12590 #- type: "plot"
12591 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12592 #  algorithm: "plot_perf_box_name"
12593 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12594 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12595 #  include:
12596 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12597 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12598 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12599 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12600 #  layout:
12601 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12602 #    layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12608   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12609   include:
12610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12616   layout:
12617     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12624   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12625   include:
12626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12632   layout:
12633     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12634     layout: "plot-throughput"
12635
12636 #- type: "plot"
12637 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12638 #  algorithm: "plot_perf_box_name"
12639 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12640 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12641 #  include:
12642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12645 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12646 #  layout:
12647 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12648 #    layout: "plot-throughput"
12649 #
12650 #- type: "plot"
12651 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12652 #  algorithm: "plot_perf_box_name"
12653 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12654 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12655 #  include:
12656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12657 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12658 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12659 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12660 #  layout:
12661 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12662 #    layout: "plot-throughput"
12663
12664 - type: "plot"
12665   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12666   algorithm: "plot_perf_box_name"
12667   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12668   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12669   include:
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12676   layout:
12677     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12684   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12685   include:
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12692   layout:
12693     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12694     layout: "plot-throughput"
12695
12696 #- type: "plot"
12697 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12698 #  algorithm: "plot_perf_box_name"
12699 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12700 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12701 #  include:
12702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12703 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12704 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12708 #  layout:
12709 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12710 #    layout: "plot-throughput"
12711 #
12712 #- type: "plot"
12713 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12714 #  algorithm: "plot_perf_box_name"
12715 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12716 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12717 #  include:
12718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12719 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12720 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12721 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12722 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12723 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12724 #  layout:
12725 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12726 #    layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12733   include:
12734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12736     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12740   layout:
12741     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12749   include:
12750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12756   layout:
12757     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12765   include:
12766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12770     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12772   layout:
12773     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12781   include:
12782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12788   layout:
12789     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12796   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12797   include:
12798     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12799     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12801     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12802     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12803     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12804   layout:
12805     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12806     layout: "plot-throughput"
12807
12808 - type: "plot"
12809   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12810   algorithm: "plot_perf_box_name"
12811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12813   include:
12814     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12815     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12820   layout:
12821     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12822     layout: "plot-throughput"
12823
12824 #- type: "plot"
12825 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12826 #  algorithm: "plot_perf_box_name"
12827 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12828 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12829 #  include:
12830 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12831 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12832 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12833 #  layout:
12834 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12835 #    layout: "plot-throughput"
12836 #
12837 #- type: "plot"
12838 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12839 #  algorithm: "plot_perf_box_name"
12840 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12841 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12842 #  include:
12843 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12846 #  layout:
12847 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12848 #    layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12855   include:
12856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12861   layout:
12862     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12863     layout: "plot-throughput"
12864
12865 - type: "plot"
12866   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12867   algorithm: "plot_perf_box_name"
12868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12870   include:
12871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12876   layout:
12877     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12878     layout: "plot-throughput"
12879
12880 - type: "plot"
12881   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12882   algorithm: "plot_perf_box_name"
12883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12885   include:
12886     - "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"
12887     - "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"
12888     - "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"
12889     - "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"
12890     - "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"
12891   layout:
12892     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12897   algorithm: "plot_perf_box_name"
12898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12900   include:
12901     - "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"
12902     - "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"
12903     - "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"
12904     - "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"
12905     - "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"
12906   layout:
12907     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12915   include:
12916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12921   layout:
12922     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
12923     layout: "plot-throughput"
12924
12925 - type: "plot"
12926   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12927   algorithm: "plot_perf_box_name"
12928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12930   include:
12931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12936   layout:
12937     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
12938     layout: "plot-throughput"
12939
12940 - type: "plot"
12941   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12942   algorithm: "plot_perf_box_name"
12943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12945   include:
12946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12951   layout:
12952     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
12953     layout: "plot-throughput"
12954
12955 - type: "plot"
12956   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12957   algorithm: "plot_perf_box_name"
12958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12960   include:
12961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12966   layout:
12967     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12975   include:
12976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12981   layout:
12982     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12990   include:
12991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12996   layout:
12997     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13005   include:
13006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13011   layout:
13012     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13017   algorithm: "plot_perf_box_name"
13018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13020   include:
13021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13026   layout:
13027     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13040   layout:
13041     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13049   include:
13050     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13054   layout:
13055     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13063   include:
13064     - "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"
13065     - "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"
13066     - "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"
13067     - "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"
13068   layout:
13069     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13070     layout: "plot-throughput"
13071
13072 - type: "plot"
13073   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13074   algorithm: "plot_perf_box_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13077   include:
13078     - "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"
13079     - "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"
13080     - "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"
13081     - "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"
13082   layout:
13083     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13091   include:
13092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13098   layout:
13099     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13107   include:
13108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13114   layout:
13115     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13123   include:
13124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130   layout:
13131     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13139   include:
13140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13146   layout:
13147     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13155   include:
13156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13162   layout:
13163     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13164     layout: "plot-throughput"
13165
13166 - type: "plot"
13167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13168   algorithm: "plot_perf_box_name"
13169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13171   include:
13172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13178   layout:
13179     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13187   include:
13188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13193   layout:
13194     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13208   layout:
13209     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13210     layout: "plot-throughput"
13211
13212 - type: "plot"
13213   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13214   algorithm: "plot_perf_box_name"
13215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13217   include:
13218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13220   layout:
13221     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13229   include:
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13232   layout:
13233     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13234     layout: "plot-throughput"
13235
13236 - type: "plot"
13237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13238   algorithm: "plot_perf_box_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13241   include:
13242     - "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"
13243     - "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"
13244   layout:
13245     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13253   include:
13254     - "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"
13255     - "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"
13256   layout:
13257     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13265   include:
13266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13272   layout:
13273     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13280   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13281   include:
13282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13288   layout:
13289     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13290     layout: "plot-throughput"
13291
13292 - type: "plot"
13293   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13294   algorithm: "plot_perf_box_name"
13295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13297   include:
13298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13304   layout:
13305     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13306     layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13310   algorithm: "plot_perf_box_name"
13311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13312   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13313   include:
13314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13320   layout:
13321     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13322     layout: "plot-throughput"
13323
13324 #- type: "plot"
13325 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13326 #  algorithm: "plot_perf_box_name"
13327 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13328 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13329 #  include:
13330 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13331 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13332 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13333 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13334 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13335 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13336 #  layout:
13337 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13338 #    layout: "plot-throughput"
13339 #
13340 #- type: "plot"
13341 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13342 #  algorithm: "plot_perf_box_name"
13343 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13344 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13345 #  include:
13346 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13347 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13348 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13349 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13350 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13351 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13352 #  layout:
13353 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13354 #    layout: "plot-throughput"
13355
13356 - type: "plot"
13357   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13358   algorithm: "plot_perf_box_name"
13359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13361   include:
13362     - "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"
13363     - "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"
13364     - "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"
13365     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13366     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13368   layout:
13369     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13377   include:
13378     - "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"
13379     - "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"
13380     - "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"
13381     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13384   layout:
13385     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13386     layout: "plot-throughput"
13387
13388 ################################################################################
13389
13390 # Packet Speedup
13391
13392 - type: "plot"
13393   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13394   algorithm: "plot_tsa_name"
13395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13397   include:
13398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13402   layout:
13403     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13404     layout: "plot-throughput-speedup-analysis"
13405
13406 - type: "plot"
13407   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13408   algorithm: "plot_tsa_name"
13409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13416   layout:
13417     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13418     layout: "plot-throughput-speedup-analysis"
13419
13420 - type: "plot"
13421   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13422   algorithm: "plot_tsa_name"
13423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13425   include:
13426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13430   layout:
13431     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13432     layout: "plot-throughput-speedup-analysis"
13433
13434 - type: "plot"
13435   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13436   algorithm: "plot_tsa_name"
13437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13444   layout:
13445     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13446     layout: "plot-throughput-speedup-analysis"
13447
13448 - type: "plot"
13449   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13450   algorithm: "plot_tsa_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   include:
13454     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13458     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13459   layout:
13460     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13461     layout: "plot-throughput-speedup-analysis"
13462
13463 - type: "plot"
13464   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13465   algorithm: "plot_tsa_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13468   include:
13469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13470     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13474   layout:
13475     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13476     layout: "plot-throughput-speedup-analysis"
13477
13478 - type: "plot"
13479   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13480   algorithm: "plot_tsa_name"
13481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13483   include:
13484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13485     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13486     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13487     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13488     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13489   layout:
13490     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13491     layout: "plot-throughput-speedup-analysis"
13492
13493 - type: "plot"
13494   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13495   algorithm: "plot_tsa_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13498   include:
13499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13500     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13502     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13503     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13504   layout:
13505     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13506     layout: "plot-throughput-speedup-analysis"
13507
13508 - type: "plot"
13509   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13510   algorithm: "plot_tsa_name"
13511   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13513   include:
13514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13520   layout:
13521     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13522     layout: "plot-throughput-speedup-analysis"
13523
13524 - type: "plot"
13525   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13526   algorithm: "plot_tsa_name"
13527   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13536   layout:
13537     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13538     layout: "plot-throughput-speedup-analysis"
13539
13540 - type: "plot"
13541   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13542   algorithm: "plot_tsa_name"
13543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13545   include:
13546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13551   layout:
13552     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13553     layout: "plot-throughput-speedup-analysis"
13554
13555 - type: "plot"
13556   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13557   algorithm: "plot_tsa_name"
13558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13560   include:
13561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13566   layout:
13567     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13568     layout: "plot-throughput-speedup-analysis"
13569
13570 - type: "plot"
13571   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13572   algorithm: "plot_tsa_name"
13573   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13575   include:
13576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13579   layout:
13580     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13581     layout: "plot-throughput-speedup-analysis"
13582
13583 - type: "plot"
13584   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13585   algorithm: "plot_tsa_name"
13586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13592   layout:
13593     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13594     layout: "plot-throughput-speedup-analysis"
13595
13596 - type: "plot"
13597   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13598   algorithm: "plot_tsa_name"
13599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13601   include:
13602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13607   layout:
13608     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13609     layout: "plot-throughput-speedup-analysis"
13610
13611 - type: "plot"
13612   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13613   algorithm: "plot_tsa_name"
13614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13616   include:
13617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13622   layout:
13623     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13624     layout: "plot-throughput-speedup-analysis"
13625
13626 - type: "plot"
13627   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13628   algorithm: "plot_tsa_name"
13629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13631   include:
13632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13635   layout:
13636     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13637     layout: "plot-throughput-speedup-analysis"
13638
13639 - type: "plot"
13640   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13641   algorithm: "plot_tsa_name"
13642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13644   include:
13645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13648   layout:
13649     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13650     layout: "plot-throughput-speedup-analysis"
13651
13652 - type: "plot"
13653   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13654   algorithm: "plot_tsa_name"
13655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13657   include:
13658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13664   layout:
13665     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13666     layout: "plot-throughput-speedup-analysis"
13667
13668 - type: "plot"
13669   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13670   algorithm: "plot_tsa_name"
13671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13680   layout:
13681     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13682     layout: "plot-throughput-speedup-analysis"
13683
13684 - type: "plot"
13685   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13686   algorithm: "plot_tsa_name"
13687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13689   include:
13690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13696   layout:
13697     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13698     layout: "plot-throughput-speedup-analysis"
13699
13700 - type: "plot"
13701   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13702   algorithm: "plot_tsa_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13712   layout:
13713     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13714     layout: "plot-throughput-speedup-analysis"
13715
13716 - type: "plot"
13717   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13718   algorithm: "plot_tsa_name"
13719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13721   include:
13722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13724     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13725   layout:
13726     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13727     layout: "plot-throughput-speedup-analysis"
13728
13729 - type: "plot"
13730   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13731   algorithm: "plot_tsa_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13734   include:
13735     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13737     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13738   layout:
13739     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13740     layout: "plot-throughput-speedup-analysis"
13741
13742 - type: "plot"
13743   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13744   algorithm: "plot_tsa_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13753   layout:
13754     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13755     layout: "plot-throughput-speedup-analysis"
13756
13757 - type: "plot"
13758   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13759   algorithm: "plot_tsa_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13762   include:
13763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13768   layout:
13769     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13770     layout: "plot-throughput-speedup-analysis"
13771
13772 - type: "plot"
13773   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13774   algorithm: "plot_tsa_name"
13775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13777   include:
13778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13783   layout:
13784     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13785     layout: "plot-throughput-speedup-analysis"
13786
13787 - type: "plot"
13788   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13789   algorithm: "plot_tsa_name"
13790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13792   include:
13793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13800     layout: "plot-throughput-speedup-analysis"
13801
13802 - type: "plot"
13803   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13804   algorithm: "plot_tsa_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13813   layout:
13814     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13815     layout: "plot-throughput-speedup-analysis"
13816
13817 - type: "plot"
13818   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13819   algorithm: "plot_tsa_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13822   include:
13823     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13828   layout:
13829     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13830     layout: "plot-throughput-speedup-analysis"
13831
13832 - type: "plot"
13833   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13834   algorithm: "plot_tsa_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837   include:
13838     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13846     layout: "plot-throughput-speedup-analysis"
13847
13848 - type: "plot"
13849   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13850   algorithm: "plot_tsa_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13860   layout:
13861     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13862     layout: "plot-throughput-speedup-analysis"
13863
13864 - type: "plot"
13865   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13866   algorithm: "plot_tsa_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869   include:
13870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13876   layout:
13877     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13878     layout: "plot-throughput-speedup-analysis"
13879
13880 - type: "plot"
13881   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13882   algorithm: "plot_tsa_name"
13883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13885   include:
13886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13892   layout:
13893     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13894     layout: "plot-throughput-speedup-analysis"
13895
13896 - type: "plot"
13897   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13898   algorithm: "plot_tsa_name"
13899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
13900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13901   include:
13902     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13904   layout:
13905     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
13906     layout: "plot-throughput-speedup-analysis"
13907
13908 - type: "plot"
13909   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13910   algorithm: "plot_tsa_name"
13911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
13912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13913   include:
13914     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13915     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13916   layout:
13917     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
13918     layout: "plot-throughput-speedup-analysis"
13919
13920 - type: "plot"
13921   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13922   algorithm: "plot_tsa_name"
13923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
13924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13925   include:
13926     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13930   layout:
13931     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
13932     layout: "plot-throughput-speedup-analysis"
13933
13934 - type: "plot"
13935   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13936   algorithm: "plot_tsa_name"
13937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
13938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13944   layout:
13945     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
13946     layout: "plot-throughput-speedup-analysis"
13947
13948 - type: "plot"
13949   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13950   algorithm: "plot_tsa_name"
13951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
13952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13953   include:
13954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13958   layout:
13959     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
13960     layout: "plot-throughput-speedup-analysis"
13961
13962 - type: "plot"
13963   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13964   algorithm: "plot_tsa_name"
13965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
13966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13967   include:
13968     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13972   layout:
13973     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13981   include:
13982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13988   layout:
13989     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
13990     layout: "plot-throughput-speedup-analysis"
13991
13992 - type: "plot"
13993   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13994   algorithm: "plot_tsa_name"
13995   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
13996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13997   include:
13998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14004   layout:
14005     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14006     layout: "plot-throughput-speedup-analysis"
14007
14008 - type: "plot"
14009   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14010   algorithm: "plot_tsa_name"
14011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14019   layout:
14020     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14021     layout: "plot-throughput-speedup-analysis"
14022
14023 - type: "plot"
14024   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14025   algorithm: "plot_tsa_name"
14026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14028   include:
14029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14034   layout:
14035     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14036     layout: "plot-throughput-speedup-analysis"
14037
14038 - type: "plot"
14039   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14040   algorithm: "plot_tsa_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14049   layout:
14050     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14051     layout: "plot-throughput-speedup-analysis"
14052
14053 - type: "plot"
14054   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14055   algorithm: "plot_tsa_name"
14056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14064   layout:
14065     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14066     layout: "plot-throughput-speedup-analysis"
14067
14068 - type: "plot"
14069   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14070   algorithm: "plot_tsa_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14073   include:
14074     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14077   layout:
14078     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14079     layout: "plot-throughput-speedup-analysis"
14080
14081 - type: "plot"
14082   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14083   algorithm: "plot_tsa_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14086   include:
14087     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14090   layout:
14091     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14092     layout: "plot-throughput-speedup-analysis"
14093
14094 - type: "plot"
14095   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14096   algorithm: "plot_tsa_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14099   include:
14100     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14103   layout:
14104     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14105     layout: "plot-throughput-speedup-analysis"
14106
14107 - type: "plot"
14108   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14109   algorithm: "plot_tsa_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14112   include:
14113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14116   layout:
14117     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14125   include:
14126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14131   layout:
14132     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 - type: "plot"
14136   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14137   algorithm: "plot_tsa_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14146   layout:
14147     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14161   layout:
14162     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14170   include:
14171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14176   layout:
14177     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14178     layout: "plot-throughput-speedup-analysis"
14179
14180 - type: "plot"
14181   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14182   algorithm: "plot_tsa_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14185   include:
14186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14189     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14190     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14191     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14192   layout:
14193     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14194     layout: "plot-throughput-speedup-analysis"
14195
14196 - type: "plot"
14197   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14198   algorithm: "plot_tsa_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14201   include:
14202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14203     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14204     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14205     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14206     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14207     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14208   layout:
14209     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14210     layout: "plot-throughput-speedup-analysis"
14211
14212 - type: "plot"
14213   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14214   algorithm: "plot_tsa_name"
14215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14217   include:
14218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14219     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14220     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14221     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14222   layout:
14223     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14224     layout: "plot-throughput-speedup-analysis"
14225
14226 - type: "plot"
14227   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14228   algorithm: "plot_tsa_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14231   include:
14232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14235     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14236   layout:
14237     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14238     layout: "plot-throughput-speedup-analysis"
14239
14240 - type: "plot"
14241   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14242   algorithm: "plot_tsa_name"
14243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14245   include:
14246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14247     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14248     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14249     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14250     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14251     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14252   layout:
14253     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14254     layout: "plot-throughput-speedup-analysis"
14255
14256 - type: "plot"
14257   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14258   algorithm: "plot_tsa_name"
14259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14261   include:
14262     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14263     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14264     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14265     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14266     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14267     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14268   layout:
14269     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14270     layout: "plot-throughput-speedup-analysis"
14271
14272 - type: "plot"
14273   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14274   algorithm: "plot_tsa_name"
14275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14277   include:
14278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14279     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14280     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14281     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14282     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14283     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14284   layout:
14285     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14286     layout: "plot-throughput-speedup-analysis"
14287
14288 - type: "plot"
14289   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14290   algorithm: "plot_tsa_name"
14291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14293   include:
14294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14297     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14298     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14299     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14300   layout:
14301     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14316   layout:
14317     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14332   layout:
14333     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14334     layout: "plot-throughput-speedup-analysis"
14335
14336 - type: "plot"
14337   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14338   algorithm: "plot_tsa_name"
14339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14348   layout:
14349     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14350     layout: "plot-throughput-speedup-analysis"
14351
14352 - type: "plot"
14353   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14354   algorithm: "plot_tsa_name"
14355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14357   include:
14358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14364   layout:
14365     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14380   layout:
14381     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14396   layout:
14397     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14410   layout:
14411     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14424   layout:
14425     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14426     layout: "plot-throughput-speedup-analysis"
14427
14428 - type: "plot"
14429   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14430   algorithm: "plot_tsa_name"
14431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14433   include:
14434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14438   layout:
14439     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14440     layout: "plot-throughput-speedup-analysis"
14441
14442 - type: "plot"
14443   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14444   algorithm: "plot_tsa_name"
14445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14447   include:
14448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14452   layout:
14453     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14461   include:
14462     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14465     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14466     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14467     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14468   layout:
14469     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14470     layout: "plot-throughput-speedup-analysis"
14471
14472 - type: "plot"
14473   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14477   include:
14478     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14479     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14481     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14482     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14484   layout:
14485     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14486     layout: "plot-throughput-speedup-analysis"
14487
14488 - type: "plot"
14489   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14490   algorithm: "plot_tsa_name"
14491   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14493   include:
14494     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14495     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14497     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14498     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14499   layout:
14500     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14508   include:
14509     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14510     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14511     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14512     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14513     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14514   layout:
14515     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14523   include:
14524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14529   layout:
14530     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14538   include:
14539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14544   layout:
14545     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14546     layout: "plot-throughput-speedup-analysis"
14547
14548 - type: "plot"
14549   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14550   algorithm: "plot_tsa_name"
14551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14553   include:
14554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14558   layout:
14559     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14572   layout:
14573     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14581   include:
14582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14588   layout:
14589     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14604   layout:
14605     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 - type: "plot"
14609   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14610   algorithm: "plot_tsa_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14613   include:
14614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14620   layout:
14621     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14622     layout: "plot-throughput-speedup-analysis"
14623
14624 - type: "plot"
14625   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14626   algorithm: "plot_tsa_name"
14627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14629   include:
14630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14636   layout:
14637     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14652   layout:
14653     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14668   layout:
14669     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14670     layout: "plot-throughput-speedup-analysis"
14671
14672 - type: "plot"
14673   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14674   algorithm: "plot_tsa_name"
14675   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14677   include:
14678     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14679     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14680     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14681     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14682     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14683     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14684   layout:
14685     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14693   include:
14694     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14695     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14697     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14698     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14700   layout:
14701     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14702     layout: "plot-throughput-speedup-analysis"
14703
14704 - type: "plot"
14705   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14709   include:
14710     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14711     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14713     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14714     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14715     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14716   layout:
14717     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14725   include:
14726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14732   layout:
14733     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14741   include:
14742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14747   layout:
14748     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14756   include:
14757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14762   layout:
14763     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14764     layout: "plot-throughput-speedup-analysis"
14765
14766 - type: "plot"
14767   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14768   algorithm: "plot_tsa_name"
14769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14771   include:
14772     - "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"
14773     - "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"
14774     - "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"
14775     - "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"
14776     - "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"
14777   layout:
14778     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14779     layout: "plot-throughput-speedup-analysis"
14780
14781 - type: "plot"
14782   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14783   algorithm: "plot_tsa_name"
14784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14786   include:
14787     - "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"
14788     - "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"
14789     - "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"
14790     - "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"
14791     - "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"
14792   layout:
14793     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14794     layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14801   include:
14802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14807   layout:
14808     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14809     layout: "plot-throughput-speedup-analysis"
14810
14811 - type: "plot"
14812   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14813   algorithm: "plot_tsa_name"
14814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14816   include:
14817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14822   layout:
14823     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14824     layout: "plot-throughput-speedup-analysis"
14825
14826 - type: "plot"
14827   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14828   algorithm: "plot_tsa_name"
14829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14831   include:
14832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14837   layout:
14838     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14839     layout: "plot-throughput-speedup-analysis"
14840
14841 - type: "plot"
14842   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14846   include:
14847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14852   layout:
14853     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14861   include:
14862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14866     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14867   layout:
14868     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
14869     layout: "plot-throughput-speedup-analysis"
14870
14871 - type: "plot"
14872   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14873   algorithm: "plot_tsa_name"
14874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
14875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14876   include:
14877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14880     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14881     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14882   layout:
14883     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
14884     layout: "plot-throughput-speedup-analysis"
14885
14886 - type: "plot"
14887   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14888   algorithm: "plot_tsa_name"
14889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14891   include:
14892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14895     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14896     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14897   layout:
14898     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14906   include:
14907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14910     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14911     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14912   layout:
14913     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
14914     layout: "plot-throughput-speedup-analysis"
14915
14916 - type: "plot"
14917   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14918   algorithm: "plot_tsa_name"
14919   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
14920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14921   include:
14922     - "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"
14923     - "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"
14924     - "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"
14925     - "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"
14926   layout:
14927     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14935   include:
14936     - "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"
14937     - "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"
14938     - "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"
14939     - "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"
14940   layout:
14941     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14949   include:
14950     - "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"
14951     - "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"
14952     - "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"
14953     - "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"
14954   layout:
14955     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
14956     layout: "plot-throughput-speedup-analysis"
14957
14958 - type: "plot"
14959   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14960   algorithm: "plot_tsa_name"
14961   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
14962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14963   include:
14964     - "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"
14965     - "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"
14966     - "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"
14967     - "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"
14968   layout:
14969     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 - type: "plot"
14973   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
14974   algorithm: "plot_tsa_name"
14975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14977   include:
14978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14984   layout:
14985     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
14986     layout: "plot-throughput-speedup-analysis"
14987
14988 - type: "plot"
14989   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
14990   algorithm: "plot_tsa_name"
14991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14993   include:
14994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15000   layout:
15001     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15002     layout: "plot-throughput-speedup-analysis"
15003
15004 - type: "plot"
15005   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15006   algorithm: "plot_tsa_name"
15007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15009   include:
15010     - "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"
15011     - "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"
15012     - "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"
15013     - "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"
15014     - "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"
15015     - "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"
15016   layout:
15017     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "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"
15027     - "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"
15028     - "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"
15029     - "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"
15030     - "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"
15031     - "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"
15032   layout:
15033     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15041   include:
15042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15048   layout:
15049     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15064   layout:
15065     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15079   layout:
15080     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15088   include:
15089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15094   layout:
15095     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15103   include:
15104     - "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"
15105     - "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"
15106   layout:
15107     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15115   include:
15116     - "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"
15117     - "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"
15118   layout:
15119     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15127   include:
15128     - "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"
15129     - "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"
15130   layout:
15131     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15139   include:
15140     - "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"
15141     - "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"
15142   layout:
15143     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15144     layout: "plot-throughput-speedup-analysis"
15145
15146 - type: "plot"
15147   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15148   algorithm: "plot_tsa_name"
15149   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15151   include:
15152     - "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"
15153     - "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"
15154     - "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"
15155     - "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"
15156     - "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"
15157     - "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"
15158   layout:
15159     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 - type: "plot"
15163   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15164   algorithm: "plot_tsa_name"
15165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15167   include:
15168     - "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"
15169     - "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"
15170     - "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"
15171     - "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"
15172     - "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"
15173     - "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"
15174   layout:
15175     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15176     layout: "plot-throughput-speedup-analysis"
15177
15178 - type: "plot"
15179   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15180   algorithm: "plot_tsa_name"
15181   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15182   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15183   include:
15184     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15185     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15186     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15187     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15188     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15189   layout:
15190     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15198   include:
15199     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15200     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15201     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15202     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15203     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15204   layout:
15205     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15213   include:
15214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15219   layout:
15220     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15228   include:
15229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15234   layout:
15235     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15243   include:
15244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15250   layout:
15251     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15259   include:
15260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15266   layout:
15267     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15275   include:
15276     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15280   layout:
15281     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15289   include:
15290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15294   layout:
15295     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15303   include:
15304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15309   layout:
15310     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15318   include:
15319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15324   layout:
15325     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15333   include:
15334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340   layout:
15341     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15349   include:
15350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15356   layout:
15357     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15365   include:
15366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15369     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15370   layout:
15371     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15379   include:
15380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15384   layout:
15385     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15386     layout: "plot-throughput-speedup-analysis"
15387
15388 - type: "plot"
15389   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15390   algorithm: "plot_tsa_name"
15391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15393   include:
15394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15400   layout:
15401     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15409   include:
15410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15416   layout:
15417     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15425   include:
15426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15432   layout:
15433     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15441   include:
15442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15448   layout:
15449     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15457   include:
15458     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15459     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15460     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15461     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15462     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15463     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15464   layout:
15465     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15473   include:
15474     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15475     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15476     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15477     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15478     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15479     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15480   layout:
15481     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15489   include:
15490     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15496   layout:
15497     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15505   include:
15506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15512   layout:
15513     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15514     layout: "plot-throughput-speedup-analysis"
15515
15516 - type: "plot"
15517   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15518   algorithm: "plot_tsa_name"
15519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15521   include:
15522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15528   layout:
15529     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15537   include:
15538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15544   layout:
15545     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 #- type: "plot"
15549 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15550 #  algorithm: "plot_tsa_name"
15551 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15552 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15553 #  include:
15554 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15555 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15556 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15557 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15558 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15559 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15560 #  layout:
15561 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15562 #    layout: "plot-throughput-speedup-analysis"
15563 #
15564 #- type: "plot"
15565 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15566 #  algorithm: "plot_tsa_name"
15567 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15568 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15569 #  include:
15570 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15571 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15572 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15573 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15574 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15575 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15576 #  layout:
15577 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15578 #    layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15585   include:
15586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15591   layout:
15592     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15600   include:
15601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15606   layout:
15607     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15615   include:
15616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15622   layout:
15623     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15631   include:
15632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15638   layout:
15639     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15640     layout: "plot-throughput-speedup-analysis"
15641
15642 - type: "plot"
15643   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15644   algorithm: "plot_tsa_name"
15645   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15646   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15647   include:
15648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15653   layout:
15654     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15662   include:
15663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15668   layout:
15669     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 #- type: "plot"
15673 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15674 #  algorithm: "plot_tsa_name"
15675 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15676 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15677 #  include:
15678 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15679 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15680 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15681 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15682 #  layout:
15683 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15684 #    layout: "plot-throughput-speedup-analysis"
15685 #
15686 #- type: "plot"
15687 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15688 #  algorithm: "plot_tsa_name"
15689 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15690 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15691 #  include:
15692 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15693 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15694 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15695 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15696 #  layout:
15697 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15698 #    layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15705   include:
15706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15712   layout:
15713     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15721   include:
15722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15728   layout:
15729     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15737   include:
15738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15743   layout:
15744     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15752   include:
15753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15758   layout:
15759     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15767   include:
15768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15774   layout:
15775     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15783   include:
15784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15790   layout:
15791     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15799   include:
15800     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15804   layout:
15805     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15813   include:
15814     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15818   layout:
15819     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15827   include:
15828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15833   layout:
15834     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15842   include:
15843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15848   layout:
15849     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15850     layout: "plot-throughput-speedup-analysis"
15851
15852 - type: "plot"
15853   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15854   algorithm: "plot_tsa_name"
15855   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15856   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15857   include:
15858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15859     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15860     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15863     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15864   layout:
15865     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15873   include:
15874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15875     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15876     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15877     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15878     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15879     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15880   layout:
15881     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15882     layout: "plot-throughput-speedup-analysis"
15883
15884 #- type: "plot"
15885 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15886 #  algorithm: "plot_tsa_name"
15887 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15888 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15889 #  include:
15890 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15891 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15892 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15893 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15894 #  layout:
15895 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15896 #    layout: "plot-throughput-speedup-analysis"
15897 #
15898 #- type: "plot"
15899 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15900 #  algorithm: "plot_tsa_name"
15901 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15902 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15903 #  include:
15904 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15905 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15906 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15907 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15908 #  layout:
15909 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15910 #    layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15917   include:
15918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15924   layout:
15925     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15933   include:
15934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15940   layout:
15941     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 #- type: "plot"
15945 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15946 #  algorithm: "plot_tsa_name"
15947 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15948 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15949 #  include:
15950 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15951 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15952 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15953 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15954 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15955 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15956 #  layout:
15957 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
15958 #    layout: "plot-throughput-speedup-analysis"
15959 #
15960 #- type: "plot"
15961 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15962 #  algorithm: "plot_tsa_name"
15963 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15964 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15965 #  include:
15966 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15967 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15968 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15970 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15972 #  layout:
15973 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
15974 #    layout: "plot-throughput-speedup-analysis"
15975
15976 #- type: "plot"
15977 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15978 #  algorithm: "plot_tsa_name"
15979 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15980 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15981 #  include:
15982 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15983 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15984 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15985 #  layout:
15986 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15987 #    layout: "plot-throughput-speedup-analysis"
15988 #
15989 #- type: "plot"
15990 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15991 #  algorithm: "plot_tsa_name"
15992 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15993 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15994 #  include:
15995 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15996 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15997 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15998 #  layout:
15999 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16000 #    layout: "plot-throughput-speedup-analysis"
16001
16002 ################################################################################
16003
16004 # Packet Throughput - DPDK
16005
16006 # 2n-skx-xxv710
16007
16008 - type: "plot"
16009   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16010   algorithm: "plot_perf_box_name"
16011   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16012   data: "plot-dpdk-throughput-latency-2n-skx"
16013   include:
16014     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16015     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16016   layout:
16017     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16018     layout: "plot-throughput"
16019
16020 - type: "plot"
16021   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16022   algorithm: "plot_perf_box_name"
16023   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16024   data: "plot-dpdk-throughput-latency-2n-skx"
16025   include:
16026     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16027     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16028   layout:
16029     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16030     layout: "plot-throughput"
16031
16032 - type: "plot"
16033   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16034   algorithm: "plot_perf_box_name"
16035   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16036   data: "plot-dpdk-throughput-latency-2n-skx"
16037   include:
16038     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16039     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16040   layout:
16041     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16042     layout: "plot-throughput"
16043
16044 - type: "plot"
16045   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16046   algorithm: "plot_perf_box_name"
16047   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16048   data: "plot-dpdk-throughput-latency-2n-skx"
16049   include:
16050     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16051     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16052   layout:
16053     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16054     layout: "plot-throughput"
16055
16056 # 2n-skx-x710
16057
16058 - type: "plot"
16059   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16060   algorithm: "plot_perf_box_name"
16061   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16062   data: "plot-dpdk-throughput-latency-2n-skx"
16063   include:
16064     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16065     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16066   layout:
16067     title: "2n-skx-x710-64b-2t1c-base-ndr"
16068     layout: "plot-throughput"
16069
16070 - type: "plot"
16071   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16072   algorithm: "plot_perf_box_name"
16073   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16074   data: "plot-dpdk-throughput-latency-2n-skx"
16075   include:
16076     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16077     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16078   layout:
16079     title: "2n-skx-x710-64b-4t2c-base-ndr"
16080     layout: "plot-throughput"
16081
16082 - type: "plot"
16083   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16084   algorithm: "plot_perf_box_name"
16085   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16086   data: "plot-dpdk-throughput-latency-2n-skx"
16087   include:
16088     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16089     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16090   layout:
16091     title: "2n-skx-x710-64b-2t1c-base-pdr"
16092     layout: "plot-throughput"
16093
16094 - type: "plot"
16095   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16096   algorithm: "plot_perf_box_name"
16097   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16098   data: "plot-dpdk-throughput-latency-2n-skx"
16099   include:
16100     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16101     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16102   layout:
16103     title: "2n-skx-x710-64b-4t2c-base-pdr"
16104     layout: "plot-throughput"
16105
16106 # 3n-skx-xxv710
16107
16108 - type: "plot"
16109   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16110   algorithm: "plot_perf_box_name"
16111   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16112   data: "plot-dpdk-throughput-latency-3n-skx"
16113   include:
16114     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16115     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16116   layout:
16117     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16118     layout: "plot-throughput"
16119
16120 - type: "plot"
16121   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16122   algorithm: "plot_perf_box_name"
16123   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16124   data: "plot-dpdk-throughput-latency-3n-skx"
16125   include:
16126     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16127     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16128   layout:
16129     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16130     layout: "plot-throughput"
16131
16132 - type: "plot"
16133   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16134   algorithm: "plot_perf_box_name"
16135   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16136   data: "plot-dpdk-throughput-latency-3n-skx"
16137   include:
16138     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16139     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16140   layout:
16141     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16142     layout: "plot-throughput"
16143
16144 - type: "plot"
16145   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16146   algorithm: "plot_perf_box_name"
16147   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16148   data: "plot-dpdk-throughput-latency-3n-skx"
16149   include:
16150     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16151     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16152   layout:
16153     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16154     layout: "plot-throughput"
16155
16156 # 3n-skx-x710
16157
16158 - type: "plot"
16159   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16160   algorithm: "plot_perf_box_name"
16161   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16162   data: "plot-dpdk-throughput-latency-3n-skx"
16163   include:
16164     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16165     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16166   layout:
16167     title: "3n-skx-x710-64b-2t1c-base-ndr"
16168     layout: "plot-throughput"
16169
16170 - type: "plot"
16171   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16172   algorithm: "plot_perf_box_name"
16173   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16174   data: "plot-dpdk-throughput-latency-3n-skx"
16175   include:
16176     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16177     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16178   layout:
16179     title: "3n-skx-x710-64b-4t2c-base-ndr"
16180     layout: "plot-throughput"
16181
16182 - type: "plot"
16183   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16184   algorithm: "plot_perf_box_name"
16185   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16186   data: "plot-dpdk-throughput-latency-3n-skx"
16187   include:
16188     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16189     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16190   layout:
16191     title: "3n-skx-x710-64b-2t1c-base-pdr"
16192     layout: "plot-throughput"
16193
16194 - type: "plot"
16195   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16196   algorithm: "plot_perf_box_name"
16197   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16198   data: "plot-dpdk-throughput-latency-3n-skx"
16199   include:
16200     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16201     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16202   layout:
16203     title: "3n-skx-x710-64b-4t2c-base-pdr"
16204     layout: "plot-throughput"
16205
16206 # 3n-hsw-xl710
16207
16208 - type: "plot"
16209   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16210   algorithm: "plot_perf_box_name"
16211   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16212   data: "plot-dpdk-throughput-latency-3n-hsw"
16213   include:
16214     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16215     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16216   layout:
16217     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16218     layout: "plot-throughput"
16219
16220 - type: "plot"
16221   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16222   algorithm: "plot_perf_box_name"
16223   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16224   data: "plot-dpdk-throughput-latency-3n-hsw"
16225   include:
16226     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16227     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16228   layout:
16229     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16230     layout: "plot-throughput"
16231
16232 - type: "plot"
16233   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16234   algorithm: "plot_perf_box_name"
16235   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16236   data: "plot-dpdk-throughput-latency-3n-hsw"
16237   include:
16238     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16239     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16240   layout:
16241     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16242     layout: "plot-throughput"
16243
16244 - type: "plot"
16245   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16246   algorithm: "plot_perf_box_name"
16247   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16248   data: "plot-dpdk-throughput-latency-3n-hsw"
16249   include:
16250     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16251     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16252   layout:
16253     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16254     layout: "plot-throughput"
16255
16256 # 3n-hsw-x710
16257
16258 - type: "plot"
16259   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16260   algorithm: "plot_perf_box_name"
16261   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16262   data: "plot-dpdk-throughput-latency-3n-hsw"
16263   include:
16264     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16265     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16266   layout:
16267     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16268     layout: "plot-throughput"
16269
16270 - type: "plot"
16271   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16272   algorithm: "plot_perf_box_name"
16273   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16274   data: "plot-dpdk-throughput-latency-3n-hsw"
16275   include:
16276     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16277     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16278   layout:
16279     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16280     layout: "plot-throughput"
16281
16282 - type: "plot"
16283   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16284   algorithm: "plot_perf_box_name"
16285   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16286   data: "plot-dpdk-throughput-latency-3n-hsw"
16287   include:
16288     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16289     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16290   layout:
16291     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16292     layout: "plot-throughput"
16293
16294 - type: "plot"
16295   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16296   algorithm: "plot_perf_box_name"
16297   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16298   data: "plot-dpdk-throughput-latency-3n-hsw"
16299   include:
16300     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16301     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16302   layout:
16303     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16304     layout: "plot-throughput"
16305
16306 # 2n-dnv-x553
16307
16308 - type: "plot"
16309   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16310   algorithm: "plot_perf_box_name"
16311   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16312   data: "plot-dpdk-throughput-latency-2n-dnv"
16313   include:
16314     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16315     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16316   layout:
16317     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16318     layout: "plot-throughput"
16319
16320 - type: "plot"
16321   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16322   algorithm: "plot_perf_box_name"
16323   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16324   data: "plot-dpdk-throughput-latency-2n-dnv"
16325   include:
16326     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16327     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16328   layout:
16329     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16330     layout: "plot-throughput"
16331
16332 - type: "plot"
16333   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16334   algorithm: "plot_perf_box_name"
16335   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16336   data: "plot-dpdk-throughput-latency-2n-dnv"
16337   include:
16338     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16339     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16340   layout:
16341     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16342     layout: "plot-throughput"
16343
16344 - type: "plot"
16345   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16346   algorithm: "plot_perf_box_name"
16347   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16348   data: "plot-dpdk-throughput-latency-2n-dnv"
16349   include:
16350     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16351     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16352   layout:
16353     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16354     layout: "plot-throughput"
16355
16356 # 3n-dnv-x553
16357
16358 - type: "plot"
16359   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16360   algorithm: "plot_perf_box_name"
16361   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16362   data: "plot-dpdk-throughput-latency-3n-dnv"
16363   include:
16364     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16365     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16366   layout:
16367     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16368     layout: "plot-throughput"
16369
16370 - type: "plot"
16371   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16372   algorithm: "plot_perf_box_name"
16373   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16374   data: "plot-dpdk-throughput-latency-3n-dnv"
16375   include:
16376     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16377     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16378   layout:
16379     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16380     layout: "plot-throughput"
16381
16382 - type: "plot"
16383   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16384   algorithm: "plot_perf_box_name"
16385   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16386   data: "plot-dpdk-throughput-latency-3n-dnv"
16387   include:
16388     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16389     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16390   layout:
16391     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16392     layout: "plot-throughput"
16393
16394 - type: "plot"
16395   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16396   algorithm: "plot_perf_box_name"
16397   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16398   data: "plot-dpdk-throughput-latency-3n-dnv"
16399   include:
16400     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16401     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16402   layout:
16403     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16404     layout: "plot-throughput"
16405
16406 # 3n-tsh-x520
16407
16408 - type: "plot"
16409   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16410   algorithm: "plot_perf_box_name"
16411   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16412   data: "plot-dpdk-throughput-latency-3n-tsh"
16413   include:
16414     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16415     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16416   layout:
16417     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16418     layout: "plot-throughput"
16419
16420 - type: "plot"
16421   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16422   algorithm: "plot_perf_box_name"
16423   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16424   data: "plot-dpdk-throughput-latency-3n-tsh"
16425   include:
16426     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16427     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16428   layout:
16429     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16430     layout: "plot-throughput"
16431
16432 - type: "plot"
16433   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16434   algorithm: "plot_perf_box_name"
16435   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16436   data: "plot-dpdk-throughput-latency-3n-tsh"
16437   include:
16438     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16439     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16440   layout:
16441     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16442     layout: "plot-throughput"
16443
16444 - type: "plot"
16445   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16446   algorithm: "plot_perf_box_name"
16447   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16448   data: "plot-dpdk-throughput-latency-3n-tsh"
16449   include:
16450     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16451     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16452   layout:
16453     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16454     layout: "plot-throughput"
16455
16456 ################################################################################
16457 ###   2n-clx                                                                 ###
16458 ################################################################################
16459
16460 # Packet Throughput
16461
16462 - type: "plot"
16463   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16464   algorithm: "plot_perf_box_name"
16465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16467   include:
16468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16470     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16472   layout:
16473     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16474     layout: "plot-throughput"
16475
16476 - type: "plot"
16477   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16478   algorithm: "plot_perf_box_name"
16479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16481   include:
16482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16486   layout:
16487     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16488     layout: "plot-throughput"
16489
16490 - type: "plot"
16491   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16492   algorithm: "plot_perf_box_name"
16493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16495   include:
16496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16500   layout:
16501     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16502     layout: "plot-throughput"
16503
16504 - type: "plot"
16505   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16506   algorithm: "plot_perf_box_name"
16507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16509   include:
16510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16514   layout:
16515     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16516     layout: "plot-throughput"
16517
16518 - type: "plot"
16519   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16520   algorithm: "plot_perf_box_name"
16521   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16523   include:
16524     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16525     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16526     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16527     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16528   layout:
16529     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16530     layout: "plot-throughput"
16531
16532 - type: "plot"
16533   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16534   algorithm: "plot_perf_box_name"
16535   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16537   include:
16538     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16539     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16540     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16541     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16542   layout:
16543     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16544     layout: "plot-throughput"
16545
16546 - type: "plot"
16547   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16548   algorithm: "plot_perf_box_name"
16549   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16551   include:
16552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16558   layout:
16559     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16560     layout: "plot-throughput"
16561
16562 - type: "plot"
16563   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16564   algorithm: "plot_perf_box_name"
16565   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16567   include:
16568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16573   layout:
16574     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16575     layout: "plot-throughput"
16576
16577 - type: "plot"
16578   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16579   algorithm: "plot_perf_box_name"
16580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16582   include:
16583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16587   layout:
16588     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16589     layout: "plot-throughput"
16590
16591 - type: "plot"
16592   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16593   algorithm: "plot_perf_box_name"
16594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16596   include:
16597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16601   layout:
16602     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16603     layout: "plot-throughput"
16604
16605 - type: "plot"
16606   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16607   algorithm: "plot_perf_box_name"
16608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16610   include:
16611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16614   layout:
16615     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16616     layout: "plot-throughput"
16617
16618 - type: "plot"
16619   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16620   algorithm: "plot_perf_box_name"
16621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16623   include:
16624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16627   layout:
16628     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16629     layout: "plot-throughput"
16630
16631 - type: "plot"
16632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16633   algorithm: "plot_perf_box_name"
16634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16636   include:
16637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16642   layout:
16643     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16644     layout: "plot-throughput"
16645
16646 - type: "plot"
16647   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16648   algorithm: "plot_perf_box_name"
16649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16651   include:
16652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16657   layout:
16658     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16659     layout: "plot-throughput"
16660
16661 - type: "plot"
16662   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16663   algorithm: "plot_perf_box_name"
16664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16666   include:
16667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16670   layout:
16671     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16679   include:
16680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16683   layout:
16684     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16685     layout: "plot-throughput"
16686
16687 - type: "plot"
16688   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16689   algorithm: "plot_perf_box_name"
16690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16692   include:
16693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16699   layout:
16700     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16701     layout: "plot-throughput"
16702
16703 - type: "plot"
16704   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16705   algorithm: "plot_perf_box_name"
16706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16708   include:
16709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16715   layout:
16716     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16717     layout: "plot-throughput"
16718
16719 - type: "plot"
16720   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16721   algorithm: "plot_perf_box_name"
16722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16724   include:
16725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16731   layout:
16732     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16733     layout: "plot-throughput"
16734
16735 - type: "plot"
16736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16737   algorithm: "plot_perf_box_name"
16738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16740   include:
16741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16747   layout:
16748     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16756   include:
16757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16759   layout:
16760     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16761     layout: "plot-throughput"
16762
16763 - type: "plot"
16764   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16765   algorithm: "plot_perf_box_name"
16766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16768   include:
16769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16771   layout:
16772     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16773     layout: "plot-throughput"
16774
16775 - type: "plot"
16776   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16780   include:
16781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16787   layout:
16788     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16789     layout: "plot-throughput"
16790
16791 - type: "plot"
16792   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16793   algorithm: "plot_perf_box_name"
16794   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16796   include:
16797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16803   layout:
16804     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16809   algorithm: "plot_perf_box_name"
16810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16812   include:
16813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16819   layout:
16820     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16821     layout: "plot-throughput"
16822
16823 - type: "plot"
16824   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16825   algorithm: "plot_perf_box_name"
16826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16828   include:
16829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16835   layout:
16836     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16837     layout: "plot-throughput"
16838
16839 - type: "plot"
16840   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16841   algorithm: "plot_perf_box_name"
16842   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16844   include:
16845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16851   layout:
16852     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16853     layout: "plot-throughput"
16854
16855 - type: "plot"
16856   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16857   algorithm: "plot_perf_box_name"
16858   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16860   include:
16861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16867   layout:
16868     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16876   include:
16877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16882   layout:
16883     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
16884     layout: "plot-throughput"
16885
16886 - type: "plot"
16887   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16888   algorithm: "plot_perf_box_name"
16889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16891   include:
16892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16897   layout:
16898     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
16899     layout: "plot-throughput"
16900
16901 - type: "plot"
16902   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16903   algorithm: "plot_perf_box_name"
16904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16906   include:
16907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16912   layout:
16913     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
16914     layout: "plot-throughput"
16915
16916 - type: "plot"
16917   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16918   algorithm: "plot_perf_box_name"
16919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16921   include:
16922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16927   layout:
16928     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
16929     layout: "plot-throughput"
16930
16931 - type: "plot"
16932   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16933   algorithm: "plot_perf_box_name"
16934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16936   include:
16937     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16942   layout:
16943     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
16944     layout: "plot-throughput"
16945
16946 - type: "plot"
16947   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16948   algorithm: "plot_perf_box_name"
16949   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16951   include:
16952     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
16957   layout:
16958     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16966   include:
16967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16972   layout:
16973     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
16974     layout: "plot-throughput"
16975
16976 - type: "plot"
16977   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16978   algorithm: "plot_perf_box_name"
16979   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16981   include:
16982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
16984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
16985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
16986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16987   layout:
16988     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
16989     layout: "plot-throughput"
16990
16991 - type: "plot"
16992   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16993   algorithm: "plot_perf_box_name"
16994   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
16995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16996   include:
16997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17002   layout:
17003     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17004     layout: "plot-throughput"
17005
17006 - type: "plot"
17007   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17008   algorithm: "plot_perf_box_name"
17009   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17011   include:
17012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17017   layout:
17018     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17019     layout: "plot-throughput"
17020
17021 - type: "plot"
17022   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17023   algorithm: "plot_perf_box_name"
17024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17026   include:
17027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17033   layout:
17034     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17042   include:
17043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17049   layout:
17050     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17051     layout: "plot-throughput"
17052
17053 - type: "plot"
17054   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17055   algorithm: "plot_perf_box_name"
17056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17058   include:
17059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17063   layout:
17064     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17069   algorithm: "plot_perf_box_name"
17070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17072   include:
17073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17077   layout:
17078     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17079     layout: "plot-throughput"
17080
17081 - type: "plot"
17082   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17086   include:
17087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17093   layout:
17094     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17109   layout:
17110     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17123   layout:
17124     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17125     layout: "plot-throughput"
17126
17127 - type: "plot"
17128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17129   algorithm: "plot_perf_box_name"
17130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17132   include:
17133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17137   layout:
17138     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17139     layout: "plot-throughput"
17140
17141 - type: "plot"
17142   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17143   algorithm: "plot_perf_box_name"
17144   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17146   include:
17147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17153   layout:
17154     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17155     layout: "plot-throughput"
17156
17157 - type: "plot"
17158   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17159   algorithm: "plot_perf_box_name"
17160   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17162   include:
17163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17168     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17169   layout:
17170     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17178   include:
17179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17183   layout:
17184     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17185     layout: "plot-throughput"
17186
17187 - type: "plot"
17188   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17192   include:
17193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17197   layout:
17198     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17199     layout: "plot-throughput"
17200
17201 - type: "plot"
17202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17203   algorithm: "plot_perf_box_name"
17204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17206   include:
17207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17212   layout:
17213     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17221   include:
17222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17227   layout:
17228     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17229     layout: "plot-throughput"
17230
17231 - type: "plot"
17232   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17233   algorithm: "plot_perf_box_name"
17234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17236   include:
17237     - "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"
17238     - "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"
17239     - "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"
17240     - "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"
17241     - "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"
17242   layout:
17243     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17251   include:
17252     - "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"
17253     - "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"
17254     - "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"
17255     - "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"
17256     - "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"
17257   layout:
17258     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17266   include:
17267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17272   layout:
17273     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17274     layout: "plot-throughput"
17275
17276 - type: "plot"
17277   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17281   include:
17282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17287   layout:
17288     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17296   include:
17297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17302   layout:
17303     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17311   include:
17312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17317   layout:
17318     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17319     layout: "plot-throughput"
17320
17321 - type: "plot"
17322   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17326   include:
17327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17331   layout:
17332     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340   include:
17341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17345   layout:
17346     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17354   include:
17355     - "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"
17356     - "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"
17357     - "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"
17358     - "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"
17359   layout:
17360     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17368   include:
17369     - "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"
17370     - "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"
17371     - "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"
17372     - "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"
17373   layout:
17374     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17382   include:
17383     - "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"
17384     - "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"
17385     - "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"
17386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17387     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17388     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17389   layout:
17390     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17398   include:
17399     - "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"
17400     - "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"
17401     - "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"
17402     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17403     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17404     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17405   layout:
17406     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17407     layout: "plot-throughput"
17408
17409 ################################################################################
17410
17411 # Packet Speedup
17412
17413 - type: "plot"
17414   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17415   algorithm: "plot_tsa_name"
17416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418   include:
17419     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17420     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17423   layout:
17424     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17425     layout: "plot-throughput-speedup-analysis"
17426
17427 - type: "plot"
17428   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17429   algorithm: "plot_tsa_name"
17430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17432   include:
17433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17435     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17437   layout:
17438     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17439     layout: "plot-throughput-speedup-analysis"
17440
17441 - type: "plot"
17442   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17443   algorithm: "plot_tsa_name"
17444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446   include:
17447     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17448     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17449     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17450     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17451   layout:
17452     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17453     layout: "plot-throughput-speedup-analysis"
17454
17455 - type: "plot"
17456   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17457   algorithm: "plot_tsa_name"
17458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17460   include:
17461     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17462     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17463     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17464     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17465   layout:
17466     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17467     layout: "plot-throughput-speedup-analysis"
17468
17469 - type: "plot"
17470   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17471   algorithm: "plot_tsa_name"
17472   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17474   include:
17475     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17476     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17477     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17478     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17479   layout:
17480     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17481     layout: "plot-throughput-speedup-analysis"
17482
17483 - type: "plot"
17484   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17485   algorithm: "plot_tsa_name"
17486   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17488   include:
17489     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17490     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17491     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17492     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17493   layout:
17494     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17495     layout: "plot-throughput-speedup-analysis"
17496
17497 - type: "plot"
17498   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17499   algorithm: "plot_tsa_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17509   layout:
17510     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17511     layout: "plot-throughput-speedup-analysis"
17512
17513 - type: "plot"
17514   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17515   algorithm: "plot_tsa_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17525   layout:
17526     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17527     layout: "plot-throughput-speedup-analysis"
17528
17529 - type: "plot"
17530   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17531   algorithm: "plot_tsa_name"
17532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17534   include:
17535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17541     layout: "plot-throughput-speedup-analysis"
17542
17543 - type: "plot"
17544   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17545   algorithm: "plot_tsa_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17555     layout: "plot-throughput-speedup-analysis"
17556
17557 - type: "plot"
17558   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17559   algorithm: "plot_tsa_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17568     layout: "plot-throughput-speedup-analysis"
17569
17570 - type: "plot"
17571   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17572   algorithm: "plot_tsa_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17581     layout: "plot-throughput-speedup-analysis"
17582
17583 - type: "plot"
17584   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17585   algorithm: "plot_tsa_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17594   layout:
17595     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17596     layout: "plot-throughput-speedup-analysis"
17597
17598 - type: "plot"
17599   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17600   algorithm: "plot_tsa_name"
17601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17603   include:
17604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17609   layout:
17610     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17611     layout: "plot-throughput-speedup-analysis"
17612
17613 - type: "plot"
17614   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17615   algorithm: "plot_tsa_name"
17616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17618   include:
17619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17622   layout:
17623     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17624     layout: "plot-throughput-speedup-analysis"
17625
17626 - type: "plot"
17627   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17628   algorithm: "plot_tsa_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17635   layout:
17636     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17637     layout: "plot-throughput-speedup-analysis"
17638
17639 - type: "plot"
17640   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17641   algorithm: "plot_tsa_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17651   layout:
17652     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17653     layout: "plot-throughput-speedup-analysis"
17654
17655 - type: "plot"
17656   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17657   algorithm: "plot_tsa_name"
17658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17660   include:
17661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17667   layout:
17668     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17669     layout: "plot-throughput-speedup-analysis"
17670
17671 - type: "plot"
17672   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17673   algorithm: "plot_tsa_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17683   layout:
17684     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17685     layout: "plot-throughput-speedup-analysis"
17686
17687 - type: "plot"
17688   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17689   algorithm: "plot_tsa_name"
17690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17692   include:
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17701     layout: "plot-throughput-speedup-analysis"
17702
17703 - type: "plot"
17704   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17705   algorithm: "plot_tsa_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17711   layout:
17712     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17713     layout: "plot-throughput-speedup-analysis"
17714
17715 - type: "plot"
17716   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17717   algorithm: "plot_tsa_name"
17718   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17720   include:
17721     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17723   layout:
17724     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17725     layout: "plot-throughput-speedup-analysis"
17726
17727 - type: "plot"
17728   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17729   algorithm: "plot_tsa_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17739   layout:
17740     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17741     layout: "plot-throughput-speedup-analysis"
17742
17743 - type: "plot"
17744   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17745   algorithm: "plot_tsa_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17755   layout:
17756     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17757     layout: "plot-throughput-speedup-analysis"
17758
17759 - type: "plot"
17760   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17761   algorithm: "plot_tsa_name"
17762   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17764   include:
17765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17771   layout:
17772     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17773     layout: "plot-throughput-speedup-analysis"
17774
17775 - type: "plot"
17776   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17777   algorithm: "plot_tsa_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17787   layout:
17788     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17789     layout: "plot-throughput-speedup-analysis"
17790
17791 - type: "plot"
17792   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17793   algorithm: "plot_tsa_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17803   layout:
17804     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17805     layout: "plot-throughput-speedup-analysis"
17806
17807 - type: "plot"
17808   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17809   algorithm: "plot_tsa_name"
17810   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17812   include:
17813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17819   layout:
17820     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17821     layout: "plot-throughput-speedup-analysis"
17822
17823 - type: "plot"
17824   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17825   algorithm: "plot_tsa_name"
17826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17828   include:
17829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17836     layout: "plot-throughput-speedup-analysis"
17837
17838 - type: "plot"
17839   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17840   algorithm: "plot_tsa_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17849   layout:
17850     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17851     layout: "plot-throughput-speedup-analysis"
17852
17853 - type: "plot"
17854   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17855   algorithm: "plot_tsa_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
17866     layout: "plot-throughput-speedup-analysis"
17867
17868 - type: "plot"
17869   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17870   algorithm: "plot_tsa_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17879   layout:
17880     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
17881     layout: "plot-throughput-speedup-analysis"
17882
17883 - type: "plot"
17884   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17885   algorithm: "plot_tsa_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17894   layout:
17895     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
17896     layout: "plot-throughput-speedup-analysis"
17897
17898 - type: "plot"
17899   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17900   algorithm: "plot_tsa_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
17909   layout:
17910     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
17911     layout: "plot-throughput-speedup-analysis"
17912
17913 - type: "plot"
17914   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17915   algorithm: "plot_tsa_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17924   layout:
17925     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
17926     layout: "plot-throughput-speedup-analysis"
17927
17928 - type: "plot"
17929   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17930   algorithm: "plot_tsa_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17939   layout:
17940     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
17941     layout: "plot-throughput-speedup-analysis"
17942
17943 - type: "plot"
17944   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17945   algorithm: "plot_tsa_name"
17946   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
17947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17948   include:
17949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17954   layout:
17955     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
17956     layout: "plot-throughput-speedup-analysis"
17957
17958 - type: "plot"
17959   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17960   algorithm: "plot_tsa_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17969   layout:
17970     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
17971     layout: "plot-throughput-speedup-analysis"
17972
17973 - type: "plot"
17974   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17975   algorithm: "plot_tsa_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17985   layout:
17986     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
17987     layout: "plot-throughput-speedup-analysis"
17988
17989 - type: "plot"
17990   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17991   algorithm: "plot_tsa_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
17996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18003     layout: "plot-throughput-speedup-analysis"
18004
18005 - type: "plot"
18006   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18007   algorithm: "plot_tsa_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18015   layout:
18016     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18017     layout: "plot-throughput-speedup-analysis"
18018
18019 - type: "plot"
18020   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18021   algorithm: "plot_tsa_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18029   layout:
18030     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18031     layout: "plot-throughput-speedup-analysis"
18032
18033 - type: "plot"
18034   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18035   algorithm: "plot_tsa_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18045   layout:
18046     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 - type: "plot"
18050   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18051   algorithm: "plot_tsa_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18061   layout:
18062     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18077     layout: "plot-throughput-speedup-analysis"
18078
18079 - type: "plot"
18080   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18081   algorithm: "plot_tsa_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18089   layout:
18090     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18091     layout: "plot-throughput-speedup-analysis"
18092
18093 - type: "plot"
18094   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18095   algorithm: "plot_tsa_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18105   layout:
18106     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18107     layout: "plot-throughput-speedup-analysis"
18108
18109 - type: "plot"
18110   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18111   algorithm: "plot_tsa_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18121   layout:
18122     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18123     layout: "plot-throughput-speedup-analysis"
18124
18125 - type: "plot"
18126   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18127   algorithm: "plot_tsa_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18135   layout:
18136     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18137     layout: "plot-throughput-speedup-analysis"
18138
18139 - type: "plot"
18140   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18141   algorithm: "plot_tsa_name"
18142   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18144   include:
18145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18149   layout:
18150     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18151     layout: "plot-throughput-speedup-analysis"
18152
18153 - type: "plot"
18154   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18155   algorithm: "plot_tsa_name"
18156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158   include:
18159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18164   layout:
18165     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18166     layout: "plot-throughput-speedup-analysis"
18167
18168 - type: "plot"
18169   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18170   algorithm: "plot_tsa_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18179   layout:
18180     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18181     layout: "plot-throughput-speedup-analysis"
18182
18183 - type: "plot"
18184   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18185   algorithm: "plot_tsa_name"
18186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18188   include:
18189     - "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"
18190     - "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"
18191     - "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"
18192     - "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"
18193     - "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"
18194   layout:
18195     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18196     layout: "plot-throughput-speedup-analysis"
18197
18198 - type: "plot"
18199   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "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"
18205     - "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"
18206     - "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"
18207     - "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"
18208     - "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"
18209   layout:
18210     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18211     layout: "plot-throughput-speedup-analysis"
18212
18213 - type: "plot"
18214   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18215   algorithm: "plot_tsa_name"
18216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18218   include:
18219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18239   layout:
18240     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18241     layout: "plot-throughput-speedup-analysis"
18242
18243 - type: "plot"
18244   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18245   algorithm: "plot_tsa_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18254   layout:
18255     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18256     layout: "plot-throughput-speedup-analysis"
18257
18258 - type: "plot"
18259   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18260   algorithm: "plot_tsa_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18269   layout:
18270     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18271     layout: "plot-throughput-speedup-analysis"
18272
18273 - type: "plot"
18274   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18275   algorithm: "plot_tsa_name"
18276   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18278   include:
18279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18283   layout:
18284     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18285     layout: "plot-throughput-speedup-analysis"
18286
18287 - type: "plot"
18288   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18289   algorithm: "plot_tsa_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18297   layout:
18298     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "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"
18308     - "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"
18309     - "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"
18310     - "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"
18311   layout:
18312     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "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"
18322     - "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"
18323     - "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"
18324     - "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"
18325   layout:
18326     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "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"
18336     - "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"
18337     - "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"
18338     - "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"
18339     - "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"
18340     - "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"
18341   layout:
18342     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18343     layout: "plot-throughput-speedup-analysis"
18344
18345 - type: "plot"
18346   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18347   algorithm: "plot_tsa_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "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"
18352     - "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"
18353     - "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"
18354     - "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"
18355     - "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"
18356     - "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"
18357   layout:
18358     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18359     layout: "plot-throughput-speedup-analysis"
18360
18361 ################################################################################
18362
18363 # Packet Throughput - DPDK
18364
18365 # 2n-clx-xxv710
18366
18367 - type: "plot"
18368   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18369   algorithm: "plot_perf_box_name"
18370   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18371   data: "plot-dpdk-throughput-latency-2n-clx"
18372   include:
18373     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18374     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18375   layout:
18376     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18377     layout: "plot-throughput"
18378
18379 - type: "plot"
18380   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18381   algorithm: "plot_perf_box_name"
18382   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18383   data: "plot-dpdk-throughput-latency-2n-clx"
18384   include:
18385     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18386     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18387   layout:
18388     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18389     layout: "plot-throughput"
18390
18391 - type: "plot"
18392   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18393   algorithm: "plot_perf_box_name"
18394   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18395   data: "plot-dpdk-throughput-latency-2n-clx"
18396   include:
18397     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18398     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18399   layout:
18400     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18401     layout: "plot-throughput"
18402
18403 - type: "plot"
18404   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18405   algorithm: "plot_perf_box_name"
18406   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18407   data: "plot-dpdk-throughput-latency-2n-clx"
18408   include:
18409     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18410     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18411   layout:
18412     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18413     layout: "plot-throughput"
18414
18415 # 2n-clx-x710
18416
18417 - type: "plot"
18418   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18419   algorithm: "plot_perf_box_name"
18420   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18421   data: "plot-dpdk-throughput-latency-2n-clx"
18422   include:
18423     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18424     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18425   layout:
18426     title: "2n-clx-x710-64b-2t1c-base-ndr"
18427     layout: "plot-throughput"
18428
18429 - type: "plot"
18430   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18431   algorithm: "plot_perf_box_name"
18432   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18433   data: "plot-dpdk-throughput-latency-2n-clx"
18434   include:
18435     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18436     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18437   layout:
18438     title: "2n-clx-x710-64b-4t2c-base-ndr"
18439     layout: "plot-throughput"
18440
18441 - type: "plot"
18442   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18443   algorithm: "plot_perf_box_name"
18444   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18445   data: "plot-dpdk-throughput-latency-2n-clx"
18446   include:
18447     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18448     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18449   layout:
18450     title: "2n-clx-x710-64b-2t1c-base-pdr"
18451     layout: "plot-throughput"
18452
18453 - type: "plot"
18454   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18455   algorithm: "plot_perf_box_name"
18456   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18457   data: "plot-dpdk-throughput-latency-2n-clx"
18458   include:
18459     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18460     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18461   layout:
18462     title: "2n-clx-x710-64b-4t2c-base-pdr"
18463     layout: "plot-throughput"
18464
18465 ################################################################################
18466
18467 - type: "plot"
18468   title: "Latency by percentile: 2n-skx"
18469   algorithm: "plot_hdrh_lat_by_percentile"
18470   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18471   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18472   target-links: "../../_static/vpp"
18473   data: "plot-vpp-hdrh-lat-2n-skx"
18474   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18475   layout:
18476     layout: "plot-hdrh-latency-by-percentile"
18477
18478 - type: "plot"
18479   title: "Latency by percentile: 3n-skx"
18480   algorithm: "plot_hdrh_lat_by_percentile"
18481   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18482   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18483   target-links: "../../_static/vpp"
18484   data: "plot-vpp-hdrh-lat-3n-skx"
18485   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18486   layout:
18487     layout: "plot-hdrh-latency-by-percentile"
18488
18489 - type: "plot"
18490   title: "Latency by percentile: 2n-clx"
18491   algorithm: "plot_hdrh_lat_by_percentile"
18492   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18493   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18494   target-links: "../../_static/vpp"
18495   data: "plot-vpp-hdrh-lat-2n-clx"
18496   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18497   layout:
18498     layout: "plot-hdrh-latency-by-percentile"
18499
18500 - type: "plot"
18501   title: "Latency by percentile: 3n-hsw"
18502   algorithm: "plot_hdrh_lat_by_percentile"
18503   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18504   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18505   target-links: "../../_static/vpp"
18506   data: "plot-vpp-hdrh-lat-3n-hsw"
18507   filter: "'1T1C' and 'NIC_Intel-XL710'"
18508   layout:
18509     layout: "plot-hdrh-latency-by-percentile"
18510
18511 - type: "plot"
18512   title: "Latency by percentile: 3n-tsh"
18513   algorithm: "plot_hdrh_lat_by_percentile"
18514   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18515   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18516   target-links: "../../_static/vpp"
18517   data: "plot-vpp-hdrh-lat-3n-tsh"
18518   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18519   layout:
18520     layout: "plot-hdrh-latency-by-percentile"
18521
18522 - type: "plot"
18523   title: "Latency by percentile: DPDK 2n-skx"
18524   algorithm: "plot_hdrh_lat_by_percentile"
18525   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18526   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18527   target-links: "../../_static/dpdk"
18528   data: "plot-dpdk-hdrh-lat-2n-skx"
18529   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18530   layout:
18531     layout: "plot-hdrh-latency-by-percentile"
18532
18533 - type: "plot"
18534   title: "Latency by percentile: DPDK 3n-skx"
18535   algorithm: "plot_hdrh_lat_by_percentile"
18536   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18537   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18538   target-links: "../../_static/dpdk"
18539   data: "plot-dpdk-hdrh-lat-3n-skx"
18540   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18541   layout:
18542     layout: "plot-hdrh-latency-by-percentile"
18543
18544 - type: "plot"
18545   title: "Latency by percentile: DPDK 2n-clx"
18546   algorithm: "plot_hdrh_lat_by_percentile"
18547   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18548   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18549   target-links: "../../_static/dpdk"
18550   data: "plot-dpdk-hdrh-lat-2n-clx"
18551   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18552   layout:
18553     layout: "plot-hdrh-latency-by-percentile"
18554
18555 - type: "plot"
18556   title: "Latency by percentile: DPDK 3n-hsw"
18557   algorithm: "plot_hdrh_lat_by_percentile"
18558   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18559   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18560   target-links: "../../_static/dpdk"
18561   data: "plot-dpdk-hdrh-lat-3n-hsw"
18562   filter: "'1T1C' and 'NIC_Intel-XL710'"
18563   layout:
18564     layout: "plot-hdrh-latency-by-percentile"
18565
18566 - type: "plot"
18567   title: "Latency by percentile: DPDK 3n-tsh"
18568   algorithm: "plot_hdrh_lat_by_percentile"
18569   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18570   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18571   target-links: "../../_static/dpdk"
18572   data: "plot-dpdk-hdrh-lat-3n-tsh"
18573   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18574   layout:
18575     layout: "plot-hdrh-latency-by-percentile"